Question? Call Us  +1 (817) 546-4770

MN503 Overview Of Internetworking For Functional Requirements

Academic Anxiety?

Get an original paper within hours and nail the task

156 experts online

Free Samples

MN503 Overview Of Internetworking For Functional Requirements

.cms-body-content table{width:100%!important;} #subhidecontent{ position: relative;
overflow-x: auto;
width: 100%;}

MN503 Overview Of Internetworking For Functional Requirements

0 Download9 Pages / 2,170 Words

Course Code: MN503
University: Melbourne Institute Of Technology

MyAssignmentHelp.com is not sponsored or endorsed by this college or university

Country: Australia

Questions:
This assignment is designed to assess students’ knowledge and skills related to the following learning outcomes:
1. Analyse and report on the current and future state of the internetworking infrastructure and its applications.2. Implement a process to support the administration and management of internetworking. 
Answer:
Project Scope
In this project we will be providing a network design to Malcom Technologies. Malcom Technologies is an upcoming business enterprises that is a main distributor of wheel-bearings. This is not only attributed its hard working marketing and sales team, but also quality services they offer their customers. Due to increased growth, Malcom Technologies management has decided to redesign its network infrastructure in support of its business activities.
Project non-functional and functional requirements.
Non-functional requirement refers to those requirements that will specify the criteria that is used to provide a judgement of operations of a system. For our network project design, the following are the non-functional requirements:
Scalability: our designed network should be scalable in a manner that in case of a need of expansion, the expansion should be done without any form of interruptions to the current network structure.
Performance: the performance of our designed network should have a high work performance without laxity in the network flow.
Reliability: the designed network will be reliable and minimal downtimes will be experienced.
Functional requirements are the requirements that defines what the system should perform. For instance, in our network design, the designed network should be able to do the following as described by the administration:
Engineering and sales department should have access to print services
Finance, Human Resource and Admin departments should have access to all network infrastructure resources.
Sales and engineering should not access finance department at no single time. 
Hardware requirements

Item name

Features

How much required

Justification

Cost in US Dollar

Firewall

Model: Sophos xg

1

Sophos firewall will be used to filter both incoming and outgoing traffic

2420.54

Router

 Interface Card Slots: 4. each supports HWIC, WIC, and VWIC type modules.
 Fixed USB 1.1 Ports : 2
DRAM: 512 MB
Compact Flash: 64 MB
ü  Network slot module : 1
 

One

The router will enable communication between the VLANS. In addition, it routes information to and fro the network

1591

Server

Processor core: 28
Processor speed:3.6 GHz
Processor family: Intel
Processors number: 2
Memory slots: 20 DIMM
Maximum Memory: 2TB, 128 GB DDR# RAM
Cache level: L3 38.50
Network controller: HPE 1 GB 321i 4 adapter-ports

1

The server will be used for hosting DNS, DHCP, Print and file sharing services

26644

Wireless router

DRAM : 512 MB
LAN interface: 4 fast Ethernet ports.
Mini-USB port: 1
Auxiliary port: RJ 45 Single Port
Model: Cisco router 3500 series.
WAN interface: 1 gigabit Ethernet 0 and 1 Serial interfaces
Flash memory: 256 MB
 

2

Wireless handheld devices will be supported with the wireless router to access the internet

65*2=130

Switch

Flash memory: 64 MB
Model: Cisco Switch 2900 series
RJ 45 ports: 48
DRAM: 128 MB
 

3

Switches are required for the expansion of the network

2481*3=7543

IP Addressing

Area

IP address range

Sub netmask

Engineering Department

172.16.6.1 – 172.16.6.254

255.255.255.0

Admin department

172.16.2.1 – 172.16.2.254

255.255.255.0

Sales Department

172.16.5.1 – 172.16.5.254

255.255.255.0

HR department

172.16.3.1 – 172.16.3.254

255.255.255.0

Finance Department

172.16.4.1 – 172.16.4.254

255.255.255.0

