- Domain Name System
- Basically just a bunch of tables maintained by Internet Service Providers around the world, mapping domains (e.g. google.com) with IP addresses
- The core type of DNS record is an A record. This maps a domain name to an IP address:
A example.com 93.184.216.34