IP v6详解卷2

出版时间:2008-12-30  出版社:人民邮电出版社  作者:Qing Li,Tatuya Jinmei(神明达哉),Keiichi Shima(岛庆一)  页数:981  
Tag标签:无  

前言

Back in 1994,when the IETF accepted the proposal that iS known as IPv6 today,1 was convincedfrom that moment,such a new fundamental protocol would be difficult if not impossible to beaccepted,adopted and deployed by the networking community without a highqualiW opensource reference implementation that is freely available. This conviction stems from my close involvement with the original TCP/IPv4 protocolsand UC Berkeley’s BSD implementation of these protocols.I have seen firsthand how the BSDimplementation has made enormous contribution to the success of TCP/IPv4,commonly knownas the Internet protocols.We needed a new effort that played the same role for IPv6.It was our turn to make a contribution to the world of the Internet from a developer’s pointof view,but at that time the economic impact of the Internet boom already made my colleaguesat Berkeley too busy.I understood that we had a mission and SO the IPv6 working group wasborn in the WIDE project for this purpose,which eventually evolved into the KAME project.One of the requirements demanded of the so ftware to be developed by the KAWE project,was to demonstrate how the IPv6 protocols work and how well the protocols operate in realenvironments——a difficult and challenging task,With the long and very patient help from all thesupporters.the KAME project members fulfilled this goal with theft diligence and perseverance.The KAME implementation was adopted bv all major BSD variants as the defacto IPv6 implementation.And KAME iS often refefred to during IPv6 discussions at IETE meetings.I strongly believe the success of the KAME project played a significant role in the wide acceptance andthe continued adoption of the IPv6 technology.

内容概要

本书全面讲解IPv6及相关协议实现的事实标准KAME,揭示了KAME IPv6协议栈的所有细节,对每行代码到底做了什么,以及为什么要这样设计都进行了解释。全书共分6章,分别介绍IPv6单播路由选择协议、IPv6多播技术、IPv6的DNS DHCPv6、移动IPv6、IPv6与IP安全。书中每章都包含两个主要部分,第一部分是相关规范的综述,第二部分则逐行代码地描述和分析实际的实现。     本书是IPv6的权威参考书,适合网络设计和开发人员阅读。此外,本书还适合作为高校相关专业网络课程的教学参考书。

作者简介

Blue Coat系统公司资深架构师,负责领导下一代支持IPv6的安全代理应用系统的设计和开发工作。他曾在风河系统公司工作8年。是风河嵌入式IPv6产品的首席架构师。他拥有多项美国专利,并著有Real-TimeConcepts for Embedded Systems等畅销书。他还是FreeBSD操作系统项目活跃的开发者。

书籍目录

1  IPv6 Unicast Routing Protocols    1.1  Introduction    1.2  Overview of Routing Concepts    1.3  Overview of Vector-based Algorithms and Link-StateAlgorithm    1.4  Introduction to RIPng    1.5  Introduction to BGP4+    1.6  Introduction to OSPFv2    1.7  Code Introduction    1.8  IPv6 Routing Table in the BSD Kernel    1.9  Routing API    1.10  Overview of route6d Daemon    1.11  Common Data Structures, Routines and Global Variables    1.12  Interface Configuration    1.13  RIPng Protocol Operation    1.14  Routing Operation Using route6d  2  IPv6 Multicasting    2.1  Introduction    2.2  IPv6 Multicast Address to Layer-2 Multicast AddressMapping    2.3  Multicast Listener Discovery Protocol    2.4  Multicast Routing Fundamentals    2.5  Code Introduction    2.6  MLD Implementation    2.7  IPv6 Multicast Interface: mif6{} Structure    2.8  IPv6 Multicast Routing API    2.9  IPv6 Multicast Forwarding Cache    2.10 IPv6 Multicast Forwarding    2.11  IPv6 Multicast Operation  3  DNS for IPv6    3.1  Introduction    3.2  Basics of DNS Definitions and Protocols    3.3  IPv6-Related Topics about DNS    3.4  Implementation of IPv6 DNS Resolver    3.5  IPv6 DNS Operation with BIND  4  DHCPv6    4.1  Introduction    4.2  Overview of the DHCPv6 Protocol    4.3  Code Introduction    4.4  Client Implementation    4.5  Server Implementation    4.6  Relay Agent Implementation    4.7  Implementation of DHCPv6 Authentication    4.8  DHCPv6 Operation  5  Mobile IPv6    5.1  Introduction    5.2  Mobile IPv6 Overview    5.3  Header Extension    5.4  Procedure of Mobile IPv6    5.5  Route Optimization    5.6  Movement Detection    5.7  Dynamic Home Agent Address Discovery    5.8  Mobile Prefix Solicitation/Advertisement    5.9  Relationship with IPsec    5.10  Code Introduction    5.11  Mobile IPv6 Related Structures    5.12  Macro and Type Definitions    5.13  Global Variables    5.14  Utility Functions    5.15  Common Mobility Header Processing    5.16  Home Agent and Correspondent Node    5.17  Mobile Node    5.18  Mobile IPv6 Operation    5.19  Appendix  6  IPv6 and IP Security    6.1  Introduction    6.2  Authentication Header    6.3  Encapsulating Security Payload    6.4  Transport Mode and Tunnel Mode    6.5  Security Association Database    6.6  IPsec Traffic Processing    6.7  SPD and SAD Management    6.8  Manual Configuration    6.9  Internet Security Association and Key Management Protocol(ISAKMP) Overview    6.10  Racoon Operation    6.11  Scenarios    References    Index

章节摘录

插图:

媒体关注与评论

“阅读本书是一种享受,让我想起了RichardStevens的《TCPflP详解》,本书的技术深度完 全可以与之媲美,”  ——Jim Bound,北美IPv6工作组主席  “在IPv6时代,本书将取代Richard Stevens的《TCP/IP详解》一书。我强烈推荐给所有程序员阅读:”  ——Junichiro Hagino.KAME项目核心开发者

编辑推荐

IPv6的时代即将到来!《IPv6详解(卷2):高级协议实现(英文版)》由开源的IPv6标准参考实现KAME的核心开发人员撰写,沿袭了被奉为经典的Richard Steverls的《TCP/IP详解》的写作方式和风格,覆盖了IPv6技术的全部内容,是毋庸置疑的IPv6权威参考书。书中详尽剖析了IPv6协议及其实现的技术细节,逐行诠释了KAME每一行代码的作用,并结合阐述了弥足珍贵的设计体会,对网络研究、设计和开发人员都有极高的参考价值。全书分为两卷,第1卷介绍核心协议的实现。第2卷主要介绍高级协议的实现。《IPv6详解(卷2):高级协议实现(英文版)》适合网络设计和开发人员阅读,对于下一代网络产品研发人员尤其具有参考价值。Qin9 Li 8Iue Coat系统公司资深架构师,负责领导下一代支持IPv6的安全代理应用系统的设计和 开发工作:他曾在风河系统公司工作8年,是风河嵌入式IPv6产品的首席架构师:他拥有多项美国专利。并著有Real-Time Concepts forEmbedded Systems等畅销书。他还是FreeBSD操作系统项目活 跃的开发者: Tatuya Jinmei (神明达哉)东芝公司研究与开发中心的科学家。KAME项目核心开发人员。2003年在日本庆应义塾大学获得博士学位,Keiichi Shima(岛庆一)日本Internel lnitiative公司的资深研究人员。他的研究领域是IPv6和IPv6移动性。KAME项目核心开发人员,开发了移动IPv6/NEMO基本支持协议栈:现在正致力于BSD操作系统中新的移动栈(SHISA栈)的研究。

图书封面

图书标签Tags

评论、评分、阅读与下载


    IP v6详解卷2 PDF格式下载


用户评论 (总计4条)

 
 

  •   书是好书,可是送来的时候有磨损,好在不影响读。
  •   书不错,印刷很好,很给力哦,顶一个。
  •   书不错,就是包装的时候把封面压皱了.
  •   介绍IPv6的经典,沿袭TCP/IP Illustrated的描述方式,值得拥有的参考书。
 

250万本中文图书简介、评论、评分,PDF格式免费下载。 第一图书网 手机版

京ICP备13047387号-7