8 Qs · since 2014 · 12 marks · 0.5 marks/paperStandard yield
IPv4 Fragmentation in GATE CS is tested through a balanced mix of quantitative fragmentation calculations and conceptual questions regarding packet forwarding semantics. Numerical… Guide
Topic guide
IPv4 Fragmentation in GATE CS is tested through a balanced mix of quantitative fragmentation calculations and conceptual questions regarding packet forwarding semantics. Numerical items focus on calculating the number of fragments and last fragment sizes across single or multi-hop links with varying MTUs, strictly enforcing the 8-byte offset boundary rule. Conceptual items assess router-level operations, identifying where fragmentation happens (source and intermediate routers), where reassembly occurs (destination host only), and transport layer interactions (UDP/TCP header placement and segment-level retransmission).
Multi-hop Multi-MTU Successive Fragmentation
common · NAT · 2 marks · 2025, 2024
A packet/message traverses a chain of routers with progressively decreasing MTUs. Candidates must determine intermediate fragment payload sizes (respecting the 8-byte alignment rule) and then re-fragment each sub-packet at subsequent routers to compute the total fragment count arriving at the destination.
Single-Link MTU Fragment and Header Sizing
common · mixed · 1.5 marks · 2025, 2021, 2016
A transport layer payload (TCP or UDP) or full IP datagram is fragmented across a link with a specific MTU. Candidates must calculate the total number of fragments, the offset values, or the exact byte size of the final fragment (including or excluding IP/transport headers).
Fragmentation and Router Functionality Concepts
common · MSQ · 1 marks · 2024, 2021, 2020, 2014
True/False or MSQ statements probing IPv4 forwarding rules: modification of TTL/Checksum, location of reassembly (destination only, never routers), DF/MF flag semantics, and layer-4 encapsulation effects (TCP header residing only in the first fragment).
Max Fragment Payload (8-byte Alignment Rule)
Used to find the maximum data bytes an IPv4 fragment can carry so that the Fragment Offset field (measured in 8-byte blocks) remains an integer.
Total IP Payload with UDP
Used when the problem specifies UDP application data instead of a raw IP payload.
Fragment Offset Calculation
Used to compute the 13-bit offset field value for the -th fragment.
TTL Decrement Rule
Used to calculate remaining TTL upon packet arrival across a path with intermediate Layer-3 hops.
Shift from single-hop fragment count to multi-router successive cascading fragmentation problems requiring multi-stage division.
2025, 2024, 2016
Increased usage of MSQs testing fine-grained cross-layer interactions, such as TCP retransmission when an IP fragment is lost and port accessibility in non-first fragments.
2024, 2021
Inclusion of upper-layer header sizes (e.g., standard 8-byte UDP header) within payload specifications to test complete protocol stack knowledge.
2025
Easy questions test direct definitions (where reassembly happens, basic TTL decrements). Medium questions involve single-link or multi-link fragment calculations with 8-byte rounding rules and transport layer header additions (UDP/TCP). Hard questions involve cascading multi-link fragmentation where intermediate fragments are themselves unevenly split across downstream links with strict offset tracking.