SlideShare a Scribd company logo
1 of 24
Created and Presented By:
Anis Mizi
Student of CSE (Stamford University Bangladesh)
49th Batch
Email:fulsuccess9@gamil.com
Facebook: https://www.facebook.com/mizianis
IP ADDRESSING
• Protocol
• TCP/IP, NetBIOS(Microsoft),IPX/SPX(Novell)
• TCP/IP-http, ftp, smtp, DNS
• What is IP addressing
• Unique name for each device
• LAN example
• Logical Address
• Network Layer Address (Layer 3)
IP versions
• Two Versions of IP:
 IP version 4 (32 bit address)
 IP version 6(128 bit address)
IP version 4 Format
• IP version 4
 Bit is represented by 0 or 1 (binary)
 IP address in binary form(32 bits)
01010101.00000101.10111111.00000001
 32 bits are divided into 4 octets:
 IP address in decimal form:
85.5.191.1
 Decimal form for easy format and readable
 Computer understands only binary
 Still in use
IP version 6 Format
• Total 128 bit address
• 16 bit in each block
• 8 octets/ portion in total
• 16 bit block is converted to 4 digit
hexadecimal number
• Each portion is separated by colons
• FD00:0DB8:7654:3210:2C4C:BA17:7124:0032
• For future use
IP version 4(continues)
• Minimum number in each portion is
0(00000000 in binary)
• Maximum number in each portion is
255(11111111 in binary)
• Range of IP address is 0 to 255
• More than 255 is not applicable
• Check by 100.256.1.0
• Total IP address range of IPV4 is 0.0.0.0 to
255.255.255.255
IPV4 classes
IPV4 class ranges
• IPV4 Classes
 Class A – (0 to 127)
 Class B – (128 to 191)
 Class C – (192 to 223)
 Class D – (224 to 239)
 Class E – (240 to 255)
• Class A,B,C – LAN/WAN
• Class D – Multicasting
• Class E – Reserved for future research and
development
Identifying IP Class
• See only first portion of any IP
• Example:
 192.168.10.10 – C Class
 150.12.10.10 – B Class
 100.10.10.10 – A Class
• Don’t need to see remaining three portions
while identifying IP Class
Types of Data Communication
• Generally, 3 types of communication in
network
 Unicast – One to One
 Broadcast – One to all
 Multicast – One to Group
Unicast Communication
• One to one communication in a network
• Example (network types.PNG)
• Most communication is default one-to-one
communication
Broadcast Communication
• One to all communication in a network
• Example (network types.PNG)
• 200 devices connected in a LAN
• Universal broadcast address is
255.255.255.255
Multicast Communication
• One to a group communication in a network
• Example (network types.PNG)
• Suppose 100 devices are connected in a LAN
• Total 10 groups(each contains 10 devices)
• Example: Video conference, Online live
streaming, Opening match etc.
• D class IP identifies multicast traffic/group
• Multicast is not included into CCNA course
• We can not use it in LAN or WAN(check by
putting 224 in first portion of IP)
IP Address(Network & Host Parts)
• Each IP has 4 portions
• Each portion represents 8 bits
• These 4 portions are divided into two parts:
 Network part
 Host part
• Network and Host parts
 Class A – N.H.H.H (1N and 3H)
 Class B – N.N.H.H (2N and 2H)
 Class C – N.N.N.H (3N and 1H)
Understanding Network and Host parts
• Example (Floor example.PNG)
• Floor as network and rooms as hosts
• Rooms on same floor as Same network
• Rooms on different floors as different network
• Host – Single device
• Network – Set of devices
• Example (IP address(Lan).PNG)
• Each computer is a host
• Host device can be computer, router, firewall
etc
Network
• Question:
 192.168.10.10
 192.168.5.10
Suppose these two computers are on Same LAN. Will they be
able to communicate?
• Example (IP address(Lan).PNG)
• Physically they are on same Network(as on same LAN)
but logically they are on different network(by IP
addresses)
• To be in same network for devices, the network portion
of those host devices must be same.
• By default different network can not communicate
without a router
Examples
• Will they communicate or not?
• Example 1:
 210.10.10.10
 210.10.15.10
• Example 2:
 150.12.10.10
 150.12.15.15
• Example 3:
 100.10.10.10
 100.15.15.15
Network design
Task: design a network of 200 computers for a company
Requirements:
• All the computers should be in Same network
• Each host device will have unique IP address
Design:
• We can use any class (A,B,C) IP addresses to design this
network
• Let’s say we want to use C class IP
• We connected 200 devices physically using switches. So
they are on same network physically
• Make sure they are logically in Same network
Network design (continues)
Solution:
• Suppose our network is 192.168.10.0
• So IP address for hosts will be like this
 192.168.10.1
 192.168.10.2
 192.168.10.3
 : . : . : .4
 : . : . : . :
 192.168.10.255
