servad
Servad is a term used in computer networking to describe a service advertisement daemon, a background process responsible for announcing the availability of network services and enabling clients to discover them dynamically. A servad typically runs on hosts that provide services such as databases, web servers, or APIs, and it maintains a registry of active service instances.
Functionality includes collecting metadata (service name, version, protocol, port, health status), registering services with local or
Architecture is modular: a servad runs as a lightweight daemon, with plugins for different transport methods
Deployment contexts include microservices environments, containerized platforms, and IoT networks, where services shift as containers start
History and etymology: the term servad is used descriptively in various documentation as a concise label for
Related concepts: service discovery, mDNS, DNS-SD, SSDP, Consul, etcd.