Assessment Details and Submission Guidelines Unit Code BN321 Unit Title Advanced Network Design Assessment Type Individual Assessment – T XXXXXXXXXXAssignment 1) Assessment Title Local Area Network...

1 answer below »

View more »
Answered Same DayApr 08, 2021BN321

Answer To: Assessment Details and Submission Guidelines Unit Code BN321 Unit Title Advanced Network Design...

Amaan answered on Apr 11 2021
166 Votes
53837_assignment.docx
LOCAL AREA NETWORK DESIGN AND IMPLEMENTATION

NAME
DATE
Assignment 1a
· Project Scope
The final project should be a logical effective and scalable network design that meets the requirements of ABC educational Institute and to connect the institute components from the proposed building. The Local Area Network (LAN) should further enable communication and the sharing of information among the various departments in addition to meeting the required security requirements through the implementation of standard security methods. According to the requirements that have been provided by ABC educational Institute, The network ma
kes use of Vlans to come up with an efficient network design.
· Project Hardware and Software requirements
· Hardware
    Device
    Manufacturer/series
    Model
    Ports
    Function
    Router
(Router_school)

    cisco
    2911
    One serial port and one gigabit-ethernet port
    For connecting with the cloud/internet and other Local area network
    Router
(Cloud/Internet)
    cisco
    2911
    One serial port
    To connect to the school router, to provide internet
     Switches
(1 to 4)
    cisco
    2960
    24 ports
    To connect to various network devices and to school router
· software
    Windows server 2019
Internet security/Anti-
    It modernizes and provide more security to the files and
web , email etc. to the network infrastructure
    Virus /Malware
    Norton is one of the trusted brand which can provide
Firewall security.
    MS-office
    Word , excel, PowerPoint are used for daily business
Works.
· Types of cables
    Type Of Cable
    Usage
    Copper Cross-over cable
    We will use this cable to connect one switch to another switch.
    Copper straight-through cable
    This cable is used to connect the router to switch
and to connect the switch with other devices in the
network such as PCs, printers, Servers, etc.
    Serial DTE cable
    This is a type of cable used to connect the router to the ISP (cloud/internet).
· Server, PC and printer specifications
    Device
    NAME
    OPERATING SYTEMS
    STORAGE
    Server
    Dell PowerEdge T30
    Linux operating system
    8TB hard disk and 64GB RAM
    PC
    HP-Desktop Tower
Computers
    Windows 10 operating system
    2TB hard disk and 16GB RAM
    printers
    HP-M1307
    Does all in work
    Scanning, xerox and printing

· Approach for the design
According to the above LAN network, the Local Area Access Network (LAN) is right for the ABC educational institute because it can be easily connected to other office departments of the school. The proposed Local Area Network is easily scalable when there is a need for it to be expanded in the future. It connects the components of the institute’s network both internal and external through a secure wired connection for the manager, sales, trainers, finance and helpdesk for easy access and sharing of resources. All the needed devices are present in the network. The switch is placed at consecutive floors for better communication, to connect All the needed networking devices shown in the Local Area Network (LAN). There are additional five virtual LANs created on every switch for the school departments. Virtual LANs is created on switch_1 and made as the VTP server, were as all other switches reflects the VLan configuration as all other switches are in VTP Client mode. Vlan 7 is created for Manager, Vlan 10 is created for sales, Vlan 20 is created for trainers, Vlan 30 is created for finance, Vlan 40 is created for helpdesk.
Assignment 1b
· Detailed network layout
Detailed network layout analysis of the requirements of ABC Educational Institute
· Ip address solution
    Device Name
    Interface Name
    IP Address
    Subnet Mask
    Cloud / Internet
    S0/3/0
    10.10.10.1
    255.255.255.252
    Router 1
    S0/3/0
    10.10.10.2
    255.255.255.252
    Router 1
    G0/0
    No Ip address
    (Only no shutdown)
    Router 1
    G0/0.7
    192.168.1.1
    255.255.255.224
    Router 1
    G0/0.10
    192.168.1.33
    255.255.255.224
    Router 1
    G0/0.20
    192.168.1.65
    255.255.255.224
    Router 1
    G0/0.30
    192.168.1.97
    255.255.255.224
    Router 1
    G0/0.40
    192.168.1.129
    255.255.255.224
· VLAN Ip address configurations
    VLAN
    device
    Valid Ip address range
    Subnet mask
    Default mask
    7
    PC & printer
    192.168.1.1 - 192.168.1.30
    255.255.255.224
    192.168.1.1
    10
    PCs
    192.168.1.33 - 192.168.1.62
    255.255.255.224
    192.168.1.33
    20
    PCs
    192.168.1.65 - 192.168.1.94
    255.255.255.224
    192.168.1.65
    30
    PC,Printer Server
    192.168.1.97 - 192.168.1.126
    255.255.255.224
    192.168.1.96
    40
    PC
    192.168.1.129 - 192.168.1.158
    255.255.255.224
    192.168.1.128
· Network device configurations
· School_ROUTER configuration
SCHOOL_ROUTER#sh running-config
Building configuration...
Current configuration : 2168 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname SCHOOL_ROUTER
!
!
!
!
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.1.33
ip dhcp excluded-address 192.168.1.65
ip dhcp excluded-address 192.168.1.97
ip dhcp excluded-address 192.168.1.129
!
ip dhcp pool manager
network 192.168.1.0 255.255.255.224
default-router 192.168.1.1
domain-name manager.com
ip dhcp pool sales
network 192.168.1.32 255.255.255.224
default-router 192.168.1.33
domain-name sales.com
ip dhcp pool trainers
network 192.168.1.64 255.255.255.224
default-router 192.168.1.65
domain-name trainers.com
ip dhcp pool finance
network 192.168.1.96 255.255.255.224
default-router 192.168.1.97
domain-name finance.com
ip dhcp pool helpdesk
network 192.168.1.128 255.255.255.224
default-router 192.168.1.129
domain-name helpdesk.com
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO2911/K9 sn FTX1524PA52-
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.7
encapsulation dot1Q 7
ip address 192.168.1.1 255.255.255.224
!
interface GigabitEthernet0/0.10
encapsulation dot1Q 10
ip address 192.168.1.33 255.255.255.224
!
interface GigabitEthernet0/0.20
encapsulation dot1Q 20
ip address 192.168.1.65 255.255.255.224
!
interface GigabitEthernet0/0.30
encapsulation dot1Q 30
ip address 192.168.1.97 255.255.255.224
!
interface GigabitEthernet0/0.40
encapsulation dot1Q 40
ip address 192.168.1.129 255.255.255.224
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/3/0
description CONNECTED TO THE CLOUD / INTERNET
ip address 10.10.10.2 255.255.255.252
!
interface Serial0/3/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.10.10.1
!
ip flow-export version 9
!
!
!
no cdp run
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end
· Switch configuration
SWITCH_1#SHow RUnning-config
Building configuration...
Current configuration : 1820 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here
April
January
February
March
April
May
June
July
August
September
October
November
December
2025
2025
2026
2027
SunMonTueWedThuFriSat
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
00:00
00:30
01:00
01:30
02:00
02:30
03:00
03:30
04:00
04:30
05:00
05:30
06:00
06:30
07:00
07:30
08:00
08:30
09:00
09:30
10:00
10:30
11:00
11:30
12:00
12:30
13:00
13:30
14:00
14:30
15:00
15:30
16:00
16:30
17:00
17:30
18:00
18:30
19:00
19:30
20:00
20:30
21:00
21:30
22:00
22:30
23:00
23:30