Trimble Interview Question

What's the difference between localhost and 127.0.0.1?

Interview Answer

Anonymous

Aug 21, 2018

localhost can resolve to an IPv6 address, whereas 127.0.0.1 cannot. Using localhost on an IPv6 only system can work, whereas 127.0.0.1 will not since IPv4 is not available

1