SlideShare a Scribd company logo
1 of 24
Rahul kundu
6th sem, IT
content
๏‚ž What is IP address ?
๏‚ž Intro to IPv4
๏‚ž Type of IPv4 class
๏‚— Class A
๏‚— Class B
๏‚— Class C
๏‚— Class D
๏‚— Class E
content
๏‚ž Define Ipv6
๏‚ž Difference between IPv4 and IPv6
๏ถ What is IP address ?
๏‚ž An IP address is an identifier for a
particular machine on a particular
network. It is part of a scheme to
identify computers on the internet.
๏‚ž IP address are also referred to as IP
number and internet address.
๏‚ž The network portion of the IP address is
allocated to internet service
provider(ISP) by the InterNIC, under
authority of the internet assigned
number authority(IANA).
๏‚ž ISPs then assign the host portion of the
IP address to the machines on the
networks that they operate.
๏‚ž Which section of the IP address
represent the network & which sections
represent the machine will depend on
what โ€œclassโ€ of IP address is assigned to
a network.
๏ถ IPv4
๏‚ž It is 32 bit number represented in 4
decimal number where each decimal
number is of 8 bit (octet) is separated by
a dot(.).
๏‚ž Thus representation known as doted
decimal representation.
๏‚ž IP address consists of 2 components the
network id and the host id.
๏ถ IPv4 contโ€ฆ
๏‚ž Network id:-it is the number assigned to
a network in the internet.
Host id:- it represents the id assigned to
a host in the network.
๏‚ž IPv4 allows 232 (4294967296) unique
address which section of IP address
show the network id & which section
show the machine or host id depend on
the class network.
๏ถ IPv4 contโ€ฆ
๏‚ž There are five classes of IP addresses:-
๏‚— Class A
๏‚— Class B
๏‚— Class C
๏‚— Class D
๏‚— Class E
๏ถ IPv4 contโ€ฆ
Class A:-
๏‚— The first byte is a network id (8 bits) &
the last 3 bytes are for host id (24 bits).
๏‚— The first bit is โ€˜0โ€™.
๏‚— Range of network number-1.0.0.0 to
126.0.0.0
๏‚— Number of possible networks-127(1-126
usable, 127 is reserved)
๏ถ IPv4 contโ€ฆ
Class A:-
๏‚— Number of possible values in the host
portion-16,777,216
๏‚— It is used for large network.
๏ถ IPv4 contโ€ฆ
Class B:-
๏‚— The first 2 bytes are a network id (16 bits)
& the last 2 bytes are for host id (16 bits).
๏‚— The first 2 bits are โ€˜10โ€™.
๏‚— Range of network number- 128.0.0.0 to
191.255.0.0
๏‚— Number of possible networks- 16,384
๏ถ IPv4 contโ€ฆ
Class B:-
๏‚— Number of possible values in the host
portion- 65536
๏‚— Used for medium size network.
๏ถ IPv4 contโ€ฆ
Class C:-
๏‚— The first 3 bytes are a network id (24 bits)
& the last 1 byte are for host id (8 bit).
๏‚— The first 3 bits are โ€˜110โ€™.
๏‚— Range of network number- 192.0.0.0 to
223.255.255.0
๏‚— Number of possible networks- 2,097,152
๏ถ IPv4 contโ€ฆ
Class C:-
๏‚— Number of possible values in the host
portion- 256
๏‚— Used in local area network(LAN).
๏ถ IPv4 contโ€ฆ
Class D:-
๏‚— An IP address which belong to class D has
the first octet has its 4bit set to โ€˜1110โ€™.
๏‚— Range of network number- 224.0.0.0 to
239.255.255.255
๏ถ IPv4 contโ€ฆ
Class D:-
๏‚— Used for multicasting
๏ถ IPv4 contโ€ฆ
Class E:-
๏‚— It reserved for experimental & for future
testing purpose.
๏‚— Range of network number- 240.0.0.0 to
255.255.255.254
๏ถ define IPv6
๏‚ž IPv6 will make use of 128 bit IP address.
๏‚ž An IPv6 address is represented as 8
groups of 4 hexadecimal digits, each
group representing 16 bits (2 octets).
The groups are separated by colons(:).
๏‚ž E.g.-
2001:0db8.85a3:0000:0000:8a2e:0370
:7334
๏ถ difference between IPv4
and IPv6
S.N IPv4 IPv6
1. Addresses are 32 bits (4 bytes)
long.
Addresses are 128 bits (416
bytes) long.
2. Both routers & sending host
fragment the packets.
Routers donโ€™t fragment the
packets but sending host
fragment the packets.
3. Header includes a checksum. Header doesnโ€™t includes a
checksum.
๏ถ difference between IPv4
and IPv6 contโ€ฆ
S.N IPv4 IPv6
4. Classes of addressing are A, B, C,
D, E.
Classes of addressing are
unicast, anycast, multicast.
5. Configure either manually or
through DHCP.
Doesnโ€™t require manual
configuration.
6. Must support a 576 byte packet
size.
Must support 1208 byte
packet size.
๏ถ difference between IPv4
and IPv6 contโ€ฆ
S.N IPv4 IPv6
7. IPv4 address uses the dot-
decimal notation.
IPv6 address are represented
in a hexadecimal, colon-
separated notation.
8. Not suitable for mobile
networks.
IPv6 is better suited to mobile
networks.
9. Address space is small (232). Larger address space (2128).
๏ถ difference between IPv4
and IPv6 contโ€ฆ
S.N IPv4 IPv6
10. Internet protocol security(IPSec)
is mandatory in this.
IPSec is optional.
11. An IP address is made up of 4
bytes of information expressed as
4 number between 0 & 255 shown
separated by periods.
e.g.- 238.17.159.4
An IPv6 address is represented
by 8 group of 16 bit
hexadecimal values separated
by colons (:).
e.g.-
2001:0db8:85a3:0000:0000:8
a2e:0370:7334
Rahul kundu
6th sem, IT

