asked 206k views
4 votes
If packets arrive out of order, all of the packets need to be sent again so they can be pieced together correctly.

a. true

b. false

1 Answer

5 votes

b. false

If packets arrive out of order, they do not need to be sent again. Instead, they can be rearranged and reassembled in the correct order at the receiving end using sequence numbers attached to each packet. This process is done at the transport layer of the network protocol.

answered
User Jsmickey
by
8.9k points