nimeteenus
Nimeteenus is a term used in Estonian information technology to describe a service that maps names to network resources or objects within a distributed system. It provides the registration, resolution, and updating of identifiers such as hostnames, service endpoints, devices, or virtual resources. In practice, nimeteenus serves as a naming and lookup layer that enables clients and services to locate resources without relying on fixed addresses. The term is derived from the Estonian words nimi (name) and teenus (service). There is no single universal standard by that name; implementations vary by platform but share common goals of discoverability, flexibility, and decoupling identifiers from locations.
Functionality typically includes a registry or directory that stores name-to-resource mappings, a resolver that handles queries,
Architecture can be centralized, distributed, or hybrid. Nimeteenus may be embedded in an operating system’s networking
See also: DNS, LDAP, service discovery, etcd, Consul, Kubernetes DNS.