SlideShare a Scribd company logo
1 of 4
Download to read offline
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 4
Activity 3.5.2: Subnetting Scenario 1
Topology Diagram
Addressing Table
Device Interface IP Address Subnet Mask Default Gateway
Fa0/0 N/A
S0/0/0 N/A
HQ
S0/0/1 N/A
Fa0/0 N/A
Fa0/1 N/A
BRANCH1
S0/0/0 N/A
Fa0/0 N/A
Fa0/1 N/A
BRANCH2
S0/0/1 N/A
PC1 NIC
PC2 NIC
PC3 NIC
PC4 NIC
PC5 NIC
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Dynamic Routing Protocols Activity 3.5.2: Subnetting Scenario 1
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 4
Learning Objectives
Upon completion of this lab, you will be able to:
• Determine the number of subnets needed.
• Determine the number of hosts needed.
• Design an appropriate addressing scheme.
• Assign addresses and subnet mask pairs to device interfaces and hosts.
• Examine the use of the available network address space.
• Determine how static routing could be applied to the network.
Scenario
In this lab, you have been given the network address 192.168.9.0/24 to subnet and provide the IP
addressing for the network shown in the Topology Diagram. The network has the following addressing
requirements:
• The BRANCH1 LAN 1 will require 10 host IP addresses.
• The BRANCH1 LAN 2 will require 10 host IP addresses.
• The BRANCH2 LAN 1 will require 10 host IP addresses.
• The BRANCH2 LAN 2 will require 10 host IP addresses.
• The HQ LAN will require 20 host IP addresses.
• The link from HQ to BRANCH1 will require an IP address for each end of the link.
• The link from HQ to BRANCH2 will require an IP address for each end of the link.
Task 1: Examine the Network Requirements.
Examine the network requirements and answer the questions below. Keep in mind that IP addresses will
be needed for each of the LAN interfaces.
How many subnets are needed? __________
What is the maximum number of IP addresses that are needed for a single subnet? __________
How many IP addresses are needed for each of the branch LANs? __________
What is the total number of IP addresses that are needed? __________
Task 2: Design an IP Addressing Scheme.
Step 1: Subnet the 192.168.9.0 network into the appropriate number of subnets.
What will the subnet mask be for the subnetworks? __________________________
How many usable host IP addresses are there per subnet? __________
Fill in the following chart with the subnet information.
Subnet
Number
Subnet Address
First Usable
Host Address
Last Usable
Host Address
Broadcast
Address
0
1
2
3
4
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Dynamic Routing Protocols Activity 3.5.2: Subnetting Scenario 1
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 4
Subnet
Number
Subnet Address
First Usable
Host Address
Last Usable
Host Address
Broadcast
Address
5
6
7
Step 2: Assign the subnets to the network shown in the Topology Diagram.
When assigning the subnets, keep in mind that routing will need to occur to allow information to be sent
throughout the network. The subnets will be assigned to the networks to allow for route summarization on
each of the routers.
1. Assign subnet 1 to the BRANCH2 LAN 2: ____________________
2. Assign subnet 2 to BRANCH2 LAN 1 subnet address: ____________________
3. Assign subnet 3 to link from HQ to BRANCH2 subnet address: ____________________
4. Assign subnet 4 to HQ LAN subnet address: ____________________
5. Assign subnet 5 to link from HQ to BRANCH1 subnet address: ____________________
6. Assign subnet 6 to BRANCH1 LAN 2 subnet address: ____________________
7. Assign subnet 7 to BRANCH1 LAN 1 subnet address: ____________________
Task 3: Assign IP Addresses to the Network Devices
Assign the appropriate addresses to the device interfaces. Document the addresses to be used in the
Addressing Table provided under the Topology Diagram.
Step 1: Assign addresses to the HQ router.
1. Assign the first valid host address in the HQ LAN subnet to the LAN interface.
2. Assign the first valid host address in link from HQ to BRANCH1 subnet to the S0/0/0 interface.
3. Assign the first valid host address in link from HQ to BRANCH2 subnet to the S0/0/1 interface.
Step 2: Assign addresses to the BRANCH1 router.
1. Assign the first valid host address in the BRANCH1 LAN 1 subnet to the Fa0/0 LAN interface.
2. Assign the first valid host address in the BRANCH1 LAN 2 subnet to the Fa0/1 LAN interface.
3. Assign the last valid host address in link from HQ to BRANCH1 subnet to the WAN interface.
Step 3: Assign addresses to the BRANCH2 router.
1. Assign the first valid host address in the BRANCH2 LAN 1 subnet to the Fa0/0 LAN interface.
2. Assign the first valid host address in the BRANCH2 LAN 2 subnet to the Fa0/1 LAN interface.
3. Assign the last valid host address in link from HQ to BRANCH2 subnet to the WAN interface.
Step 4: Assign addresses to the host PCs.
1. Assign the last valid host address in the HQ LAN subnet to PC1.
2. Assign the last valid host address in the BRANCH1 LAN 1 subnet to PC2.
3. Assign the last valid host address in the BRANCH1 LAN 2 subnet to PC3.
4. Assign the last valid host address in the BRANCH2 LAN 1 subnet to PC4.
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Dynamic Routing Protocols Activity 3.5.2: Subnetting Scenario 1
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 4
5. Assign the last valid host address in the BRANCH2 LAN 2 subnet to PC5.
Task 4: Test the Network Design.
Apply your addressing scheme to the Packet Tracer file that has been supplied with this lab. Check to see
that all devices on directly connected networks can ping each other.
Task 5: Reflection
How many IP address in the 192.168.9.0 network are wasted in this design? __________
What would the command be to add a default static route on the WAN interface of the BRANCH1 router?
___________________________________________________________________________________
Can both of the BRANCH1 LANs be summarized into one route on the HQ router? _________
What would be the command used to add this summary route to the routing table?
___________________________________________________________________________________
Can both of the BRANCH2 LANs be summarized into one route on the HQ router? __________
What would be the command used to add this summary route to the routing table?
___________________________________________________________________________________
Can the HQ LAN and both of the BRANCH1 LANs be summarized into one route on the BRANCH2
router? This summarized route should also include the link between the HQ and BRANCH1 routers.
__________
What would be the command used to add this summary route to the routing table?
___________________________________________________________________________________

