what is Bonjour?

大憨熊 提交于 2019-12-14 01:06:55

问题


I was watching wwdc videos this afternoon and I heard the word Bonjour .

So I just want to know what is Bonjour in Apple .

This is just to clear the concept .

Thanks


回答1:


In computing, Bonjour (formerly Rendezvous1) is Apple Inc.'s trade name for its implementation of Zeroconf, a service discovery protocol. Bonjour locates devices such as printers, other computers, and the services that those devices offer on a local network using multicast Domain Name System service records.

  • More about Bonjour at Wikipedia ...
  • Apple's Bonjour FAQ

Macs (OSX 10.4+) come installed with dns-ds, which is a

dns-sd -- Multicast DNS (mDNS) & DNS Service Discovery (DNS-SD) Test Tool

Zero configuration networking (zeroconf), is a set of techniques that automatically creates a usable Internet Protocol (IP) network without manual operator intervention or special configuration servers. Zero configuration networking allows inexpert users to connect computers, networked printers, and other network devices and expect a functioning network to be established automatically. Without zeroconf, a user must either set up special services, like Dynamic Host Configuration Protocol (DHCP) and Domain Name System services (DNS), or set up each computer's network settings manually, which may be difficult or impossible for non-technical or novice users.

More about zeroconf ...



来源:https://stackoverflow.com/questions/3194215/what-is-bonjour

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!