502 views
0 votes
0 votes
Describe a way to reassemble IP fragments at the destination.

2 Answers

0 votes
0 votes

For Reassembling the IP datagrams at Receiver side ---

 

Step1: The first fragment can be distinguished by the offset:0 and the last offset can be distinguished by M-bit ‘0’.

Step2: All we have is to pick each fragment, so they are identified by an identification number calculated by it corresponding offset.

Step3: We repeat this step-3 until we reach last fragment.

0 votes
0 votes
One way to reassemble IP fragments at the destination is to use the identification field in the IP header. Each fragment will have the same identification value, and the destination can use this value to group the fragments together. Additionally, the fragment offset field in the header can be used to determine the correct order of the fragments. Once all of the fragments have been received, they can be reassembled in the correct order and the original packet can be reconstructed.

Related questions

0 votes
0 votes
1 answer
2
1 votes
1 votes
0 answers
3