An IP address (Internet Protocol address) is a unique address that certain electronic devices currently use in order to identify and communicate with each other on a computer network utilizing the Internet Protocol standard (IP)—in simpler terms, a computer address.
The Internet Protocol (IP) has two versions currently in use which are IPv4 and IPv6.
This article represents to IPv4 version only.
In general, an IP address is a 32-bit decimal number that is normally written as four numbers between 1 to 255 (8 bits or 1 byte each), each seperated from the other by a decimal point. This standard is known as "Dotted Decimal Notation".
e.g.- 117.200.77.110
IP addresses are divided into number of ranges/classes as given in the table below:
e.g.- IP Address 192.168.24.114 belongs to Class 'C'.
How to find out IP Address of your system?
- Connect to the Internet.
- Launch MS-DOS Command Prompt.
- Type "netstat -n", Press Enter.
The IP Address shown in local address field denotes IP Address of your system.
In this case it is 117.200.160.151
IP Address Formats:
Four different formats of IP Address along with example is as given below:
- Domain Name System (DNS) : www.hackthepc.com
- DWORD Format : 2928008962
- Octal Format : 0256.0205.0337.002
- Dotted Decimal Format : 174.133.223.2
You can easily get the IP Address of any domain by various methods such as WHOIS, Netstat, Ping, Traceroute, etc.
Here I have used 'Ping' to get IP Address.
- Connect to the Internet.
- Launch MS-DOS Command Prompt.
- Type "ping domainname", Press Enter.
Here, IP Address for Domain "www.hackthepc.com" is "174.133.223.2"
Thus by typing "http://hackthepc" OR "http://2928008962" OR "0256.0205.0337.02" OR "174.133.223.2" in your browser will take you to the same site.
Not all of these formats work in all browsers.
0 comments:
Post a Comment