You are on page 1of 23

ASSIGNMENT 2 FRONT SHEET

Qualification BTEC Level 5 HND Diploma in Computing

Unit number and title Unit 2: Networking Infrastructure

Submission date Date Received 1st submission

Re-submission Date Date Received 2nd submission

Student Name Student ID

Class Assessor name

Student declaration

I certify that the assignment submission is entirely my own work and I fully understand the consequences of plagiarism. I understand that
making a false declaration is a form of malpractice.

Student’s signature

Grading grid

P5 P6 P7 P8 M3 M4 D2 D3
 Summative Feedback:  Resubmission Feedback:

Grade: Assessor Signature: Date:


Lecturer Signature:
Contents
SECTION 1 - PROVIDE A LOGICAL/PHYSICAL DESIGN OF THE NETWORKED SYSTEM WITH CLEAR
EXPLANATION AND ADDRESSING TABLE (P5) ............................................................................................................................. 4
Logical Design: ............................................................................................................................................................................... 4
Physical Design: ............................................................................................................................................................................. 4
1. Explain the difference between logical and physical design: ..................................................................................... 4
2. Discuss and explain the User requirement for the design: .......................................................................................... 4
3. Design network: ............................................................................................................................................................................ 5
4. The address table of the network devices: ......................................................................................................................... 6
SECTION 2: Evaluate the design to meet the requirements (P6) ............................................................................................ 8
1. Test plan: .......................................................................................................................................................................................... 8
2. Evaluate of network design: ..................................................................................................................................................... 8
SECTION 3: Implement a networked system based on a prepared design (P7) ............................................................... 9
1. Show proof of the network implementation: .................................................................................................................... 9
2. Show a diagram of overall network realization: ............................................................................................................ 17
SECTION 4: Document and analyse test results against expected results (P8)............................................................... 19
1. Document of the implementation process: ...................................................................................................................... 19
2. Test result: ..................................................................................................................................................................................... 20
SECTION 1 - PROVIDE A LOGICAL/PHYSICAL DESIGN OF THE NETWORKED SYSTEM WITH CLEAR
EXPLANATION AND ADDRESSING TABLE (P5)

➢ Logical Design:
− Definition: The logical network design is made up of separate networks that are
physically realized using virtual local area networks (VLANs) specified by network
switches.

➢ Physical Design:
− Definition: A Physical Network Design specifies the physical infrastructure and how
all devices will be interconnected.

1. Explain the difference between logical and physical design:


✓ The logical design is more abstract and conceptual than the physical design. In logical design,
you examine the logical relationships between objects. The physical design considers the
most efficient method of storing and retrieving items.
✓ Logical design of a network consists of virtual design while the physical design of a network
describes the hardware functions of the network. Logical designs determine the flow of data
or communication between two networks while physical design is a communication between
two computers connected with cables.
✓ The primary distinction between logical and physical network design is the iterative
generation of a solution from problem identification. When a company has to exchange
information in real time with remote offices, they think about business first and technology
second. This is when an issue is identified, and as the problem is documented, it may be
iteratively transformed from a logical answer into numerous different physical designs. A
network's logical design can be re-implemented with new technology while maintaining the
same logical design. A physical design is one realization of a logical design that may span
decades of technology.

2. Discuss and explain the User requirement for the design:


2.1 User requirement:
− As a user, I want to design networking system is an optimal and suitable networking
system.
− As a user, I want all computers to be able to access the Internet and communicate with
each other.
− As a user, I don't want Students to have access to the network of teachers, marketers, and
administrators.

2.2 The scope of operation of the network:

− People: 200 students, 15 teachers, 12 marketing and administration staff, 5 higher


management personnel (including academic heads and program managers), and 3
computer network administrators.
− Resources: 50 student lab PCs, 35 staff computers, and 3 printers.
− Building: 3 floors, except for the IT laboratories, which are located on the first and second
levels, all PCs and printers are housed on the ground floor.

3. Design network:
3.1 A logical design of the network:

3.2 A physical design of the network:


❖ On the ground floor:
o 1 router (R1)
o 1 switch layer 3 (S1)
o 5 switch layer 2 (SWteacher, SWmarketing, SWManagers, SWAdnetwork,
SWSERVER)
o 4 server (DHCP-DNS, Web, Mail, File)
o 35 computers
o 3 printers

❖ On the first floor:


o 2 switch layer 2 (SWStudent1, SWStudent2)
o 25 computers

❖ On the second floor:


o 2 switch layer 2 (SWStudent3, SWStudent4)
o 25 computers

4. The address table of the network devices:


Device Interface Address Subnet Mask Default VLAN
Gateway
s0/0/0 192.10.10.2 255.255.255.0 N/A N/A
G0/0.10 192.168.10.1 255.255.255.0 N/A 10
R1 G0/0.20 192.168.20.1 255.255.255.0 N/A 20
G0/0.30 192.168.30.1 255.255.255.0 N/A 30
G0/0.40 192.168.40.1 255.255.255.0 N/A 40
G0/0.50 192.168.50.1 255.255.255.0 N/A 50
G0/0.60 192.168.60.1 255.255.255.0 N/A 60
G0/0.70 192.168.70.1 255.255.255.0 N/A 70
G0/0.99 192.168.99.1 255.255.255.0 N/A 99
S1 VLAN99 192.168.99.100 255.255.255.0 192.168.99.1 99
SWteacher VLAN99 192.168.99.10 255.255.255.0 192.168.99.1 99
SWmarketing VLAN99 192.168.99.20 255.255.255.0 192.168.99.1 99
SWManagers VLAN99 192.168.99.30 255.255.255.0 192.168.99.1 99
SWAdnetwork VLAN99 192.168.99.40 255.255.255.0 192.168.99.1 99
SWSERVER VLAN99 192.168.99.50 255.255.255.0 192.168.99.1 99
SWStudent1 VLAN99 192.168.99.60 255.255.255.0 192.168.99.1 99
SWStudent2 VLAN99 192.168.99.61 255.255.255.0 192.168.99.1 99
SWStudent3 VLAN99 192.168.99.70 255.255.255.0 192.168.99.1 99
SWStudent4 VLAN99 192.168.99.71 255.255.255.0 192.168.99.1 99
t1 NIC 192.168.10.2 255.255.255.0 192.168.10.1 10
… … … … … …
t15 NIC 192.168.10.16 255.255.255.0 192.168.10.1 10
ma1 NIC 192.168.20.2 255.255.255.0 192.168.20.1 20
… … … … … …
ma12 NIC 192.168.20.13 255.255.255.0 192.168.20.1 20
hg1 NIC 192.168.30.2 255.255.255.0 192.168.30.1 30
… … … … … …
hg5 NIC 192.168.30.6 255.255.255.0 192.168.30.1 30
adn1 NIC 192.168.40.2 255.255.255.0 192.168.40.1 40
adn2 NIC 192.168.40.3 255.255.255.0 192.168.40.1 40
adn3 NIC 192.168.40.4 255.255.255.0 192.168.40.1 40
DHCP-DNS NIC 192.168.50.2 255.255.255.0 192.168.50.1 50
Web NIC 192.168.50.3 255.255.255.0 192.168.50.1 50
Mail NIC 192.168.50.4 255.255.255.0 192.168.50.1 50
File NIC 192.168.50.5 255.255.255.0 192.168.50.1 50
lab1 NIC 192.168.60.11 255.255.255.0 192.168.60.1 60
… … … … … …
lab25 NIC 192.168.60.35 255.255.255.0 192.168.60.1 60
lab26 NIC 192.168.70.36 255.255.255.0 192.168.70.1 70
… … … … … …
lab50 NIC 192.168.70.60 255.255.255.0 192.168.70.1 70
SECTION 2: Evaluate the design to meet the requirements (P6)

1. Test plan:
Test What I
case Action
expect
1 Ping from host (R1) to VLAN10 Succesful
2 Ping from host (R1) to VLAN20 Succesful
3 Ping from host (R1) to VLAN30 Succesful
4 Ping from host (R1) to VLAN40 Succesful
5 Ping from host (R1) to VLAN50 Succesful
6 Ping from host (R1) to VLAN60 Succesful
7 Ping from host (R1) to VLAN70 Succesful
8 Ping from switch to switch in VLAN99 Succesful
9 Ping from VLAN 10 to its default gateway Succesful
10 Ping from VLAN 20 to its default gateway Succesful
11 Ping from VLAN 30 to its default gateway Succesful
12 Ping from VLAN 40 to its default gateway Succesful
13 Ping from VLAN 50 to its default gateway Succesful
14 Ping from VLAN 60 to its default gateway Succesful
15 Ping from VLAN 70 to its default gateway Succesful
16 Ping from adn2 (VLAN 40) to Web Server (VLAN50) Succesful
17 Ping from t7 (VLAN10) to Mail Server (VLAN50) Succesful
18 Ping from ma5 (VLAN20) to File Server(VLAN50) Succesful
19 Ping from lab37 (VLAN70) in floor3 t9 (VLAN10) Succesful
20 Ping from lab8 (VLAN60) in floor2 to adn2 (VLAN40) Succesful
21 Ping from Web Server, Mail Server, File Server (VLAN50) to lab23
Succesful
(VLAN60)

2. Evaluate of network design:


❖ Pros:
o The networks are divided into layers, and the system is capable of meeting all
requirements.
o Design is detailed and easy to follow.
o It is more secure since the network is divided into several VLANs.
o The IP address is simple to memorize and indicates the location of the devices.
❖ Cons:
o There are several limits and features that have yet to be expanded.
o Expensive deployment, acquisition and development
❖ Solutions:
o Update the firewall
o To achieve top performance, the system must use the best hardware available
and account for unanticipated situations such as too many people attempting
to use the system at the same time.

SECTION 3: Implement a networked system based on a prepared design (P7)

1. Show proof of the network implementation:


❖ Configure D1:
Step 1: Configures VLAN on D1:
o First, we'll open the CLI and specify the S1's hostname. Next, configure the VLAN and
name each user.
o Result
Step 2: Configure VTP:
o I'll install VTP on S1 before configuring trunk for them. We must enable
trunking for this port since it connects the S1 to the Router. A Gigabit
connection transports traffic from many VLANs over a single link.
o We will proceed with the remaining SWSERVER to SWStudentB:
o Result
Step 3: Assign ports and IP addresses to switches:
o This part sets up an IP address for switches. First, I need to change the IP address of
the core switch from SWSERVER to SWStudentB. To configure the mode trunk for the
core switch and switches, we use the command encapsulation dot1Q.
o To configure the mode trunk for the core switch and switches, we use the command
encapsulation dot1Q.

❖ DHCP Server:

Step 1: The first thing we need to do is configure the DHCP server.


Step 2: Configure IP addresses for switches

Step 3: Turn on DHCP for the server.


Step 4: Configure dynamic IP addresses for end devices

❖ Router to R-ISP connection:

Step 1: Configure the router's IP address and no shutdown command.

Step 2: Configure IP address and no shutdown command on ISP


❖ NAT configuration:

2. Show a diagram of overall network realization:


✓ This is my overall network model, which includes the core layer, distribution layer,
and access layer. It is the mechanism through which devices are connected to one
another and is regulated in network communication.
o Core layer: To increase network communication, the core layer should be developed
as a high-speed backbone that converts packets as rapidly as feasible.
o Distribution layer : The distribution layer is a routing layer that resides between the
access and core layers and is responsible for routing and packet modification.

o Access layer: This layer is also known as the desktop layer since it is responsible for
connecting client nodes to the network.
SECTION 4: Document and analyse test results against expected results (P8)

1. Document of the implementation process:


Devices Quantity Description
Switch A switch enables networked devices to connect
9 to each other. Configure VLAN and trunking
between the core switch and router on D1.
D1 A switch enables networked devices to connect
1 to one another. Configure VLAN and trunking
between the core switch and router on D1.
Server The server will store, deliver, and process data
and then transfer to workstations 24/7 for
4
users. Used for configuration in the server
administration room
R1 Routers link devices in a network by
1 transferring data packets between them.
Configure the Gigabyte Port and SubInterface.
Computers User devices. Configure IP addresses to
85
correspond to VLANs.
Printers Configure static addresses in conjunction with
3
VLANs
2. Test result:

Test What I
Action Test output Result
case expect
Ping from host (R1) to Pass
1 VLAN10 Succesful

Ping from host (R1) to Pass


2 VLAN20 Succesful

Ping from host (R1) to Pass


3 VLAN30 Succesful
Ping from host (R1) to Pass
4 VLAN40 Succesful
Ping from host (R1) to Pass
5 VLAN50 Succesful

Ping from host (R1) to Pass


6 VLAN60 Succesful
Ping from host (R1) to Pass
7 VLAN70 Succesful

Ping from switch to switch Pass


8 in VLAN99 Succesful

Ping from VLAN 10 to its Pass


default gateway
9 Succesful

Ping from VLAN 20 to its Pass


default gateway
10 Succesful

Ping from VLAN 30 to its Pass


default gateway
11 Succesful
Ping from VLAN 40 to its Pass
default gateway
12 Succesful

Ping from VLAN 50 to its Pass


default gateway
13 Succesful

Ping from VLAN 60 to its Pass


default gateway
14 Succesful

Ping from VLAN 70 to its Pass


default gateway
15 Succesful

Pass
Ping from adn2 (VLAN 40) to
16 Succesful
Web Server (VLAN50)

Ping from t7 (VLAN10) to Pass


Mail Server (VLAN50)
17 Succesful

Ping from ma5 (VLAN20) to Pass


File Server(VLAN50)
18 Succesful

Ping from lab37 (VLAN70) in Pass


floor3 t9 (VLAN10)
19 Succesful
Ping from lab8 (VLAN60) in Pass
floor2 to adn2 (VLAN40)
20 Succesful

Ping from DHCP Server Pass


(VLAN50) to lab23 (VLAN60)
21 Succesful

Ping from DHCP Server Pass


(VLAN50) to 8.8.8.8
22 Succesful

You might also like