SlideShare uma empresa Scribd logo
1 de 63
Addressing the network IPv4 CCNA Exploration Semester 1  – Chapter 6
IP addressing – works at ,[object Object],[object Object],Application Presentation Session Transport Network Data link Physical Application Transport Internet Network Access TCP, UDP IP Ethernet, WAN technologies HTTP, FTP, TFTP, SMTP etc Segment Packet Frame Bits Data stream
Addressing topics ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Binary and decimal ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
248 to binary 0 0 0 1 1 1 1 1 1 2 4 8 16 32 64 128 248 -128 120 24 -16 8 56 -32 24 120 -64 56
187 to binary 1 1 0 1 1 1 0 1 1 2 4 8 16 32 64 128 187 -128 59 27 -16 11 11 -8 3 59 -32 27 3 -2 1
89 to binary 1 0 0 1 1 0 1 0 1 2 4 8 16 32 64 128 89 -64 25 25 -16 9 9 -8 1
00110100 to decimal 52 0 0 1 0 1 1 0 0 4 16 32 1 2 4 8 16 32 64 128 32 +16+  4 52
01010101 to decimal 85 1 0 1 0 1 0 1 0 1 4 16 64 1 2 4 8 16 32 64 128 64 +16+  4 +  1 85
11001111 to decimal 207 1 1 1 1 0 0 1 1 1 2 4 8 64 128 1 2 4 8 16 32 64 128 128 + 64 +  8 +  4 +  2 +  1 207
Binary and decimal ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
IPv4 address Prefix  /24  Subnet mask: 00010001 00010101 10101000 11000000 17 21. 168. 192. octet octet octet octet network part host part 00000000 11111111 11111111 11111111 0 255. 255. 255.
Find the network address In a network address, all the host bits are 0. The router needs to do this for every packet. 00010001 00010101 10101000 11000000 17 21. 168. 192. 00000000 00010101 10101000 11000000 0 21. 168. 192.
Logical AND Do a logical AND at each position 00010001 00010101 10101000 11000000 17 21. 168. 192. 00000000 11111111 11111111 11111111 0 255. 255. 255. 00000000 00010101 10101000 11000000 0 21. 168. 192.
Find the broadcast address In a broadcast address, all the host bits are 1. The broadcast is the last address in the network. 00010001 00010101 10101000 11000000 17 21. 168. 192. 11111111 00010101 10101000 11000000 255 21. 168. 192.
3 types of address ,[object Object],[object Object],[object Object],[object Object]
Classful addressing network part host part A network part host part B network part host part C 60 53. 17. 10. 201 38. 16. 172. 17 21. 168. 192.
Classful addressing ,[object Object],[object Object],[object Object],[object Object],[object Object]
Classless addressing ,[object Object],[object Object],[object Object]
Classless addressing /16 ,[object Object],[object Object],[object Object],[object Object],00000000 00000000 00010000 10101100 0 0. 16. 172.
Classless addressing /24 ,[object Object],[object Object],[object Object],[object Object],00000000 00000000 00010000 10101100 0 0. 16. 172.
Classless addressing /22 ,[object Object],[object Object],[object Object],[object Object],00000000 00000000 00010000 10101100 0 0. 16. 172.
Classless addressing /26 ,[object Object],[object Object],[object Object],[object Object],00000000 00000000 00010000 10101100 0 0. 16. 172.
Classless addressing /28 ,[object Object],[object Object],[object Object],[object Object],00000000 00000000 00010000 10101100 0 0. 16. 172.
Calculating addresses ,[object Object],[object Object],[object Object],[object Object],[object Object]
192.168.1.70/24 – fill in the table Last host First host Broadcast Network Subnet mask Host Full Last octet decimal Last octet binary
192.168.1.70/24 192.168.1.254 254 11111110 Last host 192.168.1.1 1 00000001 First host 192.168.1.255 255 11111111 Broadcast 192.168.1.0 0 00000000 Network 255.255.255.0 0 00000000 Subnet mask 192.168.1.70 70 01000110 Host Full Last octet decimal Last octet binary
Calculating addresses ,[object Object],[object Object],[object Object],[object Object],[object Object]
192.168.1.70/26 fill in the table Last host First host Broadcast Network Subnet mask Host Full Last octet decimal Last octet binary
192.168.1.70/26 192.168.1.126 126 01111110 Last host 192.168.1.65 65 01000001 First host 192.168.1.127 127 01111111 Broadcast 192.168.1.64 64 01000000 Network 255.255.255.192 192 11000000 Subnet mask 192.168.1.70 70 01000110 Host Full Last octet decimal Last octet binary
Calculating addresses ,[object Object],[object Object],[object Object],[object Object],[object Object]
192.168.1.70/28 fill in the table Last host First host Broadcast Network Subnet mask Host Full Last octet decimal Last octet binary
192.168.1.70/28 192.168.1.78 78 01001110 Last host 192.168.1.65 65 01000001 First host 192.168.1.79 79 01001111 Broadcast 192.168.1.64 64 01000000 Network 255.255.255.240 240 11110000 Subnet mask 192.168.1.70 70 01000110 Host Full Last octet decimal Last octet binary
Unicast, Multicast, Broadcast ,[object Object],[object Object],[object Object]
Private IP addresses ,[object Object],[object Object],[object Object],[object Object]
Public IP addresses ,[object Object],[object Object],[object Object],[object Object],[object Object]
Special addresses ,[object Object],[object Object],[object Object],[object Object],[object Object]
Network address translation ,[object Object],[object Object],[object Object]
Addressing hosts ,[object Object],[object Object],[object Object],[object Object]
Blocks of addresses 192.168.1.255 Broadcast 192.168.1.254 Router 192.168.1.224/27 192.168.1.224 - 253 Network devices 192.168.1.192/27 192.168.1.192 - 223 Peripherals 192.168.1.128/26 192.168.1.128 - 191 Servers 192.168.1.1-127 User hosts 192.168.1.0/25 192.168.1.0 Network address Summary Address range Use
Subnetting 192.168.1.0/24 Last octet binary Borrow 1 bit from host part, give it to network part, /25 00000000 255.255.255.0 Subnet mask 00000000 192.168.1.0 Address 10000000 255.255.255.128 Subnet mask 00000000 10000000 192.168.1.0 192.168.1.128 Addresses
Subnetting 192.168.1.0/24 Borrow 2 bits from host part, give to network part, /26 11000000 255.255.255.192 Subnet mask 00000000 01000000 10000000 11000000 192.168.1.0 192.168.1.64 192.168.1.128 192.168.1.192 Addresses
Subnetting 192.168.1.0/24 Borrow 3 bits from host part, give to network part, /27 11100000 255.255.255.224 Subnet mask 00000000 00100000 01000000 01100000 10000000 10100000 11000000 11100000 192.168.1.0 192.168.1.32 192.168.1.64 192.168.1.96 192.168.1.128  192.168.1.160  192.168.1.192  192.168.1.224  Addresses
Subnetting 192.168.1.0/24 Borrow 4 bits from host part, give to network part, /28 And so on… 192.168.1.128 192.168.1.144 192.168.1.160 192.168.1.176  192.168.1.192 192.168.1.208 192.168.1.224 192.168.1.240 Subnet mask 255.255.255.240  11110000 10000000 10010000  10100000 10110000  11000000 11010000  11100000 11110000 00000000 00010000 00100000 00110000 01000000 01010000 01100000 01110000 192.168.1.0 192.168.1.16 192.168.1.32 192.168.1.48 192.168.1.64 192.168.1.80 192.168.1.96 192.168.1.112
Subnetting 192.168.1.0/24 ,[object Object],[object Object],[object Object],[object Object],[object Object]
Subnetting 192.168.1.0/24 252 248 240 224 192 128 Subnet mask 2 6 14 30 62 126 No of hosts 4 8 16 32 64 128 Bit value/ network size /30 /29 /28 /27 /26 /25 Prefix 64 32 16 8 4 2 No of networks 6 5 4 3 2 1 Bits borrowed
Address space ,[object Object],[object Object]
Subnet chart
Subnetting ,[object Object],[object Object],[object Object],[object Object]
Ping and traceroute ,[object Object],[object Object]
IPv6 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Subnetting - visual CCNA Exploration Semester 1 Chapter 6
Prefix /24 Three octets in network part, last octet in host part. All possible numbers 0 – 255 in last octet belong in the same network. Network address yellow Broadcast address blue Subnet mask 255.255.255.0
Prefix /25 First bit of fourth octet taken into network part. For every bit taken, double number of networks, halve their size. Network address yellow Broadcast address blue Subnet mask 255.255.255.128
Prefix /26 2 bits of fourth octet taken into network part. For every bit taken, double number of networks, halve their size. Network address yellow Broadcast address blue Subnet mask 255.255.255.192
Prefix /27 3 bits of fourth octet taken into network part. For every bit taken, double number of networks, halve their size. Network address yellow Broadcast address blue Subnet mask 255.255.255.224
Prefix /28 4 bits of fourth octet taken into network part. For every bit taken, double number of networks, halve their size. Network address yellow Broadcast address blue Subnet mask 255.255.255.240
Prefix /29 5 bits of fourth octet taken into network part. For every bit taken, double number of networks, halve their size. Network address yellow Broadcast address blue Subnet mask 255.255.255.248
Prefix /30 6 bits of fourth octet taken into network part. For every bit taken, double number of networks, halve their size. Network address yellow Broadcast address blue Subnet mask 255.255.255.252
Variable length Networks do not need to be all the same size. /27 /26 /25
Summary ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Labs & Activities * If no previous Packet Tracer experience, else strongly recommended Mandatory* 1.2.4 PT Review carefully 1.3.3 Lab Mandatory 1.3.2 PT Mandatory 1.3.1 Lab Detail Type
 