User Centric design
The network design being developed will based on UCA approach, for instance our designed network will be simple and easy to learn.
Network topology
Router configuration
Router>
Router>ena
Router#confi ter
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#username admin123 pass admin123
Router(config)#service password-encryption
Router(config)#enabl se admin123
Router(config)#banner motd !You are in our Core Router!
Router(config)#line vty 0 4
Router(config-line)#password admin123
Router(config-line)#logg synchronous
Router(config-line)#login
Router(config-line)#line c 0
Router(config-line)#pass admin123
Router(config-line)#logi
Router(config-line)#logg sy
Router(config-line)#exi
Router(config)#inter fa0/0
Router(config-if)#no shut
Router(config-if)#description This is the physical interface, no need for IP address
Router(config-if)#inter f0/0.2
Router(config-subif)#ip add 172.16.2.2 255.255.0.0
Router(config-subif)#no ip add 172.16.2.2 255.255.0.0
Router(config-subif)#ip add 172.16.2.1 255.255.0.0
Router(config-subif)#inter fa0/0.3
Router(config-subif)#ip add 172.16.3.1 255.255.0.0
172.16.0.0 overlaps with FastEthernet0/0.2
Router(config-subif)#inter f0/0.2
Router(config-subif)#ip add 172.16.2.1 255.255.255.0
Router(config-subif)#inter fa0/0.3
Router(config-subif)#ip add 172.16.3.1 255.255.255.0
Router(config-subif)#inter fa0/0.4
Router(config-subif)#ip add 172.16.4.1 255.255.255.0
Router(config-subif)#inter fa0/0.5
Router(config-subif)#ip add 172.16.5.1 255.255.255.0
Router(config-subif)#inter fa0/0.6
Router(config-subif)#ip add 172.16.6.1 255.255.255.0
Router(config-subif)#ena
Router(config-subif)#encapsulation dot1q 6
Router(config-subif)#inter fa0/0.5
Router(config-subif)#encapsulation dot1q 5
Router(config-subif)#inter fa0/0.4
Router(config-subif)#encapsulation dot1q 4
Router(config-subif)#inter fa0/0.3
Router(config-subif)#encapsulation dot1q 3
Router(config-subif)#inter fa0/0.2
Router(config-subif)#encapsulation dot1q 2
Router(config-subif)#exi
Router(config)#end
Router#copy run start
 [OK]
[4], [5]  
Switch 2 configuration
Switch>ena
Switch#confi ter
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#inter ra f0/1-3
Switch(config-if-range)#switchport mode trunk
Switch(config-if-range)#switchport trunk encapsulation dot1q
Switch(config-if-range)#exi
Switch(config)#inter f0/1
Switch(config-if)#switchport trunk allowed vlan all  
Switch(config-if)#inter f0/2
Switch(config-if)#switchport trunk allowed vlan all  
Switch(config-if)#inter f0/3
Switch(config-if)#switchport trunk allowed vlan all  
Switch(config-if)#inter fa0/4
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 4
Switch(config-if)#inter fa0/5
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 5
% Access VLAN does not exist. Creating vlan 5 
Switch(config-if)#inter f0/6
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 6
% Access VLAN does not exist. Creating vlan 6 
Switch(config-if)#end
Switch#copy run star 
Switch 1 configuration
Switch>ena
Switch#conf ter
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#inter fa0/1
Switch(config-if)#switchport mode tr
Switch(config-if)#swi trunk encapsulation dot1q
Switch(config-if)#switchport trunk allowed vlan all
Switch(config-if)#exi
Switch(config)#inter f0/2
Switch(config-if)#switchport mode acc
Switch(config-if)#switchport access vlan 3
Switch(config-if)#inter f0/3
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 2
% Access VLAN does not exist. Creating vlan 2
Switch(config-if)#inter f0/4
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 2
Switch(config-if)#end
Switch#copy run start
 [OK]  
[6]
Configuration of switch 3
Switch>
Switch>ena
Switch#confi ter
Switch(config)#inter f0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#switchport trunk encapsulation dot1q
Switch(config-if)#switchport trunk allowed vlan all
Switch(config-if)#inter f0/2
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 6
Switch(config-if)#inter fa0/3
Switch(config-if)#switchport mode acc
Switch(config-if)#switchport access vlan 2
Switch(config-if)#end
Switch#copy run star
DHCP configuration
DHCP will be done on the router. The commands are issued on the router
Router#
Router#
Router#ena
Router#conf ter
Router(config)#service dhcp
Router(config)#ip dhcp excluded-address 172.16.2.1 172.16.2.10
Router(config)#ip dhcp pool malcom
Router(dhcp-config)#network 172.16.2.0 255.255.255.0
Router(dhcp-config)#leas 2 12 45
Router(dhcp-config)#default-router 172.16.2.1
Router(dhcp-config)#domain-name malcom.com
Router(dhcp-config)#end
Router#copy run star  
Security
We will be using access lists to provide security for our network. In addition, Sophos firewall device will be deployed to filter the incoming and outgoing traffic.
Access list commands are as issued below:
 Router>ena
