Service and Device Discovery: Protocols and Programming
Golden G. Richard III
- 出版商: McGraw-Hill Education
- 出版日期: 2002-06-21
- 售價: $2,240
- 貴賓價: 9.5 折 $2,128
- 語言: 英文
- 頁數: 403
- 裝訂: Paperback
- ISBN: 0071379592
- ISBN-13: 9780071379595
已絕版
買這商品的人也買了...
-
$1,205TCP/IP Illustrated, Volume 1: The Protocols (Hardcover)
-
$2,340$2,223 -
$399CCNA Self-Study: Interconnecting Cisco Network Devices (Hardcover)
-
$1,029Operating Systems: Internals and Design Principles, 4/e
-
$948JavaScript Design
-
$1,890$1,796 -
$490$417 -
$780$624 -
$450$351 -
$650$553 -
$720$569 -
$560$442 -
$590$531 -
$480$379 -
$750$593 -
$4,710$4,475 -
$620$527 -
$650$553 -
$480$408 -
$399$339 -
$399$339 -
$399$339 -
$500$390 -
$850$723 -
$1,810$1,720
相關主題
商品描述
Jini
SLP (Service Location Protocol)
UPnP (Universal Plug and Play)
Bluetooth SDP
Service and Device Discovery is a complete survey of the state-of-the-art in an emerging field. Client/server architectures may not be new, but the world has changed around them. Increasingly complex networked environments and the proliferation of mobile devices create many instances where highly dynamic client/service behavior is the norm and not the exception. Service discovery protocols enable plug and play architectures, where services may be introduced into a network and removed at will, without configuration hassles. In addition, service discovery is an important step toward eliminating manually installed drivers, relying instead on standard interfaces to put devices in touch.
WHY SERVICE DISCOVERY?
Service discovery will make networked devices significantly less tedious to
deploy and use than they are today. As a way to standardize the environments in
which client/server applications are developed and used, service discovery
technologies have the potential to:
* make interactions between clients
and services much more dynamic
* provide software tools for developing
machine-to-machine communications
* automate discovery of required services
and peripherals
* reduce administrative overhead for deploying or interfacing
services
* minimize re-configuration and encourage more device mobility
*
build more interesting applications for networked environments
INSIDE THE SERVICE DISCOVERY FRAMEWORK, designers and programmers will learn how clients can discover needed services. How services advertise their presence. How catalogs track available services and garbage collection facilities rid the system of outdated information. How multicast is used to support discovery and advertisement. How to enable clients to browse and subtype services. And how to anticipate interoperability issues.
In this book, researcher and developer Golden G. Richard III:
*
Condenses thousands of pages of protocol specifications to their essentials and
helps you interpret predictably terse material
* Investigates all four
leading protocols for service discovery
* Provides complete client and
service examples in Java and C
Service and Device Discovery: Protocols and Programming contains
fully documented source code for representative clients and services, for all
four technologies, examined and explained in detail.
Contents
Preface
Acknowledgments
CHAPTER 1: INTRODUCTION TO SERVICE
DISCOVERY
Introduction
Service Discovery Features
Common
Characteristics
Service Discovery
Sites
Applications
Interoperability, or Why Learn a Bunch of Protocols?
CHAPTER 2: JINI WORKS ITS MAGIC
Leasing
Clients, Services, and
Renewal
Jini Security
Other Jini Components
CHAPTER 3: SLP: An IETF Protocol
for Service Discovery
Overview of Service Location
Protocol
Goals of the
Chapter
Essential
Details
SLP Agents
Designing SLP Applications: The SLP API
Configuration
DHCP
Issues
Security
CHAPTER 4:
UNIVERSAL PLUG AND PLAY: EXTENDING PLUG AND PLAY TO THE
NETWORK
Overview of Universal Plug and Play
(UPnP)
Universal Plug and Play Protocols in
Detail
Wheres the Code?
CHAPTER 5: BLUETOOTH SERVICE DISCOVERY PROTOCOL
Bluetooth Overview
A Sample API: Digianswers
Bluetooth Software Suite
INDEX