More Related Content

What's hot (20)

TCP/ IP
TCP/ IP TCP/ IP
TCP/ IP
ย 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPT
ย 
Ipv6
Ipv6Ipv6
Ipv6
ย 
Protocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol SuiteProtocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol Suite
ย 
Osi model vs TCP/IP
Osi model vs TCP/IPOsi model vs TCP/IP
Osi model vs TCP/IP
ย 
OSI Model
OSI ModelOSI Model
OSI Model
ย 
Arp and rarp
Arp and rarpArp and rarp
Arp and rarp
ย 
IP Address
IP AddressIP Address
IP Address
ย 
Network address translation
Network address translationNetwork address translation
Network address translation
ย 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
ย 
DHCP
DHCPDHCP
DHCP
ย 
IPv4
IPv4IPv4
IPv4
ย 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IP
ย 
IP addressing seminar ppt
IP addressing seminar pptIP addressing seminar ppt
IP addressing seminar ppt
ย 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)
ย 
Rarp
RarpRarp
Rarp
ย 
TCP/IP Network ppt
TCP/IP Network pptTCP/IP Network ppt
TCP/IP Network ppt
ย 
Hiperlan
HiperlanHiperlan
Hiperlan
ย 
IPv4 and IPv6
IPv4 and IPv6IPv4 and IPv6
IPv4 and IPv6
ย 
Basics of IP Addressing
Basics of IP AddressingBasics of IP Addressing
Basics of IP Addressing
ย 

Viewers also liked