Mais conteúdo relacionado

Mais procurados (20)

Network layer logical addressing
Network layer logical addressingNetwork layer logical addressing
Network layer logical addressing
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
Open shortest path first (ospf)
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)
 
Subnetting
SubnettingSubnetting
Subnetting
 
Step for installing linux server
Step for installing linux serverStep for installing linux server
Step for installing linux server
 
DHCP & DNS
DHCP & DNSDHCP & DNS
DHCP & DNS
 
IP classes
IP classesIP classes
IP classes
 
Rip presentation
Rip presentationRip presentation
Rip presentation
 
Basics about IP address, DNS and DHCP.
Basics about IP address, DNS and DHCP.Basics about IP address, DNS and DHCP.
Basics about IP address, DNS and DHCP.
 
Ip address presentation
Ip address presentationIp address presentation
Ip address presentation
 
Troubleshooting Network and Network Utilities
Troubleshooting Network and Network UtilitiesTroubleshooting Network and Network Utilities
Troubleshooting Network and Network Utilities
 
IP Multicasting
IP MulticastingIP Multicasting
IP Multicasting
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
Chapter 2 Operating System Structures.ppt
Chapter 2 Operating System Structures.pptChapter 2 Operating System Structures.ppt
Chapter 2 Operating System Structures.ppt
 
