CN Lecture 11 IPV6 - Addressing
CN Lecture 11 IPV6 - Addressing
To introduce the IPv6 addressing scheme and different notations used to represent an
address in this version.
To explain the three types of addressing used in IPv6: unicast, anycast, and multicast.
To show the address space in this version and how it is divided into several blocks.
To discuss some reserved blocks in the address space and their applications.
To define the global unicast address block and how it is used for unicast
communication.
To discuss how three levels of hierarchy in addressing are used in IPv6 deploying the
global unicast block.
To discuss auto configuration and renumbering of IPv6 addresses.
Measurement of 128 bit
Examples:
2001:0211:00AB:0000:0000:0000:0000:0001
Working in the 1st Hexted we can see
2 = 0010 (4-bit)
0 = 0000 (4-bit)
0 = 0000 (4-bit)
1 = 0001 (4-bit)
----------------------------------------
= Total 16 bit in One Hexted.
Solution:-
a. 0000:0000:0000:0000:FFFF:FFFF:FFFF:FFFF
b. 0000:0000:0000:0000:0000:0000:0000:0000
c. FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF
d. AAAA:AAAA:AAAA:AAAA:AAAA:AAAA:AAAA:AAAA
Problem set (cont…)
Solution
a. 0:0:FFFF::
b. 1234:2346::1111
c. 0:1::1200:1000
d. ::FFFF:24.123.12.6
Types of ipv6 Address
Types of ipv6 Address (cont…)
What is removed in ipv6
Convert IPv4 to IPv6
First 8 bits 0, following 88 bits will also be zero, last 32 bits will be the IPv4 address.
IPv4 address: 192.168.10.62
Convert it into IPv6
Representing each octet with 8 bits binary:
192 = 1100 0000 = C0
168 = 1001 0100 = 94
10 = 0000 1010 = 0A
62 = 0011 1110 = 3E
IPv6 address will be 0:0:0:0:0:0:C094:0A3E ::C094:A3E
IPv6: Link Local to MAC
Link Local Address
FE80::5D39:84FF:FE29:3064
5D39:84FF:FE29:3064
Rules to convert link local into MAC 5D39=010111010011100
Address:
1
i) Drop the First four Hextets
7th bit flip 5F39
ii) Flip the 7 bit of 5 Hextet
th th