应课程要求吧~
①ipconfig看自己IP地址~
知道了自己装了IPV6
然后可以设置捕捉过滤器。
之后就是开始捕获,选择WLAN,ping百度吧~
分析吧~
由wireshark提供的关于ipv6的详解可知,点击打开链接
IPv6最初被设计成一个令人信服的理由:需要更多的IP地址。
他的优势在于:
Consequently, the design of IPv6 was an opportunistic way to improve the Internet, with new benefits such as:
- Expanded addressing capabilities.
- Server-less autoconfiguration ("plug-n-play") and reconfiguration.
- More efficient and robust mobility mechanisms.
- End-to-end security, with built-in, strong IP-layer encryption and authentication.
- Streamlined header format and flow identification.
- Enhanced support for multicast and QoS.
- Extensibility: Improved support for options / extensions.
翻译:
扩展寻址能力。
服务器较少的自动配置(“插入-播放”)和重新配置。
更高效和健壮的移动性机制。
端到端的安全性,内置,强大的IP层加密和认证。
流线型报头格式和流标识。
增强对多播和QoS的支持。
可扩展性:对选项/扩展的改进支持。
那么他与IPv4的区别在于哪里呢?
让我们分析报文!
都不用展开,verson版本号可以分辨
ipv4:
可见:首部长度为20字节~
再看看ipv6:
区别一 就出来了:IPv6无首部长度字段!!长度变为固定的40(total-header)字节~
再看
ipv4的服务类型Type-of-Service(指出上层协议对处理当前数据报所期望的服务质量,并对数据报按照重要性级别进行分配)