COLLEGE OF SCIENCE AND ENGINEERING: IP Subnetting and Routing Project

Verified

Added on  2020/05/04

|12
|852
|140
Homework Assignment
AI Summary
This document provides a comprehensive solution to an IP subnetting and routing assignment for a Computer Networks course. The assignment involves designing and implementing a network with 8 subnets from a given network address, configuring IP routing using static or dynamic routing protocols, and implementing the network in Packet Tracer. The solution includes the sub-network information, IP address allocation for PCs and router ports, configuration scripts for each router, and ping verification screenshots to demonstrate network functionality. The goal is to ensure full network connectivity and demonstrate understanding of IP addressing, subnetting, and routing concepts.
Document Page
COLLEGE OF SCIENCE AND ENGINEERING
Supplementary Assessment – Tri 2 - 2017
Objective:
IP sub-netting and IP subnet design
Perform basic IP routing
1 IP Sub-netting (30 marks)
Give a network address 192.168.xx.0/24 (Replace xx by the last 2 number of
your student ID. For example, if your student number is s012345678, then
replace xx by 78. Your network will be 192.168.78.0/24)
Perform IP sub-netting for the above given network address into 8 subnets
such that each subnet has the same number of IP Addresses.
Fill-in the sub-network information into the following table:
Subnet - 1
Network Address 192.168.40.10/24
Subnet Mask 255.255.255.0
Broadcast Address 192.168.40.255
Valid host address range (can be used to
assign to PCs, servers, IP phones, etc.)
254
Subnet - 2
Network Address 192.168.40.11/24
Subnet Mask 255.255.255.0
Broadcast Address 192.168.40.255
Valid host address range (can be used to
assign to PCs, servers, IP phones, etc.)
254
Subnet - 3
Network Address 192.168.40.12/24
Subnet Mask 255.255.255.0
Broadcast Address 192.168.40.255
Valid host address range (can be used to
assign to PCs, servers, IP phones, etc.)
254
Subnet - 4
Network Address 192.168.40.13/24
Subnet Mask 255.255.255.0
Broadcast Address 192.168.40.255
Valid host address range (can be used to
assign to PCs, servers, IP phones, etc.)
254
Subnet - 5
NIT1104 – COMPUTER NETWORKS – A2 2017
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
COLLEGE OF SCIENCE AND ENGINEERING
Network Address 192.168.100.1/24
Subnet Mask 255.255.255.0
Broadcast Address 192.168.100.255
Valid host address range (can be used to
assign to PCs, servers, IP phones, etc.)
254
Subnet - 6
Network Address 192.168.150.1/24
Subnet Mask 255.255.255.0
Broadcast Address 192.168.150.255
Valid host address range (can be used to
assign to PCs, servers, IP phones, etc.)
254
Subnet - 7
Network Address 192.168.200.1/24
Subnet Mask 255.255.255.0
Broadcast Address 192.168.20 0.255
Valid host address range (can be used to
assign to PCs, servers, IP phones, etc.)
254
Subnet - 8
Network Address 192.168.250.1/24
Subnet Mask 255.255.255.0
Broadcast Address 192.168.250.255
Valid host address range (can be used to
assign to PCs, servers, IP phones, etc.)
254
NIT1104 – COMPUTER NETWORKS – A2 2017
Document Page
COLLEGE OF SCIENCE AND ENGINEERING
NIT1104 – COMPUTER NETWORKS – A2 2017
Document Page
COLLEGE OF SCIENCE AND ENGINEERING
2 IP Routing configuration (40 marks)
Given the following Network Topology
Allocate Sub-networks that you designed in question 1 to each sub-network in
the above network topology. Fill in the corresponding sub-network Address
into the following table.
NET-D 192.168.40.10/24
NET-C 192.168.40.11/24
NET-B 192.168.40.12/24
NET-A 192.168.40.13/24
RA-RB subnet 192.168.100.1/24
RA-RC subnet 192.168.150.1/24
RB-RC subnet 192.168.200.1/24
RC-RD subnet 192.168.250.1/24
Assign valid IP addresses of the corresponding subnets to PC and Ports on the
Routers. Filled in your assigned IP addresses and subnet mask into the
following table:
NIT1104 – COMPUTER NETWORKS – A2 2017
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
COLLEGE OF SCIENCE AND ENGINEERING
NET-A
IP Address of PC / subnet mask 192.168.40.10/255.255.255.0
IP Address of Router Port / subnet mask 192.168.40.1/255.255.255.0
NET-B
IP Address of PC / subnet mask 192.168.40.11/255.255.255.0
IP Address of Router Port / subnet mask 192.168.40.1/255.255.255.0
NET-C
IP Address of PC / subnet mask 192.168.40.12/255.255.255.0
IP Address of Router Port / subnet mask 192.168.40.1/255.255.255.0
NET-D
IP Address of PC / subnet mask 192.168.40.13/255.255.255.0
IP Address of Router Port / subnet mask 192.168.40.1/255.255.255.0
RA-RB subnet
IP Address of Router Port RA / subnet mask 192.168.40.1/255.255.255.0
192.168.100.1/255.255.255.0
IP Address of Router Port RB / subnet mask 192.168.40.1/255.255.255.0
192.168.100.1/255.255.255.0
RA-RC subnet
IP Address of Router Port RA / subnet mask 192.168.40.1/255.255.255.0
192.168.150.1/255.255.255.0
IP Address of Router Port RC / subnet mask 192.168.40.1/255.255.255.0
192.168.150.1/255.255.255.0
RB-RC subnet
IP Address of Router Port RB / subnet mask 192.168.40.1/255.255.255.0
192.168.200.1/255.255.255.0
IP Address of Router Port RC / subnet mask 192.168.40.1/255.255.255.0
192.168.200.1/255.255.255.0
RC-RD subnet
IP Address of Router Port RC / subnet mask 192.168.40.1/255.255.255.0
192.168.250.1/255.255.255.0
IP Address of Router Port RD / subnet mask 192.168.40.1/255.255.255.0
192.168.250.1/255.255.255.0
Provide configuration script for each router to assign IP address to Router Port
and configure IP Routing (can be either Static or Dynamic Routing) such that
the network is full connected and every device can ping any other devices.
NIT1104 – COMPUTER NETWORKS – A2 2017
Document Page
COLLEGE OF SCIENCE AND ENGINEERING
RA Router
NIT1104 – COMPUTER NETWORKS – A2 2017
Document Page
COLLEGE OF SCIENCE AND ENGINEERING
RB Router
NIT1104 – COMPUTER NETWORKS – A2 2017
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
COLLEGE OF SCIENCE AND ENGINEERING
RC Router
NIT1104 – COMPUTER NETWORKS – A2 2017
Document Page
COLLEGE OF SCIENCE AND ENGINEERING
RD Router
NIT1104 – COMPUTER NETWORKS – A2 2017
Document Page
COLLEGE OF SCIENCE AND ENGINEERING
3 Network Implementation (30 marks)
Implement the network as shown in Question 2 into Packet Tracer. Configure
IP Addresses of All devices and Routing for the network. After network is fully
configured and functional, perform Ping Verification to test the network.
Capture Screenshot and place ping verification here.
Show Ping from PC in NET – A to PC in NET- B
Show Ping from PC in NET – A to PC in NET- C
NIT1104 – COMPUTER NETWORKS – A2 2017
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
COLLEGE OF SCIENCE AND ENGINEERING
Show Ping from PC in NET – A to PC in NET- D
Show Ping from PC in NET – B to PC in NET- C
NIT1104 – COMPUTER NETWORKS – A2 2017
Document Page
COLLEGE OF SCIENCE AND ENGINEERING
Show Ping from PC in NET – C to PC in NET- D
SUBMISSION REQUIREMENT: You are requested to submit this design
document (with your answer) and the Packet Tracer file of the network
implementation to Vu Collaborate submission Dropbox by the due date (as
indicated in the drop box)
NIT1104 – COMPUTER NETWORKS – A2 2017
chevron_up_icon
1 out of 12
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]