More Related Content

Similar to Subnetting Scenario 1 Design IP Addresses for Network

ccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersĐồng Quốc Vương
 
Ccna final exam
Ccna final examCcna final exam
Ccna final examccnaguide
 
Ravi namboori subnetting
Ravi namboori   subnettingRavi namboori   subnetting
Ravi namboori subnettingRavi namboori
 
Ccna exam 640 802
Ccna exam 640 802Ccna exam 640 802
Ccna exam 640 802ccnaguide
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersĐồng Quốc Vương
 
En erouting slm_v4050
En erouting slm_v4050En erouting slm_v4050
En erouting slm_v4050i10network
 
En erouting slm_v4050
En erouting slm_v4050En erouting slm_v4050
En erouting slm_v4050i10network
 
Addressing the Network – IPv4
Addressing the Network – IPv4Addressing the Network – IPv4
Addressing the Network – IPv4Sachii Dosti
 
Ccna exam dumps
Ccna exam dumpsCcna exam dumps
Ccna exam dumpsccnaguide
 
Ccna certification training
Ccna certification trainingCcna certification training
Ccna certification trainingccnaguide
 
Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014Đồng Quốc Vương
 
Lab 18 Answer TemplateProblem 1IP address 192.168.10.0 27 (giv.docx
Lab 18 Answer TemplateProblem 1IP address  192.168.10.0 27 (giv.docxLab 18 Answer TemplateProblem 1IP address  192.168.10.0 27 (giv.docx
Lab 18 Answer TemplateProblem 1IP address 192.168.10.0 27 (giv.docxDIPESH30
 
Assignment 2 LASA 1 IP NetworkingIn this assignment, you will wri.docx
Assignment 2 LASA 1 IP NetworkingIn this assignment, you will wri.docxAssignment 2 LASA 1 IP NetworkingIn this assignment, you will wri.docx
Assignment 2 LASA 1 IP NetworkingIn this assignment, you will wri.docxhuttenangela
 
Ch5 - Packet Tracer Skills Integration Instructions To.docx
Ch5 - Packet Tracer Skills Integration Instructions To.docxCh5 - Packet Tracer Skills Integration Instructions To.docx
Ch5 - Packet Tracer Skills Integration Instructions To.docxcravennichole326
 
Ccna network simulator
Ccna network simulatorCcna network simulator
Ccna network simulatorccnaguide
 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnettingShashank Asthana
 
LAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docx
LAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docxLAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docx
LAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docxcroysierkathey
 

Similar to Subnetting Scenario 1 Design IP Addresses for Network (20)

ccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answers
 
Ccna final exam
Ccna final examCcna final exam
Ccna final exam
 
Ravi namboori subnetting
Ravi namboori   subnettingRavi namboori   subnetting
Ravi namboori subnetting
 
Ravi namboori subnetting
Ravi namboori   subnettingRavi namboori   subnetting
Ravi namboori subnetting
 
Ccna exam 640 802
Ccna exam 640 802Ccna exam 640 802
Ccna exam 640 802
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
 
Ccna dumps
Ccna dumpsCcna dumps
Ccna dumps
 
En erouting slm_v4050
En erouting slm_v4050En erouting slm_v4050
En erouting slm_v4050
 
En erouting slm_v4050
En erouting slm_v4050En erouting slm_v4050
En erouting slm_v4050
 
Addressing the Network – IPv4
Addressing the Network – IPv4Addressing the Network – IPv4
Addressing the Network – IPv4
 
Ccna exam dumps
Ccna exam dumpsCcna exam dumps
Ccna exam dumps
 
Ccna certification training
Ccna certification trainingCcna certification training
Ccna certification training
 
Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014
 
Lab 18 Answer TemplateProblem 1IP address 192.168.10.0 27 (giv.docx
Lab 18 Answer TemplateProblem 1IP address  192.168.10.0 27 (giv.docxLab 18 Answer TemplateProblem 1IP address  192.168.10.0 27 (giv.docx
Lab 18 Answer TemplateProblem 1IP address 192.168.10.0 27 (giv.docx
 
Assignment 2 LASA 1 IP NetworkingIn this assignment, you will wri.docx
Assignment 2 LASA 1 IP NetworkingIn this assignment, you will wri.docxAssignment 2 LASA 1 IP NetworkingIn this assignment, you will wri.docx
Assignment 2 LASA 1 IP NetworkingIn this assignment, you will wri.docx
 
Ch5 - Packet Tracer Skills Integration Instructions To.docx
Ch5 - Packet Tracer Skills Integration Instructions To.docxCh5 - Packet Tracer Skills Integration Instructions To.docx
Ch5 - Packet Tracer Skills Integration Instructions To.docx
 
Ccna study
Ccna studyCcna study
Ccna study
 
Ccna network simulator
Ccna network simulatorCcna network simulator
Ccna network simulator
 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnetting
 
LAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docx
LAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docxLAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docx
LAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docx
 

More from Asia Smith

PPT - Custom Term Paper PowerPoint Presentation, Free Dow
PPT - Custom Term Paper PowerPoint Presentation, Free DowPPT - Custom Term Paper PowerPoint Presentation, Free Dow
PPT - Custom Term Paper PowerPoint Presentation, Free DowAsia Smith
 
PPT - Expository Text PowerPoint Presentation, F
PPT - Expository Text PowerPoint Presentation, FPPT - Expository Text PowerPoint Presentation, F
PPT - Expository Text PowerPoint Presentation, FAsia Smith
 
Writing A Motivational Letter Outlet Discounts, Save 64
Writing A Motivational Letter Outlet Discounts, Save 64Writing A Motivational Letter Outlet Discounts, Save 64
Writing A Motivational Letter Outlet Discounts, Save 64Asia Smith
 
6 Ways To Write A Brief Description Of Yourself - Wi
6 Ways To Write A Brief Description Of Yourself - Wi6 Ways To Write A Brief Description Of Yourself - Wi
6 Ways To Write A Brief Description Of Yourself - WiAsia Smith
 
Ant Writing Royalty Free Stock Images - Image 158
Ant Writing Royalty Free Stock Images - Image 158Ant Writing Royalty Free Stock Images - Image 158
Ant Writing Royalty Free Stock Images - Image 158Asia Smith
 
Ice Cream Paper Teacher Created Resources, Superki
Ice Cream Paper Teacher Created Resources, SuperkiIce Cream Paper Teacher Created Resources, Superki
Ice Cream Paper Teacher Created Resources, SuperkiAsia Smith
 
Work Experience Essay - GCSE English - Marked B
Work Experience Essay - GCSE English - Marked BWork Experience Essay - GCSE English - Marked B
Work Experience Essay - GCSE English - Marked BAsia Smith
 
Formal Letter Format Useful Example And Writing Tips
Formal Letter Format Useful Example And Writing TipsFormal Letter Format Useful Example And Writing Tips
Formal Letter Format Useful Example And Writing TipsAsia Smith
 
The Importance Of Writing Cafeviena.Pe
The Importance Of Writing Cafeviena.PeThe Importance Of Writing Cafeviena.Pe
The Importance Of Writing Cafeviena.PeAsia Smith
 
The 9 Best College Essay Writing Services In 2023 R
The 9 Best College Essay Writing Services In 2023 RThe 9 Best College Essay Writing Services In 2023 R
The 9 Best College Essay Writing Services In 2023 RAsia Smith
 
Music Training Material - English For Research Paper Writing - St
Music Training Material - English For Research Paper Writing - StMusic Training Material - English For Research Paper Writing - St
Music Training Material - English For Research Paper Writing - StAsia Smith
 
Free Speech Examples For Students To Craft A Best S
Free Speech Examples For Students To Craft A Best SFree Speech Examples For Students To Craft A Best S
Free Speech Examples For Students To Craft A Best SAsia Smith
 
Sample Essay About Career Goals
Sample Essay About Career GoalsSample Essay About Career Goals
Sample Essay About Career GoalsAsia Smith
 
015 Editorial V Essay Thatsnotus
015 Editorial V Essay Thatsnotus015 Editorial V Essay Thatsnotus
015 Editorial V Essay ThatsnotusAsia Smith
 
Analytical Rubrics Essays - Writefiction
Analytical Rubrics Essays - WritefictionAnalytical Rubrics Essays - Writefiction
Analytical Rubrics Essays - WritefictionAsia Smith
 
Short Story Writing Process Chart Writing Short Storie
Short Story Writing Process Chart Writing Short StorieShort Story Writing Process Chart Writing Short Storie
Short Story Writing Process Chart Writing Short StorieAsia Smith
 
Writing Paper Fichrios Decorados, Papis De Escri
Writing Paper Fichrios Decorados, Papis De EscriWriting Paper Fichrios Decorados, Papis De Escri
Writing Paper Fichrios Decorados, Papis De EscriAsia Smith
 
Santa Letterhead Printable - Inspiration Made Simple
Santa Letterhead Printable - Inspiration Made SimpleSanta Letterhead Printable - Inspiration Made Simple
Santa Letterhead Printable - Inspiration Made SimpleAsia Smith
 
Scroll Templates, Writing Practic
Scroll Templates, Writing PracticScroll Templates, Writing Practic
Scroll Templates, Writing PracticAsia Smith
 
Synthesis Essay Help What Is A Synthesis P
Synthesis Essay Help What Is A Synthesis PSynthesis Essay Help What Is A Synthesis P
Synthesis Essay Help What Is A Synthesis PAsia Smith
 

More from Asia Smith (20)

PPT - Custom Term Paper PowerPoint Presentation, Free Dow
PPT - Custom Term Paper PowerPoint Presentation, Free DowPPT - Custom Term Paper PowerPoint Presentation, Free Dow
PPT - Custom Term Paper PowerPoint Presentation, Free Dow
 
PPT - Expository Text PowerPoint Presentation, F
PPT - Expository Text PowerPoint Presentation, FPPT - Expository Text PowerPoint Presentation, F
PPT - Expository Text PowerPoint Presentation, F
 
Writing A Motivational Letter Outlet Discounts, Save 64
Writing A Motivational Letter Outlet Discounts, Save 64Writing A Motivational Letter Outlet Discounts, Save 64
Writing A Motivational Letter Outlet Discounts, Save 64
 
6 Ways To Write A Brief Description Of Yourself - Wi
6 Ways To Write A Brief Description Of Yourself - Wi6 Ways To Write A Brief Description Of Yourself - Wi
6 Ways To Write A Brief Description Of Yourself - Wi
 
Ant Writing Royalty Free Stock Images - Image 158
Ant Writing Royalty Free Stock Images - Image 158Ant Writing Royalty Free Stock Images - Image 158
Ant Writing Royalty Free Stock Images - Image 158
 
Ice Cream Paper Teacher Created Resources, Superki
Ice Cream Paper Teacher Created Resources, SuperkiIce Cream Paper Teacher Created Resources, Superki
Ice Cream Paper Teacher Created Resources, Superki
 
Work Experience Essay - GCSE English - Marked B
Work Experience Essay - GCSE English - Marked BWork Experience Essay - GCSE English - Marked B
Work Experience Essay - GCSE English - Marked B
 
Formal Letter Format Useful Example And Writing Tips
Formal Letter Format Useful Example And Writing TipsFormal Letter Format Useful Example And Writing Tips
Formal Letter Format Useful Example And Writing Tips
 
The Importance Of Writing Cafeviena.Pe
The Importance Of Writing Cafeviena.PeThe Importance Of Writing Cafeviena.Pe
The Importance Of Writing Cafeviena.Pe
 
The 9 Best College Essay Writing Services In 2023 R
The 9 Best College Essay Writing Services In 2023 RThe 9 Best College Essay Writing Services In 2023 R
The 9 Best College Essay Writing Services In 2023 R
 
Music Training Material - English For Research Paper Writing - St
Music Training Material - English For Research Paper Writing - StMusic Training Material - English For Research Paper Writing - St
Music Training Material - English For Research Paper Writing - St
 
Free Speech Examples For Students To Craft A Best S
Free Speech Examples For Students To Craft A Best SFree Speech Examples For Students To Craft A Best S
Free Speech Examples For Students To Craft A Best S
 
Sample Essay About Career Goals
Sample Essay About Career GoalsSample Essay About Career Goals
Sample Essay About Career Goals
 
015 Editorial V Essay Thatsnotus
015 Editorial V Essay Thatsnotus015 Editorial V Essay Thatsnotus
015 Editorial V Essay Thatsnotus
 
Analytical Rubrics Essays - Writefiction
Analytical Rubrics Essays - WritefictionAnalytical Rubrics Essays - Writefiction
Analytical Rubrics Essays - Writefiction
 
Short Story Writing Process Chart Writing Short Storie
Short Story Writing Process Chart Writing Short StorieShort Story Writing Process Chart Writing Short Storie
Short Story Writing Process Chart Writing Short Storie
 
Writing Paper Fichrios Decorados, Papis De Escri
Writing Paper Fichrios Decorados, Papis De EscriWriting Paper Fichrios Decorados, Papis De Escri
Writing Paper Fichrios Decorados, Papis De Escri
 
Santa Letterhead Printable - Inspiration Made Simple
Santa Letterhead Printable - Inspiration Made SimpleSanta Letterhead Printable - Inspiration Made Simple
Santa Letterhead Printable - Inspiration Made Simple
 
Scroll Templates, Writing Practic
Scroll Templates, Writing PracticScroll Templates, Writing Practic
Scroll Templates, Writing Practic
 
Synthesis Essay Help What Is A Synthesis P
Synthesis Essay Help What Is A Synthesis PSynthesis Essay Help What Is A Synthesis P
Synthesis Essay Help What Is A Synthesis P
 

Recently uploaded

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 

Recently uploaded (20)

OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 

Subnetting Scenario 1 Design IP Addresses for Network

  • 1. All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 4 Activity 3.5.2: Subnetting Scenario 1 Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/0 N/A S0/0/0 N/A HQ S0/0/1 N/A Fa0/0 N/A Fa0/1 N/A BRANCH1 S0/0/0 N/A Fa0/0 N/A Fa0/1 N/A BRANCH2 S0/0/1 N/A PC1 NIC PC2 NIC PC3 NIC PC4 NIC PC5 NIC
  • 2. CCNA Exploration Routing Protocols and Concepts: Introduction to Dynamic Routing Protocols Activity 3.5.2: Subnetting Scenario 1 All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 4 Learning Objectives Upon completion of this lab, you will be able to: • Determine the number of subnets needed. • Determine the number of hosts needed. • Design an appropriate addressing scheme. • Assign addresses and subnet mask pairs to device interfaces and hosts. • Examine the use of the available network address space. • Determine how static routing could be applied to the network. Scenario In this lab, you have been given the network address 192.168.9.0/24 to subnet and provide the IP addressing for the network shown in the Topology Diagram. The network has the following addressing requirements: • The BRANCH1 LAN 1 will require 10 host IP addresses. • The BRANCH1 LAN 2 will require 10 host IP addresses. • The BRANCH2 LAN 1 will require 10 host IP addresses. • The BRANCH2 LAN 2 will require 10 host IP addresses. • The HQ LAN will require 20 host IP addresses. • The link from HQ to BRANCH1 will require an IP address for each end of the link. • The link from HQ to BRANCH2 will require an IP address for each end of the link. Task 1: Examine the Network Requirements. Examine the network requirements and answer the questions below. Keep in mind that IP addresses will be needed for each of the LAN interfaces. How many subnets are needed? __________ What is the maximum number of IP addresses that are needed for a single subnet? __________ How many IP addresses are needed for each of the branch LANs? __________ What is the total number of IP addresses that are needed? __________ Task 2: Design an IP Addressing Scheme. Step 1: Subnet the 192.168.9.0 network into the appropriate number of subnets. What will the subnet mask be for the subnetworks? __________________________ How many usable host IP addresses are there per subnet? __________ Fill in the following chart with the subnet information. Subnet Number Subnet Address First Usable Host Address Last Usable Host Address Broadcast Address 0 1 2 3 4
  • 3. CCNA Exploration Routing Protocols and Concepts: Introduction to Dynamic Routing Protocols Activity 3.5.2: Subnetting Scenario 1 All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 4 Subnet Number Subnet Address First Usable Host Address Last Usable Host Address Broadcast Address 5 6 7 Step 2: Assign the subnets to the network shown in the Topology Diagram. When assigning the subnets, keep in mind that routing will need to occur to allow information to be sent throughout the network. The subnets will be assigned to the networks to allow for route summarization on each of the routers. 1. Assign subnet 1 to the BRANCH2 LAN 2: ____________________ 2. Assign subnet 2 to BRANCH2 LAN 1 subnet address: ____________________ 3. Assign subnet 3 to link from HQ to BRANCH2 subnet address: ____________________ 4. Assign subnet 4 to HQ LAN subnet address: ____________________ 5. Assign subnet 5 to link from HQ to BRANCH1 subnet address: ____________________ 6. Assign subnet 6 to BRANCH1 LAN 2 subnet address: ____________________ 7. Assign subnet 7 to BRANCH1 LAN 1 subnet address: ____________________ Task 3: Assign IP Addresses to the Network Devices Assign the appropriate addresses to the device interfaces. Document the addresses to be used in the Addressing Table provided under the Topology Diagram. Step 1: Assign addresses to the HQ router. 1. Assign the first valid host address in the HQ LAN subnet to the LAN interface. 2. Assign the first valid host address in link from HQ to BRANCH1 subnet to the S0/0/0 interface. 3. Assign the first valid host address in link from HQ to BRANCH2 subnet to the S0/0/1 interface. Step 2: Assign addresses to the BRANCH1 router. 1. Assign the first valid host address in the BRANCH1 LAN 1 subnet to the Fa0/0 LAN interface. 2. Assign the first valid host address in the BRANCH1 LAN 2 subnet to the Fa0/1 LAN interface. 3. Assign the last valid host address in link from HQ to BRANCH1 subnet to the WAN interface. Step 3: Assign addresses to the BRANCH2 router. 1. Assign the first valid host address in the BRANCH2 LAN 1 subnet to the Fa0/0 LAN interface. 2. Assign the first valid host address in the BRANCH2 LAN 2 subnet to the Fa0/1 LAN interface. 3. Assign the last valid host address in link from HQ to BRANCH2 subnet to the WAN interface. Step 4: Assign addresses to the host PCs. 1. Assign the last valid host address in the HQ LAN subnet to PC1. 2. Assign the last valid host address in the BRANCH1 LAN 1 subnet to PC2. 3. Assign the last valid host address in the BRANCH1 LAN 2 subnet to PC3. 4. Assign the last valid host address in the BRANCH2 LAN 1 subnet to PC4.
  • 4. CCNA Exploration Routing Protocols and Concepts: Introduction to Dynamic Routing Protocols Activity 3.5.2: Subnetting Scenario 1 All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 4 5. Assign the last valid host address in the BRANCH2 LAN 2 subnet to PC5. Task 4: Test the Network Design. Apply your addressing scheme to the Packet Tracer file that has been supplied with this lab. Check to see that all devices on directly connected networks can ping each other. Task 5: Reflection How many IP address in the 192.168.9.0 network are wasted in this design? __________ What would the command be to add a default static route on the WAN interface of the BRANCH1 router? ___________________________________________________________________________________ Can both of the BRANCH1 LANs be summarized into one route on the HQ router? _________ What would be the command used to add this summary route to the routing table? ___________________________________________________________________________________ Can both of the BRANCH2 LANs be summarized into one route on the HQ router? __________ What would be the command used to add this summary route to the routing table? ___________________________________________________________________________________ Can the HQ LAN and both of the BRANCH1 LANs be summarized into one route on the BRANCH2 router? This summarized route should also include the link between the HQ and BRANCH1 routers. __________ What would be the command used to add this summary route to the routing table? ___________________________________________________________________________________