ホスト名とIPアドレスを調べる
wolfram.com等のネットワークホスト名のIPアドレスを調べる.結果は,IPアドレスの記号的表現として返される.
In[1]:=
HostLookup["wolfram.com"]
Out[1]=
逆に、IPアドレスから関連するネットワークホスト名を調べることもできる.
In[2]:=
HostLookup[IPAddress["140.177.205.56"]]
Out[2]=
In[3]:=
HostLookup["127.0.0.1"]
Out[3]=
In[4]:=
HostLookup["127.0.0.1"]
Out[4]=