What is DNS Resolution?
DNS resolution is the process of translating a human-readable hostname into the IP address required to establish a TCP connection. In high-throughput scraping pipelines, it is often the silent bottleneck — a poorly configured resolver can add 100ms to every request, leak your crawler's origin to authoritative nameservers, or trigger rate limits before a single byte of HTTP traffic is sent.