Ipv4 vs Ipv6 comparison
Ipv4 vs Ipv6 comparisonIpv4 vs Ipv6 comparison
Ipv4 vs Ipv6 comparisonShailesh Pachori
ย 
IPv4 to IPv6
IPv4 to IPv6IPv4 to IPv6
IPv4 to IPv6mithilak
ย 
IPv4 and IPv6
IPv4 and IPv6IPv4 and IPv6
IPv4 and IPv6RIPE NCC
ย 
IP addressing
IP addressingIP addressing
IP addressingtameemyousaf
ย 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnettingIGZ Software house
ย 
How to Master Difficult Conversations at Work โ€“ Leaderโ€™s Guide
How to Master Difficult Conversations at Work โ€“ Leaderโ€™s GuideHow to Master Difficult Conversations at Work โ€“ Leaderโ€™s Guide
How to Master Difficult Conversations at Work โ€“ Leaderโ€™s GuidePiktochart
ย 
4 Biggest Challenges for Creative Teams
4 Biggest Challenges for Creative Teams4 Biggest Challenges for Creative Teams
4 Biggest Challenges for Creative TeamsWrike
ย 
10 Dead Simple Ways to Improve Your Company Culture
10 Dead Simple Ways to Improve Your Company Culture10 Dead Simple Ways to Improve Your Company Culture
10 Dead Simple Ways to Improve Your Company CultureBonusly
ย 
How to think like a startup
How to think like a startupHow to think like a startup
How to think like a startupLoic Le Meur
ย 
10 Things your Audience Hates About your Presentation
10 Things your Audience Hates About your Presentation10 Things your Audience Hates About your Presentation
10 Things your Audience Hates About your PresentationStinson
ย 
WTF - Why the Future Is Up to Us - pptx version
WTF - Why the Future Is Up to Us - pptx versionWTF - Why the Future Is Up to Us - pptx version
WTF - Why the Future Is Up to Us - pptx versionTim O'Reilly
ย 
125 Clickass Copywriting Tips
125 Clickass Copywriting Tips125 Clickass Copywriting Tips
125 Clickass Copywriting TipsBarry Feldman
ย 
The Productivity Secret Of The Best Leaders
The Productivity Secret Of The Best LeadersThe Productivity Secret Of The Best Leaders
The Productivity Secret Of The Best LeadersOfficevibe
ย 
10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer ExperienceYuan Wang
ย 
SlideShare Experts - 7 Experts Reveal Their Presentation Design Secrets
SlideShare Experts - 7 Experts Reveal Their Presentation Design SecretsSlideShare Experts - 7 Experts Reveal Their Presentation Design Secrets
SlideShare Experts - 7 Experts Reveal Their Presentation Design SecretsEugene Cheng
ย 
14 Tips to Entrepreneurs to start the Right Stuff
14 Tips to Entrepreneurs to start the Right Stuff14 Tips to Entrepreneurs to start the Right Stuff
14 Tips to Entrepreneurs to start the Right StuffPatrick Stรคhler
ย 
Leader's Guide to Motivate People at Work
Leader's Guide to Motivate People at WorkLeader's Guide to Motivate People at Work
Leader's Guide to Motivate People at WorkWeekdone.com
ย 
Inside Google's Numbers in 2017
Inside Google's Numbers in 2017Inside Google's Numbers in 2017
Inside Google's Numbers in 2017Rand Fishkin
ย 
How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)
How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)
How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)Board of Innovation
ย 

Viewers also liked (20)

