SlideShare a Scribd company logo
IP Addressing 
 Using the IP address of the destination network, a router can deliver 
a packet to the correct network. 
 When the packet arrives at a router connected to the destination 
network, the router uses the IP address to locate the particular 
computer connected to that network. 
 It has two versions:- 
1. IPv4- 32 bit decimal address 
2. IPv6- 128 bit hexadecimal address
IPv4 Address 
 IPv4 is 32 bit decimal address divided into 4 groups. 
 Each group contains 8 bit. 
 Each group is also called an Octet 
 Contains addresses between 0.0.0.0 to 255.255.255.255 
 We don’t use these two address for communication 
 Since 0.0.0.0 is an invalid IP and 255.255.255.255 is a Global 
Broadcast address
Classification of IP’s 
 IANA (Internet Assigned Numbering Authority) classified IP addresses 
into 5 classes, they are:- 
X.X.X.X 
Cass A (1-126) 
Class B (128-191) 
Class C(192-223) 
Class D(224-239) 
Class E (240-255) 
 Class A, B, C are used for communication 
 Class D are Multicast addresses 
 Class E are used for IP Research
Network Portion & Host Portion 
 In Class 1st octet is in Network portion and rest of them are in Host 
portion
 In Class B 1st two octet are in Network and last two are in Host 
portion
 In Class C 1st three Octets are in Network and last octet is in Host 
portion 
 Two Host in a Network wont communicate when the Network 
portion of the IP address is not same.
Public IP & Private IP 
 Public IP are purchasable 
 Used for WAN 
 Private IP are non purchasable 
 Used for LAN 
 Private Range:- 
Class A- 10.0.0.0 to 10.255.255.255 
Class B- 172.16.0.0 to 172.31.255.255 
Class C- 192.168.0.0 to 192.168.255.255 
 Others are in Public range
Subnet Mask 
 To identify Network Portion and Host Portion we give an additional 
information. 
 This information is called Subnet Mask. 
 Predefined Subnet Mask for each class are:- 
Class A- 255.0.0.0 
Class B- 255.255.0.0 
Class C- 255.255.255.0 
 When all the Network bits are 1 and Host bits are 0, we will get the 
Subnet Mask.
Special IP’s 
 127.0.0.1 is a Loopback address or Self Ping (Packet Internet 
Gropher) address to check the Net connectivity. 
To check, Start- Run- CMD- ping “IP address of other devices” 
To check NIC working, Start- Run- CMD- ping 127.0.0.1 
 164.254.0.0 is a APIPA (Automatic Private IP Address)
DHCP (Dynamic Host Configuration 
Protocol) 
172.16.0.1- Start 
172.16.0.100- End DHCP 
Server 
Client 1 Client 2
 Client machine broadcast to an address 255.255.255.255 to find the 
DHCP server. 
 Then DHCP recognizes it. 
 Client replies a request message for an IP address. 
 DHCP sends an offer message for selection. 
 Client selects an IP address 
 At last DHCP sends acknowledgement message. 
 This Process is called ‘ROSA’ 
 If there is no DHCP server for a network, Client self assigns an IP 
address which is APIPA (169.254.0.0 range)
Default Gateway 
 IT is an IP address given to exit from one network to another. 
 The interface from Private Network to Public Network is a Default 
gateway. 
 NAT (Network Address Translation) service is provided inside the 
modem which translates Private address to Public address for 
communication. 
 ICS (Internet Connection Sharing) range will be 192.168.0.0 to 
192.168.255.255 (Class C) 
 This will be the default gateway for all other devices.
DNS (Domain Name Server) 
 DNS is one which resolves IP from name or name from IP 
 This Server contains name of the websites and its corresponding IPs 
 Also called Preferred DNS server 
 Alternate DNS Server- If preferred DNS is down then the nest 
contacted DNS server is called Alternate DNS Server 
 Open DNS Server- It is a Third Party DNS Server 
208.67.222.222 (Preferred DNS) 
208.67.220.220 (Alternate DNS)
Sub netting 
 Making subnets from a Parent Network is called Sub netting 
 It is used to implement security in a network rather than 
implementing more networks in a company, office, etc. 
 For that we create Sub networks under one parent network. 
 Avoids IP wastage. 
 Implements network security. 
 Avoids network traffic. 
 Simplified administration through network
