how does TCP IP STACK PROTOCOL WORKS AS IP IS CONNECTON
LESS AND TCP IS CONNECTION oriented

Answers were Sorted based on User's Feedback



how does TCP IP STACK PROTOCOL WORKS AS IP IS CONNECTON LESS AND TCP IS CONNECTION oriented..

Answer / krishna mohan

TCP/IP is stack of protocols.
TCP operates at transport layer on top of IP layer providing
other features: Ports(multiplexing data among applications),
flow control, sequence control.

Once the ethernet driver has the frame, it sends that to the
data link layer. Depending on the "type" field, the stack
forwards the packet to IP or ARP. IP layer depending on the
"protocol" field, passes it up to the Transport layer, which
supports TCP or UDP.
TCP requires a handshake while establishing and terminating
a connection.
TCP supports:
- Piggybacking of acknowledgment on data
- sliding window protocols with timeouts and retransmissions
- full-duplex, sequenced, byte-stream communication

So TCP takes care of the reliability and guaranteeing
delivery of data.

Is This Answer Correct ?    2 Yes 0 No

how does TCP IP STACK PROTOCOL WORKS AS IP IS CONNECTON LESS AND TCP IS CONNECTION oriented..

Answer / rishi

TCP Segments contain sequence number and unacknowledged
segements are retransmitted, which means the peers are
virtually connected in a packet switched network.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More TCP IP Interview Questions

How do I find my ip address on a mac using terminal?

0 Answers  


Hey friends, i want to do a telecom protocol development course in Pune. plz mention some good instituition.what is its scope.plz help me out.course(MAC,RLC,RRC,VOIP,3G,GSM, ss7, SIP)

0 Answers  


What is the core naming mechanism, domain name system (dns)?

0 Answers  


EXplain how the TCP/IP suite addresses application support

0 Answers   emc2, HCL,


Why shared memory is faster than message queue?

0 Answers  






What can an ip address tell me?

0 Answers  


What are the services provided by Session layer?

0 Answers   Deshaw,


What is the difference between static and dynamic ip addresses?

0 Answers  


How do I know which is private ip address and which is public ip address?

0 Answers  


Is port forwarding necessary?

0 Answers  


Is port 80 open on my network?

0 Answers  


What is the Protocol

7 Answers   Spanco,


Categories