Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
51
Добавлен:
11.04.2015
Размер:
22.9 Mб
Скачать

420 Understanding IPv6, Second Edition

Tracert.exe uses both ICMPv4 Echo and ICMPv6 Echo Request messages and supports additional options for IPv6.

Pathping.exe uses both ICMPv4 Echo and ICMPv6 Echo Request messages and supports additional options for IPv6.

Netstat.exe now displays the IPv6 routing table and information about the IPv6, ICMPv6, TCP over IPv6, and User Datagram Protocol (UDP) over IPv6 protocols.

7.What do the asterisks in the default interface names in the display of the Ipconfig.exe tool indicate?

The asterisks in the default names of the interfaces indicate that the interface is a tunneling interface (ISATAP, 6to4, Teredo), rather than the loopback interface or a local area network (LAN) interface.

8.Which Netsh command displays the interface indexes that correspond to IPv6 interfaces?

netsh interface ipv6 show interface

Chapter 3: IPv6 Addressing

1.Why is the IPv6 address length 128 bits?

The IPv6 address length is 128 bits so that it can be divided into hierarchical routing domains that reflect the topology of the modern-day Internet. For unicast IPv6 addresses, 64 bits for the subnet prefix allows for multiple levels of hierarchy and flexibility in designing hierarchical addressing and routing between the backbone of the IPv6 Internet and the individual subnets within an organization’s site. The 64 bits of interface identifier (ID) accommodate the mapping of current and future link-layer media access control (MAC) addresses.

2.Express FEC0:0000:0000:0001:02AA:0000:0000:0007A more efficiently.

FEC0::1:2AA:0:0:7A or FEC0:0:0:1:2AA::7A. However, by convention, when there are multiple equal-length blocks of zeros that can be compressed, the leftmost block is compressed. Therefore, the correct compressed address is FEC0::1:2AA:0:0:7A.

3.How many blocks and bits are expressed by “::” in the addresses 2001:DB8::2AA:9FF:FE56:24DC and FF02::2?

In 2001:DB8::2AA:9FF:FE56:24DC, :: expresses 2 blocks (8 – 6) and 32 bits (2 × 16).

In FF02::2, :: expresses 6 blocks (8 – 2) and 96 bits (6 × 16).

4.Describe the difference between unicast, multicast, and anycast addresses in terms of a host sending packets to zero or more interfaces.

A sending host uses a unicast address to send packets to a single interface (within the scope of the unicast address).

Appendix D Testing for Understanding Answers

421

A sending host uses a multicast address to send packets to zero or more interfaces belonging to the multicast group (within the scope of the multicast address).

A sending host uses an anycast address to send packets to a single nearest interface belonging to the set of interfaces using the anycast address (within the scope of the anycast address).

5.Why are no broadcast addresses defined for IPv6?

All IPv4 broadcast addresses are replaced with IPv6 multicast addresses.

6.Define the structure, including field sizes, of the global unicast address.

001: Fixed portion of the global unicast address. The size of this field is 3 bits.

Global Routing Prefix: Indicates the global routing prefix for a specific organization’s site. The size of this field is 45 bits. The combination of the three fixed bits and the 45-bit Global Routing Prefix is used to create a 48-bit site prefix, which is assigned to an individual site of an organization.

Subnet ID: Indicates an individual subnet within an organization’s site. The size of this field is 16 bits.

Interface ID: Indicates the interface on a specific subnet. The size of this field is 64 bits.

7.Define the scope for each of the different types of unicast addresses.

Global: The IPv6 Internet

Link-local: A single link

Unique local: Designed to be scoped by routing topology for an organization network

Site-local: The site of an organization network

8.Explain how global and unique local addressing can share the same subnetting infrastructure within an organization.

The global address and unique local address share the same structure beyond the first 48 bits of the address. In global addresses, the Subnet ID field identifies the subnet within an organization. For unique local addresses, the Subnet ID field performs the same function. Because of this, you can create a subnetting infrastructure to number individual subnets with subnet IDs that can be used for both unique local and global unicast addresses.

9.Define the structure, including field sizes, of the multicast address.

11111111: Fixed portion of the multicast address. The size of this field is 8 bits.

Flags: Indicates flags set on the multicast address. The size of this field is 4 bits.

