Download Networking 1619 Asm 2 and more Study Guides, Projects, Research Programming Languages in PDF only on Docsity!
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 Truong Duy Minh Student ID GCD
Class GED1102 Assessor name Dang Quang Hien
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 Minh
Grading grid
P5 P6 P7 P8 M3 M4 D2 D
ā Summative Feedback: ā Resubmission Feedback:
Grade: Assessor Signature: Date:
Lecturer Signature:
- I. Provide a logical/physical design of the networked system with clear explanation and addressing table...............
- 1.1 The difference between logical and physical design..........................................................................................
- 1.2 User requirements for general network design.................................................................................................
- I.3 Evaluate the design.............................................................................................................................................
- I.4 Physical design of network system......................................................................................................................
- I.5 Physical design of network system:....................................................................................................................
- II. Evaluate the design to meet the requirements......................................................................................................
- III. Implement a networked system based on a prepared design..............................................................................
- IV. Document and analyse test results against expected results...............................................................................
- 4.1 Provide a step by step configuration of network devices in the network........................................................
- 4.2 Test results against test plans..........................................................................................................................
- References.................................................................................................................................................................
- Figure 1: difference between logical and physical design............................................................................................
- Figure 2: logical design of system................................................................................................................................
- Figure 3: First and second floor of system...................................................................................................................
- Figure 4: Server room..................................................................................................................................................
- Figure 5: IT room..........................................................................................................................................................
- Figure 6: Marketing room............................................................................................................................................
- Figure 7: Teacher room................................................................................................................................................
- Figure 8: Managers room.............................................................................................................................................
- Figure 9: Physical design of the system........................................................................................................................
- Figure 10: IP address of the system...........................................................................................................................
- Figure 11: Test plan....................................................................................................................................................
- Figure 12: Ping ITl_1 to ITL_2.....................................................................................................................................
- Figure 13: Ping from ITL_1 to IT:L_26.........................................................................................................................
- Figure 14: Ping T1 to DHCP_DNS................................................................................................................................
- Figure 15: Ping T1 to P_Teacher.................................................................................................................................
- Figure 16: Ping M1 to M5...........................................................................................................................................
- Figure 17: Ping M1 to P_Manager..............................................................................................................................
- Figure 18: Implemented system................................................................................................................................
- Figure 19: Choose the device.....................................................................................................................................
- Figure 20: Choose the connection.............................................................................................................................
- Figure 21: Simple result.............................................................................................................................................
- Figure 22: Test results against test plans...................................................................................................................
I. Provide a logical/physical design of the networked system with clear explanation and addressing table 1.1 The difference between logical and physical design
ļ¶ Logical Design:
ļ· A logical design is a conceptual, abstract design. You do not deal with the physical
implementation details yet; you deal only with defining the types of information
that you need. (Anon., n.d.)
ļ· The process of logical design involves arranging data into a series of logical
relationships called entities and attributes. An entity represents a chunk of
information. In relational databases, an entity often maps to a table. An attribute is
a component of an entity and helps define the uniqueness of the entity. In
relational databases, an attribute maps to a column.
ļ· You can create the logical design using a pen and paper, or you can use a design
tool such as Oracle Warehouse Builder or Oracle Designer.
ļ· While entity-relationship diagramming has traditionally been associated with
highly normalized models such as online transaction processing (OLTP)
applications, the technique is still useful in dimensional modeling. You just
approach it differently. In dimensional modeling, instead of seeking to discover
atomic units of information and all of the relationships between them, you try to
identify which information belongs to a central fact table(s) and which
information belongs to its associated dimension tables.
ļ¶ Physical Design:
ļ· My design networking system is an optimal networking system and matches the requirement
of the scenario.
ļ· The administrator can access all computers.
And the structure will be:
ļ· Two lab rooms is placed on floor 1 and 2.
ļ· In Background, weāll have 5 rooms, including: Server room, IT room, higher managers room,
marketing room and teacher room.
ļ· The D1 router is responsible as a main router to connect all the rooms in background to floor
1 and 2.
ļ· Others routers are connected to each other to Internet.
I.4 Physical design of network system Figure 2 : logical design of system
Explaination:
ļ· On first and second floor, Student have 25 computers and switch for each floor.
Figure 3 : First and second floor of system
ļ· The background floor will divided into 5 main rooms, including: 5 switches, 4 servers, 3
printers and 35 computers:
ļ· Server room: 4 servers and 1 switch.
Figure 4 : Server room
ļ· IT room: 3 computers.
Figure 5 : IT room
ļ· Marketing room: 12 computers and 1 printers.
Figure 9 : Physical design of the system IP addressing table of the network: Device Interface Address Subnet Mask Default Gateway
VLAN
R
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.
N/A 10
G0/0.20 192.168.20.1 255.255.255.
N/A 20
G0/0.30 192.168.30.1 255.255.255.
N/A 30
G0/0.40 192.168.40.1 255.255.255.
N/A 40
G0/0.50 192.168.50.1 255.255.255.
N/A 50
G0/0.60 192.168.60.1 255.255.255.
N/A 60
G0/0.70 192.168.70.1 255.255.255.
N/A 70
G0/0.99 192.168.99.1 255.255.255.
N/A 99
D1 VLAN 99 192.168.99.200 255.255.255.
S_Server VLAN 99 192.168.99.11 255.255.255. 0
S_ComNet VLAN 99 192.168.99.21 255.255.255. 0
S_MarketAdmin VLAN 99 192.168.99.31 255.255.255. 0
S_Teachers VLAN 99 192.168.99.41 255.255.255. 0
S_Manager VLAN 99 192.168.99.51 255.255.255. 0
S_ITLab1_1 VLAN 99 192.168.99.61 255.255.255. 0
S_ITLab1_2 VLAN 99 192.168.99.62 255.255.255. 0
S_ITLab2_1 VLAN 99 192.168.99.71 255.255.255. 0
S_ITLab2_2 VLAN 99 192.168.99.72 255.255.255. 0
DHCP-DNS NIC 192.168.10.2 255.255.255.
Web NIC 192.168.10.3 255.255.255. 0
Mail NIC 192.168.10.4 255.255.255. 0
File NIC 192.168.10.5 255.255.255. 0
ComNet01 NIC 192.168.20.11 255.255.255. 0
Figure 10 : IP address of the system II. Evaluate the design to meet the requirements TEST PLAN: TEST ID TEST CASE Expected outcome Actual outcome Remarks 1 Ping from host to host in VLAN 10 Successful Successful Ping from Web Server to DHCP Server 2 Ping from host to host in VLAN 20 Successful Successful Ping from ComNet1 to ComNet
25 Get IP address automatically from DHCP server in VLAN 70 Successful Successful ITL_50 successfully get DHCP IP address from DHCP server Figure 11 : Test plan
ļ· Advantages:
ļ¼ If an error occurs in any part of the network, it will not affect the operation of
the rest of the network.
ļ¼ The size of the network can be easily expanded by adding new devices without
affecting the functionality of the existing network.
ļ¼ This topology is very flexible as it can be designed according to the
requirements of the organization.
ļ· Disadvantages:
ļ¼ The major limitation of the hybrid topology is the design of the hybrid
network. It is very difficult to design the architecture of a Hybrid network.
ļ¼ Infrastructure cost are very high because a hybrid network requires a lot of
equipments.
III. Implement a networked system based on a prepared design
ļ¶ Ping some device running the screen
ļ· Ping ITL_1 to ITL_2:
Figure 12 : Ping ITl_1 to ITL_ ļ· Ping ITL_1 to ITL_26:
Figure 14 : Ping T1 to DHCP_DNS ļ· Ping T1 to P_teacher:
Figure 15 : Ping T1 to P_Teacher ļ· Ping M1 to M5:
Figure 17 : Ping M1 to P_Manager
ļ¶ Show implemented system
ļ· Ping from ITL_1 to ITL_
Figure 18 : Implemented system IV. Document and analyse test results against expected results
4.1 Provide a step by step configuration of network devices in the network
ļ· Step 1: Open Network Topology, access your network and identify the components of your
network.
ļ¼ Choose device:
Figure 19 : Choose the device ļ¼ Connect all of the device: