What are the primary differences between IPv4 and IPv6? [closed]

痞子三分冷 提交于 2019-12-08 13:22:19

问题


I understand that the pool of IP addresses has been increased (32bit to 128bit).

Are there some other primary differences between the two?


回答1:


IPv4 uses a 32-bit address scheme, allowing for 2^32 different addresses. IPv6 uses a 128-bit address scheme, allowing for 2^128 different addresses.

The biggest improvement of IPv6 was the huge increase of possible addresses. There are some other important technological changes though:

  • No more NAT (Network Address Translation)
  • Auto-configuration
  • No more private address collisions
  • Better multicast routing
  • Simpler header format
  • Simplified, more efficient routing
  • True quality of service (QoS), also called "flow labeling"
  • Built-in authentication and privacy support
  • Flexible options and extensions
  • Easier administration (say good-bye to DHCP)

Source



来源:https://stackoverflow.com/questions/38002216/what-are-the-primary-differences-between-ipv4-and-ipv6

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!