I read here that:
127.0.0.1is the IP (IPv4) address of your local computer, synonymous withlocalhost.
When I run the command ipconfig what I actually see is some other IP address. So I’ve pasted my questions below:
C:\Users\Dhiwakar>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection* 9:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::6089:2937:e839:26ec%10
IPv4 Address. . . . . . . . . . . : 192.168.1.36
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
Which is my IPv4 address of my local computer? Is it
127.0.0.1(as mentioned in the article) or is it192.168.1.36?Is the IPv4 used to uniquely identify my computer/machine in the world or my domain or only restricted the my LAN i.e within the set of computers that use the same gateway?