SlideShare a Scribd company logo
1 of 17
Logical Addressing
Avinash Gautam
I.T. Engineer
2
2
What is IPv4 ?
1) An IPv4 address has 32 bits.(Binary Notation)
10000000 00001011 00000011 00011111
NOTE:- Above notation is representation of IPv4 address in binary
format.
2) Another notation is Dotted Decimal Notation
128.11.3.31
NOTE:- Above notation is representation of IPv4 address in dotted decimal
notation.
3) IPv4 address are unique and universal.
4) The addess space of a IPv4 is 2^32 or 4,294,967,296.
NETWORK ADDRESS TRANSLATION.
3
3
IPv4 Addressing
There is two methods of IPv4 addressing:
---Classful Addressing
---Classless Addressing
In classful addressing , the address space is divided
five classes:
 A, B, ,C, D and E.
4
4
Classful Addressing
Finding The Class In Binary And Dotted Decimal Notation :
5
5
Classless Addressing
In classless addressing every entity is granted a block of addresses as per
requirement.
In class addesing the address block must be contiguous.
The number of addresses in a block must be a power of 2 (1, 2, 4 ,8…………..)
6
6
Need of IPv6
IPv6 addresses are four times the size of IPv4 addresses.
An IPv4 address has 32 bits, while IPv6 address has 128 bits.
For IPv4, this pool is 32-bits (232) in size and contains
4,294,967,296 IPv4 addresses.
The IPv6 address space is 128-bits (2128) in size, containing
340,282,366,920,938,463,463,374,607,431,768,211,456 IPv6
addresses.
7
7
What is IPv6 ?
1) An IPv6 address has 128 bits.
0010 0000 0000 0001 0000 1101 1011 1000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0101 0010
0000 0000 0000 0000 0000 0000 0000 0001
NOTE:- Above notation is representation of IPv6 address
in binary format.
2) To convert the above binary notation into IPv6 format
2001:0db8:0000:0000:0000:0052:0000:0001
This is an entirely “legal” representation, a well-formed address
8
8
As we know in IPv6
each 16-bit field is
textually represented by
four hexadecimal
characters, the value of
each 16-bit field may
have hexadecimal
values 0x0000 through
0xFFFF.
9
Preferred Format of IPv6 Addresses
0000:0000:0000:0000:0000:0000:0000:0000
0000:0000:0000:0000:0000:0000:0000:0001
2001:0410:0000:1234:FB00:1400:5000:45FF
3ffe:0000:0000:0000:1010:2a2a:0000:0001
3FFE:0B00:0C18:0001:0000:1234:AB34:0002
FE80:0000:0000:0000:0000:0000:0000:0009
FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF
Examples of IPv6 Addresses in the Preferred Format
9
10
Successive 16-bit fields made of 0s of an IPv6 address.
• When one to multiple successive 16-bit fields of 0 characters are present,
we can represent these fields of 0s as :: (a double colon).
• Only one :: is permitted in an IPv6 address.
• This method makes many IPv6 addresses very small/
.
10
11
Examples of IPv6 Addresses in the Compressed Format
.
11
12
Leading 0s in 16-Bit Fields of an IPv6 Address
• It is applicable to each 16-bit hexadecimal field of an IPv6 address when
one or more leading 0s are present.
• Leading 0s from left of each 16 bit field can simply be removed to
simplify the length of an IPv6 address.
• If every hexadecimal character of a 16-bit field is set to 0, at least
one 0 character must be kept.
12
13
Examples of IPv6 Addresses in the Compressed Format
13
14
IPv6 Address with an Embedded IPv4 Address
• IPv6 address is of 128 bits out of which 64 bits are used for networks and
rest 64 bits are used for hosts.
• To embedded IPv4 address within the IPv6 address, the first part of the IPv6 address
uses the hexadecimal representation, and the IPv4 address part is in decimal format.
• IPv6 address is represented by the high-order 96-bit set to 0 followed by the 32-bit
of the IPv4 address.
• The prefix for the IPv4-mapped IPv6 address is represented by the high-order
80-bit set to 0, then the next 16-bit set to 1, and finally followed by the 32-bit of the
IPv4 address of the local node.
• Lets take an example to convert IPv4 address into IPv6 address.
IPv4 Address:- 10.11.12.13 /8
1) From above we can conclude for IPv4 address there are in total 24 (32 -8) bits for hosts.
2) So in IPv6 Network bits = 128 – 24 (hosts bits as per IPv4 address) = 104 bits.
14
15
3) As we know to embedded IPv4 address into IPv6, the first 96 bits are in IPv6
format
and rest 32 bits are in IPv4 format.
4) So we can write 0000.0000.0000.0000.0000.10.10.10.10 as IPv6 address. In this
IPv6
address still last 32 bits are in IPv4 format.
4) 10.11.12.13 in IPv4 can be represented in binary format as:
00001010.00001011.00001100.00001101
5) The above notation can be converted into Hexadecimal format as:-
0a0b.0c0d
6) So IPv6 can be written as:-
0000.0000.00000.0000.0000. 0a0b.0c0d /104
15
16
16
17
Thank You….!
17