Password:
Router#confi ter
Router(config)#access-list 117 deny tcp 172.16.5.0 0.0.0.255 172.16.4.0 0.0.0.255
Router(config)#access-list 117 deny tcp 172.16.6.0 0.0.0.255 172.16.4.0 0.0.0.255
Router(config)#access-list 117 permit tcp any any  
Router(config)#inter fa0/0
Router(config-if)#ip access-group 117 in 
Steps to configure wireless router

Open the Access Point’s web-based setup page. Access it by entering in your browse default IP ie 192.168.0.1. Press “Enter”.
In the web-page setup, click ‘Wireless’.

Enter network Name SSID. For instance Malcom_WiFi. Note that Broadcast SSID should be enabled.

Click “Wireless Security”. Pick desired security type.
Enter secret word in “Passphrase” field.
In the “internet setup”, type default gateway, one of the LAN IP addresses and dns server address.  

In the “Network Setup Area”, type Local Area Network IP address which will be the default gateway to PCs, Enable the DHCP server, type the “Start IP Address”.
Click “Save Settings”.

Assigning IP address to client with aid of DHCP
C:>ipconfig /ip dhcp
%DHCP-6-ADDRESS_ASSIGN: Interface Ethernet0 assigned DHCP address 172.16.2.11, mask 255.255.255.0, hostname C:
Assigning IP address to client Machine
C:>ipconfig /ip 172.16.2.2 255.255.255.0
C:>ipconfig /dg 172.16.2.1
Demonstration of dynamic issued IP address
C:>ipconfig /all
        Connection-specific DNS Suffix  . : malcom.com
        IP Address. . . . . . . . . . . . : 172.16.2.11
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 172.16.2.1
    Description . . . . . . . . . . . : Realtek RTL8139/810X Family PCI FastEthernet NIC
    Physical Address. . . . . . . . . : 000C.8741.9931
    DHCP Enabled. . . . . . . . . . . : Yes
    Link-local IPv6 Address . . . . . : FE80::20C:87FF:FE41:9931%1
    DHCPv6 IAID . . . . . . . . . . . : 53808830769 
Demonstration
To demonstrate the working of our network, we are going to ping client devices from different departments
Ping from admin department to HR department 
C:>ping 172.16.3.2 
Pinging 172.16.3.2 with 32 bytes of data:
Reply from 172.16.3.2: bytes=32 time=65ms TTL=241
Reply from 172.16.3.2: bytes=32 time=60ms TTL=241
Reply from 172.16.3.2: bytes=32 time=69ms TTL=241
Reply from 172.16.3.2: bytes=32 time=65ms TTL=241
Reply from 172.16.3.2: bytes=32 time=60ms TTL=241
 
Ping statistics for 172.16.3.2:
     Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
     Minimum = 60ms, Maximum =  69ms, Average =  64ms 
Ping from admin department to finance department device
C:>ping 172.16.4.2 
Pinging 172.16.4.2 with 32 bytes of data:
Reply from 172.16.4.2: bytes=32 time=72ms TTL=241
Reply from 172.16.4.2: bytes=32 time=59ms TTL=241
Reply from 172.16.4.2: bytes=32 time=48ms TTL=241
Reply from 172.16.4.2: bytes=32 time=63ms TTL=241
Reply from 172.16.4.2: bytes=32 time=55ms TTL=241 
Ping statistics for 172.16.4.2:
     Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
     Minimum = 48ms, Maximum =  72ms, Average =  59ms 
Ping from admin department to sales department device
C:>ping 172.16.5.2 
Pinging 172.16.5.2 with 32 bytes of data:
Reply from 172.16.5.2: bytes=32 time=51ms TTL=241
Reply from 172.16.5.2: bytes=32 time=69ms TTL=241
Reply from 172.16.5.2: bytes=32 time=51ms TTL=241
Reply from 172.16.5.2: bytes=32 time=53ms TTL=241
Reply from 172.16.5.2: bytes=32 time=55ms TTL=241 
Ping statistics for 172.16.5.2:
     Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
     Minimum = 51ms, Maximum =  69ms, Average =  56ms 
Ping from admin department device to engineering device
C:>ping 172.16.6.2  
Pinging 172.16.6.2 with 32 bytes of data:
Reply from 172.16.6.2: bytes=32 time=57ms TTL=241
Reply from 172.16.6.2: bytes=32 time=50ms TTL=241
Reply from 172.16.6.2: bytes=32 time=71ms TTL=241
Reply from 172.16.6.2: bytes=32 time=50ms TTL=241
Reply from 172.16.6.2: bytes=32 time=64ms TTL=241 
Ping statistics for 172.16.6.2:
     Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
     Minimum = 50ms, Maximum =  71ms, Average =  58ms 
