The telephone company solves this problem with lots of large paper directories, and operators you call and ask about numbers not in your directory. Internet solves this problem with a hierarchy of simple, mnenomic names, called domain names. Instead of remembering 205.216.138.22, all I need to know is the host's domain name - ns.adnc.com. Some people think the dots in a domain name correspond to the dots in the numeric address. This is not the case. There are always three periods in an IP address, separating its four constituent bytes. There are a variable number of periods in a domain name.
The crucial DNS documentation is provided in RFC 1034 and RFC 1035. The Encyclopedia's Programmed Instruction Course has a DNS Section, and the Encyclopedia's software section has a Dig page, discussing use of this free software diagnostic tool. DNS also plays an important role in Internet mail delivery.