I use a DNS (domain name system) service called EveryDNS. A DNS service allows me to point domains at a specific server on the Internet. Translating “www.ramblingengineer.com” to the IP (internet protocol) address of my server. DNS is part of the backbone of the Internet and makes the world go ’round. There are two components that make up the DNS on the Internet.
- DNS server — This is the server that contains the address mapping from name to IP address.
- DNS client — This is a process (usually running on your desktop) that sends a query to the DNS server and asks to which IP a name points.