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
Explain how many hosts can be on each network? Consider a fixed subnet partition of a class b network number that will accommodate at least 76 networks.?
Who wrote indian penal code?
What is a dns name?
What is thread in operating system?
What protocols fall under the tcp/ip internet layer?
at which layer of osi model does segmentation of a data stream happen?
How do I find my server port?
What is j std 001 certification?
How do I check if port 22 is open?
How do I refresh my ip address?
Explain 3 way handshake and how it works?
Discuss the different protocols associated with each layer in the TCP/IP model.
Do switches use ip addresses?
How do I check if my firewall is blocking a port?
How do I find out what program is using a port?