how does TCP IP STACK PROTOCOL WORKS AS IP IS CONNECTON
LESS AND TCP IS CONNECTION oriented
Answer Posted / 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 |
Post New Answer View All Answers
How can I see all devices on my network?
What is the use of internet addresses?
Explain difference between static and dynamic ip?
What is the purpose of routing protocol?
Explain what is subneting?
What is a subnet mask?
How will my computer get its ip address?
What is the pdu of "network layer" and "data link layer"?
How do process communicate?
Is bash posix compliant?
How does a messaging queue work?
What is public ip?
Is there a list of private addresses?
What is a ipid?
What is port 110 used for?