question: what is the ip loopback address or localhost?

answer: the ip loopback address is: 127.0.0.1

if you want to test to make sure your computer nic is working you can ping your loopback like this:

ping 127.0.0.1

127.0.0.1 ip is for the localhost, so you can also ping the localhost like this:

ping localhost