Scope: Indicates the scope of the IPv6 network for which the multicast traffic is intended to be delivered. The size of this field is 4 bits.

Group ID: Identifies the multicast group and is unique within the scope. The size of this field is 112 bits.

422Understanding IPv6, Second Edition

10.Explain how the solicited-node multicast address acts as a pseudo-unicast address.

Because the last 24 bits of the solicited-node multicast address are either based on the manufacturer ID portion of an IEEE 802 address or is randomly derived, the chances of two nodes on the same link having the same solicited-node multicast address is small. Therefore, because there is typically only one listener on a subnet for a given solicitednode multicast address, it is almost like using a unicast address.

11.How do routers know the nearest location of an anycast group member?

Routers within the routing domain of the anycast address have host routes that provide information about the location of the nearest anycast group member. Routers outside the routing domain of the anycast address have a summary route that provides information about the location of the routing domain of the anycast address.

12.Perform a 4-bit subnetting on the unique local prefix FD1A:39C1:4BC2:3D80::/57. The result is the following subnetted network prefixes:

1 - FD1A:39C1:4BC2:3D80::/61

2 - FD1A:39C1:4BC2:3D88::/61

3 - FD1A:39C1:4BC2:3D90::/61

4 - FD1A:39C1:4BC2:3D98::/61

5 - FD1A:39C1:4BC2:3DA0::/61

6 - FD1A:39C1:4BC2:3DA8::/61

7 - FD1A:39C1:4BC2:3DB0::/61

8 - FD1A:39C1:4BC2:3DB8::/61

9 - FD1A:39C1:4BC2:3DC0::/61

10 - FD1A:39C1:4BC2:3DC8::/61

11 - FD1A:39C1:4BC2:3DD0::/61

12 - FD1A:39C1:4BC2:3DD8::/61

13 - FD1A:39C1:4BC2:3DE0::/61

14 - FD1A:39C1:4BC2:3DE8::/61

15 - FD1A:39C1:4BC2:3DF0::/61

16 - FD1A:39C1:4BC2:3DF8::/61

13.What is the EUI-64–based IPv6 interface identifier for the universally administered, unicast IEEE 802 address of 0C-1C-09-A8-F9-CE? What is the corresponding link-local address? What is the corresponding solicited-node multicast address?

Interface ID: ::E1C:9FF:FEA8:F9CE

Appendix D Testing for Understanding Answers

423

Link-local address: FE80::E1C:9FF:FEA8:F9CE

Solicited-node multicast address: FF02::1:FFA8:F9CE

14.What is the IPv6 interface identifier for the locally administered, unicast EUI-64 address of 02-00-00-00-00-00-00-09? What is the corresponding link-local address?

Interface ID: ::9

Link-local address: FE80::9

15.For each type of address shown in the following table, identify how the address begins in colon hexadecimal notation.

Type of Address

Begins with…

Link-local unicast address

FE80

 

 

Site-local unicast address

FEC, FED, FEE, FEF

 

 

Unique local unicast address

FC or FD

 

 

Global address (as defined by RFC 3587)

2 or 3

 

 

Multicast address

FF

 

 

Link-local scope multicast address

FF02 or FF12

 

 

Site-local scope multicast address

FF05 or FF15

 

 

Solicited-node multicast address

FF02::1:FF

 

 

IPv4-mapped address

::FFFF:

 

 

6to4 address

2002:

 

 

Teredo address

2001::

 

 

Chapter 4: The IPv6 Header

1.Why does the IPv6 header not include a checksum?

In IPv6, the link layer performs bit-level error detection for the entire IPv6 packet.

2.What is the IPv6 equivalent to the Internet Header Length (IHL) field in the IPv4 header?

There is no equivalent. The IPv6 header is always a fixed size of 40 bytes.

3.How does the combination of the Traffic Class and Flow Label fields provide better support for prioritized traffic delivery?

The Traffic Class field is equivalent to the IPv4 Type of Service field and contains the Differentiated Services Code Point (DSCP) value to indicate non-default delivery service. The Flow Label field allows the flow—the series of packets between a source and destination with a non-zero flow label—to be identified by intermediate routers for nondefault handling without relying on upper-layer protocol stream identifiers such as TCP or UDP ports (which might be encrypted with IPsec).

Соседние файлы в папке Lecture 2_10