IPv6
lượt xem 36
download
IP version 6 (IPv6) was developed to overcome the limitations of the current standard, IP version 4 (IPv4). IPv4 allows end systems to communicate and forms the foundation of the Internet as we know it today. However, one of the major shortcomings of IPv4 is its limited amount of address space. The explosion of new IP-enabled devices and the growth of undeveloped regions have fueled the need for more addresses.
Bình luận(0) Đăng nhập để gửi bình luận!
Nội dung Text: IPv6
- IPv6 CCNA Exploration version 4.0
- Overview • IP version 6 (IPv6) was developed to overcome the limitations of the current standard, IP version 4 (IPv4). IPv4 allows end systems to communicate and forms the foundation of the Internet as we know it today. However, one of the major shortcomings of IPv4 is its limited amount of address space. The explosion of new IP-enabled devices and the growth of undeveloped regions have fueled the need for more addresses. • In the United States, the Department of Defense (DoD) is a primary driver for the adoption of IPv6. Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 2
- Introducing IPv6 • IP version 6 (IPv6) combines expanded addressing with a more efficient and feature-rich header to meet the demands for scalable networks in the future. • One key benefit is that IPv6 can recreate end-to-end communications without the need for Network Address Translation (NAT) • Cisco Systems currently supports IPv6 in Cisco IOS Software Release 12.2(2)T and later. Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 3
- IPv6 Features Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 4
- Large Address Space Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 5
- • IPv6 routers do not perform fragmentation. Instead, a discovery process determines the optimum maximum transmission unit (MTU) to use during a given session. • Link-layer technologies already perform checksum and error control. Because link-layer technologies are relatively reliable, an IP header checksum is considered to be redundant. Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 6
- Comparing IPv4 and IPv6 Headers Traffic class: ToS Payload Length Next Header: Tcp, Udp… Hop Limit: TTL No Checksum • Flow Label: 20-bit field that allows a particular flow of traffic to be labeled. It can be used for multilayer switching techniques and faster packet-switching performance. • Extension Headers: Follows the previous eight fields. The number of extension headers is not fixed, so the total length of the extension header chain is variable. Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 7
- Extension Header Extension Header Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 8
- IPv6 Extension Headers • IPv6 Header: Basic header described in the previous figure. • Hop-by-hop options header • Destination options header (when the routing header is used) • Routing header: Used for source routing and mobile IPv6 (value = 43). • Fragment header: Used when a source must fragment a packet that is larger than the MTU for the path between itself and a destination device. • Authentication header and Encapsulating Security Payload header: Used within IPsec to provide authentication, integrity, and confidentiality of a packet. The authentication header (value = 51) and the ESP header (value = 50) • Upper-layer header: Typical headers used inside a packet to transport the data. The two main transport protocols are TCP (value = 6) and UDP (value = 17). Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 9
- Defining Address Representation • Leading zeros in a field are optional, so 09C0 = 9C0 and 0000 = 0. • Successive fields of zeros can be represented as “::” only once in an address. • An unspecified address is written as “::” because it contains only zeros. Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 10
- IPv6 Address types • Unicast address – Link local: FE80::/10, Scope is configured to single link. The address is unique only on this link, and it is not routable off the link. (similar to 169.254.x.x private address) – Site local: FEC0::/10 (similar to private address) – Global: Globally unique, so it can be routed globally with no modification. A global address has an unlimited scope on the worldwide Internet. Packets with global source and destination addresses are routed to their target destination by the routers on the Internet. • Multicast address: IPv6 does not have broadcast addresses. The range of multicast addresses in IPv6 is larger than in IPv4. For the foreseeable future, allocation of multicast groups is not being limited. • Anycast address: An anycast address identifies a list of devices or nodes; therefore, an anycast address identifies multiple interfaces. A packet sent to an anycast address is delivered to the closest interface, as defined by the routing protocols in use. Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 11
- Special Address Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 12
- IPv6 Global Unicast and Anycast address • Global unicast addresses are defined by a global routing prefix, a subnet ID, and an interface ID. The current global unicast address assignment by the Internet Assigned Numbers Authority (IANA) uses the range of addresses that start with binary value 001 (2000::/3), which is one-eighth of the total IPv6 address space and is the largest block of assigned block addresses. • Addresses with a prefix of 2000::/3 (001) through E000::/3 (111), with the exception of the FF00::/8 (1111 1111) multicast addresses, are required to have 64-bit interface identifiers in the extended universal identifier (EUI)-64 format. • When a unicast address is assigned to more than one interface, thus turning it into an anycast address, the nodes to which the address is assigned must be explicitly configured to use and recognize the anycast address. Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 13
- IPv6 Global Unicast and Anycast address Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 14
- Defining Host Interface Addresses • An IPv6 address has two parts: – A subnet prefix representing the network to which the interface is connected. The subnet prefix is a fixed 64-bit length for all current definitions. – A local identifier, sometimes called a token, which uniquely identifies the host on the local network. The local identifier is always 64 bits and is dynamically created based on Layer 2 media and encapsulation. In the simple case of an Ethernet medium, the local identifier is usually derived from the EUI-48 MAC address. Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 15
- Link Local Address • The address is unique only on this link, and it is not routable off the link. Packets with a link-local destination must stay on the link where they were generated • Link-local addresses are dynamically created using a link- local prefix of FE80::/10 and a 64-bit interface identifier in a process called stateless autoconfiguration. Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 16
- Stateless Autoconfiguration • Phase 1: MAC 00-0C-29-C2-52-FF -> 00-0C-29-FF-FE-C2- 52-FF • Phase 2: well-known link-local prefix fe80::/64 is added -> fe80::00c:29ff:fec2:52ff • Phase 3: Verify the address’s uniqueness on the link, called duplicate address detection (DAD). Send ICMPv6. • Phase 4: Assigned Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 17
- IPv6 Multicast Address Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 18
- IPv6 Multicast Address • FF02::1:FFXX:XXXX — Solicited-node multicast on link, where XX:XXXX is the rightmost 24 bits of the corresponding unicast or anycast address of the node. (Neighbor solicitation messages are sent on a local link when a node wants to determine the link-layer address of another node on the same local link, similar to Address Resolution Protocol [ARP] in IPv4.) Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 19
- IPv6 Routing • Similar to IP version 4 (IPv4) classless inter-domain routing (CIDR), IPv6 uses longest-prefix match routing. • Routing protocol: RIPng, OSPFv3, EIGRP, ISIS, MP-BGP • Static routing: A router must be able to determine the link- local address of each of its neighboring routers to ensure that the target address of a redirect message identifies the neighbor router by its link-local address. Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com 20
CÓ THỂ BẠN MUỐN DOWNLOAD
-
Nghiên cứu IPv4 và IPv6
64 p | 958 | 417
-
Tài Liệu Về Chuyên Đề IPv6
15 p | 741 | 355
-
Báo cáo quản trị mạng đề tài IPv6
35 p | 701 | 260
-
TỔNG QUAN VỀ IPV6
7 p | 393 | 172
-
Tổng quan về ipv6 - part 1
10 p | 234 | 94
-
Tổng quan về công nghệ chuyển đổi IPv4-IPv6
2 p | 219 | 84
-
Cài đặt Ipv6 Cho Máy Tính Dùng Hđh Windows Xp
1 p | 325 | 82
-
Bài thuyết trình về IPv6
21 p | 512 | 72
-
Tài liệu IPv6 tiếng Việt
28 p | 242 | 44
-
Hoạt động chuyển giao IPv6 trên toàn cầu
6 p | 150 | 40
-
IPv6 Extention Header và các vấn đề liên quan
4 p | 140 | 34
-
Những điều cần biết về giao thức IPv6
4 p | 160 | 28
-
Một số vấn đề tham khảo khi triển khai mạng IPv6
28 p | 62 | 9
-
Bài giảng Vai trò IPv6 đối với sự phát triển của 4G/5G và IoT
34 p | 21 | 8
-
Giới thiệu về UAG DirectAccess – Phần 2: Kỹ thuật chuyển đổi IPv6 và NRPT
7 p | 65 | 7
-
Lecture CCNP Route: Implementing IP Routing - Chapter 8: Implementing IPv6 in the Enterprise Network
312 p | 37 | 4
-
Lecture TCP-IP protocol suite - Chapter 31: Next generation: IPv6 and ICMPv6
63 p | 59 | 3
-
Thiết kế mạng trên nền IPV6 an toàn nhờ phân tích, đánh giá đặc điểm của giao thức IPV6
8 p | 70 | 2
Chịu trách nhiệm nội dung:
Nguyễn Công Hà - Giám đốc Công ty TNHH TÀI LIỆU TRỰC TUYẾN VI NA
LIÊN HỆ
Địa chỉ: P402, 54A Nơ Trang Long, Phường 14, Q.Bình Thạnh, TP.HCM
Hotline: 093 303 0098
Email: support@tailieu.vn