Bonjour (protocol) Article Index for
Bonjour
Website Links For
Bonjour
 

Information About

Bonjour (protocol)




Bonjour, formerly '''Rendezvous''', is Apple 's Trade Name for its implementation of the Zeroconf specification framework, a Computer Network technology used in Apple's Mac OS X from version 10.2 onwards. It uses standard DNS packets in a new way. Thus it is a new Service , but it is using a Technology that is relatively old—DNS over IP .

Bonjour is a general method to discover services on a Local Area Network . This technology is widely used throughout Mac OS X and allows users to set up a network without any configuration. Currently it is used by Mac OS X and on other operating systems to find printers and file sharing servers. It is also used by ITunes to find shared music, IPhoto to find shared photos, IChat , Adium , Fire , Skype and the Gizmo Project to find other users on the local network, TiVo Desktop to find digital video recorders, and SubEthaEdit to find document collaborators. Additionally it is used by Safari to find local web servers and configuration pages for local devices, and by Asterisk to advertise telephone services along with configuration parameters to VoIP phones and dialers.

Without special DNS Configuration , Bonjour only works on a single Subnet , which is usually a small area.

Bonjour is sometimes misunderstood to make services on a personal computer (for instance, file sharing) available to the public Internet, which could be considered a security risk. In fact, Bonjour does not provide any extra access to services; it merely advertises them. For example, a user can browse a list of nearby computers which share files—Bonjour on these computers has told the user that the service is available—but he or she must still provide a password to access any protected files on these machines. Additionally, Bonjour works only in a close range; by default, its messages only reach users of the same subnet. Thus, the only security impact of Bonjour is that advertised services are no longer protected by Security Through Obscurity within the local subnet. If the services are protected through a means other than obscurity, they will remain protected.

Rendezvous was renamed Bonjour with the release of Mac OS X V10.4 due to a 2004 trademark settlement between Apple and Tibco Software Inc . Tibco had marketed a product with the name Rendezvous before Apple released the technology. It was widely rumored in 2004 that the new name would be OpenTalk, but this name was not picked (possibly due to the similarities to LocalTalk and PowerTalk ).

Bonjour services are implemented at the application level largely using standard TCP/IP calls, rather than in the operating system. Although Mac OS X provides various Bonjour services, Bonjour works on other operating systems. Apple has made the source code of the Bonjour Pro 3, use Bonjour on non-Macintosh platforms.


SEE ALSO



EXTERNAL LINKS