Computer Science - Networking - Discussion

Discussion Forum : Networking - Section 1 (Q.No. 15)
15.
Which of the following technique is used for fragment?
a technique used in best-effort delivery systems to avoid endlessly looping packets
a technique used by protocols in which a lower level protocol accepts a message from a higher level protocol and places it in the data portion of the low level frame
one of the pieces that results when an IP gateway divides an IP datagram into smaller pieces for transmission across a network that cannot handle the original datagram size
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Manu Ratheesh said:   8 years ago
The Maximum size of the data that a frame can carry (at the data link layer) is 1500 Bytes.
Any size data (<65535Bytes) can receive by the network layer from the transport layer. So it is never fit in one frame. So the network layer has to divide the data into small pieces. Each of the frames is called as a fragment. This process is called as fragmentation.
(1)

RAKESH said:   1 decade ago
The Internet Protocol (IP) implements datagram fragmentation, breaking it into smaller pieces, so that packets may be formed that can pass through a link with a smaller maximum transmission unit (MTU) than the original datagram size.

Thulasi said:   9 years ago
What is a fragment in CN?

Nasir said:   8 years ago
Fragmentation is dividing packets and then they need to be transmitted.

Post your comments here:

Your comments will be displayed after verification.