Subnetting
SubnettingSubnetting
Subnetting
 
VLSM (1).ppt
VLSM (1).pptVLSM (1).ppt
VLSM (1).ppt
 
Distributed file system
Distributed file systemDistributed file system
Distributed file system
 
IP Addressing
IP AddressingIP Addressing
IP Addressing
 
Chapter 3: Processes
Chapter 3: ProcessesChapter 3: Processes
Chapter 3: Processes
 

Semelhante a Mod6

Ip Addressing Basics
Ip Addressing BasicsIp Addressing Basics
Ip Addressing Basicstmavroidis
 
Ip addresses
Ip addressesIp addresses
Ip addressesAsif
 
8-Additional_IPSubnetting_KED (2).ppt
8-Additional_IPSubnetting_KED (2).ppt8-Additional_IPSubnetting_KED (2).ppt
8-Additional_IPSubnetting_KED (2).pptjaycallaga
 
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
 
IP Concept in LTE
IP Concept in LTEIP Concept in LTE
IP Concept in LTESofian .
 
Expl net fund_chapter_06_i_pv4_part_1
Expl net fund_chapter_06_i_pv4_part_1Expl net fund_chapter_06_i_pv4_part_1
Expl net fund_chapter_06_i_pv4_part_1kurtmctaggart
 
