Updated index.md (#29117)
Updated the article to mention TCP stack as related to OSI Application layer rather than for routing. "Routing" is done via IP Headers.
This commit is contained in:
committed by
Christopher McCormack
parent
2f8299e903
commit
f81d7ee18a
@ -9,7 +9,7 @@ A packet looks like this:
|
||||
|
||||

|
||||
|
||||
The Network Layer breaks down the data into small packets, each with it's unique identifier. They are then passed onto the Transportation Layer which transports them to the destination through several intermidiate nodes like routers and switches, using the *Transmission Control Protocol* (TCP) and *Internet Protocol*(IP). TCP deals with the actual routing while IP helps in logical addressing of devices (IP address) to keep a track of which node to send the packet next to.
|
||||
The Network Layer breaks down the data into small packets, each with it's unique identifier. They are then passed onto the Transportation Layer which transports them to the destination through several intermidiate nodes like routers and switches, using the *Transmission Control Protocol* (TCP) and *Internet Protocol*(IP). TCP deals with the actual routing to an application while IP helps in logical addressing of devices (IP address) to keep a track of which node to send the packet next to.
|
||||
|
||||
Once the packets reach the destination, an acknowledgement is sent back. If for any reason a packet is dropped, it can be requisitioned again from the source node.
|
||||
|
||||
|
Reference in New Issue
Block a user