IP address
What is IP Address ?
An IP address is a physical representation of an network device or a client in an network.
Two IP addressing standards are in use today. The IPv4 standard is most familiar to people and supported everywhere on the Internet, but the newer IPv6 standard is gradually replacing it. IPv4 addresses consist of four bytes (32 bits), while IPv6 addresses are 16 bytes (128 bits) long.
IPv4 and IPv6
Internet Protocol (IP) technology was developed in the 1970s to support some of the first research computer networks. Today, IP has become a worldwide standard for home and business networking as well. Our network routers , Web browsers, email programs, instant messaging software - all rely on IP or other network protocols layered on top of IP.
Two versions of IP technology exist today. Traditional home computer networks use IP version 4 (IPv4), but some other networks, particularly those at educational and research institutions, have adopted the next generation IP version 6 (IPv6).
IPv4 Addressing Notation
An IPv4 address consists of four bytes (32 bits). These bytes are also known as octets.
For readability purposes, humans typically work with IP addresses in a notation called dotted decimal. This notation places periods between each of the four numbers (octets) that comprise an IP address. For example, an IP address that computers see as
- 00001010 00000000 00000000 00000001
- 10.0.0.1
IPv6 Addressing Notation
IP addresses change significantly with IPv6. IPv6 addresses are 16 bytes (128 bits) long rather than four bytes (32 bits). This larger size means that IPv6 supports more than- 300,000,000,000,000,000,000,000,000,000,000,000,000
IPv6 addresses are generally written in the following form:
- hhhh:hhhh:hhhh:hhhh:hhhh:hhhh:hhhh:hhhh
- E3D7:0000:0000:0000:51F4:9BC8:C0A8:6420
- E3D7::51F4:9BC8:C0A8:6420
- E3D7::51F4:9BC8:192.168.100.32