Exploring Hostnames and IP Addresses
Determine the IP address of a network hostname such as wolfram.com. The result is returned as a symbolic representation of the IP address.
In[1]:=

HostLookup["wolfram.com"]
Out[1]=

Conversely, the network hostname associated can also be determined with an IP address.
In[2]:=

HostLookup[IPAddress["140.177.205.56"]]
Out[2]=

In[3]:=

HostLookup["127.0.0.1"]
Out[3]=