Executive summary
Our network designed above can be handed over to Malcom Technologies. The design was mainly human centred design where we did the design on the basis of human use. It is kept simple and not complicated nor with a lot of jargon.
The configurations in our devices are kept simple and easy to understand. Additionally, comments are included to enable whoever is studying the network should not find it difficult. The devices are configured in Netsim Boson simulation software. Configured devices include the following together with their configurations:
Router- router is configured with Router-On-a-stick technology to enable inter-vlan communication.
For our server, we use windows server 2012R to host our DHCP and DNS server services.  We opt for windows server 2012 R version as it is not complicated and supports the latest technology. This technology more so, supports virtual interfaces to allow more devices to appear as if they are directly connected to the router.
The switches are configured with five vlans.  Each vlan represent a department. Vlans are virtual LANs that support segmentation of a network in logical manner.
Wireless access points in our topology are used to support wireless handheld computing devices for them to access the internet.
In our network design, we assume our ISP provided address is class B address that we use for IP addressing. We therefore subnet into five subnets each subnet hosting a maximum of 254 devices. 
References

[1]

P. Ciccarelli, ‎. Faulkner and ‎. FitzGerald, Introduction to Networking Basics, Hoboken: John Wiley & Sons, 2012.

[2]

T. Szigeti, ‎. Hattingh and ‎. Barton, End-to-End QoS Network Design: Quality of Service for Rich-Media & Cloud, Indinapolis: Cisco Press, 2013.

[3]

S. Noble, Building Modern Networks, Birmingham: Packt Publishing Ltd, 2017.

[4]

Kavian and Y. S., Intelligent Systems for Optical Networks Design: Advancing Techniques, Hershey: IGI Global, 2013.

[5]

M. Jacot, ‎. Jacot and ‎. Bali, Advanced Tuning for JD Edwards EnterpriseOne Implementations, New York City: McGraw Hill Professional, 2013 .

[6]

T. Lammle and ‎. Montgomery, CCNA Data Center: Introducing Cisco Data Center Technologies Study Guide, Hoboken: John Wiley & Sons, 2016 .

[7]

M. Duggan, Cisco CCIE Routing and Switching v5.0 Configuration and Troubleshooting, Indiana Polis: Cisco Press, 2014.

[8]

G. Tomsho, MCSA Guide to Networking with Windows Server 2016, Exam 70-741, Boston: Cengage Learning, 2017.

[9]

TP-Link, “How to Setup a TP-Link WiFi Router,” 23 September 2018. [Online]. Available: https://www.youtube.com/watch?v=k9zyKOI-AGs.

[10]

R. Nobel, ‎. Ziliotto and ‎. Lovison, CCIE Wireless Exam (350-050) Quick Reference: CCIE Wirel Quick Ref ePub _1, Indianapolis: Cisco Press, 2012.

 

Free Membership to World’s Largest Sample Bank

To View this & another 50000+ free samples. Please put
your valid email id.

E-mail

Yes, alert me for offers and important updates

Submit 

Download Sample Now

Earn back the money you have spent on the downloaded sample by uploading a unique assignment/study material/research material you have. After we assess the authenticity of the uploaded content, you will get 100% money back in your wallet within 7 days.

UploadUnique Document

DocumentUnder Evaluation

Get Moneyinto Your Wallet

Total 9 pages

PAY 6 USD TO DOWNLOAD

*The content must not be available online or in our existing Database to qualify as
unique.

Cite This Work
To export a reference to this article please select a referencing stye below:

APA
MLA
Harvard
OSCOLA
Vancouver

My Assignment Help. (2021). Overview Of Internetworking For Functional Requirements. Retrieved from https://myassignmenthelp.com/free-samples/mn503-overview-of-internetworking-for-functional-requirements/network-structure.html.

“Overview Of Internetworking For Functional Requirements.” My Assignment Help, 2021, https://myassignmenthelp.com/free-samples/mn503-overview-of-internetworking-for-functional-requirements/network-structure.html.

My Assignment Help (2021) Overview Of Internetworking For Functional Requirements [Online]. Available from: https://myassignmenthelp.com/free-samples/mn503-overview-of-internetworking-for-functional-requirements/network-structure.html[Accessed 18 December 2021].

My Assignment Help. ‘Overview Of Internetworking For Functional Requirements’ (My Assignment Help, 2021) accessed 18 December 2021.

My Assignment Help. Overview Of Internetworking For Functional Requirements [Internet]. My Assignment Help. 2021 [cited 18 December 2021]. Available from: https://myassignmenthelp.com/free-samples/mn503-overview-of-internetworking-for-functional-requirements/network-structure.html.

