IPv6 Core Protocols Implementation (The Morgan Kaufmann Series in Networking)

Category: Technical


<< Buy This Book on Amazon >>

381 views since 2007-09-19. Bookmark this: IPv6 Core Protocols Implementation The Morgan Kaufmann Series in Networking

Description


===IPV6Ïà¹ØÁ´½Ó===

  • IPv6 Advanced Protocols Implementation (The Mor...
    [2007/0706]
  • IPv6 Core Protocols Implementation (The Morgan Kaufmann Series in Networking)

    By Qing Li, Tatuya Jinmei, Keiichi Shima,

    Publisher: Morgan Kaufmann
    Number Of Pages: 968
    Publication Date: 2006-10-12
    Sales Rank: 236711
    ISBN / ASIN: 0124477518
    EAN: 9780124477513
    Binding: Hardcover
    Manufacturer: Morgan Kaufmann
    Studio: Morgan Kaufmann
    Average Rating: 5


    The authoritative reference text on KAME and IPv6!

    IPv6 was introduced in 1994 and has been in development at the IETF for over 10 years. It has now reached the deployment stage. KAME, the de-facto open-source reference implementation of the IPv6 standards, played a significant role in the acceptance and the adoption of the IPv6 technology. The adoption of KAME by key companies in a wide spectrum of commercial products is a testimonial to the success of the KAME project, which concluded not long ago.

    This book is the first and the only one of its kind, which reveals all of the details of the KAME IPv6 protocol stack, explaining exactly what every line of code does and why it was designed that way. Through the dissection of both the code and its design, the authors illustrate how IPv6 and its related protocols have been interpreted and implemented from the specifications. This reference will demystify those ambiguous areas in the standards, which are open to interpretation and problematic in deployment, and presents solutions offered by KAME in dealing with these implementation challenges.

    About the Authors
    Qing Li is a senior architect at Blue Coat Systems, Inc. leading the design and development efforts of the next-generation IPv6 enabled secure proxy appliances. Qing holds multiple US patents. Qing is a contributing author of the book titled Handbook of Networked and Embedded Control Systems published in June 2005. He is the author of the embedded systems development book titled Real-Time Concepts for Embedded Systems published in April 2003. Tatuya Jinmei Ph.D. is a research scientist at Corporate Research & Development Center, Toshiba Corporation. He had been a core developer of the KAME project since the launch of the project through its conclusion. In 2003, he received the Ph.D. degree from Keio University, Japan, based on his work at KAME. Keiichi Shima is a senior researcher at Internet Initiative Japan Inc. He was a core developer of the KAME project from 2001 to the end of the project and developed Mobile IPv6/NEMO Basic Support protocol stack. He is now working on the new mobility stack (the SHISA stack) for BSD operating systems.

    IPv6 Core Protocols Implementation addresses with technical depth and clarity an IPv6 implementation on University California Berkeley Source Code Distribution (BSD), from the KAME project that was based in Japan, which is both a commercial and academic success in the world wide networking implementation market. The book begins with an overview of the KAME project and source code distribution, and then provides a concise, but thorough overview of the BSD network implementation. Then the book provides the architecture and an implementation code base component for IPv6 added to the current BSD TCP/IP Internet Protocol layer code base, the implications of the changes to the Transport Layer, and then provides a review of the BSD Socket Application Interface changes for IPv6. The authors did a very good job of representing the source code implementation and it was easy to read and comprehend, with discussion for each programmatic presentation of the code base functions and data structures. This book will be valuable to both networking architects and programmers that have to absorb and understand the implementation of IPv6 within the TCP/IP network implementation and reference model. The book was a pleasure to read and reminded me of the TCP/IP technical books by the late Dr. Richard Stevens, and afforded me the same technical depth. CTO IPv6 Forum www.ipv6forum.com

    ~Jim Bound.

    *Covering a snapshot version of KAME dated April 2003 based on FreeBSD 4.8
    *Extensive line-by-line code listings with meticulous explanation of their rationale and use for the KAME snapshot implementation, which is generally applicable to most recent versions of the KAME IPv6 stack including those in recent releases of BSD variants
    * Numerous diagrams and illustrations help in visualizing the implementation
    * In-depth discussion of the standards provides intrinsic understanding of the specifications
    * Two CD-ROMs filled with the complete KAME IPv6 protocol stack and FreeBSD software


    Review:

    Excellent IPv6 Core Protocols Implementation Reference

    IPv6 Core Protocols Implementation addresses with technical depth and clarity an IPv6 implementation on University California Berkeley Source Code Distribution (BSD), from the KAME project that was based in Japan, which is both a commercial and academic success in the world wide networking implementation market. The book begins with an overview of the KAME project and source code distribution, and then provides a concise, but thorough overview of the BSD network implementation. Then the book provides the architecture and an implementation code base component for IPv6 added to the current BSD TCP/IP Internet Protocol layer code base, the implications of the changes to the Transport Layer, and then provides a review of the BSD Socket Application Interface changes for IPv6. The authors did a very good job of representing the source code implementation and it was easy to read and comprehend, with discussion for each programmatic presentation of the code base functions and data structures. This book will be valuable to both networking architects and programmers that have to absorb and understand the implementation of IPv6 within the TCP/IP network implementation and reference model. The book was a pleasure to read and reminded me of the TCP/IP technical books by the late Dr. Richard Stevens, and afforded me the same technical depth. CTO IPv6 Forum www.ipv6forum.com Jim Bound.


    Review:

    "TCP/IP illustrated volume 2" for IPv6!

    This book is written in the same style as Stevens' TCP/IP Illustrated Volume
    II and serves as The replacement of Stevens' books for IPv6. This book blends
    in-depth discussion of the IPv6 protocols and standards with line-by-line
    code annotation and design digest of the KAME implementation. As the WIDE
    project board member and the original core KAME developer, I approve the
    technical accuracy of this book and certify the content of this book
    represents the KAME implementation well. I fully endorse this book and
    personally recommend it to every programmer as the IPv6 network programming
    book.


    Review:

    Very useful reference for IPv6 and KAME implementation

    This is a very well written book that covers all aspects of the IPv6 protocol and theory. Chapters, although long, are well structured and thorough, covering not only current operational theory, but also implementation issues that arise in deployments. Of particular use are the annotated listings - and in-depth data structure layouts - of the relevant sections of the IPv6 KAME implementation that also refer to material previously discussed. All code listings and annotations followed the model used to great effect within Richard Steven's TCP/IP books. Of particular interest when reading through the chapter material and annotated listings are references to deprecated RFCs and historical rationals that help provide additional context to some of the more baroque parts of the KAME code.
    This book assumes a fairly thorough knowledge of TCP/IP networking protocols - it is not intended to be a primer on networking or IPv6. That said, this reference book is ideal for anyone with good networking knowledge that wishes to expand or understand elements of either IPv6 or the KAME implementation.

    Review:

    An essential for networking developers and architects

    This book is an essential addition to your library if you want to understand IPv6 networking beyond just the surface. Initially the book will serve as a detailed introduction to IPv6, but the biggest value is later when it serves as a trusted reference book in your networking library. As the authors intended, it will serve as an implementation reference for IPv6 like how the Stevens' book on TCP/IP from the nineties served as the bible for TCP/IP (and IPv4) implementations. I still go back to that book when I want to understand some aspects of the BSD TCP/IP stack (which is the ancestor to many contemporary TCP/IP stacks.) I expect to use this book as a reference in the same way for many years as we start migrating to IPv6.

    Who better to write an implementation-oriented book on IPv6 than the developers involved in the KAME project and the lead architect on the IPv6 stack of VxWorks? The KAME developers wrote their code in close sync with the evolution of IPv6 in the IETF and were privy to not just the authoring of IPv6 RFCs but the hundreds of invaluable side discussions that typically happen at the IETF conferences and mailing lists. When reading the book you can make this out easily from the interesting insights the authors provide on various aspects of the IPv6 protocols design as well as reasons for some implementation choices versus others. I also like the several places in the book where the IPv6 design is compared and contrasted with similar aspects of IPv4. This is very useful since most of us that buy this book have been working for a while with IPv4 and understand its design.

    The book assumes that the reader is reasonably familiar with TCP/IP IPv4 and BSD Sockets programming. If you're already familiar with IPv6 then you can jump straight into almost any place in the book. If you are new to IPv6 and want to use this book initially as an introduction I suggest that you read the book in two passes. In the first pass you should read all the chapters, stopping in each chapter before the "Code Introduction" subsection. This first pass will give you an introduction to the IPv6 protocol, IPv6 addressing, ICMPv6, Neighbor Discovery (ND), Autoconfiguration and the Sockets API for IPv6 - these constitute the core of what you need to know about IPv6. You could stop with this pass and then use the rest of the book as a reference. Or you could keep going and do a second pass of all chapters and go through the code sections. This second pass will now be much easier since you now have a good overall grasp of IPv6.

    When it comes to the code walk-throughs and explanation of data structures I found that the authors have done a very meticulous job. Every interesting line of code is explained in detail and as I mentioned before there are many useful insights into "why's of the code" rather than dry comments on what it does. The book also comes with 2 CDROMs which contain all the referenced KAME source code and the FreeBSD 4.8 release. However, if you're like me and want only the latest/greatest release, I suggest going to the latest release of your choice of a BSD-based OS and browsing those source files instead. As a Mac guy I went with the latest kernel sources for Mac OS X 10.4. The Mac OS X Darwin kernel (a.k.a. XNU, not to be confused with Xinu OS from Comers' TCP/IP books) is a derivative of BSD built on top of a MACH microkernel. The IPv6 stack in Darwin/XNU is a port from KAME. I found it relative easy to follow the code explanations in the book with the XNU version of the IPv6 code. As you would expect, the line numbers from the book don't match the XNU line numbers, but the filenames are identical and it is relatively easy to find the corresponding code snippets referenced in the book. There were definitely some differences between the two code trees, but I did not run into anything that was substantially different in the sections I read.

    All in all this book is a great addition to my networking library and I am looking forward to the second book from the authors that plans to cover the ancillary protocols to IPv6 such as IPv6 routing, multicasting, DNS, etc.

    http://rapidshare.com/files/56579928/0124477518.rar

    http://rapidshare.com/files/56665918/Morgan.Kaufmann.IPv6.Core.Protocols.Implementation.Oct.2006.eBook-BBL.rar

    http://rapidshare.com/files/56617909/MK_.IPv6.Core.Protocols.Implementation._2006_.BBL._0124477518_.pdf.7z


    Download this book from Usenet
    DOWNLOAD Free register and download UseNet downloader, then you can free download ebooks from UseNet.

    Free Download "IPv6 Core Protocols Implementation (The Morgan Kaufmann Series in Networking)" from Usenet!

    Buy this book from amazon


    Disclaimer:
    Contents of this page are indexed from the Internet. All actions are under your responsability. Email us to report illegal contents or external links and we'll remove them immediately.

    Search More...

    IPv6 Core Protocols Implementation (The Morgan Kaufmann Series in Networking)

    Search free ebooks in ebookee.com!


    Links

    Free Trade Magazine Subscriptions & Technical Document Downloads

    Search and Buy
    << Search and Buy This Book on Amazon >>

    Download this book from Usenet
    DOWNLOAD How to download:
    Free register to download UseNet downloader and install, then search book title and start downloading. UseNet is clean and can be unstalled totally. Enjoy!

    Free Download "IPv6 Core Protocols Implementation (The Morgan Kaufmann Series in Networking)" from Usenet!

    Download Link 2


    No download links here
    Please check the description for download links if any or do a search to find alternative books.

    Can't Download?
    Please search mirrors if you can't find download links for "IPv6 Core Protocols Implementation (The Morgan Kaufmann Series in Networking)" in "Description" and someone else may update the links. Check the comments when back to find any updates.

    Search Mirrors
    Maybe some mirror pages will be helpful, search this book at top of this page or click here to find more info.


    Related Books


    Books related to "IPv6 Core Protocols Implementation (The Morgan Kaufmann Series in Networking)":


    Comments


    No comments for "IPv6 Core Protocols Implementation (The Morgan Kaufmann Series in Networking)".


      Add Your Comments

      1. Download links and password may be in the description section, read description carefully!
      2. Do a search to find mirrors if no download links or dead links.

      required

      required, hidden

      need login

      required

      Back to Top