
DNS acts as an address book. It translates human-readable domain names ([google.com](http://google.com/)) to machine-readable IP addresses ([142.251.46.238](http://142.251.46.238/)).
To achieve better scalability, the DNS servers are organized in a hierarchical tree structure.
There are 3 basic levels of DNS servers:
The diagram below illustrates how DNS lookup works under the hood:
DNS lookups on average take between 20-120 milliseconds to complete (according to YSlow).
DNS acts as an address book. It translates human-readable domain names ([google.com](http://google.com/)) to machine-readable IP addresses ([142.251.46.238](http://142.251.46.238/)).
To achieve better scalability, the DNS servers are organized in a hierarchical tree structure.
There are 3 basic levels of DNS servers:
The diagram below illustrates how DNS lookup works under the hood:
DNS lookups on average take between 20-120 milliseconds to complete (according to YSlow).