Networking

DNS Lookup

The process of querying DNS servers to translate a hostname into an IP address before a TCP connection can be established. A full recursive lookup travels from the OS resolver to a recursive resolver, then to authoritative root, TLD, and zone name servers. DNS lookup adds measurable latency to the first connection to any new hostname — mitigated by DNS caching based on TTL values, OS-level caching, and browser preconnect hints.

Связанные протоколы

Упоминается в руководствах

Смотрите также