Formulas 
 m= No: of bits taken for Sub netting 
 n= Remaining bits in the Host Portion 
 2푚 -2= No: of Networks 
 2푛 -2= No: of Hosts per Subnet 
 2푛= Block size 
 Mask Portion= 256- Block Size 
 New Subnet Mask= Default Mask + Mask Portion in the Sub netted Octet 
 First Network= Parent Network + Block size in the Sub netted Octet 
 1st Host of 1st Network= 1st Network + 1 in the last Octet 
 1st Network Broadcast= 2nd Network -1 in the last Ocet 
 Last Host of 1st Network= Broadcast - 1 in the last Octet 
 Next Network= 1st Network + Block size in the Sub netted Octet 
 Last Network= Mask portion – Block size in the Sub netted Octet 
 Broadcast of Last Network= Mask portion -1 in the Sub netted Octet
CIDR (Classless Inter-domain Routing) 
 Basically the method that ISPs (Internet Service Providers) use to 
allocate an amount of addresses to a company, a home 
 Ex: 192.168.10.32/28 
 The slash notation (/) means how many bits are turned on (1s)
VLSM (Variable Length Subnet Mask) 
 VLSM is a method of designating a different subnet mask for the 
same network number on different subnets 
 Can use a long mask on networks with few hosts and a shorter mask 
on subnets with many hosts 
 With VLSMs we can have different subnet masks for different 
subnets.
Parent Network 192.168.1.0 
2 
2 
2 
40 
25 
12
Parent Network 192.168.1.0 
2 
2 
8 
5 
15 
2 
2 
35

More Related Content

PPTX
CCNA ppt Day 2
PPTX
CCNA ppt Day 1
PDF
designandimplementanetwork
PDF
Step by Step guide to set up a simple network in Packet Tracer
PPTX
Routing Protocols and Concepts - Chapter 1
PDF
CCNA Routing Fundamentals - EIGRP, OSPF and RIP
PPTX
project on OSPF
PPT
Packet tracer
CCNA ppt Day 2
CCNA ppt Day 1
designandimplementanetwork
Step by Step guide to set up a simple network in Packet Tracer
Routing Protocols and Concepts - Chapter 1
CCNA Routing Fundamentals - EIGRP, OSPF and RIP
project on OSPF
Packet tracer

What's hot (20)

PPT
CCNA SUMMER TRAINNING PPT
PPT
CCNA Access Lists
PDF
Ccna cheat sheet
PPT
Chapter14ccna
PPT
CCNA Routing Protocols
PPTX
CCNA pptCCNA ppt Day 6
PDF
Access list-cheatsheet
PPT
CCNA Advanced Routing Protocols
PPT
Chapter10ccna
PPTX
Network Engineer Interview Questions with Answers
DOCX
Lab view the switch mac address table lab - view the switch
PPT
Chapter6ccna
PDF
Basic ccna interview questions and answers ~ sysnet notes
PPTX
Lan Network with Redundancy.ppt
PPT
Chapter4ccna
PPT
CCNA Router Startup and Configuration
PDF
Computer Networking Lab File
PDF
CCNA Routing Protocols
PPTX
IP Addressing and Subnetting
PPTX
How to make a simple application on packet tracer
CCNA SUMMER TRAINNING PPT
CCNA Access Lists
Ccna cheat sheet
Chapter14ccna
CCNA Routing Protocols
CCNA pptCCNA ppt Day 6
Access list-cheatsheet
CCNA Advanced Routing Protocols
Chapter10ccna
Network Engineer Interview Questions with Answers
Lab view the switch mac address table lab - view the switch
Chapter6ccna
Basic ccna interview questions and answers ~ sysnet notes
Lan Network with Redundancy.ppt
Chapter4ccna
CCNA Router Startup and Configuration
Computer Networking Lab File
CCNA Routing Protocols
IP Addressing and Subnetting
How to make a simple application on packet tracer
Ad

Viewers also liked (19)

