What is the maximum length of a IP datagram (including header)?
If you wanted to send a 8192 octet (byte) IP datagram over Ethernet, how many fragments you would need?
If in a fragment the fragment offset is 555, on what byte of the original packet does the data in this begin?
If you receive a packet that has the MF bit set but no fragment offset, is it a fragment packet? Which packet is it (first packet, one in the middle or last packet)?
If a fragment packet is lost, will the sending station resend just that fragment packet?
What is the type and code for a ICMP net unreachable message?
What is the type and code for a ICMP host unreachable message?
When is a ICMP host unreachable message sent? By what station?
When is a ICMP net unreachable message sent? By what station?
What is the ICMP packet types used in the ping protocol?
What type of ICMP packet does the traceroute program use?
Why would a station receive a host redirect ICMP message from a router?