- Implementing Cisco Networking Solutions
- Harpreet Singh
- 126字
- 2021-07-08 10:02:16
IP version 6
IPv6 is a new version of the IP protocol. The current version IPv4 had a limited number of IP addresses (2^32 addresses), and there was a need to connect more hosts. Hence IPv6 allows for a 128-bit address field compared to a 32-bit address field in IPv4. Hence, IPv6 can have 2^128 unique IP addresses. IPv6 also provides some new features and does away with some features of the IPv4 packet such as fragmentation and Header checksum. Figure 13 shows the IPv6 header and shows the various fields of the IPv6 header:
Figure 13: IPv6 header
We will not go into the details of IPv6 in this book, but will cover it as and when required during the discussion on design and implementation.
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Visual C++數字圖像模式識別技術詳解
- C語言程序設計立體化案例教程
- Bootstrap Essentials
- Oracle Database 12c Security Cookbook
- C語言程序設計實驗指導 (第2版)
- Java網絡編程核心技術詳解(視頻微課版)
- SQL Server數據庫管理與開發兵書
- Couchbase Essentials
- 分布式架構原理與實踐
- Microsoft HoloLens By Example
- Android編程權威指南(第4版)
- PostgreSQL Developer's Guide
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x