PPTX
CCNA ppt Day 4
PPTX
Ccna ppt1
PPTX
CCNA ppt Day 5
PPT
CCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric Vanderburg
PPTX
CCNA ppt Day 9
PPTX
CCNA ppt Day 8
PPTX
Ccna PPT
PPTX
Ccna PPT2
PPTX
CCNA ppt Day 7
PPTX
DNS server configuration
PPTX
Android controlled robot
PPTX
Dhcp ppt
PDF
Presentation on Domain Name System
PPTX
Install Windows Server 2012 Step-by-Step
PPTX
Domain Name System DNS
PPTX
Wireless Pick and Place Surveillance Robot
PPTX
Install Windows Server 2008 Step-by-Step
PPTX
WIRELESS ROBOT PPT
CCNA ppt Day 4
Ccna ppt1
CCNA ppt Day 5
CCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric Vanderburg
CCNA ppt Day 9
CCNA ppt Day 8
Ccna PPT
Ccna PPT2
CCNA ppt Day 7
DNS server configuration
Android controlled robot
Dhcp ppt
Presentation on Domain Name System
Install Windows Server 2012 Step-by-Step
Domain Name System DNS
Wireless Pick and Place Surveillance Robot
Install Windows Server 2008 Step-by-Step
WIRELESS ROBOT PPT
Ad

Similar to CCNA ppt Day 3 (20)

PPTX
IP Addressing & subnetting strategy
PPS
Lesson1: Introduction To Networking Concepts
PPTX
IP_ADDRESSING_AND_SUBNETTIN networkG.pptx
PPTX
lecture 33333222234555555555555555556.pptx
PPTX
lecture 6.pptx
PPT
Addressing
PPTX
IP_ADDRESSING_AND_SUBNETTING.pptx
PPTX
ipv4subnettingstrategy-140207112043-phpapp02.pptx
PPTX
IPv4 Addressing Architecture
PPT
How IP address works
PPTX
IPv4 Addressing
PPT
Ip address and subnetting
PPT
PPT
Ipv4 address
PPTX
IP addressing and Subnetting PPT
PPTX
Ch7 IP addressing.pptx
PPTX
5 configuring TCP/IP
PDF
Basics of IP address ,IP-address classes, Subnet mask
PDF
Subnetting basics in networking, for network engineers
PPTX
Ip address and subnet masking final
IP Addressing & subnetting strategy
Lesson1: Introduction To Networking Concepts
IP_ADDRESSING_AND_SUBNETTIN networkG.pptx
lecture 33333222234555555555555555556.pptx
lecture 6.pptx
Addressing
IP_ADDRESSING_AND_SUBNETTING.pptx
ipv4subnettingstrategy-140207112043-phpapp02.pptx
IPv4 Addressing Architecture
How IP address works
IPv4 Addressing
Ip address and subnetting
Ipv4 address
IP addressing and Subnetting PPT
Ch7 IP addressing.pptx
5 configuring TCP/IP
Basics of IP address ,IP-address classes, Subnet mask
Subnetting basics in networking, for network engineers
Ip address and subnet masking final

Recently uploaded (20)

PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
cuic standard and advanced reporting.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Approach and Philosophy of On baking technology
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Cloud computing and distributed systems.
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
NewMind AI Weekly Chronicles - August'25 Week I
Diabetes mellitus diagnosis method based random forest with bat algorithm
cuic standard and advanced reporting.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Spectral efficient network and resource selection model in 5G networks
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Approach and Philosophy of On baking technology
Reach Out and Touch Someone: Haptics and Empathic Computing
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Unlocking AI with Model Context Protocol (MCP)
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Cloud computing and distributed systems.
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Building Integrated photovoltaic BIPV_UPV.pdf
Network Security Unit 5.pdf for BCA BBA.
Per capita expenditure prediction using model stacking based on satellite ima...
NewMind AI Weekly Chronicles - August'25 Week I

