The fragmentation of an IP datagram is performed only at the source of the datagram.
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.
The reassembly of fragments is performed only at the destination of the datagram.
The reassembly of fragments is performed at all intermediate routers along the path from the source to the destination.
Show Solution
Verified By Collegedunia
The Correct Option isB
Solution and Explanation
IPv4 fragmentation occurs when the size of a datagram exceeds the Maximum Transmission Unit (MTU) of a network link.
Option (A): Incorrect. Fragmentation can occur at any intermediate router along the path, not just at the source.
Option (B): Correct. Any IP router that encounters an MTU smaller than the datagram size performs fragmentation.
Option (C): Correct. Reassembly of fragments is performed only at the destination to reconstruct the original datagram.
Option (D): Incorrect. Intermediate routers do not reassemble fragments; they forward them as they are.
Final Answer:
\[
\boxed{\text{(B), (C)}}
\]