11.3.2 Communication with Host Name
First, if you run the “ping” command on the Raspberry Pi system, you can get the result as follows.
pi@raspberrypi ~ $ ping raspberrypi
PING raspberrypi (127.0.1.1) 56(84) bytes of data.
64 bytes from raspberrypi (127.0.1.1): icmp_req=1 ttl=64 time=0.182 ms
64 bytes from raspberrypi (127.0.1.1): icmp_req=2 ttl=64 time=0.183 ms
64 bytes from raspberrypi (127.0.1.1): icmp_req=3 ttl=64 time=0.189 ms
64 bytes from raspberrypi (127.0.1.1): icmp_req=4 ttl=64 time=0.208 ms
64 bytes from raspberrypi (127.0.1.1): icmp_req=5 ttl=64 time=0.186 ms
64 bytes from raspberrypi (127.0.1.1): icmp_req=6 ttl=64 time=0.233 ms