Zero-configuration networking: Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit
Line 1:
{{short description|Technologies for automatic network connection configuration}}
 
'''Zero-configuration networking''' ('''zeroconf''') is a set of technologies that automatically creates a usable [[computer network]] based on the [[Internet Protocol Suite]] (TCP/IP) when computers or network peripherals are interconnected. It does not require manual operator intervention or special configuration servers. Without zeroconf, a network administrator must set up [[network service]]sservices, such as [[Dynamic Host Configuration Protocol]] (DHCP) and [[Domain Name System]] (DNS), or configure each computer's network settings manually.
 
Zeroconf is built on three core technologies: automatic assignment of numeric [[network address]]esaddresses for networked devices, automatic distribution and resolution of computer [[hostname]]shostnames, and automatic [[Service discovery|___location of network services]], such as printing devices.
 
{{IPstack}}
 
==Background==