• So we get total 256 hosts (192.168.10.(0-255)) in
one network of C class IP
• Let’s design the network in Cisco Packet Tracer.
Network design (continues)
Problem: If the manager of the company says we may
need 200 more computers in that same network.
Solution:
• C class supports total 254 hosts in one network. So
we have to use B class
• Suppose our Network is 172.16.0.0
• So IP addresses for hosts will be like this
 172.16.0.1
 172.16.0.2
 : . : .: .3
 : . : .: . :
 172.16.0.255
Network design (continues)
• Again
 172.16.1.1
 172.16.1.2
 : . : .: .3
 : . : .: . :
 172.16.1.255
• Similarly We can go up to 172.16.255.255
• 256*256 = 65536(Actually it is 65534)
• So we get total 65534 hosts (172.16.(0-255).(0-
255)) in one network of B class IP
• Accordingly we get total 16777214 hosts (10.(0-
255).(0-255).(0-255)) in one network of A class IP
Contents of Next tutorial
• Size of Network
• Network Address and Broadcast Address
• Subnet Mask
Like
subscribe
share

More Related Content

What's hot (20)

Ipv4 Final
Ipv4 FinalIpv4 Final
Ipv4 Final
 
IP Address
IP AddressIP Address
IP Address
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
 
Ip address
Ip addressIp address
Ip address
 
Ip Addressing
Ip AddressingIp Addressing
Ip Addressing
 
IP Addressing & subnetting strategy
IP Addressing & subnetting strategyIP Addressing & subnetting strategy
IP Addressing & subnetting strategy
 
Ip addressing classful
Ip addressing classfulIp addressing classful
Ip addressing classful
 
ip addressing & routing
 ip addressing & routing ip addressing & routing
ip addressing & routing
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
InfiniFlux IP Address Type
InfiniFlux IP Address TypeInfiniFlux IP Address Type
InfiniFlux IP Address Type
 
I pv4 address classes
I pv4 address classesI pv4 address classes
I pv4 address classes
 
Cn ipv4 addressing
Cn ipv4 addressingCn ipv4 addressing
Cn ipv4 addressing
 
iP Address ,
 iP Address , iP Address ,
iP Address ,
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPT
 
CCNA part 2 ip addressing
CCNA part 2 ip addressingCCNA part 2 ip addressing
CCNA part 2 ip addressing
 
Ip Addressing Basics
Ip Addressing BasicsIp Addressing Basics
Ip Addressing Basics
 
IPand subnet
IPand subnetIPand subnet
IPand subnet
 
Explaining ip address
Explaining ip addressExplaining ip address
Explaining ip address
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Ip addressing3
Ip addressing3Ip addressing3
Ip addressing3
 

Similar to CCNA IP Address Presentation(Part 1)

Presentation on Ip Addressing
Presentation on Ip AddressingPresentation on Ip Addressing
Presentation on Ip AddressingSagar Raton
 
4. Understanding Internet Protocol.pptx
4. Understanding Internet Protocol.pptx4. Understanding Internet Protocol.pptx
4. Understanding Internet Protocol.pptxRobertohtirolhsconce
 
Topic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpipTopic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpipAtika Zaimi
 
Networking Brush Up for Amazon AWS Administrators
Networking Brush Up for Amazon AWS AdministratorsNetworking Brush Up for Amazon AWS Administrators
Networking Brush Up for Amazon AWS AdministratorsAniekan Akpaffiong
 
Internet protocols
Internet protocolsInternet protocols
Internet protocolsRohit Saini
 
Computer network coe351- part3-final
Computer network coe351- part3-finalComputer network coe351- part3-final
Computer network coe351- part3-finalTaymoor Nazmy
 
Ch 2: TCP/IP Concepts Review
Ch 2: TCP/IP Concepts ReviewCh 2: TCP/IP Concepts Review
Ch 2: TCP/IP Concepts ReviewSam Bowne
 
Small office Home office , network setup in details
Small office Home office , network setup in detailsSmall office Home office , network setup in details
Small office Home office , network setup in detailsapel7
 
SOHO Network Setup Tutorial
SOHO Network Setup Tutorial SOHO Network Setup Tutorial
SOHO Network Setup Tutorial junaidahmedsaba
 
Unit 1- Network Layer and Protocols-4.pptx
Unit 1- Network Layer and Protocols-4.pptxUnit 1- Network Layer and Protocols-4.pptx
Unit 1- Network Layer and Protocols-4.pptxDESTROYER39
 