Chap2. ipv4-arp-icmp
Chap2. ipv4-arp-icmpChap2. ipv4-arp-icmp
Chap2. ipv4-arp-icmp東原 李
 
Wipro telecom training i pv4 concepts
Wipro telecom training   i pv4 conceptsWipro telecom training   i pv4 concepts
Wipro telecom training i pv4 conceptsJAIGANESH SEKAR
 
Splitting A Class C Network Into 4 Subnets
Splitting A Class C Network Into 4 SubnetsSplitting A Class C Network Into 4 Subnets
Splitting A Class C Network Into 4 Subnetstmavroidis
 
7-Lect_7 .pptxNetwork LayerNetwork Layer
7-Lect_7 .pptxNetwork LayerNetwork Layer7-Lect_7 .pptxNetwork LayerNetwork Layer
7-Lect_7 .pptxNetwork LayerNetwork LayerZahouAmel1
 
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...ZahouAmel1
 

Semelhante a Mod6 (20)

Network Layer
Network LayerNetwork Layer
Network Layer
 
How IP address works
How IP address worksHow IP address works
How IP address works
 
Ip Addressing Basics
Ip Addressing BasicsIp Addressing Basics
Ip Addressing Basics
 
Ip addresses
Ip addressesIp addresses
Ip addresses
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
 
8-Additional_IPSubnetting_KED (2).ppt
8-Additional_IPSubnetting_KED (2).ppt8-Additional_IPSubnetting_KED (2).ppt
8-Additional_IPSubnetting_KED (2).ppt
 
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
 
IP Concept in LTE
IP Concept in LTEIP Concept in LTE
IP Concept in LTE
 
Network Layer V.ppt
Network Layer V.pptNetwork Layer V.ppt
Network Layer V.ppt
 
Expl net fund_chapter_06_i_pv4_part_1
Expl net fund_chapter_06_i_pv4_part_1Expl net fund_chapter_06_i_pv4_part_1
Expl net fund_chapter_06_i_pv4_part_1
 
Mod10
Mod10Mod10
Mod10
 
Chap2. ipv4-arp-icmp
Chap2. ipv4-arp-icmpChap2. ipv4-arp-icmp
Chap2. ipv4-arp-icmp
 
1.IPv4.pptx
1.IPv4.pptx1.IPv4.pptx
1.IPv4.pptx
 
Wipro telecom training i pv4 concepts
Wipro telecom training   i pv4 conceptsWipro telecom training   i pv4 concepts
Wipro telecom training i pv4 concepts
 
Splitting A Class C Network Into 4 Subnets
Splitting A Class C Network Into 4 SubnetsSplitting A Class C Network Into 4 Subnets
Splitting A Class C Network Into 4 Subnets
 
7-Lect_7 .pptxNetwork LayerNetwork Layer
7-Lect_7 .pptxNetwork LayerNetwork Layer7-Lect_7 .pptxNetwork LayerNetwork Layer
7-Lect_7 .pptxNetwork LayerNetwork Layer
 
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
 
IPAddressing .pptx
IPAddressing .pptxIPAddressing .pptx
IPAddressing .pptx
 
CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014
 
Subnetting
SubnettingSubnetting
Subnetting
 

Mais de Alam Garcia (9)

Mod9
Mod9Mod9
Mod9
 
Mod11
Mod11Mod11
Mod11
 
Hazael 2
Hazael 2Hazael 2
Hazael 2
 
Subneting2
Subneting2Subneting2
Subneting2
 
Mod8
Mod8Mod8
Mod8
 
Mod5
Mod5Mod5
Mod5
 
Mod4
Mod4Mod4
Mod4
 
Mod3
Mod3Mod3
Mod3
 
Mod2
Mod2Mod2
Mod2
 

Último

Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 

Último (20)

Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 