Ipv4 vs Ipv6 comparison
Ipv4 vs Ipv6 comparisonIpv4 vs Ipv6 comparison
Ipv4 vs Ipv6 comparison
ย 
IPv4 to IPv6
IPv4 to IPv6IPv4 to IPv6
IPv4 to IPv6
ย 
IPv4 and IPv6
IPv4 and IPv6IPv4 and IPv6
IPv4 and IPv6
ย 
IP addressing
IP addressingIP addressing
IP addressing
ย 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
ย 
How to Master Difficult Conversations at Work โ€“ Leaderโ€™s Guide
How to Master Difficult Conversations at Work โ€“ Leaderโ€™s GuideHow to Master Difficult Conversations at Work โ€“ Leaderโ€™s Guide
How to Master Difficult Conversations at Work โ€“ Leaderโ€™s Guide
ย 
4 Biggest Challenges for Creative Teams
4 Biggest Challenges for Creative Teams4 Biggest Challenges for Creative Teams
4 Biggest Challenges for Creative Teams
ย 
10 Dead Simple Ways to Improve Your Company Culture
10 Dead Simple Ways to Improve Your Company Culture10 Dead Simple Ways to Improve Your Company Culture
10 Dead Simple Ways to Improve Your Company Culture
ย 
How to think like a startup
How to think like a startupHow to think like a startup
How to think like a startup
ย 
10 Things your Audience Hates About your Presentation
10 Things your Audience Hates About your Presentation10 Things your Audience Hates About your Presentation
10 Things your Audience Hates About your Presentation
ย 
WTF - Why the Future Is Up to Us - pptx version
WTF - Why the Future Is Up to Us - pptx versionWTF - Why the Future Is Up to Us - pptx version
WTF - Why the Future Is Up to Us - pptx version
ย 
125 Clickass Copywriting Tips
125 Clickass Copywriting Tips125 Clickass Copywriting Tips
125 Clickass Copywriting Tips
ย 
The Productivity Secret Of The Best Leaders
The Productivity Secret Of The Best LeadersThe Productivity Secret Of The Best Leaders
The Productivity Secret Of The Best Leaders
ย 
10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience
ย 
SlideShare Experts - 7 Experts Reveal Their Presentation Design Secrets
SlideShare Experts - 7 Experts Reveal Their Presentation Design SecretsSlideShare Experts - 7 Experts Reveal Their Presentation Design Secrets
SlideShare Experts - 7 Experts Reveal Their Presentation Design Secrets
ย 
14 Tips to Entrepreneurs to start the Right Stuff
14 Tips to Entrepreneurs to start the Right Stuff14 Tips to Entrepreneurs to start the Right Stuff
14 Tips to Entrepreneurs to start the Right Stuff
ย 
Leader's Guide to Motivate People at Work
Leader's Guide to Motivate People at WorkLeader's Guide to Motivate People at Work
Leader's Guide to Motivate People at Work
ย 
5 Storytelling Lessons From Superhero Stories
5 Storytelling Lessons From Superhero Stories5 Storytelling Lessons From Superhero Stories
5 Storytelling Lessons From Superhero Stories
ย 
Inside Google's Numbers in 2017
Inside Google's Numbers in 2017Inside Google's Numbers in 2017
Inside Google's Numbers in 2017
ย 
How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)
How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)
How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)
ย 

Similar to Ipv4 and Ipv6

https://diplomasolutionstudents.blogspot.com/
https://diplomasolutionstudents.blogspot.com/https://diplomasolutionstudents.blogspot.com/
https://diplomasolutionstudents.blogspot.com/Rathodpradip1
ย 
IP Address
IP AddressIP Address
IP AddressRahul P
ย 
ipv4 (internet protocol version 4)
  ipv4 (internet protocol version 4)     ipv4 (internet protocol version 4)
