Network Layer Protocols: Arp, Ipv4, Icmp, Ipv6, and Icmpv6: Review Questions
Network Layer Protocols: Arp, Ipv4, Icmp, Ipv6, and Icmpv6: Review Questions
Network Layer Protocols: Arp, Ipv4, Icmp, Ipv6, and Icmpv6: Review Questions
Multiple-Choice Questions
17. a
19. d
21. b
23. d
25. d
27. d
29. a
1
2 CHAPTER 20 NETWORK LAYER PROTOCOLS: ARP, IPV4, ICMP, IPV6, AND ICMPV6
31. d
33. a
35. b
37. d
39. d
41. d
Exercises
43. The size of an ARP packet is variable, depending on the length of the logical and
physical addresses used.
45. 72 bytes (with required padding). This includes 8 bytes of preamble and SFD.
47. (0110)
49. The datagram must contain 16 bytes of data:
36 byte total length – (5 HLEN field × 4) = 36 – 20 = 16
51. Since the fragmentation offset field shows the offset from the beginning of the
original datagram in multiples of 8 bytes, an offset of 100 indicates that there were
800 bytes of data sent before the data in this fragment.
53. The minimum size of an ICMP packet is 8 bytes (router solicitation packet). The
largest of the ICMP packets is the router advertisement packet with up to 255 list-
ings. The maximum size is then:
255 listings × 8 bytes/listing + 8 bytes for the ICMP header = 2048 bytes
55. ICMP packets have small amounts of data. We can say that the minimum packet
size is controlled by Ethernet rather than ICMP. Therefore, the minimum frame
size is 64 bytes and the maximum frame size is 1518 bytes (see Chapter 14).
57.
a. 2340:1ABC:119A:A000::0
b. 0:AA::119A:A231
c. 2340::119A:A001:0
d. 0:0:0:2340::0
59. The time exceeded message for IPv6 is identical to that of IPv4 except that the
type is now type 3 instead of type11 for IPv4.