WEEK XI
INTRODUCTION - IPV4 AND IPV6 ADDRESS MANAGEMENT
INTRODUCTION - IPV4 AND IPV6 ADDRESS MANAGEMENT
Network boundaries
GATEWAYS TO OTHER NETWORKS
ROUTERS AS GATEWAYS
NETWORK ADDRESS TRANSLATION
NAT OPERATION
Fig.: Configuration of NAT
IPV4 ISSUES
1. The lack of address space - the number of different devices connected to the Internet grows exponentially, and the size of the address space is quickly depleted;
2. Weak protocol extensibility - the insufficient size of the IPv4 header, which does not accommodate the required number of additional parameters;
3. The problem of security of communications - no means are provided to limit access to information hosted on the network. IPv4 has never been designed for security.
- Originally designed as an isolated military network
4. Lack of quality of service support - placement of information about bandwidth, delays required for smooth operation of some network applications are not supported;
5. Geographic limitations - since the Internet was created in the USA, this country is also involved in the distribution of IP addresses. Almost 50% of all addresses are reserved for the United States.
NEED OF IPV6
.
Key benefits to IPv6 include:
IPV4 vs IPV6
IPv4 | IPv6 |
Encryption and authentication is not provided in IPv4. | Encryption and authentication is provided in IPv6. |
Header of IPv4 is 20 – 60 bytes. | Header of IPv6 is fixed at 40 bytes |
Checksum field is available in IPv4. | Checksum field is not available in IPv6. |
Packet flow identification is not available in IPv4. | Packet flow identification is available in IPv6. Flow label field is available in the header. |
IPv4 addresses are usually represented in dot-decimal notation, consisting of four decimal numbers, each ranging from 0 to 255, separated by dots. | An IPv6 address is represented as eight groups of four hexadecimal digits, each group representing 16 bits. |
Sender and forwarding routers performs fragmentation in IPv4 | Fragmentation is performed only by the sender in IPv6. |
IPv4 | IPv6 |
In IPv4, security features relies on application | In IPv6, there is an inbuilt security feature named IPSEC. |
End to end connection integrity cannot be achieved in IPv4. | End to end connection integrity can be done in IPv6. |
IPv4 supports DHCP and Manual address configuration | IPv6 supports renumbering and auto address configuration. |
IPv4 addresses are 32-bit long | IPv6 addresses are 128 bits long. |
The address space in IPv4 is 4.29 ×109 | The address space in IPv6 is 3.4 ×1038 |
IPv4 has a broadcast message transmission scheme. | Multicast and Anycast message transmission scheme is available in IPv6. |
IPV4 and IPV6 COEXISTENCE
IPV6 FEATURES
IPV6 ADDRESS REPRESENTATION
Fig: Examples of IPv6 addresses.
CONCEPT OF VIRTUAL LANs (VLANs)