More Related Content

What's hot (20)

Network layer logical addressing
Network layer logical addressingNetwork layer logical addressing
Network layer logical addressing
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Forouzan-ch19-Network-Layer-Logical-Addressing.ppt
Forouzan-ch19-Network-Layer-Logical-Addressing.pptForouzan-ch19-Network-Layer-Logical-Addressing.ppt
Forouzan-ch19-Network-Layer-Logical-Addressing.ppt
 
IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6
 
Internet Protocol version 6
Internet Protocol version 6Internet Protocol version 6
Internet Protocol version 6
 
Ip address presentation
Ip address presentationIp address presentation
Ip address presentation
 
IPv6 header
IPv6 headerIPv6 header
IPv6 header
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)
 
Ch 19 Network-layer protocols Section 1
Ch 19  Network-layer protocols Section 1Ch 19  Network-layer protocols Section 1
Ch 19 Network-layer protocols Section 1
 
network Addressing
network Addressingnetwork Addressing
network Addressing
 
Tcp header/IP Header/Authentication header
Tcp header/IP Header/Authentication headerTcp header/IP Header/Authentication header
Tcp header/IP Header/Authentication header
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
 
Arp and rarp
Arp and rarpArp and rarp
Arp and rarp
 
RARP, BOOTP, DHCP and PXE Protocols
RARP, BOOTP, DHCP and PXE ProtocolsRARP, BOOTP, DHCP and PXE Protocols
RARP, BOOTP, DHCP and PXE Protocols
 
Internet protocol (ip)
Internet protocol (ip)Internet protocol (ip)
Internet protocol (ip)
 
Icmp
IcmpIcmp
Icmp
 
Tcp
TcpTcp
Tcp
 
IP Address
IP AddressIP Address
IP Address
 
IP Addressing & subnetting strategy
IP Addressing & subnetting strategyIP Addressing & subnetting strategy
IP Addressing & subnetting strategy
 

Similar to Logical addressing

Similar to Logical addressing (20)

Chapter 1-IPv6 Structure_Basic.pdf
Chapter 1-IPv6 Structure_Basic.pdfChapter 1-IPv6 Structure_Basic.pdf
Chapter 1-IPv6 Structure_Basic.pdf
 
Ip v4
Ip v4Ip v4
Ip v4
 
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07
 
Basic of IPv6
Basic of IPv6Basic of IPv6
Basic of IPv6
 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
 
IPv6
IPv6IPv6
IPv6
 
Ipv6
Ipv6Ipv6
Ipv6
 
Ex 1 chapter06-i-pv4-tony_chen
Ex 1 chapter06-i-pv4-tony_chenEx 1 chapter06-i-pv4-tony_chen
Ex 1 chapter06-i-pv4-tony_chen
 
About IPv6
About IPv6About IPv6
About IPv6
 
IPv6 Overview
IPv6 OverviewIPv6 Overview
IPv6 Overview
 
07_IP_Addressing ayudaok.pdf
07_IP_Addressing ayudaok.pdf07_IP_Addressing ayudaok.pdf
07_IP_Addressing ayudaok.pdf
 
07_IP_Addressing.pdf
07_IP_Addressing.pdf07_IP_Addressing.pdf
07_IP_Addressing.pdf
 
IPv6 Addressing Architecture
IPv6 Addressing ArchitectureIPv6 Addressing Architecture
IPv6 Addressing Architecture
 
Ip
IpIp
Ip
 
Ip v6
Ip v6Ip v6
Ip v6
 
IPv6.pptx
IPv6.pptxIPv6.pptx
IPv6.pptx
 
Lesson 5a_IP Addressing.pptx
Lesson 5a_IP Addressing.pptxLesson 5a_IP Addressing.pptx
Lesson 5a_IP Addressing.pptx
 
Lesson 3: IPv6 Fundamentals
Lesson 3: IPv6 FundamentalsLesson 3: IPv6 Fundamentals
Lesson 3: IPv6 Fundamentals
 
IPv6
IPv6IPv6
IPv6
 
Internet protocol v6
Internet protocol v6Internet protocol v6
Internet protocol v6
 

Recently uploaded

Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 

Recently uploaded (20)

Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 

