1. | C |
2. | D |
3. | C |
4. | A |
5. | D |
6. | B |
7. | B |
8. | D |
9. | A, B, C, D |
10. | B |
11. | B and D |
12. | A and D |
1. | The benefits of IPv6 include
|
2. | The fields in the IPv6 header are described as follows:
|
3. | Extension headers may follow the IPv6 basic header; possible extension headers include Hop-by-Hop options, Destination options, Routing, Fragment, Authentication, and ESP. |
4. | The following fields are significantly different in the IPv6 header and in the IPv4 header:
Another difference is that the IPv6 header does not include a checksum, whereas the IPv4 header does. Fragmentation is also handled differently: in IPv6, intermediate routers do not fragment packets. Fragmentation is performed by the source node and fragmentation information has been moved to an extension header. |
5. | 2001:0:240E::AC0:3428:21C |
6. | Broadcast addresses do not exist in IPv6. Broadcasts can be thought of as a special case of multicasting, where every device is the intended recipient. In IPv4, sending a broadcast causes all devices to process the packet, even those that are not concerned with the contents. Using multicasts is much more efficient because the packets can be targeted to a subset of devices, such as to routers running OSPF. |
7. | The EUI-64 bit interface ID is derived from the MAC address by inserting the hexadecimal number FFFE between the OUI field (the upper three bytes) and the vendor code (the lower three bytes) of the MAC address. The seventh bit in the first byte of the resulting interface ID, corresponding to the U/L bit, is set to binary 1. Thus, the EUI-64 bit interface ID for this interface is 020C:0AFF:FE28:121C. This value could be used in stateless autoconfiguration; the EUI-64 format interface ID is appended to the prefix advertised by the local router. |
8. | An address may be manually assigned, or dynamically assigned through DHCP or stateless autoconfiguration. |
9. | An IPv6 anycast address is a global unicast address that is assigned to two or more devices. Other devices route to the closest active device with the anycast address; the routing protocol metric determines which is closest.
Anycast addresses are created by assigning the same unicast address to more than one device; there is no reserved address space for anycast. Nodes on which the address is assigned must be explicitly configured to use and know that the address is an anycast address. |
10. | All IPv6 multicast addresses start with the prefix FF00::/8. The next four bits are flags; the four bits after the flags indicate the scope of the address and limit how far the multicast may travel. IPv4 uses TTL as a crude way to accomplish this, but there are times when the distance allowed by TTL is too far in one direction and not far enough in another. The IPv6 multicast scope is flexible enough to limit the multicast to a link, to a site, or to an enterprise. |
11. | The following IPv6 addresses exist on an interface:
|
12. | Routers must respond to the following additional IPv6 addresses on each of their interfaces:
|
13. | Stateless autoconfiguration can be used to renumber a network, by changing the network information only on the routers. Each router advertises network information (either periodically or at the request of a host), including the 64-bit prefix, on each of its links. By listening for this advertisement, end-systems create a unique address by concatenating the new prefix and the EUI-64 format interface ID. |
14. | An IPv6 mobile node has a home address on its home network and a care-of address on its current network. A node communicating with a mobile node is called a correspondent node of the mobile node. The association between a the home address and the care-of address of the mobile node is known as a binding. When a mobile node roams away from its home network, it sends a binding update to its home agent, a router on its home network.
A mobile node and a correspondent node can communicate either via the home agent or directly. |