ASM 2 1619 QuangHien
ASM 2 1619 QuangHien
ASM 2 1619 QuangHien
ASSIGNMENT 2
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:
Lecturer Signature:
2
Assignment Brief 2 (RQF)
Higher National Certificate/Diploma in Computing
Student Name/ID
Tran Quang Hien/ GCS210109
Number:
Unit Number and
Unit 2: Networking
Title:
Academic Year: 2022
Submission Date:
Internal Verifier
Name:
Date:
Submission Format:
Format:
The submission is in the form of an individual written report. This should be written in a concise, formal
business style using single spacing and font size 12. You are required to make use of
headings, paragraphs and subsections as appropriate, and all work must be supported with
research and referenced using the Harvard referencing system. Please also provide a
bibliography using the Harvard referencing system.
Submission
● Students are compulsory to submit the assignment in due date and in a way requested by the
Tutor.
● The form of submission will be a soft copy posted on http://cms.greenwich.edu.vn/.
● Remember to convert the word file into PDF file before the submission on CMS.
Note:
● The individual Assignment must be your own work, and not copied by or from another student.
● If you use ideas, quotes or data (such as diagrams) from books, journals or other sources, you
must reference your sources, using the Harvard style.
● Make sure that you understand and follow the guidelines to avoid plagiarism. Failure to comply
this requirement will result in a failed assignment.
3
LO3 Design efficient networked systems.
LO4 Implement and diagnose networked systems.
4
Learning Outcomes and Assessment Criteria (Assignment 1):
Learning
Pass Merit Distinction
Outcome
LO3 P5 Provide a M3 Install and configure D2 Design a maintenance
logical/physical design of network services and schedule to support the
the networked system with applications on your networked system.
clear explanation and choice.
addressing table.
5
Table Content
P5. Provide a logical/physical design of the networked system with a clear explanation and address table ....... 7
1. Discuss the difference between logical and physical design ................................................................................................. 7
1.1 Logical Design ............................................................................................................................................... 7
1.2 Physical Design ............................................................................................................................................ 8
1.3 Compare physical & logical design: ........................................................................................................... 8
2. Discuss and explain the user requirements for general network design ............................................................................. 9
2.1 Requirements for general ............................................................................................................................ 9
3. Logical design of network based on the specific requirements .......................................................................................... 10
4. Physical design of network based on the specific requirements ........................................................................................ 11
5. The IP address table .............................................................................................................................................................. 11
P6. Evaluate the design to meet the requirements .................................................................................................. 11
1. Test Plan.................................................................................................................................................................................. 11
2. Evaluate My Network Design Advantages: ......................................................................................................................... 12
P7. Implement a networked system based on a prepared design .......................................................................... 13
1. Network Implementation....................................................................................................................................................... 13
2. Diagram................................................................................................................................................................................... 20
P8. Document and analyse test results against expected results ............................................................................ 21
1. Log book.................................................................................................................................................................................. 21
2. Network test results ............................................................................................................................................................... 21
Test case 1: ........................................................................................................................................................ 21
Test case 2: ........................................................................................................................................................ 21
Test case 3: ........................................................................................................................................................ 22
Test case 4: ........................................................................................................................................................ 22
Test case 5: ........................................................................................................................................................ 23
Test case 6: ........................................................................................................................................................ 23
6
ASSIGNMENT 2 ANSWER
Introduction
This is my second project, so I'll do everything I can to get Merit. In the first assignment, I had introduce to
you about networking. So in this second assignment, I will going to design a Local Area Network including
a blueprint of LAN, implement and diagnose networked systems.
P5. Provide a logical/physical design of the networked system with a clear explanation and address
table
1. Discuss the difference between logical and physical design
1.1 Logical Design
The way data passes through a network is described by logical network architecture. A logical design will
often depict the following features of your logical network architecture:
•Subnets (such as: IP addresses, VLAN IDs, and subnet masks,)
•Network objects (routers and firewalls)
•Specific routing protocols
•Routing domains
•Voice gateways
•Traffic flow
•Network segment
Figure 2: Rack Physical Network Diagram and High-Level Physical Network Diagram
1.3 Compare physical & logical design:
8
The physical design layout defines the portions of the logical design network that exist in a certain network
architecture. It also refers to the organization of computers and other physical components. Among the
components are fiber, ISDN, and Ethernet. The logical design network takes a particular aspect of a
network's conceptual design and assigns it a logical role within that framework. IP network architecture,
such as Class A, B, or C address schemes, are among its components.
10
4. Physical design of network based on the specific requirements
11
Test Action Description
case
13
Figure 8: Configure DNS(2)
The next step is Configure IP address (IPv4, Subnet Mask, Default Gateway) DNS Server 192.168.100.1
15
Try to ping DNS server by click on the desktop mode on pc0. Then, continue to type the IP address of DNS
server: ping 192.168.2.2. 0% loss prove that I have already successfully configured the DNS server:
16
Step 2: Configure router
Now, we are going to about configure router. First, we need to encounter privileged mode by type Router
> Enable. Configure DHCP Pool to allocate IP for 192.168.1.0/24 network.
Normally, when dynamically allocating IPs, we usually reserve about the first 10 IPs that are not allocated.
In DHCP for devices, the Server needs a static IP, in this case we will not grant it broadcast IPs from
192.168.1.1 to 192.168.1.10.
18
PC0
The IP address is 192.168.1.2; the subnet mask is 255.255.255.0; the Default Gateway is 192.168.1.1and
the DNS server is 192.168.2.2
19
2. Diagram
20
P8. Document and analyse test results against expected results
1. Log book
Test Action Expectation Result
case
1 Check DHCP for first floor DHCP address Pass
successfully
requested
2 Ping PC0 to DNS Server Ping Pass
successfully (0%
loss)
3 Ping Lap0 to DNS Server Ping Pass
successfully (0%
loss)
4 Ping PC0 to HTTP Server Ping Pass
successfully (0%
loss)
5 Ping Lap0 to FTP server Ping Pass
successfully (0%
loss)
6 Check HTTP service (Website) Web response Pass
when search
2. Network test results
Test case 1:
Check DHCP for ground floor
25