CCNA ppt Day 3

  • 1. IP Addressing  Using the IP address of the destination network, a router can deliver a packet to the correct network.  When the packet arrives at a router connected to the destination network, the router uses the IP address to locate the particular computer connected to that network.  It has two versions:- 1. IPv4- 32 bit decimal address 2. IPv6- 128 bit hexadecimal address
  • 2. IPv4 Address  IPv4 is 32 bit decimal address divided into 4 groups.  Each group contains 8 bit.  Each group is also called an Octet  Contains addresses between 0.0.0.0 to 255.255.255.255  We don’t use these two address for communication  Since 0.0.0.0 is an invalid IP and 255.255.255.255 is a Global Broadcast address
  • 3. Classification of IP’s  IANA (Internet Assigned Numbering Authority) classified IP addresses into 5 classes, they are:- X.X.X.X Cass A (1-126) Class B (128-191) Class C(192-223) Class D(224-239) Class E (240-255)  Class A, B, C are used for communication  Class D are Multicast addresses  Class E are used for IP Research
  • 4. Network Portion & Host Portion  In Class 1st octet is in Network portion and rest of them are in Host portion
  • 5.  In Class B 1st two octet are in Network and last two are in Host portion
  • 6.  In Class C 1st three Octets are in Network and last octet is in Host portion  Two Host in a Network wont communicate when the Network portion of the IP address is not same.
  • 7. Public IP & Private IP  Public IP are purchasable  Used for WAN  Private IP are non purchasable  Used for LAN  Private Range:- Class A- 10.0.0.0 to 10.255.255.255 Class B- 172.16.0.0 to 172.31.255.255 Class C- 192.168.0.0 to 192.168.255.255  Others are in Public range
  • 8. Subnet Mask  To identify Network Portion and Host Portion we give an additional information.  This information is called Subnet Mask.  Predefined Subnet Mask for each class are:- Class A- 255.0.0.0 Class B- 255.255.0.0 Class C- 255.255.255.0  When all the Network bits are 1 and Host bits are 0, we will get the Subnet Mask.
  • 9. Special IP’s  127.0.0.1 is a Loopback address or Self Ping (Packet Internet Gropher) address to check the Net connectivity. To check, Start- Run- CMD- ping “IP address of other devices” To check NIC working, Start- Run- CMD- ping 127.0.0.1  164.254.0.0 is a APIPA (Automatic Private IP Address)
  • 10. DHCP (Dynamic Host Configuration Protocol) 172.16.0.1- Start 172.16.0.100- End DHCP Server Client 1 Client 2
  • 11.  Client machine broadcast to an address 255.255.255.255 to find the DHCP server.  Then DHCP recognizes it.  Client replies a request message for an IP address.  DHCP sends an offer message for selection.  Client selects an IP address  At last DHCP sends acknowledgement message.  This Process is called ‘ROSA’  If there is no DHCP server for a network, Client self assigns an IP address which is APIPA (169.254.0.0 range)
  • 12. Default Gateway  IT is an IP address given to exit from one network to another.  The interface from Private Network to Public Network is a Default gateway.  NAT (Network Address Translation) service is provided inside the modem which translates Private address to Public address for communication.  ICS (Internet Connection Sharing) range will be 192.168.0.0 to 192.168.255.255 (Class C)  This will be the default gateway for all other devices.
  • 13. DNS (Domain Name Server)  DNS is one which resolves IP from name or name from IP  This Server contains name of the websites and its corresponding IPs  Also called Preferred DNS server  Alternate DNS Server- If preferred DNS is down then the nest contacted DNS server is called Alternate DNS Server  Open DNS Server- It is a Third Party DNS Server 208.67.222.222 (Preferred DNS) 208.67.220.220 (Alternate DNS)
  • 14. Sub netting  Making subnets from a Parent Network is called Sub netting  It is used to implement security in a network rather than implementing more networks in a company, office, etc.  For that we create Sub networks under one parent network.  Avoids IP wastage.  Implements network security.  Avoids network traffic.  Simplified administration through network
  • 15. Formulas  m= No: of bits taken for Sub netting  n= Remaining bits in the Host Portion  2푚 -2= No: of Networks  2푛 -2= No: of Hosts per Subnet  2푛= Block size  Mask Portion= 256- Block Size  New Subnet Mask= Default Mask + Mask Portion in the Sub netted Octet  First Network= Parent Network + Block size in the Sub netted Octet  1st Host of 1st Network= 1st Network + 1 in the last Octet  1st Network Broadcast= 2nd Network -1 in the last Ocet  Last Host of 1st Network= Broadcast - 1 in the last Octet  Next Network= 1st Network + Block size in the Sub netted Octet  Last Network= Mask portion – Block size in the Sub netted Octet  Broadcast of Last Network= Mask portion -1 in the Sub netted Octet
  • 16. CIDR (Classless Inter-domain Routing)  Basically the method that ISPs (Internet Service Providers) use to allocate an amount of addresses to a company, a home  Ex: 192.168.10.32/28  The slash notation (/) means how many bits are turned on (1s)
  • 17. VLSM (Variable Length Subnet Mask)  VLSM is a method of designating a different subnet mask for the same network number on different subnets  Can use a long mask on networks with few hosts and a shorter mask on subnets with many hosts  With VLSMs we can have different subnet masks for different subnets.
  • 18. Parent Network 192.168.1.0 2 2 2 40 25 12
  • 19. Parent Network 192.168.1.0 2 2 8 5 15 2 2 35