Computer Science, asked by abhineshpatel1566, 1 year ago

A packet has arrived with an m bit value of 1. is this the first fragment, the last fragment, or a middle fragment? do we know if the packet was fragmented?

Answers

Answered by Anonymous
1
Data Package is a simple container format used to describe and package a collection of data. The format provides a simple contract for data interoperability that supports frictionless delivery, installation and management of data.
Answered by vinod04jangid
0

Answer:

First fragment.

Explanation:

If the Fragment Offset field is greater than 0 then it is a packet fragment, or if the Fragment Offset field is equal to 0 and the MF flag is set then it is a fragment packet.

It is either the first fragment or a middle one because the M bit is 1. It is the first fragment because the offset value is 0. Yes, we know that the packet was fragmented.

#SPJ2

Similar questions