Computer Science, asked by dhruvshadilya8371, 1 year ago

Packets of the same session may be routed through different paths in

Answers

Answered by ankurbadani84
3

Answer:- Both TCP & UDP protocols.

TCP (Transmission Control Protocol) is connection oriented, whereas UDP (User Datagram Protocol) is connection-less protocol. Both are transport layer protocol. Networks do not use static routing and use dynamic(adaptive) routing where packets of same session may get routed via different paths. This is done to avoid congestion in some paths.

Answered by aqibkincsem
3

Packets of the same session may be routed through different paths in TCP and UDP. They are both protocols of Transport layer. Same session packets can be routed by different routes.

The static routing is not used by most networks. It uses some kind of routing that is adaptive to where two packet paths are routed for a similar session which can be different.

Similar questions