Computer Sciences > GATE 2024 Set-2 > Networking
Which of the following statements about IPv4 fragmentation is/are TRUE?
A
The fragmentation of an IP datagram is performed only at the source of the datagram
B
The fragmentation of an IP datagram is performed at any IP router which finds that the size of the datagram to be transmitted exceeds the MTU
C
The reassembly of fragments is performed only at the destination of the datagram
D
The reassembly of fragments is performed at all intermediate routers along the path from the source to the destination

Explanation

Correct : b,c

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