Search through blog..

Saturday, November 3, 2012

About Internet Protocol, IPV4 and IPV6

[NDR – Non Dynamics related Topic]

What is Internet Protocol - IP?
IP specifies the technical format of packets and the addressing scheme for computers to communicate over a network.
It can be compared to something like the postal system. It allows you to address a package and drop it in the system, but there's no direct link between you and the recipient.


What is TCP/IP?
Most networks combine IP with a higher-level protocol called Transmission Control Protocol (TCP), which establishes a virtual connection between a destination and a source.
TCP/IP establishes a connection between two hosts so that they can send messages back and forth for a period of time.

There are currently two version of Internet Protocol (IP): IPv4 and a new version IPv6.

What is IPv4 -- Internet Protocol Version 4?

IPv4 is the fourth revision of the Internet Protocol (IP) used to identify devices on a network through an addressing system. The Internet Protocol is designed for use in interconnected systems of packet-switched computer communication networks.

IPv4 is the most widely deployed Internet protocol used to connect devices to the Internet. IPv4 uses a 32-bit address scheme allowing for a total of 2^32 addresses (just over 4 billion addresses). With the growth of the Internet it is expected that the number of unused IPv4 addresses will eventually run out because every device including computers, smartphones and game consoles - that connects to the Internet requires an address. And IPv6 is being deployed to fulfill the need for more Internet addresses.

What is IPv6 -- Internet Protocol Version 6?

IPv6 is the successor to Internet Protocol Version 4 (IPv4). It was designed as an evolutionary upgrade to the Internet Protocol and will, in fact, coexist with the older IPv4 for some time. IPv6 is designed to allow the Internet to grow steadily, both in terms of the number of hosts connected and the total amount of data traffic transmitted.

IPv6 is also called IPng (Internet Protocol Next Generation), the "next generation" Internet standard and has been under development now since the mid-1990s. IPv6 was born out of concern that the demand for IP addresses would exceed the available supply.



While increasing the pool of addresses is one of the most often-talked about benefit of IPv6, there are other important technological changes in IPv6 that will improve the IP protocol:
  • No more NAT (Network Address Translation)
  • Auto-configuration
  • No more private address collisions
  • Better multicast routing
  • Simpler header format
  • Simplified, more efficient routing
  • True quality of service (QoS), also called "flow labeling"
  • Built-in authentication and privacy support
  • Flexible options and extensions
  • Easier administration (say good-bye to DHCP)
The Difference Between Ipv6 and Ipv4:


PropertyIPv4IPv6
Deployed19811999
Address size32 bit number128 bit number
Address formatDotted decimal notation:
172.25.246.81
Hexadecimal notation:
3ffe:1900:4545:3:200:f8ff:fe21:67cf
No of Addresses2 to the power of 322 to the power of 128

No comments: