in Computer Networks
498 views
0 votes
0 votes
Is packets come to destination in order for both TCP and UDP?
in Computer Networks
498 views

4 Comments

not in UDP
0
0
But ,I read somewhere that TL always send packets to AL in order.

So how it is possible if UDP receives packets in unordered manner?

Is after receiving packets some sorting is done before sending to the AL?
0
0
sending packet in order and reviving packets in order are not the same. It may be possible that packets are taking different paths while traveling towards a destination and some packet of sequence x was late but packets x-1 and x+1 are already received so this will be dropped. UDP doesn't care about the retransmission.
0
0
edited by
@Mk Utkarsh

No,I am just asking that TL after receiving packets from source will it send packets to above layer AL in order for both TCP and UDP?(because in UDP it receives packet in unordered manner)
0
0

1 Answer

0 votes
0 votes
packets come to destination in order in TCP but not in UDP.

Related questions

1 vote
1 vote
3 answers
4
Himanshu1 asked in Computer Networks Jan 6, 2016
1,201 views
Himanshu1 asked in Computer Networks Jan 6, 2016
1.2k views