×
.close{position: absolute;right: 5px;z-index: 999;opacity: 1;color: #ff8b00;}

×

Thank you for your interest
The respective sample has been mail to your register email id

×

CONGRATS!
$20 Credited
successfully in your wallet.
* $5 to be used on order value more than $50. Valid for
only 1
month.

Account created successfully!
We have sent login details on your registered email.

User:

Password:

Are you looking for a top-rated ghostwriter to help you with your thesis paper? If you want a cheap essay writing service for your pending paper, then MyAssignmnethelp.com is your best bet. If you visit our website, you will find hundreds of personal statements examples suitable for the University you are aiming to get into. With our expert assistance, you can take your academic career to the next level.

Latest Management Samples

div#loaddata .card img {max-width: 100%;
}

MPM755 Building Success In Commerce
Download :
0 | Pages :
9

Course Code: MPM755
University: Deakin University

MyAssignmentHelp.com is not sponsored or endorsed by this college or university

Country: Australia

Answers:
Introduction
The process of developing a successful business entity requires a multidimensional analysis of several factors that relate to the internal and external environment in commerce. The areas covered in this current unit are essential in transforming the business perspective regarding the key commerce factors such as ethics, technology, culture, entrepreneurship, leadership, culture, and globalization (Nzelibe, 1996; Barza, 2…
Read
More

SNM660 Evidence Based Practice
Download :
0 | Pages :
8

Course Code: SNM660
University: The University Of Sheffield

MyAssignmentHelp.com is not sponsored or endorsed by this college or university

Country: United Kingdom

Answers:
Critical reflection on the objective, design, methodology and outcome of the research undertaken Assessment-I
Smoking and tobacco addiction is one of the few among the most basic general restorative issues, particularly to developed nations such as the UK. It has been represented that among all risk segments smoking is the fourth driving purpose behind infections and other several ailments like asthma, breathing and problems in the l…
Read
More
Tags:
Australia Maidstone Management Business management with marketing University of New South Wales Masters in Business Administration 

BSBHRM513 Manage Workforce Planning
Download :
0 | Pages :
20

Course Code: BSBHRM513
University: Tafe NSW

MyAssignmentHelp.com is not sponsored or endorsed by this college or university

Country: Australia

Answer:
Task 1
1.0 Data on staff turnover and demographics
That includes the staffing information of JKL industries for the fiscal year of 2014-15, it can be said that the company is having problems related to employee turnover. For the role of Senior Manager in Sydney, the organization needs 4 managers; however, one manager is exiting. It will make one empty position which might hurt the decision making process. On the other hand, In Brisba…
Read
More

MKT2031 Issues In Small Business And Entrepreneurship
Download :
0 | Pages :
5

Course Code: MKT2031
University: University Of Northampton

MyAssignmentHelp.com is not sponsored or endorsed by this college or university

Country: United Kingdom

Answer:
Entrepreneurial ventures
Entrepreneurship is the capacity and willingness to develop, manage, and put in order operations of any business venture with an intention to make profits despite the risks that may be involved in such venture. Small and large businesses have a vital role to play in the overall performance of the economy. It is, therefore, necessary to consider the difference between entrepreneurial ventures, individual, and c…
Read
More
Tags:
Turkey Istanbul Management University of Employee Masters in Business Administration 

MN506 System Management
Download :
0 | Pages :
7

Course Code: MN506
University: Melbourne Institute Of Technology

MyAssignmentHelp.com is not sponsored or endorsed by this college or university

Country: Australia

Answer:
Introduction
An operating system (OS) is defined as a system software that is installed in the systems for the management of the hardware along with the other software resources. Every computer system and mobile device requires an operating system for functioning and execution of operations. There is a great use of mobile devices such as tablets and Smartphones that has increased. One of the widely used and implemented operating syste…
Read
More
Tags:
Australia Cheltenham Computer Science Litigation and Dispute Management University of New South Wales Information Technology 

Next

Need an essay written specifically to meet your requirements?

Choose skilled experts on your subject and get an original paper within your deadline

156 experts online

Your time is important. Let us write you an essay from scratch

Tips and Tricks from our Blog

PROJ6016 Employer Based Project

Free Samples PROJ6016 Employer Based Project .cms-body-content table{width:100%!important;} #subhidecontent{ position: relative; overflow-x: auto; width: 100%;} PROJ6016 Employer

Read More »

PPMP20009 Marking Rubric

Free Samples PPMP20009 Marking Rubric .cms-body-content table{width:100%!important;} #subhidecontent{ position: relative; overflow-x: auto; width: 100%;} PPMP20009 Marking Rubric

Read More »