Cantitate/Preț
Produs

IPv6 Socket API Extensions: Programmer's Guide

Autor Qing Li, Jinmei Tatuya, Keiichi Shima
en Limba Engleză Paperback – 30 sep 2009
IPv6 Socket API Extensions: Programmer's Guide covers the IPv6 applicaton programming interfaces (API) extensions and enhancements that have been made to the socket APIs. The book begins with a brief overview of the API specifications along with sample code usage. Then an explanation of the internal kernel implementation that realizes the services offered by the API sets is detailed. Also descriptions of several standard user libraries that have been extended or created to support IPv6 are reviewed. Includes various examples which illustrate how to write portable applications that can run on either IPv4 or IPv6 networks. Succinct treatment of everything you need to know to get up and running with IPv6 socket programming in one affordable volume.

  • Provides a detailed introduction to the IETF standards for IPv6 APIs
  • Includes extensive line-by-line code sets with meticulous explanations of their implementation
  • Numerous diagrams and illustrations to aid in fully understanding the socket APIs
Citește tot Restrânge

Preț: 12464 lei

Preț vechi: 19459 lei
-36% Nou

Puncte Express: 187

Preț estimativ în valută:
2386 2458$ 2014£

Carte tipărită la comandă

Livrare economică 25 februarie-11 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780123750761
ISBN-10: 0123750768
Pagini: 192
Ilustrații: Illustrations
Dimensiuni: 191 x 235 x 15 mm
Greutate: 0.4 kg
Editura: ELSEVIER SCIENCE
Locul publicării:United States

Public țintă

Software developers, network programmers, and systems programmers who want to learn about and implement IPv6 Sockets APIs and related protocols in a network environment.

Cuprins

1. Introduction2. The Basic Socket API—[RFC3493]3. The Advanced Socket API—[RFC3542]4. Kernel Implementation of IPv6 Socket APIs5. Socket Options and Ancillary Data Examples6. Implementation of Library Functions—libinet6