Computer Sciences > GATE 2014 SET-3 > IP Fragmentation
An IP router with a Maximum Transmission Unit (MTU) of 1500 bytes has received an IP packet of size 4404 bytes with an IP header of length 20 bytes. The values of the relevant fields in the header of the third IP fragment generated by the router for this packet are
A
MF bit: 0, Datagram Length: 1444; Offset: 370
B
MF bit: 1, Datagram Length: 1424; Offset: 185
C
MF bit: 1, Datagram Length: 1500; Offset: 370
D
MF bit: 0, Datagram Length: 1424; Offset: 2960

Explanation

Correct : a

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science