Zero Configuration Networking: The Definitive Guide
暫譯: 零配置網路:權威指南

Daniel Steinberg, Stuart Cheshire

  • 出版商: O'Reilly
  • 出版日期: 2006-01-17
  • 售價: $1,590
  • 貴賓價: 9.5$1,511
  • 語言: 英文
  • 頁數: 226
  • 裝訂: Paperback
  • ISBN: 0596101007
  • ISBN-13: 9780596101008
  • 已過版

買這商品的人也買了...

相關主題

商品描述

Description

It used to be that two laptops, sitting side by side, couldn't communicate with each other; they may as well have been a thousand miles apart. But that was then, before the advent of Zero Configuration Networking technology. This amazing cross-platform open source technology automatically connects electronic devices on a network, allowing them to interoperate seamlessly-without any user configuration. So now you don't have to lift a finger! Needless to say, it has completely changed the way people connect to devices and programs for printing, file sharing, and other activities.


Zero Configuration Networking: The Definitive Guide walks you through this groundbreaking network technology, with a complete description of the protocols and ways to implement network-aware applications and devices.


Written by two Zero Configuration Networking experts, including one of Apple's own computer scientists, the book covers more than just file sharing and printing. Zero Configuration Networking also enables activities such as music and photo sharing and automatic buddy discovery on Instant Messaging applications. In fact, Zero Configuration Networking can be used for virtually any device that can be controlled by a computer. And this handy guide has the inside scoop on all of its capabilities-and how you can easily apply them in your own environment.


For the technically advanced, Zero Configuration Networking: The Definitive Guide examines the three core technologies that make up Zero Configuration Networking: Link-Local Addressing, Multicast DNS, and DNS Service Discovery. It also reviews a series of APIs, including C-API, Java API, CFNetServices, and Cocoa's NSNetServices.

Table of Contents

Foreword

Preface

1. Introduction to Bonjour and Zeroconf

     Service Discovery with Zeroconf

     Replacing the AppleTalk Name Binding Protocol

     Summary

2. IP Addresses Without DHCP

     Obtaining an IP Address

     Claiming a Link-Local IP Address

     Summary

3. Names Without DNS

     A Brief Tour of DNS

     The Zeroconf Namespace

     Multicast DNS

     Claiming Your Local Name

     The Structure of the Multicast DNS Message

     Summary

4. Browsing for Services

     Zero Configuration Operation

     Finding Services, Not Devices

     Knowing the Protocol

     Building on DNS

     Late Binding

     DNS-SD TXT Records

     Summary

5. Service Discovery Beyond the Local Link

     Domain Enumeration

     Advertising Static Services

     Wide-Area Preference Settings

     Dynamic DNS Updates

     DNS Long-Lived Queries (DNS-LLQ)

     NAT Port Mapping Protocol (NAT-PMP)

     Summary

6. Getting Started with Bonjour/Zeroconf

     Working with Bonjour/Zeroconf

     The Command-Line Tool

     Summary

7. Using the C APIs

     Asynchronous Programming Model

     Event Handling with a select( ) Loop

     Using the DNSServiceDiscovery APIs

     Event Handling with Cocoa RunLoop or Core Foundation CFRunLoop

     Event Handling with Microsoft Windows GetMessage( ) Message Loop

     Event Handling with Microsoft Windows MFC

     Event Handling with Independent Threads

     Summary

8. Using the Java APIs

     Understanding the APIs

     Using the APIs

     An Extended Example: Tic-Tac-Toe

9. Using the CFNetwork and Cocoa APIs

     Using the CFNetServices API

     Using the NSNetServices API in Cocoa

     A Cocoa Bonjour Extended Example

10. Ruby, Python, and Other Languages

     Ruby

     Python

     Embedded Responders

Index

商品描述(中文翻譯)

描述

過去,兩台並排的筆記型電腦無法彼此通訊;它們就像相隔千里一樣。但那是以前的事,在零配置網路技術出現之前。這項驚人的跨平台開源技術自動連接網路上的電子設備,讓它們無需任何使用者配置即可無縫互操作。因此,現在你不必動一根手指!不必說,它徹底改變了人們連接設備和程式以進行列印、檔案共享及其他活動的方式。

《零配置網路:權威指南》將引導你了解這項突破性的網路技術,完整描述協定及實作網路感知應用程式和設備的方法。

本書由兩位零配置網路專家撰寫,其中一位是蘋果公司的計算機科學家,內容涵蓋的不僅僅是檔案共享和列印。零配置網路還支持音樂和照片共享以及即時通訊應用程式中的自動好友發現。事實上,零配置網路幾乎可以用於任何可以由計算機控制的設備。而這本實用指南提供了所有功能的內部資訊,以及如何輕鬆地在自己的環境中應用它們。

對於技術進階者,《零配置網路:權威指南》探討了構成零配置網路的三項核心技術:鏈路本地地址、廣播 DNS 和 DNS 服務發現。它還回顧了一系列 API,包括 C-API、Java API、CFNetServices 和 Cocoa 的 NSNetServices。

目錄

前言

序言

1. Bonjour 和 Zeroconf 簡介
- 使用 Zeroconf 進行服務發現
- 替代 AppleTalk 名稱綁定協定
- 總結

2. 無 DHCP 的 IP 地址
- 獲取 IP 地址
- 聲明鏈路本地 IP 地址
- 總結

3. 無 DNS 的名稱
- DNS 簡介
- Zeroconf 名稱空間
- 廣播 DNS
- 聲明你的本地名稱
- 廣播 DNS 訊息的結構
- 總結

4. 瀏覽服務
- 零配置操作
- 尋找服務,而非設備
- 知道協定
- 基於 DNS 的建構
- 延遲綁定
- DNS-SD TXT 記錄
- 總結

5. 超越本地鏈路的服務發現
- 網域列舉
- 廣告靜態服務
- 廣域偏好設定
- 動態 DNS 更新
- DNS 長期查詢 (DNS-LLQ)
- NAT 端口映射協定 (NAT-PMP)
- 總結

6. 開始使用 Bonjour/Zeroconf
- 使用 Bonjour/Zeroconf
- 命令行工具
- 總結

7. 使用 C API
- 非同步編程模型
- 使用 select() 迴圈進行事件處理
- 使用 DNSServiceDiscovery API
- 使用 Cocoa RunLoop 或 Core Foundation CFRunLoop 進行事件處理
- 使用 Microsoft Windows GetMessage() 訊息迴圈進行事件處理
- 使用 Microsoft Windows MFC 進行事件處理
- 使用獨立執行緒進行事件處理
- 總結

8. 使用 Java API
- 理解 API
- 使用 API
- 擴展範例:井字遊戲

9. 使用 CFNetwork 和 Cocoa API
- 使用 CFNetServices API
- 在 Cocoa 中使用 NSNetServices API
- Cocoa Bonjour 擴展範例

10. Ruby、Python 和其他語言
- Ruby
- Python
- 嵌入式回應者

索引