Mod6

  • 1. Addressing the network IPv4 CCNA Exploration Semester 1 – Chapter 6
  • 2.
  • 3.
  • 4.
  • 5. 248 to binary 0 0 0 1 1 1 1 1 1 2 4 8 16 32 64 128 248 -128 120 24 -16 8 56 -32 24 120 -64 56
  • 6. 187 to binary 1 1 0 1 1 1 0 1 1 2 4 8 16 32 64 128 187 -128 59 27 -16 11 11 -8 3 59 -32 27 3 -2 1
  • 7. 89 to binary 1 0 0 1 1 0 1 0 1 2 4 8 16 32 64 128 89 -64 25 25 -16 9 9 -8 1
  • 8. 00110100 to decimal 52 0 0 1 0 1 1 0 0 4 16 32 1 2 4 8 16 32 64 128 32 +16+ 4 52
  • 9. 01010101 to decimal 85 1 0 1 0 1 0 1 0 1 4 16 64 1 2 4 8 16 32 64 128 64 +16+ 4 + 1 85
  • 10. 11001111 to decimal 207 1 1 1 1 0 0 1 1 1 2 4 8 64 128 1 2 4 8 16 32 64 128 128 + 64 + 8 + 4 + 2 + 1 207
  • 11.
  • 12. IPv4 address Prefix /24 Subnet mask: 00010001 00010101 10101000 11000000 17 21. 168. 192. octet octet octet octet network part host part 00000000 11111111 11111111 11111111 0 255. 255. 255.
  • 13. Find the network address In a network address, all the host bits are 0. The router needs to do this for every packet. 00010001 00010101 10101000 11000000 17 21. 168. 192. 00000000 00010101 10101000 11000000 0 21. 168. 192.
  • 14. Logical AND Do a logical AND at each position 00010001 00010101 10101000 11000000 17 21. 168. 192. 00000000 11111111 11111111 11111111 0 255. 255. 255. 00000000 00010101 10101000 11000000 0 21. 168. 192.
  • 15. Find the broadcast address In a broadcast address, all the host bits are 1. The broadcast is the last address in the network. 00010001 00010101 10101000 11000000 17 21. 168. 192. 11111111 00010101 10101000 11000000 255 21. 168. 192.
  • 16.
  • 17. Classful addressing network part host part A network part host part B network part host part C 60 53. 17. 10. 201 38. 16. 172. 17 21. 168. 192.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26. 192.168.1.70/24 – fill in the table Last host First host Broadcast Network Subnet mask Host Full Last octet decimal Last octet binary
  • 27. 192.168.1.70/24 192.168.1.254 254 11111110 Last host 192.168.1.1 1 00000001 First host 192.168.1.255 255 11111111 Broadcast 192.168.1.0 0 00000000 Network 255.255.255.0 0 00000000 Subnet mask 192.168.1.70 70 01000110 Host Full Last octet decimal Last octet binary
  • 28.
  • 29. 192.168.1.70/26 fill in the table Last host First host Broadcast Network Subnet mask Host Full Last octet decimal Last octet binary
  • 30. 192.168.1.70/26 192.168.1.126 126 01111110 Last host 192.168.1.65 65 01000001 First host 192.168.1.127 127 01111111 Broadcast 192.168.1.64 64 01000000 Network 255.255.255.192 192 11000000 Subnet mask 192.168.1.70 70 01000110 Host Full Last octet decimal Last octet binary
  • 31.
  • 32. 192.168.1.70/28 fill in the table Last host First host Broadcast Network Subnet mask Host Full Last octet decimal Last octet binary
  • 33. 192.168.1.70/28 192.168.1.78 78 01001110 Last host 192.168.1.65 65 01000001 First host 192.168.1.79 79 01001111 Broadcast 192.168.1.64 64 01000000 Network 255.255.255.240 240 11110000 Subnet mask 192.168.1.70 70 01000110 Host Full Last octet decimal Last octet binary
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40. Blocks of addresses 192.168.1.255 Broadcast 192.168.1.254 Router 192.168.1.224/27 192.168.1.224 - 253 Network devices 192.168.1.192/27 192.168.1.192 - 223 Peripherals 192.168.1.128/26 192.168.1.128 - 191 Servers 192.168.1.1-127 User hosts 192.168.1.0/25 192.168.1.0 Network address Summary Address range Use
  • 41. Subnetting 192.168.1.0/24 Last octet binary Borrow 1 bit from host part, give it to network part, /25 00000000 255.255.255.0 Subnet mask 00000000 192.168.1.0 Address 10000000 255.255.255.128 Subnet mask 00000000 10000000 192.168.1.0 192.168.1.128 Addresses
  • 42. Subnetting 192.168.1.0/24 Borrow 2 bits from host part, give to network part, /26 11000000 255.255.255.192 Subnet mask 00000000 01000000 10000000 11000000 192.168.1.0 192.168.1.64 192.168.1.128 192.168.1.192 Addresses
  • 43. Subnetting 192.168.1.0/24 Borrow 3 bits from host part, give to network part, /27 11100000 255.255.255.224 Subnet mask 00000000 00100000 01000000 01100000 10000000 10100000 11000000 11100000 192.168.1.0 192.168.1.32 192.168.1.64 192.168.1.96 192.168.1.128 192.168.1.160 192.168.1.192 192.168.1.224 Addresses
  • 44. Subnetting 192.168.1.0/24 Borrow 4 bits from host part, give to network part, /28 And so on… 192.168.1.128 192.168.1.144 192.168.1.160 192.168.1.176 192.168.1.192 192.168.1.208 192.168.1.224 192.168.1.240 Subnet mask 255.255.255.240 11110000 10000000 10010000 10100000 10110000 11000000 11010000 11100000 11110000 00000000 00010000 00100000 00110000 01000000 01010000 01100000 01110000 192.168.1.0 192.168.1.16 192.168.1.32 192.168.1.48 192.168.1.64 192.168.1.80 192.168.1.96 192.168.1.112
  • 45.
  • 46. Subnetting 192.168.1.0/24 252 248 240 224 192 128 Subnet mask 2 6 14 30 62 126 No of hosts 4 8 16 32 64 128 Bit value/ network size /30 /29 /28 /27 /26 /25 Prefix 64 32 16 8 4 2 No of networks 6 5 4 3 2 1 Bits borrowed
  • 47.
  • 49.
  • 50.
  • 51.
  • 52. Subnetting - visual CCNA Exploration Semester 1 Chapter 6
  • 53. Prefix /24 Three octets in network part, last octet in host part. All possible numbers 0 – 255 in last octet belong in the same network. Network address yellow Broadcast address blue Subnet mask 255.255.255.0
  • 54. Prefix /25 First bit of fourth octet taken into network part. For every bit taken, double number of networks, halve their size. Network address yellow Broadcast address blue Subnet mask 255.255.255.128
  • 55. Prefix /26 2 bits of fourth octet taken into network part. For every bit taken, double number of networks, halve their size. Network address yellow Broadcast address blue Subnet mask 255.255.255.192
  • 56. Prefix /27 3 bits of fourth octet taken into network part. For every bit taken, double number of networks, halve their size. Network address yellow Broadcast address blue Subnet mask 255.255.255.224
  • 57. Prefix /28 4 bits of fourth octet taken into network part. For every bit taken, double number of networks, halve their size. Network address yellow Broadcast address blue Subnet mask 255.255.255.240
  • 58. Prefix /29 5 bits of fourth octet taken into network part. For every bit taken, double number of networks, halve their size. Network address yellow Broadcast address blue Subnet mask 255.255.255.248
  • 59. Prefix /30 6 bits of fourth octet taken into network part. For every bit taken, double number of networks, halve their size. Network address yellow Broadcast address blue Subnet mask 255.255.255.252
  • 60. Variable length Networks do not need to be all the same size. /27 /26 /25
  • 61.
  • 62. Labs & Activities * If no previous Packet Tracer experience, else strongly recommended Mandatory* 1.2.4 PT Review carefully 1.3.3 Lab Mandatory 1.3.2 PT Mandatory 1.3.1 Lab Detail Type
  • 63.