CISSP Prep: Ch 5. Communication and Network Security (Part 1)
CISSP Prep: Ch 5. Communication and Network Security (Part 1)CISSP Prep: Ch 5. Communication and Network Security (Part 1)
CISSP Prep: Ch 5. Communication and Network Security (Part 1)Sam Bowne
 

Similar to CCNA IP Address Presentation(Part 1) (20)

Ip addresing
Ip addresingIp addresing
Ip addresing
 
Presentation on Ip Addressing
Presentation on Ip AddressingPresentation on Ip Addressing
Presentation on Ip Addressing
 
4. Understanding Internet Protocol.pptx
4. Understanding Internet Protocol.pptx4. Understanding Internet Protocol.pptx
4. Understanding Internet Protocol.pptx
 
MVA slides lesson 4
MVA slides lesson 4MVA slides lesson 4
MVA slides lesson 4
 
Web technology unit I - Part B
Web technology unit I - Part BWeb technology unit I - Part B
Web technology unit I - Part B
 
Internetworking
InternetworkingInternetworking
Internetworking
 
Topic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpipTopic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpip
 
Networking Brush Up for Amazon AWS Administrators
Networking Brush Up for Amazon AWS AdministratorsNetworking Brush Up for Amazon AWS Administrators
Networking Brush Up for Amazon AWS Administrators
 
Internet protocols
Internet protocolsInternet protocols
Internet protocols
 
Computer network coe351- part3-final
Computer network coe351- part3-finalComputer network coe351- part3-final
Computer network coe351- part3-final
 
Part1-Intro-Apps.pptx
Part1-Intro-Apps.pptxPart1-Intro-Apps.pptx
Part1-Intro-Apps.pptx
 
Ch 2: TCP/IP Concepts Review
Ch 2: TCP/IP Concepts ReviewCh 2: TCP/IP Concepts Review
Ch 2: TCP/IP Concepts Review
 
Small office Home office , network setup in details
Small office Home office , network setup in detailsSmall office Home office , network setup in details
Small office Home office , network setup in details
 
Chapter 6 - Networking
Chapter 6 - NetworkingChapter 6 - Networking
Chapter 6 - Networking
 
SOHO Network Setup Tutorial
SOHO Network Setup Tutorial SOHO Network Setup Tutorial
SOHO Network Setup Tutorial
 
Addressing
AddressingAddressing
Addressing
 
Unit 1- Network Layer and Protocols-4.pptx
Unit 1- Network Layer and Protocols-4.pptxUnit 1- Network Layer and Protocols-4.pptx
Unit 1- Network Layer and Protocols-4.pptx
 
Tcp
TcpTcp
Tcp
 
IPV4 addresses
IPV4 addressesIPV4 addresses
IPV4 addresses
 
CISSP Prep: Ch 5. Communication and Network Security (Part 1)
CISSP Prep: Ch 5. Communication and Network Security (Part 1)CISSP Prep: Ch 5. Communication and Network Security (Part 1)
CISSP Prep: Ch 5. Communication and Network Security (Part 1)
 

Recently uploaded

VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Roomgirls4nights
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
Denver Web Design brochure for public viewing
Denver Web Design brochure for public viewingDenver Web Design brochure for public viewing
Denver Web Design brochure for public viewingbigorange77
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...aditipandeya
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Deliverybabeytanya
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Roomdivyansh0kumar0
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsThierry TROUIN ☁
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一Fs
 

Recently uploaded (20)

VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
Denver Web Design brochure for public viewing
Denver Web Design brochure for public viewingDenver Web Design brochure for public viewing
Denver Web Design brochure for public viewing
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
 
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with Flows
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
 

