Network Systems Assignment 2017 - VLSM Subnetting Scheme and Network Design

Verified

Added on  2023/06/16

|7
|1170
|298
AI Summary
This article discusses the Network Systems Assignment 2017, which involves designing a VLSM subnetting scheme to fit the requirements of a new building and implementing it using Cisco Packet Tracer. The article includes a detailed explanation of the VLSM subnetting work, network addresses, device interface addresses, and tasks involved in building the network. The assignment requires designing a subnetting scheme to fit the requirements of the new building, completing tables with network addresses and device interface addresses, and building the network using Cisco Packet Tracer.

Contribute Materials

Your contribution can guide someone’s learning journey. Share your documents today.
Document Page
Network Systems Assignment 2017
Figure 1: Network topology
Introduction
An organization has purchased a new building to expand its operations. As a network engineer for
this company, you have been assigned the task of designing and building the network for the new
building. A senior network engineer has already provided you with a partial design for the network
(Fig. 1.) This new building will house sales, marketing, accounting, management, and IT staff. The
number of devices per department is as follows:
Table 1: Number of devices per department within the new building
Department Devices
Library 112
Staff Offices 50
Student Meeting Rooms 12
Computer Labs 249
IT Office 26
Due to the possible movement of HR personal to this building, a spare network is also required to
allow for at least 6 hosts.
In terms of network design, it has been left to you to design the subnetting scheme for the new
building. This scheme should be as efficient as possible in terms of the address space per subnet.
The number of unused addresses per subnet should be kept to a minimum. This scheme should be
designed with respect to the specified requirements and Fig. 1 and Table. 1.
The network you have been allocated for the building is 170.250.192.0/23.
It is company policy to allocate the last usable address in the network to the network gateway.

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
Tasks
1) Design a VLSM subnetting scheme to fit the requirements detailed in the introduction. Use
this scheme to complete Table 2. Show work at the end of this document. (20 Marks)
2) Using your subnetting scheme, complete Table 3. (30 Marks)
3) Using Cisco packet tracer, Build the network shown in Fig. 1 and implement your
subnetting scheme. (Note: Only the devices actually shown in the topology diagram need to
be included in the packet tracer network. However, all interfaces shown in the topology
diagram should be configured.)
Network devices should be configured to the following criteria:
- A hostname should be allocated with respect to Fig. 1.
- An appropriate MOTD banner should be configured which contains a welcome
message and the hostname of the device.
- Disable DNS lookup.
- All unused ports should be disabled.
- With the above configured, the running configuration should be copied to the start-up
configuration.
- Ensure you can ping from PC1 to R1, R1 to R2, R2 to R3, and PC 3 to R3.
(50 Marks for all items configured)
Table 2: Network Addresses
Device Network Address Network Mask Mask (/)
Library 170.250.193.0 255.255.255.128 /25
Staff Offices 170.250.193.128 255.255.255.192 /26
Student Meeting Rooms 170.250.193.224 255.255.255.240 /28
Computer Labs 170.250.192.0 255.255.255.0 /24
IT Office 170.250.193.192 255.255.255.224 /27
Spare 170.250.193.240 255.255.255.248 /29
Table 3: Device Interface Addresses
Device Interface Address Network Mask Default Gateway
R1 S0/0/0 170.250.193.249 255.255.255.252 N/A
R1 G0/0 170.250.193.190 255.255.255.192 N/A
R1 G0/1 170.250.193.126 255.255.255.128 N/A
R2 S0/0/0 170.250.193.253 255.255.255.252 N/A
R2 S0/0/1 170.250.193.250 255.255.255.252 N/A
R2 G0/0 170.250.193.238 255.255.255.240 N/A
R3 S0/0/1 170.250.193.253 255.255.255.252 N/A
R3 G0/0 170.250.192.254 255.255.255.0 N/A
R3 G0/1 170.250.193.222 255.255.255.224 N/A
PC1 NIC 170.250.193.1 255.255.255.128 170.250.193.126
PC2 NIC 170.250.193.2 255.255.255.128 170.250.193.126
PC3 NIC 170.250.193.193 255.255.255.224 170.250.193.222
PC4 NIC 170.250.193.194 255.255.255.224 170.250.193.222
Document Page
VLSM Subnetting Work
Network address – 170.250.192.0/23
10101010.11111010.1100000 0.00000000 (170.250.192.0)
11111111.11111111.1111111 0.00000000 (255.255.254.0)
Computer labs – 249
Library – 112
Staff Offices – 50
IT Office – 26
Student Meeting Rooms – 12
Spare – 6
R1-R2 – 2
R2-R3 – 2
First largest network is 249
Borrow 1 bit to create 2 subnets
First Network
10101010.11111010.11000000 .00000001 (170.250.192.1)
11111111.11111111.11111111 .00000000 (255.255.255.0)
Second Network
10101010.11111010.11000000 .11111110 (170.250.192.254)
11111111.11111111.11111111 .00000000 (255.255.255.0)
These networks have 8 host bits and can therefore support (2^8)-2 = 254 hosts. We need to fit 249
hosts.
170.250.192. 1 – Computers Lab
170.250.192.254 – Left over
Second largest network is Library 112
Borrow a bit from 170.250.193.1/25 to create two more subnet
First network
10101010.11111010.11000001.0 0000001 (170.250.193.1)
11111111.11111111.11111111.1 0000000 (255.255.255.128)
Second Network
10101010.11111010.11000001.0 1111110 (170.250.193.126)
11111111.11111111.11111111.1 0000000 (255.255.255.128)
These network have 7 host bit and can therefore support (2^7)-2 = 126 hosts. We need to fit 112
hosts.
170.250.193.1 – Library
170.250.193.128 – Left over
Third largest network Staff Offices 50
Borrow a bit form 170.250.193.129/26 to create two more subnet
First network
10101010.11111010.11000001.10 000001 (170.250.193.129)
11111111.11111111.11111111.11 000000 (255.255.255.192)
Last Network
10101010.11111010.11000001.10 111110 (170.250.193.190)
11111111.11111111.11111111.11 000000 (255.255.255.192)
Document Page
These network have 6 host bit and can therefore support (2^6)-2 = 62 hosts. We need to fit 50 hosts.
170.250.193.129 – Staff Offices
170.250.193.192 – Left over
Next largest network is 26
Borrow a bit from 170.250.193.193/27 to create two more subnet
First network
10101010.11111010.11000001.110 00001 (170.250.193.193)
11111111.11111111.11111111.111 00000 (255.255.255.224)
Last Network
10101010.11111010.11000001.110 11110 (170.250.193.222)
11111111.11111111.11111111.111 00000 (255.255.255.224)
These network have 6 host bit and can therefore support (2^5)-2 = 30 hosts. We need to fit 26 hosts.
170.250.193.193 – It office
170.250.193.222 – Left over
Next largest network 12
Borrow a bit from 170.250.193.225/28 to create two more subnet
First network
10101010.11111010.11000001.1110 0001 (170.250.193.225)
11111111.11111111.11111111.1111 0000 (255.255.255.240)
Last Network
10101010.11111010.11000001.1110 1111 (170.250.193.239)
11111111.11111111.11111111.1111 0000 (255.255.255.240)
These network have 6 host bit and can therefore support (2^4)-2 = 14 hosts. We need to fit 12 hosts.
170.250.193.225 – Student Meeting Rooms
170.250.193.239 – Left over
Complete table
Subnet
Name
Need
ed
Size
Allocat
ed Size
Address Mas
k
Dec Mask Assignable
Range
Broadcast
Comput
er Labs
249 254 170.250.192.
0
/24 255.255.255.
0
170.250.192.
1 -
170.250.192.
254
170.250.192.
255
Library 112 126 170.250.193.
0
/25 255.255.255.
128
170.250.193.
1 -
170.250.193.
126
170.250.193.
127
Staff
Offices
50 62 170.250.193.
128
/26 255.255.255.
192
170.250.193.
129 -
170.250.193.
190
170.250.193.
191
IT
Office
26 30 170.250.193.
192
/27 255.255.255.
224
170.250.193.
193 -
170.250.193.
222
170.250.193.
223

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
Student
Meetin
g
Rooms
12 14 170.250.193.
224
/28 255.255.255.
240
170.250.193.
225 -
170.250.193.
238
170.250.193.
239
Spare 6 6 170.250.193.
240
/29 255.255.255.
248
170.250.193.
241 -
170.250.193.
246
170.250.193.
247
R1-R2 2 2 170.250.193.
248
/30 255.255.255.
252
170.250.193.
249 -
170.250.193.
250
170.250.193.
251
R2-R3 2 2 170.250.193.
252
/30 255.255.255.
252
170.250.193.
253 -
170.250.193.
254
170.250.193.
255
Document Page
Document Page
1 out of 7
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]

Your All-in-One AI-Powered Toolkit for Academic Success.

Available 24*7 on WhatsApp / Email

[object Object]