Logical addressing

  • 2. 2 2 What is IPv4 ? 1) An IPv4 address has 32 bits.(Binary Notation) 10000000 00001011 00000011 00011111 NOTE:- Above notation is representation of IPv4 address in binary format. 2) Another notation is Dotted Decimal Notation 128.11.3.31 NOTE:- Above notation is representation of IPv4 address in dotted decimal notation. 3) IPv4 address are unique and universal. 4) The addess space of a IPv4 is 2^32 or 4,294,967,296. NETWORK ADDRESS TRANSLATION.
  • 3. 3 3 IPv4 Addressing There is two methods of IPv4 addressing: ---Classful Addressing ---Classless Addressing In classful addressing , the address space is divided five classes:  A, B, ,C, D and E.
  • 4. 4 4 Classful Addressing Finding The Class In Binary And Dotted Decimal Notation :
  • 5. 5 5 Classless Addressing In classless addressing every entity is granted a block of addresses as per requirement. In class addesing the address block must be contiguous. The number of addresses in a block must be a power of 2 (1, 2, 4 ,8…………..)
  • 6. 6 6 Need of IPv6 IPv6 addresses are four times the size of IPv4 addresses. An IPv4 address has 32 bits, while IPv6 address has 128 bits. For IPv4, this pool is 32-bits (232) in size and contains 4,294,967,296 IPv4 addresses. The IPv6 address space is 128-bits (2128) in size, containing 340,282,366,920,938,463,463,374,607,431,768,211,456 IPv6 addresses.
  • 7. 7 7 What is IPv6 ? 1) An IPv6 address has 128 bits. 0010 0000 0000 0001 0000 1101 1011 1000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0101 0010 0000 0000 0000 0000 0000 0000 0000 0001 NOTE:- Above notation is representation of IPv6 address in binary format. 2) To convert the above binary notation into IPv6 format 2001:0db8:0000:0000:0000:0052:0000:0001 This is an entirely “legal” representation, a well-formed address
  • 8. 8 8 As we know in IPv6 each 16-bit field is textually represented by four hexadecimal characters, the value of each 16-bit field may have hexadecimal values 0x0000 through 0xFFFF.
  • 9. 9 Preferred Format of IPv6 Addresses 0000:0000:0000:0000:0000:0000:0000:0000 0000:0000:0000:0000:0000:0000:0000:0001 2001:0410:0000:1234:FB00:1400:5000:45FF 3ffe:0000:0000:0000:1010:2a2a:0000:0001 3FFE:0B00:0C18:0001:0000:1234:AB34:0002 FE80:0000:0000:0000:0000:0000:0000:0009 FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF Examples of IPv6 Addresses in the Preferred Format 9
  • 10. 10 Successive 16-bit fields made of 0s of an IPv6 address. • When one to multiple successive 16-bit fields of 0 characters are present, we can represent these fields of 0s as :: (a double colon). • Only one :: is permitted in an IPv6 address. • This method makes many IPv6 addresses very small/ . 10
  • 11. 11 Examples of IPv6 Addresses in the Compressed Format . 11
  • 12. 12 Leading 0s in 16-Bit Fields of an IPv6 Address • It is applicable to each 16-bit hexadecimal field of an IPv6 address when one or more leading 0s are present. • Leading 0s from left of each 16 bit field can simply be removed to simplify the length of an IPv6 address. • If every hexadecimal character of a 16-bit field is set to 0, at least one 0 character must be kept. 12
  • 13. 13 Examples of IPv6 Addresses in the Compressed Format 13
  • 14. 14 IPv6 Address with an Embedded IPv4 Address • IPv6 address is of 128 bits out of which 64 bits are used for networks and rest 64 bits are used for hosts. • To embedded IPv4 address within the IPv6 address, the first part of the IPv6 address uses the hexadecimal representation, and the IPv4 address part is in decimal format. • IPv6 address is represented by the high-order 96-bit set to 0 followed by the 32-bit of the IPv4 address. • The prefix for the IPv4-mapped IPv6 address is represented by the high-order 80-bit set to 0, then the next 16-bit set to 1, and finally followed by the 32-bit of the IPv4 address of the local node. • Lets take an example to convert IPv4 address into IPv6 address. IPv4 Address:- 10.11.12.13 /8 1) From above we can conclude for IPv4 address there are in total 24 (32 -8) bits for hosts. 2) So in IPv6 Network bits = 128 – 24 (hosts bits as per IPv4 address) = 104 bits. 14
  • 15. 15 3) As we know to embedded IPv4 address into IPv6, the first 96 bits are in IPv6 format and rest 32 bits are in IPv4 format. 4) So we can write 0000.0000.0000.0000.0000.10.10.10.10 as IPv6 address. In this IPv6 address still last 32 bits are in IPv4 format. 4) 10.11.12.13 in IPv4 can be represented in binary format as: 00001010.00001011.00001100.00001101 5) The above notation can be converted into Hexadecimal format as:- 0a0b.0c0d 6) So IPv6 can be written as:- 0000.0000.00000.0000.0000. 0a0b.0c0d /104 15
  • 16. 16 16