MN621 Advanced Network Design Assignment
Description
A case study: Local Area Network design and configuration
There is an organisation which is primarily e-commerce business. It is going through a major transformation because of its expansion. The expansion is due to merger of two smaller businesses to the organisation. Now, the organisation is moving to a new building having about 100 employees. The new building is of three floors. The ground floor is for reception, foyer and warehouse so there is a need of five data points at reception, four in warehouse and two in foyer. The 1. floor consists of five offices and forty open plan office cubicles. The 2n° floor consists of three rooms, each room have four office cubicles, two offices and thirty open plan cubicles. There is also a meeting room at 2' floor that requires four data points. Each and every person needs two data points at their desk whether it's an office, room cubicle or open plan cubicle. Each floor also needs wireless connectivity.
This organisation needs a new LAN plan, design and implementation before they move to new facility.
Description
Design a local area network for the given case study.
Write a report on a network plan and configurations having following sections:
4. Demonstrate and compare at least 2 configuration results which may include at least two switches/routers and two PCs on physical networking devices. [20 marks]
Demonstration:
Students can demonstrate in a group of 2. Students should be ready with all setup and configurations before start of the laboratory class. Tutor will ask 2-3 questions to each student to demonstrate any configuration of the setup. Demonstration from each student should not be more than 3 minutes.
Students should give their group members to tutor in week 7 during lab class. Students will get demonstration timetable before start of the week 8 lab class.
I. Project Scope
This project indicates network for a business which has about 100 employers. It includes network diagram, network plan and hardware to meet with the business requirements. It also has network configuration for network devices,
II. Project Details
3 Cisco 2960 with 48 ports will enough for 100 users for business.
1 Cisco 4321 Integrated Services router is design to deliver advanced services to the small enterprise branch environment.
3 AP will ensure internet connection on each floor of company
3 servers run on Win 2016 Data Center which will install AD to manage users and computer in company such as apply Group Policy for specify users or groups. DNS will help users access company services by name instead IP Address. DHCP will assign IP Address automatically to PCs which were plugged in network.
Company network will have 3 subnets and VLANs for security reasons:
Using VLAN will save ports on switch and in case of computers in one VLAN are been virus, however, others will be not.
III. Hardware Requirement
Manufacturer | Series | Model | Feature | Quantity |
Cisco | 2900 | Catalyst 2960 |
| 3 |
Cisco |
| 1 | ||
TP Link |
| 3 |
Type | Purpose | Hardware | Quantity |
Server | AD + DNS + DHCP |
| 3 |
PC | For users |
| 100 |
The organization having e-commerce business in the given case study is planning to merge two smaller businesses with the existing business. The organization needs a new wireless LAN connection for 100 employees. The new network connectivity plan will provide a wireless connection to this office. The new building where the network will be installed has three floors. Each of the floors has number of offices and cubicles each of which needs internet connectivity. It is difficult to implement wired connectivity and it also requires more time than going wireless. For this reason, planning a wireless network is suitable for this new building. The wireless network connection plan may provide the following facilities to the business:
The networking design needs a central internet hum, number of router and PCs for complete connection. Detailed requirement of the network devices and implementation techniques are given below.
IV. Network Diagram1. Overall Network Model
Setting up the network connection for this office is relatively straight forward. As the current network design is based on wireless connection, it can be implemented faster than wired connection. The network connection plan involves number of network devices, network design and configuration and specific implementation techniques and so on. The network devices that are needed to setup the proposed LAN connectivity are as follows:
Router: For the wireless network set up the first requirement is a router such as D-link or TP-link router. It is recommended to use a TP-link router having wireless protocol 802.11b. The router provides network speed up to 300 Mbps. and 2.4GHz frequency range. The router provides robust network security having protocols of WPA, WPA PSK, WPA2, and WPA2-PSK.
Wire-based connections and PORTs: Although it is a wireless network connection plan, it requires some wired Ethernet ports. The ports will be used to connect the broadband modem and the routers (Ye et al. 2015).
Wireless NIC- To communicate with the router the connection needs a wireless network interface card. A laptop generally has NIC; however, for the desktops in this current office manual installation of NIC is needed.
Wireless repeaters: The repeater is also important network devices used to boost the connectivity. If the business grows, in future repeaters will help them to extend the network easily. It works as a range expander or a signal booster for which is useful in this case.
Hubs: A network hub will work as a central connector of the entire router in this office (Wang et al. 2017). The routers or switches used in the different floors in the entire building will connect with the central network hub.
V. Network Device Configuration
Name | Port | Mode | Configuration |
switch#configure terminal switch(config)#vlan 10 switch(config-vlan)#name IT switch(config-vlan)#exit switch(config)#vlan 20 switch(config-vlan)#name Mangager switch(config-vlan)#exit switch(config)#vlan 30 switch(config-vlan)#name User switch(config-vlan)#exit switch#show vlan brief(display vlan information) | |||
F0/46 | Trunk | S1#configure terminal S1(config)#interface f0/46 S1 (config-if)#switchport trunk allow vlan 10,20,30 | |
F0/45 | Trunk | S1#configure terminal S1(config)#interface f0/45 S1(config-if)#switchport mode trunk | |
F0/44 | Trunk | S1#configure terminal S1(config)#interface f0/44 S1(config-if)#switchport trunk allow vlan 10,20,30 | |
F0/0>>f0/34 | Access | S1#configure terminal S1(config)#interface range f0/0-34 S`(config-if-range)#switchport mode access S1(config-if-range)#switchport access vlan 30 S1(config-if-range)#no shut | |
F0/35>>f0/39 | Access | S1#configure terminal S1(config)#interface range f0/35-39 S1(config-if-range)#switchport mode access S1(config-if-range)#switchport access vlan 20 S1(config-if-range)#no shut | |
F0/40>>f0/42 | Access | S1#configure terminal S1(config)#interface range f0/40-42 S1(config-if-range)#switchport mode access S1(config-if-range)#switchport access vlan 10 S1(config-if-range)#no shut | |
F0/46 | Trunk | S2#configure terminal S2(config)#interface f0/46 S2 (config-if)#switchport trunk allow vlan 10,20,30 | |
F0/45 | Trunk | S2#configure terminal S2(config)#interface f0/45 S2 (config-if)#switchport trunk allow vlan 10,20,30 | |
F0/0>>f0/34 | Access | S2#configure terminal S2(config)#interface range f0/0-34 S2(config-if-range)#switchport mode access S2(config-if-range)#switchport access vlan 30 S2(config-if-range)#no shut | |
Access | S2#configure terminal S2(config)#interface range f0/35-39 S2(config-if-range)#switchport mode access S2(config-if-range)#switchport access vlan 20 S2(config-if-range)#no shut | ||
F0/40>>f0/42 | Access | S2#configure terminal S2(config)#interface range f0/40-42 S2(config-if-range)#switchport mode access S2(config-if-range)#switchport access vlan 10 S2(config-if-range)#no shut | |
F0/46 | Trunk | S3#configure terminal S3(config)#interface f0/46 S3 (config-if)#switchport trunk allow vlan 10,20,30 | |
F0/45 | Trunk | S3#configure terminal S3(config)#interface f0/45 S3 (config-if)#switchport trunk allow vlan 10,20,30 | |
F0/0>>f0/34 | Access | S3#configure terminal S3(config)#interface range f0/0-34 S3(config-if-range)#switchport mode access S3(config-if-range)#switchport access vlan 30 S3(config-if-range)#no shut | |
F0/35>>f0/39 | Access | S2#configure terminal S3(config)#interface range f0/35-39 S3(config-if-range)#switchport mode access S3(config-if-range)#switchport access vlan 20 S3(config-if-range)#no shut | |
F0/40>>f0/42 | Access | S3(config)#interface range f0/40-42 S3(config-if-range)#switchport mode access S3(config-if-range)#switchport access vlan 10 S3(config-if-range)#no shut | |
F0/0 | Router(config)#host R1 R1(config)#interface f0/0.10 R1(config-subif)#encapsulation dot1q 10 R1(config-subif)#ip address 192.168.10.1 255.255.255.0 R1(config)#interface f0/0.20 R1(config-subif)#encapsulation dot1q 20 R1(config-subif)#ip address 192.168.20.1 255.255.255.0 R1(config)#interface f0/0.30 R1(config-subif)#encapsulation dot1q 30 R1(config-subif)#ip address 192.168.30.1 255.255.255.0 R1(config-subif)#interface f0/0 R1(config-if)#no shutdown | ||
R1(config)#access list 10 permit 192.168.10.0 0.0.0.255 R1(config)#access list 20 permit 192.168.20.0 0.0.0.255 R1(config)#access list 30 permit 192.168.30.0 0.0.0.255 R1(config)#ip nat inside source list 10 interface s0/1/0 overload R1(config)#ip nat inside source list 20 interface s0/1/0 overload R1(config)#ip nat inside source list 30 interface s0/1/0 overload R1(config)#interface s0/1/0 R1(config-if)#ip nat outside R1(config)#interface f0/0.10 R1(config-if)#ip nat inside R1(config)#interface f0/0.20 R1(config-if)#ip nat inside R1(config)#interface f0/0.30 R1(config-if)#ip nat inside |
After identifying the need network connection, coverage area and network device an implementation plan needs to be executed. The implementation plan for the wireless connectivity may consist of the following steps
Step 1: Bandwidth utilization: This step of the implementation plan involves increasing the number of APs to enhance throughput per user. For instance- ten users are connected with 802.11g LAN connection and shares 54MBs speed. Adding an extra AP will give maximum throughput to each user (Bellalta et al. 2016).
Step 2: Perform site survey: Performing a site survey will allow proper adjustment of the listed hardware requirements according to the network coverage. Especially when expanding a business and implementing networking plan for new building performing a site survey is necessary.
Step 3: Configuration: The recommended configuration plan has the following steps:
Step 4: Implement security: Considering security implementation is essential to minimize unauthorized access to the network in the office (Thomas et al. 2014). Security enhancement may be achieved by turning of SSID (Service set identifier) and changing default SSID.
Step 5: Deployment and Training: Once the network configuration and infrastructure setup is done, it is time to deploy the plan by providing training to user. The users in the office need to have proper knowledge about safe usage and appropriate utilization of the network setup.
We need save configure to avoid losing it by issue command in enable mode:
#copy running-config startup-config