CCNA IP Address Presentation(Part 1)

  • 1. Created and Presented By: Anis Mizi Student of CSE (Stamford University Bangladesh) 49th Batch Email:fulsuccess9@gamil.com Facebook: https://www.facebook.com/mizianis
  • 2. IP ADDRESSING • Protocol • TCP/IP, NetBIOS(Microsoft),IPX/SPX(Novell) • TCP/IP-http, ftp, smtp, DNS • What is IP addressing • Unique name for each device • LAN example • Logical Address • Network Layer Address (Layer 3)
  • 3.
  • 4. IP versions • Two Versions of IP:  IP version 4 (32 bit address)  IP version 6(128 bit address)
  • 5. IP version 4 Format • IP version 4  Bit is represented by 0 or 1 (binary)  IP address in binary form(32 bits) 01010101.00000101.10111111.00000001  32 bits are divided into 4 octets:  IP address in decimal form: 85.5.191.1  Decimal form for easy format and readable  Computer understands only binary  Still in use
  • 6. IP version 6 Format • Total 128 bit address • 16 bit in each block • 8 octets/ portion in total • 16 bit block is converted to 4 digit hexadecimal number • Each portion is separated by colons • FD00:0DB8:7654:3210:2C4C:BA17:7124:0032 • For future use
  • 7. IP version 4(continues) • Minimum number in each portion is 0(00000000 in binary) • Maximum number in each portion is 255(11111111 in binary) • Range of IP address is 0 to 255 • More than 255 is not applicable • Check by 100.256.1.0 • Total IP address range of IPV4 is 0.0.0.0 to 255.255.255.255
  • 9. IPV4 class ranges • IPV4 Classes  Class A – (0 to 127)  Class B – (128 to 191)  Class C – (192 to 223)  Class D – (224 to 239)  Class E – (240 to 255) • Class A,B,C – LAN/WAN • Class D – Multicasting • Class E – Reserved for future research and development
  • 10. Identifying IP Class • See only first portion of any IP • Example:  192.168.10.10 – C Class  150.12.10.10 – B Class  100.10.10.10 – A Class • Don’t need to see remaining three portions while identifying IP Class
  • 11. Types of Data Communication • Generally, 3 types of communication in network  Unicast – One to One  Broadcast – One to all  Multicast – One to Group
  • 12. Unicast Communication • One to one communication in a network • Example (network types.PNG) • Most communication is default one-to-one communication
  • 13. Broadcast Communication • One to all communication in a network • Example (network types.PNG) • 200 devices connected in a LAN • Universal broadcast address is 255.255.255.255
  • 14. Multicast Communication • One to a group communication in a network • Example (network types.PNG) • Suppose 100 devices are connected in a LAN • Total 10 groups(each contains 10 devices) • Example: Video conference, Online live streaming, Opening match etc. • D class IP identifies multicast traffic/group • Multicast is not included into CCNA course • We can not use it in LAN or WAN(check by putting 224 in first portion of IP)
  • 15. IP Address(Network & Host Parts) • Each IP has 4 portions • Each portion represents 8 bits • These 4 portions are divided into two parts:  Network part  Host part • Network and Host parts  Class A – N.H.H.H (1N and 3H)  Class B – N.N.H.H (2N and 2H)  Class C – N.N.N.H (3N and 1H)
  • 16. Understanding Network and Host parts • Example (Floor example.PNG) • Floor as network and rooms as hosts • Rooms on same floor as Same network • Rooms on different floors as different network • Host – Single device • Network – Set of devices • Example (IP address(Lan).PNG) • Each computer is a host • Host device can be computer, router, firewall etc
  • 17. Network • Question:  192.168.10.10  192.168.5.10 Suppose these two computers are on Same LAN. Will they be able to communicate? • Example (IP address(Lan).PNG) • Physically they are on same Network(as on same LAN) but logically they are on different network(by IP addresses) • To be in same network for devices, the network portion of those host devices must be same. • By default different network can not communicate without a router
  • 18. Examples • Will they communicate or not? • Example 1:  210.10.10.10  210.10.15.10 • Example 2:  150.12.10.10  150.12.15.15 • Example 3:  100.10.10.10  100.15.15.15
  • 19. Network design Task: design a network of 200 computers for a company Requirements: • All the computers should be in Same network • Each host device will have unique IP address Design: • We can use any class (A,B,C) IP addresses to design this network • Let’s say we want to use C class IP • We connected 200 devices physically using switches. So they are on same network physically • Make sure they are logically in Same network
  • 20. Network design (continues) Solution: • Suppose our network is 192.168.10.0 • So IP address for hosts will be like this  192.168.10.1  192.168.10.2  192.168.10.3  : . : . : .4  : . : . : . :  192.168.10.255 • So we get total 256 hosts (192.168.10.(0-255)) in one network of C class IP • Let’s design the network in Cisco Packet Tracer.
  • 21. Network design (continues) Problem: If the manager of the company says we may need 200 more computers in that same network. Solution: • C class supports total 254 hosts in one network. So we have to use B class • Suppose our Network is 172.16.0.0 • So IP addresses for hosts will be like this  172.16.0.1  172.16.0.2  : . : .: .3  : . : .: . :  172.16.0.255
  • 22. Network design (continues) • Again  172.16.1.1  172.16.1.2  : . : .: .3  : . : .: . :  172.16.1.255 • Similarly We can go up to 172.16.255.255 • 256*256 = 65536(Actually it is 65534) • So we get total 65534 hosts (172.16.(0-255).(0- 255)) in one network of B class IP • Accordingly we get total 16777214 hosts (10.(0- 255).(0-255).(0-255)) in one network of A class IP
  • 23. Contents of Next tutorial • Size of Network • Network Address and Broadcast Address • Subnet Mask