ipv4 (internet protocol version 4) sanchitachandrakar94
ย 
IPv6 Addressing Architecture
IPv6 Addressing ArchitectureIPv6 Addressing Architecture
IPv6 Addressing ArchitectureShreehari Dhat
ย 
6 ccna (fundamentals of i pv4 addressing and routing)
6  ccna (fundamentals of i pv4 addressing and routing)6  ccna (fundamentals of i pv4 addressing and routing)
6 ccna (fundamentals of i pv4 addressing and routing)UlaลŸ Ural
ย 
IP & MAC Addressing
IP & MAC Addressing IP & MAC Addressing
IP & MAC Addressing Shamima Akther
ย 
Expl net fund_chapter_06_i_pv4_part_2
Expl net fund_chapter_06_i_pv4_part_2Expl net fund_chapter_06_i_pv4_part_2
Expl net fund_chapter_06_i_pv4_part_2kurtmctaggart
ย 
Ramakant tyagi presentation on ip addressing
Ramakant tyagi presentation on ip addressingRamakant tyagi presentation on ip addressing
Ramakant tyagi presentation on ip addressingBharat Sanchar Nigam Limited
ย 
IPv4 & IPv6 .pptx
IPv4 & IPv6 .pptxIPv4 & IPv6 .pptx
IPv4 & IPv6 .pptxhakxcore
ย 
Ch7 IP addressing.pptx
Ch7 IP addressing.pptxCh7 IP addressing.pptx
Ch7 IP addressing.pptxSintayehuBeyene2
ย 
Ip address and subnet masking final
Ip address and subnet masking finalIp address and subnet masking final
Ip address and subnet masking finalNeerajBhardwaj57
ย 
ETT 05203 Lecture 5 IP addressing.ppt
ETT 05203 Lecture 5 IP addressing.pptETT 05203 Lecture 5 IP addressing.ppt
ETT 05203 Lecture 5 IP addressing.pptListonKiwoli1
ย 
IPv4- Internet Protocol version 4
IPv4- Internet Protocol version 4IPv4- Internet Protocol version 4
IPv4- Internet Protocol version 4praveenps17
ย 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnettingShashank Asthana
ย 

Similar to Ipv4 and Ipv6 (20)

https://diplomasolutionstudents.blogspot.com/
https://diplomasolutionstudents.blogspot.com/https://diplomasolutionstudents.blogspot.com/
https://diplomasolutionstudents.blogspot.com/
ย 
ipv4
ipv4ipv4
ipv4
ย 
IP Address
IP AddressIP Address
IP Address
ย 
ipv4 (internet protocol version 4)
  ipv4 (internet protocol version 4)     ipv4 (internet protocol version 4)
ipv4 (internet protocol version 4)
ย 
IPv6 Addressing Architecture
IPv6 Addressing ArchitectureIPv6 Addressing Architecture
IPv6 Addressing Architecture
ย 
ip versions.pdf
ip versions.pdfip versions.pdf
ip versions.pdf
ย 
IP VERSIONS.pdf
IP VERSIONS.pdfIP VERSIONS.pdf
IP VERSIONS.pdf
ย 
6 ccna (fundamentals of i pv4 addressing and routing)
6  ccna (fundamentals of i pv4 addressing and routing)6  ccna (fundamentals of i pv4 addressing and routing)
6 ccna (fundamentals of i pv4 addressing and routing)
ย 
IP & MAC Addressing
IP & MAC Addressing IP & MAC Addressing
IP & MAC Addressing
ย 
Expl net fund_chapter_06_i_pv4_part_2
Expl net fund_chapter_06_i_pv4_part_2Expl net fund_chapter_06_i_pv4_part_2
Expl net fund_chapter_06_i_pv4_part_2
ย 
Ramakant tyagi presentation on ip addressing
Ramakant tyagi presentation on ip addressingRamakant tyagi presentation on ip addressing
Ramakant tyagi presentation on ip addressing
ย 
Ip address
Ip address Ip address
Ip address
ย 
IPv4 & IPv6 .pptx
IPv4 & IPv6 .pptxIPv4 & IPv6 .pptx
IPv4 & IPv6 .pptx
ย 
Ch7 IP addressing.pptx
Ch7 IP addressing.pptxCh7 IP addressing.pptx
Ch7 IP addressing.pptx
ย 
Ip address and subnet masking final
Ip address and subnet masking finalIp address and subnet masking final
Ip address and subnet masking final
ย 
ETT 05203 Lecture 5 IP addressing.ppt
ETT 05203 Lecture 5 IP addressing.pptETT 05203 Lecture 5 IP addressing.ppt
ETT 05203 Lecture 5 IP addressing.ppt
ย 
IPv4- Internet Protocol version 4
IPv4- Internet Protocol version 4IPv4- Internet Protocol version 4
IPv4- Internet Protocol version 4
ย 
Ip addressing...
Ip addressing... Ip addressing...
Ip addressing...
ย 
IPv4.pdf
IPv4.pdfIPv4.pdf
IPv4.pdf
ย 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnetting
ย 

More from rahul kundu

Material management
Material managementMaterial management
Material managementrahul kundu
ย 
Business function in organization
Business function in organizationBusiness function in organization
Business function in organizationrahul kundu
ย 
Document object model(dom)
Document object model(dom)Document object model(dom)
Document object model(dom)rahul kundu
ย 
Document object model(dom)
Document object model(dom)Document object model(dom)
Document object model(dom)rahul kundu
ย 
Internet
InternetInternet
Internetrahul kundu
ย 
Type of internet connectivity
Type of internet connectivityType of internet connectivity
Type of internet connectivityrahul kundu
ย 
Hypertext transfer protocol and hypertext transfer protocol secure(HTTP and H...
Hypertext transfer protocol and hypertext transfer protocol secure(HTTP and H...Hypertext transfer protocol and hypertext transfer protocol secure(HTTP and H...
Hypertext transfer protocol and hypertext transfer protocol secure(HTTP and H...rahul kundu
ย 
Introduction of tcp, ip & udp
Introduction of tcp, ip & udpIntroduction of tcp, ip & udp
Introduction of tcp, ip & udprahul kundu
ย 
Electronic payment system(EPS)
Electronic payment system(EPS)Electronic payment system(EPS)
Electronic payment system(EPS)rahul kundu
ย 
Authentication, authorization, accounting(aaa) slides
Authentication, authorization, accounting(aaa) slidesAuthentication, authorization, accounting(aaa) slides
Authentication, authorization, accounting(aaa) slidesrahul kundu
ย 
Electronic data-interchange slides
Electronic data-interchange slidesElectronic data-interchange slides
Electronic data-interchange slidesrahul kundu
ย 
Client server security threats
Client server security threatsClient server security threats
Client server security threatsrahul kundu
ย 
Introduction of firewall slides
Introduction of firewall slidesIntroduction of firewall slides
Introduction of firewall slidesrahul kundu
ย 
Virus slides
Virus slidesVirus slides
Virus slidesrahul kundu
ย 
Mpeg 7 slides
Mpeg 7 slides Mpeg 7 slides
Mpeg 7 slides rahul kundu
ย 

More from rahul kundu (17)

Material management
Material managementMaterial management
Material management
ย 
Business function in organization
Business function in organizationBusiness function in organization
Business function in organization
ย 
Document object model(dom)
Document object model(dom)Document object model(dom)
Document object model(dom)
ย 
Document object model(dom)
Document object model(dom)Document object model(dom)
Document object model(dom)
ย 
Dhtml
DhtmlDhtml
Dhtml
ย 
Sgml
SgmlSgml
Sgml
ย 
Internet
InternetInternet
Internet
ย 
Type of internet connectivity
Type of internet connectivityType of internet connectivity
Type of internet connectivity
ย 
Hypertext transfer protocol and hypertext transfer protocol secure(HTTP and H...
Hypertext transfer protocol and hypertext transfer protocol secure(HTTP and H...Hypertext transfer protocol and hypertext transfer protocol secure(HTTP and H...
Hypertext transfer protocol and hypertext transfer protocol secure(HTTP and H...
ย 
Introduction of tcp, ip & udp
Introduction of tcp, ip & udpIntroduction of tcp, ip & udp
Introduction of tcp, ip & udp
ย 
Electronic payment system(EPS)
Electronic payment system(EPS)Electronic payment system(EPS)
Electronic payment system(EPS)
ย 
Authentication, authorization, accounting(aaa) slides
Authentication, authorization, accounting(aaa) slidesAuthentication, authorization, accounting(aaa) slides
Authentication, authorization, accounting(aaa) slides
ย 
Electronic data-interchange slides
Electronic data-interchange slidesElectronic data-interchange slides
Electronic data-interchange slides
ย 
Client server security threats
Client server security threatsClient server security threats
Client server security threats
ย 
Introduction of firewall slides
Introduction of firewall slidesIntroduction of firewall slides
Introduction of firewall slides
ย 
Virus slides
Virus slidesVirus slides
Virus slides
ย 
Mpeg 7 slides
Mpeg 7 slides Mpeg 7 slides
Mpeg 7 slides
ย 

Recently uploaded

Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
ย 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...SUHANI PANDEY
ย 
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
ย 
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445ruhi
ย 
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...Delhi Call girls
ย 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...tanu pandey
ย 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdfMatthew Sinclair
ย 
๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ
๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ
๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
ย 
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹nirzagarg
ย 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftAanSulistiyo
ย 
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrHenryBriggs2
ย 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...SUHANI PANDEY
ย 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"growthgrids
ย 
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubaikojalkojal131
ย 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...SUHANI PANDEY
ย 
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdfMatthew Sinclair
ย 
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...SUHANI PANDEY
ย 

Recently uploaded (20)

Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
ย 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
ย 
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
ย 
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
ย 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
ย 
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
ย 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
ย 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
ย 
๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ
๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ
๐Ÿ“ฑDehradun Call Girls Service ๐Ÿ“ฑโ˜Ž๏ธ +91'905,3900,678 โ˜Ž๏ธ๐Ÿ“ฑ Call Girls In Dehradun ๐Ÿ“ฑ
ย 
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
ย 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
ย 
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
ย 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
ย 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
ย 
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
ย 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
ย 
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
ย 
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
ย 
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐ŸฅตLow Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
ย 

Ipv4 and Ipv6

  • 2. content ๏‚ž What is IP address ? ๏‚ž Intro to IPv4 ๏‚ž Type of IPv4 class ๏‚— Class A ๏‚— Class B ๏‚— Class C ๏‚— Class D ๏‚— Class E
  • 3. content ๏‚ž Define Ipv6 ๏‚ž Difference between IPv4 and IPv6
  • 4. ๏ถ What is IP address ? ๏‚ž An IP address is an identifier for a particular machine on a particular network. It is part of a scheme to identify computers on the internet. ๏‚ž IP address are also referred to as IP number and internet address.
  • 5. ๏‚ž The network portion of the IP address is allocated to internet service provider(ISP) by the InterNIC, under authority of the internet assigned number authority(IANA). ๏‚ž ISPs then assign the host portion of the IP address to the machines on the networks that they operate.
  • 6. ๏‚ž Which section of the IP address represent the network & which sections represent the machine will depend on what โ€œclassโ€ of IP address is assigned to a network.
  • 7. ๏ถ IPv4 ๏‚ž It is 32 bit number represented in 4 decimal number where each decimal number is of 8 bit (octet) is separated by a dot(.). ๏‚ž Thus representation known as doted decimal representation. ๏‚ž IP address consists of 2 components the network id and the host id.
  • 8. ๏ถ IPv4 contโ€ฆ ๏‚ž Network id:-it is the number assigned to a network in the internet. Host id:- it represents the id assigned to a host in the network. ๏‚ž IPv4 allows 232 (4294967296) unique address which section of IP address show the network id & which section show the machine or host id depend on the class network.
  • 9. ๏ถ IPv4 contโ€ฆ ๏‚ž There are five classes of IP addresses:- ๏‚— Class A ๏‚— Class B ๏‚— Class C ๏‚— Class D ๏‚— Class E
  • 10. ๏ถ IPv4 contโ€ฆ Class A:- ๏‚— The first byte is a network id (8 bits) & the last 3 bytes are for host id (24 bits). ๏‚— The first bit is โ€˜0โ€™. ๏‚— Range of network number-1.0.0.0 to 126.0.0.0 ๏‚— Number of possible networks-127(1-126 usable, 127 is reserved)
  • 11. ๏ถ IPv4 contโ€ฆ Class A:- ๏‚— Number of possible values in the host portion-16,777,216 ๏‚— It is used for large network.
  • 12. ๏ถ IPv4 contโ€ฆ Class B:- ๏‚— The first 2 bytes are a network id (16 bits) & the last 2 bytes are for host id (16 bits). ๏‚— The first 2 bits are โ€˜10โ€™. ๏‚— Range of network number- 128.0.0.0 to 191.255.0.0 ๏‚— Number of possible networks- 16,384
  • 13. ๏ถ IPv4 contโ€ฆ Class B:- ๏‚— Number of possible values in the host portion- 65536 ๏‚— Used for medium size network.
  • 14. ๏ถ IPv4 contโ€ฆ Class C:- ๏‚— The first 3 bytes are a network id (24 bits) & the last 1 byte are for host id (8 bit). ๏‚— The first 3 bits are โ€˜110โ€™. ๏‚— Range of network number- 192.0.0.0 to 223.255.255.0 ๏‚— Number of possible networks- 2,097,152
  • 15. ๏ถ IPv4 contโ€ฆ Class C:- ๏‚— Number of possible values in the host portion- 256 ๏‚— Used in local area network(LAN).
  • 16. ๏ถ IPv4 contโ€ฆ Class D:- ๏‚— An IP address which belong to class D has the first octet has its 4bit set to โ€˜1110โ€™. ๏‚— Range of network number- 224.0.0.0 to 239.255.255.255
  • 17. ๏ถ IPv4 contโ€ฆ Class D:- ๏‚— Used for multicasting
  • 18. ๏ถ IPv4 contโ€ฆ Class E:- ๏‚— It reserved for experimental & for future testing purpose. ๏‚— Range of network number- 240.0.0.0 to 255.255.255.254
  • 19. ๏ถ define IPv6 ๏‚ž IPv6 will make use of 128 bit IP address. ๏‚ž An IPv6 address is represented as 8 groups of 4 hexadecimal digits, each group representing 16 bits (2 octets). The groups are separated by colons(:). ๏‚ž E.g.- 2001:0db8.85a3:0000:0000:8a2e:0370 :7334
  • 20. ๏ถ difference between IPv4 and IPv6 S.N IPv4 IPv6 1. Addresses are 32 bits (4 bytes) long. Addresses are 128 bits (416 bytes) long. 2. Both routers & sending host fragment the packets. Routers donโ€™t fragment the packets but sending host fragment the packets. 3. Header includes a checksum. Header doesnโ€™t includes a checksum.
  • 21. ๏ถ difference between IPv4 and IPv6 contโ€ฆ S.N IPv4 IPv6 4. Classes of addressing are A, B, C, D, E. Classes of addressing are unicast, anycast, multicast. 5. Configure either manually or through DHCP. Doesnโ€™t require manual configuration. 6. Must support a 576 byte packet size. Must support 1208 byte packet size.
  • 22. ๏ถ difference between IPv4 and IPv6 contโ€ฆ S.N IPv4 IPv6 7. IPv4 address uses the dot- decimal notation. IPv6 address are represented in a hexadecimal, colon- separated notation. 8. Not suitable for mobile networks. IPv6 is better suited to mobile networks. 9. Address space is small (232). Larger address space (2128).
  • 23. ๏ถ difference between IPv4 and IPv6 contโ€ฆ S.N IPv4 IPv6 10. Internet protocol security(IPSec) is mandatory in this. IPSec is optional. 11. An IP address is made up of 4 bytes of information expressed as 4 number between 0 & 255 shown separated by periods. e.g.- 238.17.159.4 An IPv6 address is represented by 8 group of 16 bit hexadecimal values separated by colons (:). e.g.- 2001:0db8:85a3:0000:0000:8 a2e:0370:7334