Network Infrastructure and IP Addressing
VerifiedAdded on 2023/01/04
|27
|3894
|1
AI Summary
This document provides a report with details of the network design and configuration for company ABC. It includes information on the network infrastructure, IP addressing, and routing protocols.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
Running head: NETWORK INFRASTRUCTURE AND IP ADDRESSING
Network Infrastructure and IP Addressing
Muhammad Abdullah (201703234)
Name of the University
Author Note
Network Infrastructure and IP Addressing
Muhammad Abdullah (201703234)
Name of the University
Author Note
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
1
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Task A: Report with details of Network Design and Configuration
Requirements
The network of the company ABC, is to consist of 3 routers, each of which serving a
particular network with a full subnet dedicated to them.
The network connects the workstations present in the networks segments through their
specific switches.
The network should be able to facilitate network communications between the different
network segments through any kind of routing protocol.
Logical Design
Figure 1: Network Design Diagram of company ABC
Justification
The network design as can be found from the logical design presented above shows the
network of the company ABC. Effective routing protocols and IP address configuration for
the different network segments through the routers and switches ensure that the links to these
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Task A: Report with details of Network Design and Configuration
Requirements
The network of the company ABC, is to consist of 3 routers, each of which serving a
particular network with a full subnet dedicated to them.
The network connects the workstations present in the networks segments through their
specific switches.
The network should be able to facilitate network communications between the different
network segments through any kind of routing protocol.
Logical Design
Figure 1: Network Design Diagram of company ABC
Justification
The network design as can be found from the logical design presented above shows the
network of the company ABC. Effective routing protocols and IP address configuration for
the different network segments through the routers and switches ensure that the links to these
2
NETWORK INFRASTRUCTURE AND IP ADDRESSING
networks are up and running. The configuration also allows for transmission of data packets
from one host device of a network segment to the host device of another network segment as
also within the same network segment.
Task 1
a. NET-A:
Network/Subnet ____NET-A________________________________
Network Address ___192.168.134.0___________________________
Broadcast Address __192.168.134.255_________________________
Valid host range ____192.168.134.1 – 192.168.134.254___________
b. NET-B:
Network/Subnet _____NET-B_______________________________
Network Address ___10.10.134.0____________________________
Broadcast Address __10.10.134.255__________________________
Valid host range ____10.10.134.1 – 10.10.134.254_______________
c. NET-C:
Network/Subnet _____NET-C_______________________________
Network Address ___172.16.134.0____________________________
Broadcast Address __172.16.134.255__________________________
Valid host range ____172.16.134.1 – 172.16.134.254_____________
d. RA – RB subnet __192.168.0.254 – 192.168.0.253_____________
RB – RC subnet __192.168.1.249 – 192.168.1.250_____________
NETWORK INFRASTRUCTURE AND IP ADDRESSING
networks are up and running. The configuration also allows for transmission of data packets
from one host device of a network segment to the host device of another network segment as
also within the same network segment.
Task 1
a. NET-A:
Network/Subnet ____NET-A________________________________
Network Address ___192.168.134.0___________________________
Broadcast Address __192.168.134.255_________________________
Valid host range ____192.168.134.1 – 192.168.134.254___________
b. NET-B:
Network/Subnet _____NET-B_______________________________
Network Address ___10.10.134.0____________________________
Broadcast Address __10.10.134.255__________________________
Valid host range ____10.10.134.1 – 10.10.134.254_______________
c. NET-C:
Network/Subnet _____NET-C_______________________________
Network Address ___172.16.134.0____________________________
Broadcast Address __172.16.134.255__________________________
Valid host range ____172.16.134.1 – 172.16.134.254_____________
d. RA – RB subnet __192.168.0.254 – 192.168.0.253_____________
RB – RC subnet __192.168.1.249 – 192.168.1.250_____________
3
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Net A subnet mask __255.255.255.0________________________
Fill the following table with the corresponding IP address.
Device Interface IP Address/Subnet
Mask
D/Gatewaay
RA Fa0/0 192.168.134.1 To NET A
Se2/0 192.168.0.254 To RB
RB Fa0/0 10.10.134.1 To NET B
Se2/0 192.168.0.253 To RA
Se3/0 192.168.1.249 To RC
RC Fa0/0 172.16.134.1 To NET C
Se2/0 192.168.1.250 To RB
Configure router RA interfaces:
RA(config)#:int F0/0_no shutdown__________________________________
RA(config-if)#:_ip address 192.168.134.1 255.255.255.0________________
RA(config-if)#:_exit_____________________________________________
RA(config)#:int Se2/0_no shutdown________________________________
RA(config-if)#:_ip address 192.168.0.254 255.255.255.252______________
RA(config-if)#:_exit_____________________________________________
Configure Routing Protocol
Provide commands to enable any routing commands (student’s choice) in RA?
RA(config)#:_router rip__________________________________________
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Net A subnet mask __255.255.255.0________________________
Fill the following table with the corresponding IP address.
Device Interface IP Address/Subnet
Mask
D/Gatewaay
RA Fa0/0 192.168.134.1 To NET A
Se2/0 192.168.0.254 To RB
RB Fa0/0 10.10.134.1 To NET B
Se2/0 192.168.0.253 To RA
Se3/0 192.168.1.249 To RC
RC Fa0/0 172.16.134.1 To NET C
Se2/0 192.168.1.250 To RB
Configure router RA interfaces:
RA(config)#:int F0/0_no shutdown__________________________________
RA(config-if)#:_ip address 192.168.134.1 255.255.255.0________________
RA(config-if)#:_exit_____________________________________________
RA(config)#:int Se2/0_no shutdown________________________________
RA(config-if)#:_ip address 192.168.0.254 255.255.255.252______________
RA(config-if)#:_exit_____________________________________________
Configure Routing Protocol
Provide commands to enable any routing commands (student’s choice) in RA?
RA(config)#:_router rip__________________________________________
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
4
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RA(config-router)#:_network 192.168.134.0__________________________
RA(config-router)#:_network 192.168.0.0____________________________
RA(config-router)#:_network 10.0.0.0_______________________________
RA(config-router)#:_network 192.168.1.0____________________________
RA(config-router)#:_network 172.16.0.0_____________________________
Provide commands to enable routing protocol in RB (same protocol configured in RA)?
RB(config)#:_router rip__________________________________________
RB(config-router)#:_network 192.168.134.0__________________________
RB(config-router)#:_network 192.168.0.0____________________________
RB(config-router)#:_network 10.0.0.0_______________________________
RB(config-router)#:_network 192.168.1.0____________________________
RB(config-router)#:_network 172.16.0.0_____________________________
Provide commands to enable routing protocol in RC (same protocol configured
in RA)?
RC(config)#:_router rip__________________________________________
RC(config-router)#:_network 192.168.134.0__________________________
RC(config-router)#:_network 192.168.0.0____________________________
RC(config-router)#:_network 10.0.0.0_______________________________
RC(config-router)#:_network 192.168.1.0____________________________
RC(config-router)#:_network 172.16.0.0_____________________________
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RA(config-router)#:_network 192.168.134.0__________________________
RA(config-router)#:_network 192.168.0.0____________________________
RA(config-router)#:_network 10.0.0.0_______________________________
RA(config-router)#:_network 192.168.1.0____________________________
RA(config-router)#:_network 172.16.0.0_____________________________
Provide commands to enable routing protocol in RB (same protocol configured in RA)?
RB(config)#:_router rip__________________________________________
RB(config-router)#:_network 192.168.134.0__________________________
RB(config-router)#:_network 192.168.0.0____________________________
RB(config-router)#:_network 10.0.0.0_______________________________
RB(config-router)#:_network 192.168.1.0____________________________
RB(config-router)#:_network 172.16.0.0_____________________________
Provide commands to enable routing protocol in RC (same protocol configured
in RA)?
RC(config)#:_router rip__________________________________________
RC(config-router)#:_network 192.168.134.0__________________________
RC(config-router)#:_network 192.168.0.0____________________________
RC(config-router)#:_network 10.0.0.0_______________________________
RC(config-router)#:_network 192.168.1.0____________________________
RC(config-router)#:_network 172.16.0.0_____________________________
5
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Detailed configuration commands for all routers and switches
Configuration of Router RA
Router0>enable
Router0#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router0(config)#hostname RA
RA(config)#interface FastEthernet0/0
RA(config-if)#no shutdown
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Detailed configuration commands for all routers and switches
Configuration of Router RA
Router0>enable
Router0#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router0(config)#hostname RA
RA(config)#interface FastEthernet0/0
RA(config-if)#no shutdown
6
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RA(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to
up
RA(config-if)#ip address 192.168.134.1 255.255.255.0
RA(config-if)#
RA(config-if)#exit
RA(config)#interface Serial2/0
RA(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
RA(config-if)#ip address 192.168.0.254 255.255.255.252
RA(config-if)#
RA(config-if)#exit
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RA(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to
up
RA(config-if)#ip address 192.168.134.1 255.255.255.0
RA(config-if)#
RA(config-if)#exit
RA(config)#interface Serial2/0
RA(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
RA(config-if)#ip address 192.168.0.254 255.255.255.252
RA(config-if)#
RA(config-if)#exit
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
7
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RA(config-if)#
RA(config)#router rip
RA(config-router)#network 192.168.134.0
RA(config-router)#network 192.168.0.0
RA(config-router)#network 10.0.0.0
RA(config-router)#network 192.168.1.0
RA(config-router)#network 172.16.0.0
RA(config-router)#
RA(config-router)#exit
RA(config)#
RA(config)#^Z
RA#
%SYS-5-CONFIG_I: Configured from console by console
RA#wr
Building configuration...
[OK]
RA#
RA#
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RA(config-if)#
RA(config)#router rip
RA(config-router)#network 192.168.134.0
RA(config-router)#network 192.168.0.0
RA(config-router)#network 10.0.0.0
RA(config-router)#network 192.168.1.0
RA(config-router)#network 172.16.0.0
RA(config-router)#
RA(config-router)#exit
RA(config)#
RA(config)#^Z
RA#
%SYS-5-CONFIG_I: Configured from console by console
RA#wr
Building configuration...
[OK]
RA#
RA#
8
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RA con0 is now available
Press RETURN to get started.
Configuration of Router RB
Router1>enable
Router1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RA con0 is now available
Press RETURN to get started.
Configuration of Router RB
Router1>enable
Router1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
9
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Router1 (config)#hostname RB
RB(config)#interface FastEthernet0/0
RB(config-if)#no shutdown
RB(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to
up
RB(config-if)#ip address 10.10.134.1 255.255.255.0
RB(config-if)#
RB(config-if)#exit
RB(config)#interface Serial2/0
RB(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Router1 (config)#hostname RB
RB(config)#interface FastEthernet0/0
RB(config-if)#no shutdown
RB(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to
up
RB(config-if)#ip address 10.10.134.1 255.255.255.0
RB(config-if)#
RB(config-if)#exit
RB(config)#interface Serial2/0
RB(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
10
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RB(config-if)#ip address 192.168.0.253 255.255.255.252
RB(config-if)#
RB(config-if)#exit
RB(config)#interface Serial3/0
RB(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial3/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
RB(config-if)#ip address 192.168.1.249 255.255.255.252
RB(config-if)#
RB(config-if)#exit
RB(config-if)#
RB(config)#router rip
RB(config-router)#network 192.168.134.0
RB(config-router)#network 192.168.0.0
RB(config-router)#network 10.0.0.0
RB(config-router)#network 192.168.1.0
RB(config-router)#network 172.16.0.0
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RB(config-if)#ip address 192.168.0.253 255.255.255.252
RB(config-if)#
RB(config-if)#exit
RB(config)#interface Serial3/0
RB(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial3/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
RB(config-if)#ip address 192.168.1.249 255.255.255.252
RB(config-if)#
RB(config-if)#exit
RB(config-if)#
RB(config)#router rip
RB(config-router)#network 192.168.134.0
RB(config-router)#network 192.168.0.0
RB(config-router)#network 10.0.0.0
RB(config-router)#network 192.168.1.0
RB(config-router)#network 172.16.0.0
11
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RB(config-router)#
RB(config-router)#exit
RB(config)#
RB(config)#^Z
RB#
%SYS-5-CONFIG_I: Configured from console by console
RB#wr
Building configuration...
[OK]
RB#
RB#
RB con0 is now available
Press RETURN to get started.
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RB(config-router)#
RB(config-router)#exit
RB(config)#
RB(config)#^Z
RB#
%SYS-5-CONFIG_I: Configured from console by console
RB#wr
Building configuration...
[OK]
RB#
RB#
RB con0 is now available
Press RETURN to get started.
12
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Configuration of Router RC
Router2>enable
Router2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router2(config)#hostname RC
RC(config)#interface FastEthernet0/0
RC(config-if)#no shutdown
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Configuration of Router RC
Router2>enable
Router2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router2(config)#hostname RC
RC(config)#interface FastEthernet0/0
RC(config-if)#no shutdown
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
13
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RC(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to
up
RC(config-if)#ip address 172.16.134.1 255.255.255.0
RC(config-if)#
RC(config-if)#exit
RC(config)#interface Serial2/0
RC(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
RC(config-if)#ip address 192.168.1.250 255.255.255.252
RC(config-if)#
RC(config-if)#exit
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RC(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to
up
RC(config-if)#ip address 172.16.134.1 255.255.255.0
RC(config-if)#
RC(config-if)#exit
RC(config)#interface Serial2/0
RC(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
RC(config-if)#ip address 192.168.1.250 255.255.255.252
RC(config-if)#
RC(config-if)#exit
14
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RC(config-if)#
RC(config)#router rip
RC(config-router)#network 192.168.134.0
RC(config-router)#network 192.168.0.0
RC(config-router)#network 10.0.0.0
RC(config-router)#network 192.168.1.0
RC(config-router)#network 172.16.0.0
RC(config-router)#
RC(config-router)#exit
RC(config)#
RC(config)#^Z
RC#
%SYS-5-CONFIG_I: Configured from console by console
RC#wr
Building configuration...
[OK]
RC#
RC#
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RC(config-if)#
RC(config)#router rip
RC(config-router)#network 192.168.134.0
RC(config-router)#network 192.168.0.0
RC(config-router)#network 10.0.0.0
RC(config-router)#network 192.168.1.0
RC(config-router)#network 172.16.0.0
RC(config-router)#
RC(config-router)#exit
RC(config)#
RC(config)#^Z
RC#
%SYS-5-CONFIG_I: Configured from console by console
RC#wr
Building configuration...
[OK]
RC#
RC#
15
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RC con0 is now available
Press RETURN to get started.
Configuration of Switch SW-A
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname SW-A
SW-A(config)#int fa0/1
SW-A(config-if)#switchport access VLAN 1
SW-A(config-if)#exit
SW-A(config)#int fa0/2
SW-A(config-if)#switchport access VLAN 1
SW-A(config-if)#exit
SW-A(config)#int fa0/3
SW-A(config-if)#switchport access VLAN 1
SW-A(config-if)#exit
SW-A(config)#^Z
SW-A#
NETWORK INFRASTRUCTURE AND IP ADDRESSING
RC con0 is now available
Press RETURN to get started.
Configuration of Switch SW-A
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname SW-A
SW-A(config)#int fa0/1
SW-A(config-if)#switchport access VLAN 1
SW-A(config-if)#exit
SW-A(config)#int fa0/2
SW-A(config-if)#switchport access VLAN 1
SW-A(config-if)#exit
SW-A(config)#int fa0/3
SW-A(config-if)#switchport access VLAN 1
SW-A(config-if)#exit
SW-A(config)#^Z
SW-A#
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
16
NETWORK INFRASTRUCTURE AND IP ADDRESSING
%SYS-5-CONFIG_I: Configured from console by console
SW-A#wr
Building configuration...
[OK]
SW-A#
SW-A#
Configuration of Switch SW-B
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname SW-B
SW-B(config)#int fa0/1
SW-B(config-if)#switchport access VLAN 1
SW-B(config-if)#exit
SW-B(config)#int fa0/2
SW-B(config-if)#switchport access VLAN 1
SW-B(config-if)#exit
SW-B(config)#int fa0/3
SW-B(config-if)#switchport access VLAN 1
NETWORK INFRASTRUCTURE AND IP ADDRESSING
%SYS-5-CONFIG_I: Configured from console by console
SW-A#wr
Building configuration...
[OK]
SW-A#
SW-A#
Configuration of Switch SW-B
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname SW-B
SW-B(config)#int fa0/1
SW-B(config-if)#switchport access VLAN 1
SW-B(config-if)#exit
SW-B(config)#int fa0/2
SW-B(config-if)#switchport access VLAN 1
SW-B(config-if)#exit
SW-B(config)#int fa0/3
SW-B(config-if)#switchport access VLAN 1
17
NETWORK INFRASTRUCTURE AND IP ADDRESSING
SW-B(config-if)#exit
SW-B(config)#^Z
SW-B#
%SYS-5-CONFIG_I: Configured from console by console
SW-B#wr
Building configuration...
[OK]
SW-B#
SW-B#
Configuration of Switch SW-C
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname SW-C
SW-C(config)#int fa0/1
SW-C(config-if)#switchport access VLAN 1
SW-C(config-if)#exit
SW-C(config)#int fa0/2
SW-C(config-if)#switchport access VLAN 1
NETWORK INFRASTRUCTURE AND IP ADDRESSING
SW-B(config-if)#exit
SW-B(config)#^Z
SW-B#
%SYS-5-CONFIG_I: Configured from console by console
SW-B#wr
Building configuration...
[OK]
SW-B#
SW-B#
Configuration of Switch SW-C
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname SW-C
SW-C(config)#int fa0/1
SW-C(config-if)#switchport access VLAN 1
SW-C(config-if)#exit
SW-C(config)#int fa0/2
SW-C(config-if)#switchport access VLAN 1
18
NETWORK INFRASTRUCTURE AND IP ADDRESSING
SW-C(config-if)#exit
SW-C(config)#int fa0/3
SW-C(config-if)#switchport access VLAN 1
SW-C(config-if)#exit
SW-C(config)#^Z
SW-C#
%SYS-5-CONFIG_I: Configured from console by console
SW-C#wr
Building configuration...
[OK]
SW-C#
SW-C#
NETWORK INFRASTRUCTURE AND IP ADDRESSING
SW-C(config-if)#exit
SW-C(config)#int fa0/3
SW-C(config-if)#switchport access VLAN 1
SW-C(config-if)#exit
SW-C(config)#^Z
SW-C#
%SYS-5-CONFIG_I: Configured from console by console
SW-C#wr
Building configuration...
[OK]
SW-C#
SW-C#
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
19
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Task B: Assume the IT department of ABC wants to adapt to virtualization
and cloud computing or hosting some of the organization application
servers. Discuss the following:
1. Propose two organizations that provides Cloud services for hosting the email
and web servers for the organization. Justify your answer by explaining the level
of services each company provides that suit the organization requirements.
Cloud based solutions
Two of the leading organizations which are responsible for providing cloud
computing as well as cloud storage services that are appropriate for the company ABC for
hosting of web or even email servers are the companies of Amazon and Microsoft
Corporation through their well acclaimed and time tested cloud solutions, namely – AWS or
Amazon Web Services and MS Azure from the respective companies.
Azure and AWS are both comprehensive cloud based solutions that work more or less
the same for most of the use cases. The network requirements and associated business
decisions of the company ABC are the primary criteria upon which a choice or preference on
one of the solutions can be determined. If one evaluates along the lines of how flexible the
computational as well as storage specific services are, the various network and budgeting
details along with the key abilities offered by these solutions remain the same. The public
cloud specific elements among Azure and AWS are known to be the following – self-service,
instant provisioning security, autoscaling, compliance, pay-as-u-go pricing and identity
access management.
The software development kit of Amazon Web Services when it comes to dealing
with PHP version 3 helps the developers with use of the AWS solution specifically for the set
of PHP codes in order to build solid as well as effective set of applications through the
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Task B: Assume the IT department of ABC wants to adapt to virtualization
and cloud computing or hosting some of the organization application
servers. Discuss the following:
1. Propose two organizations that provides Cloud services for hosting the email
and web servers for the organization. Justify your answer by explaining the level
of services each company provides that suit the organization requirements.
Cloud based solutions
Two of the leading organizations which are responsible for providing cloud
computing as well as cloud storage services that are appropriate for the company ABC for
hosting of web or even email servers are the companies of Amazon and Microsoft
Corporation through their well acclaimed and time tested cloud solutions, namely – AWS or
Amazon Web Services and MS Azure from the respective companies.
Azure and AWS are both comprehensive cloud based solutions that work more or less
the same for most of the use cases. The network requirements and associated business
decisions of the company ABC are the primary criteria upon which a choice or preference on
one of the solutions can be determined. If one evaluates along the lines of how flexible the
computational as well as storage specific services are, the various network and budgeting
details along with the key abilities offered by these solutions remain the same. The public
cloud specific elements among Azure and AWS are known to be the following – self-service,
instant provisioning security, autoscaling, compliance, pay-as-u-go pricing and identity
access management.
The software development kit of Amazon Web Services when it comes to dealing
with PHP version 3 helps the developers with use of the AWS solution specifically for the set
of PHP codes in order to build solid as well as effective set of applications through the
20
NETWORK INFRASTRUCTURE AND IP ADDRESSING
utilization of various ingenious services such as Amazon DynamoDB, Amazon S3, Glacier as
also several others. The process when using the other solution – Azure from Microsoft, does
not change much. The key functionality which the cloud services primarily offer is
substantially large storage capabilities. Despite the storage services of Amazon AWS being
among the longest existing ones, the storage solutions offered by Microsoft through their
solution MS Azure are very large and sufficiently reliable also. This is the reason why, both
solutions AWS and MS Azure becomes able to provide the various associated features which
can be access to REST API or even encrypting the server-side data. The specific storage
mechanism that is used by MS Azure is called the Blob storage developed by Microsoft
whereas the storage solution used by AWS is the Simple Storage Service or S3. Similarly, the
SQL database services of MS Azure is based upon the MS SQL Server. Dynamo DB and
Amazon S3 gets used for storage virtualization purposes. Thus, both web services and mail
scheduling services and associated requirements of the company ABC can easily get met
through use of any of the solutions recommended above.
Demonstrate how the Cloud computing can support the dynamic scaling of the
selected organization applications.
Dynamic Scaling (Autoscaling) of AWS
Scaling strategies tell the AWS Autoscaling the ways of optimizing the resource
utilization in the scaling plan that has been created. This way, optimizations can be done for
saving costs, making resources available or even in balancing both. Instead, users are also
presented the option of creating their own customized strategies based on metrics and
thresholds defined. Thus, one becomes able to separate strategies from one resource to
another.
NETWORK INFRASTRUCTURE AND IP ADDRESSING
utilization of various ingenious services such as Amazon DynamoDB, Amazon S3, Glacier as
also several others. The process when using the other solution – Azure from Microsoft, does
not change much. The key functionality which the cloud services primarily offer is
substantially large storage capabilities. Despite the storage services of Amazon AWS being
among the longest existing ones, the storage solutions offered by Microsoft through their
solution MS Azure are very large and sufficiently reliable also. This is the reason why, both
solutions AWS and MS Azure becomes able to provide the various associated features which
can be access to REST API or even encrypting the server-side data. The specific storage
mechanism that is used by MS Azure is called the Blob storage developed by Microsoft
whereas the storage solution used by AWS is the Simple Storage Service or S3. Similarly, the
SQL database services of MS Azure is based upon the MS SQL Server. Dynamo DB and
Amazon S3 gets used for storage virtualization purposes. Thus, both web services and mail
scheduling services and associated requirements of the company ABC can easily get met
through use of any of the solutions recommended above.
Demonstrate how the Cloud computing can support the dynamic scaling of the
selected organization applications.
Dynamic Scaling (Autoscaling) of AWS
Scaling strategies tell the AWS Autoscaling the ways of optimizing the resource
utilization in the scaling plan that has been created. This way, optimizations can be done for
saving costs, making resources available or even in balancing both. Instead, users are also
presented the option of creating their own customized strategies based on metrics and
thresholds defined. Thus, one becomes able to separate strategies from one resource to
another.
21
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Figure 4: Auto scaling for web hosting mail scheduling of ABC
(Source: docs.aws.amazon)
The diagram above clearly elaborates the way hosting of websites can be done by the
company ABC as well as scheduling of bulk emails or hosting the mailing domain. These
tasks get initiated according to the schedules specified in the several branches through the use
of cloud services that include the different network segments of the company ABC. This
requires the configuration of the scaling policy along with variations of systems which are
involved in automatic adjustments as it is mentioned in their policies.
When the dynamic as well as predictive scaling features get enabled, the strategy of
scaling is shared among them. These available scaling strategies are listed and discussed
below:
Availability – Auto Scaling works by scaling out the various resources as also by scaling
them back in on an automatic basis to maintain effective and efficient resource utilization at
about 40 percent. These options are useful as applications are found to have numerous urgent
as well as unpredictable requirements for the resource scaling.
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Figure 4: Auto scaling for web hosting mail scheduling of ABC
(Source: docs.aws.amazon)
The diagram above clearly elaborates the way hosting of websites can be done by the
company ABC as well as scheduling of bulk emails or hosting the mailing domain. These
tasks get initiated according to the schedules specified in the several branches through the use
of cloud services that include the different network segments of the company ABC. This
requires the configuration of the scaling policy along with variations of systems which are
involved in automatic adjustments as it is mentioned in their policies.
When the dynamic as well as predictive scaling features get enabled, the strategy of
scaling is shared among them. These available scaling strategies are listed and discussed
below:
Availability – Auto Scaling works by scaling out the various resources as also by scaling
them back in on an automatic basis to maintain effective and efficient resource utilization at
about 40 percent. These options are useful as applications are found to have numerous urgent
as well as unpredictable requirements for the resource scaling.
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
22
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Availability and Costs – The functioning of Auto Scaling in automatic scaling of resources
both in and out to maintain resource utilization near about 50 percent. Becomes very helpful
when it comes to maintaining high availability and reduction of costs.
Costs – The resource scaling of AWS Auto Scaling both in and out on automatic basis helps
maintain resource utilizations near about 70 percent. Options like these comes very handy
when the costs must definitely be reduced especially at the times the application is able to
handle reduced buffer capacities despite the fact that unexpected changes can occur.
Azure Dynamic Scaling
Optimal conditions for any of the components of the service while using dynamic scaling can
be given as follows:
1. Horizontal scaling of the components (such as duplications for forming multiple
instances)
2. The load based variations of components over any given time period
When these criteria mentioned above are met, benefits of dynamic scaling can be noticed
although these benefits acquired depends mainly on how dynamic the nature of the load can
be in due time.
To enable dynamic loading in MS Azure, one has to be navigating into Scale tab in
the portal and must be enabling that specific service. Dynamic scaling utilized through cloud
services are configured specifically for every single role. While using Virtual Machines, the
functionality of dynamic scaling can be configured specifically for all the different set of
availabilities.
When use of dynamic scaling is made through the selection of CPU, one new slider
becomes available to the user. The slider’s range describes the typical usages of the CPU for
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Availability and Costs – The functioning of Auto Scaling in automatic scaling of resources
both in and out to maintain resource utilization near about 50 percent. Becomes very helpful
when it comes to maintaining high availability and reduction of costs.
Costs – The resource scaling of AWS Auto Scaling both in and out on automatic basis helps
maintain resource utilizations near about 70 percent. Options like these comes very handy
when the costs must definitely be reduced especially at the times the application is able to
handle reduced buffer capacities despite the fact that unexpected changes can occur.
Azure Dynamic Scaling
Optimal conditions for any of the components of the service while using dynamic scaling can
be given as follows:
1. Horizontal scaling of the components (such as duplications for forming multiple
instances)
2. The load based variations of components over any given time period
When these criteria mentioned above are met, benefits of dynamic scaling can be noticed
although these benefits acquired depends mainly on how dynamic the nature of the load can
be in due time.
To enable dynamic loading in MS Azure, one has to be navigating into Scale tab in
the portal and must be enabling that specific service. Dynamic scaling utilized through cloud
services are configured specifically for every single role. While using Virtual Machines, the
functionality of dynamic scaling can be configured specifically for all the different set of
availabilities.
When use of dynamic scaling is made through the selection of CPU, one new slider
becomes available to the user. The slider’s range describes the typical usages of the CPU for
23
NETWORK INFRASTRUCTURE AND IP ADDRESSING
a specific given role. Around 60 to 80 percentage of the CPU target can be recommended as
default. This suggests that machines may as well run much hotter that is greater than 80%
even before scaling upwards and hence tighter metrics need to be used by reducing both the
maximum and the minimum.
The seamless integration of AWS as also its less proprietary nature makes it a slightly
preferable solution over MS Azure though sacrificing compatibility with Microsoft tools.
Therefore, ABC being a mid-sized business, it is assumed that the Amazon Web Services or
AWS is the cloud service solution chosen by the company ABC over MS Azure.
NETWORK INFRASTRUCTURE AND IP ADDRESSING
a specific given role. Around 60 to 80 percentage of the CPU target can be recommended as
default. This suggests that machines may as well run much hotter that is greater than 80%
even before scaling upwards and hence tighter metrics need to be used by reducing both the
maximum and the minimum.
The seamless integration of AWS as also its less proprietary nature makes it a slightly
preferable solution over MS Azure though sacrificing compatibility with Microsoft tools.
Therefore, ABC being a mid-sized business, it is assumed that the Amazon Web Services or
AWS is the cloud service solution chosen by the company ABC over MS Azure.
24
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Bibliography
Alam, S., De, D. and Ray, A., 2015, May. Analysis of energy consumption for IARP, RIP
and STAR routing protocols in wireless sensor networks. In 2015 Second International
Conference on Advances in Computing and Communication Engineering (pp. 11-16). IEEE.
Al-Ani, D.R. and Al-Ani, A.R., 2018. The performance of IPv4 and IPv6 in terms of Routing
Protocols using GNS 3 Simulator. Procedia computer science, 130, pp.1051-1056.
Balasas, E., Psannis, K.E. and Roumeliotis, M., 2019. Performance Evaluation of Routing
Protocols for BIG Data Application. In Operational Research in the Digital Era–ICT
Challenges (pp. 75-87). Springer, Cham.
Emiliano, R. and Antunes, M., 2015, July. Automatic network configuration in virtualized
environment using gns3. In 2015 10th International Conference on Computer Science &
Education (ICCSE) (pp. 25-30). IEEE.
Fogel, A., Fung, S., Pedrosa, L., Walraed-Sullivan, M., Govindan, R., Mahajan, R. and
Millstein, T., 2015. A general approach to network configuration analysis. In 12th {USENIX}
Symposium on Networked Systems Design and Implementation ({NSDI} 15) (pp. 469-483).
Han, J.H., Mundkur, P., Rotsos, C., Antichi, G., Dave, N., Moore, A.W. and Neumann, P.G.,
2015, May. Blueswitch: enabling provably consistent configuration of network switches.
In 2015 ACM/IEEE Symposium on Architectures for Networking and Communications
Systems (ANCS) (pp. 17-27). IEEE.
Hussein, W.M. and Jamwal, S., 2016. Comparative analysis of various routing protocols. Int.
J. Mod. Eng. Res, 2, p.2016.
Lin, P., Bi, J. and Hu, H., 2016. BTSDN: BGP-based transition for the existing networks to
SDN. Wireless Personal Communications, 86(4), pp.1829-1843.
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Bibliography
Alam, S., De, D. and Ray, A., 2015, May. Analysis of energy consumption for IARP, RIP
and STAR routing protocols in wireless sensor networks. In 2015 Second International
Conference on Advances in Computing and Communication Engineering (pp. 11-16). IEEE.
Al-Ani, D.R. and Al-Ani, A.R., 2018. The performance of IPv4 and IPv6 in terms of Routing
Protocols using GNS 3 Simulator. Procedia computer science, 130, pp.1051-1056.
Balasas, E., Psannis, K.E. and Roumeliotis, M., 2019. Performance Evaluation of Routing
Protocols for BIG Data Application. In Operational Research in the Digital Era–ICT
Challenges (pp. 75-87). Springer, Cham.
Emiliano, R. and Antunes, M., 2015, July. Automatic network configuration in virtualized
environment using gns3. In 2015 10th International Conference on Computer Science &
Education (ICCSE) (pp. 25-30). IEEE.
Fogel, A., Fung, S., Pedrosa, L., Walraed-Sullivan, M., Govindan, R., Mahajan, R. and
Millstein, T., 2015. A general approach to network configuration analysis. In 12th {USENIX}
Symposium on Networked Systems Design and Implementation ({NSDI} 15) (pp. 469-483).
Han, J.H., Mundkur, P., Rotsos, C., Antichi, G., Dave, N., Moore, A.W. and Neumann, P.G.,
2015, May. Blueswitch: enabling provably consistent configuration of network switches.
In 2015 ACM/IEEE Symposium on Architectures for Networking and Communications
Systems (ANCS) (pp. 17-27). IEEE.
Hussein, W.M. and Jamwal, S., 2016. Comparative analysis of various routing protocols. Int.
J. Mod. Eng. Res, 2, p.2016.
Lin, P., Bi, J. and Hu, H., 2016. BTSDN: BGP-based transition for the existing networks to
SDN. Wireless Personal Communications, 86(4), pp.1829-1843.
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
25
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Masood, M., Abuhelala, M. and Glesk, I., 2016, December. Detailed analysis of routing
protocols with different network limitations. In 20th Slovak-Czech-Polish Optical
Conference on Wave and Quantum Aspects of Contemporary Optics (Vol. 10142, p.
101421T). International Society for Optics and Photonics.
Mohammed, Z.K.A. and Elrahim, A.G.A., 2017. Performance Evaluation Comparison of
RIP, IGRP, EIGRP, and OSPF routing protocols in UMTS.
Ngoupé, É.L., Stoesel, S., Parisot, C., Hallé, S., Valtchev, P., Cherkaoui, O. and Boucher, P.,
2015, May. A data model for management of network device configuration heterogeneity.
In 2015 IFIP/IEEE International Symposium on Integrated Network Management (IM) (pp.
1230-1233). IEEE.
Nguyen, H.K. and Tran, X.T., 2018, June. A novel priority-driven arbiter for the router in
reconfigurable Network-on-Chips. In 2018 International Conference on IC Design &
Technology (ICICDT) (pp. 25-28). IEEE.
Ryzhyk, L., Bjørner, N., Canini, M., Jeannin, J.B., Schlesinger, C., Terry, D.B. and Varghese,
G., 2017. Correct by construction networks using stepwise refinement. In 14th {USENIX}
Symposium on Networked Systems Design and Implementation ({NSDI} 17) (pp. 683-698).
Tang, F., Mao, B., Fadlullah, Z.M., Kato, N., Akashi, O., Inoue, T. and Mizutani, K., 2017.
On removing routing protocol from future wireless networks: A real-time deep learning
approach for intelligent traffic control. IEEE Wireless Communications, 25(1), pp.154-160.
Warsame, M.A. and Sevin, A., 2019. Comparison and Analysis of Routing Protocols Using
Riverbed Modeler. Sakarya University Journal of Science, 23(1), pp.16-21.
Zheng, S., Li, Z. and Li, B., 2017, March. Implementation and application of ACL in campus
network. In AIP Conference Proceedings (Vol. 1820, No. 1, p. 090014). AIP Publishing.
NETWORK INFRASTRUCTURE AND IP ADDRESSING
Masood, M., Abuhelala, M. and Glesk, I., 2016, December. Detailed analysis of routing
protocols with different network limitations. In 20th Slovak-Czech-Polish Optical
Conference on Wave and Quantum Aspects of Contemporary Optics (Vol. 10142, p.
101421T). International Society for Optics and Photonics.
Mohammed, Z.K.A. and Elrahim, A.G.A., 2017. Performance Evaluation Comparison of
RIP, IGRP, EIGRP, and OSPF routing protocols in UMTS.
Ngoupé, É.L., Stoesel, S., Parisot, C., Hallé, S., Valtchev, P., Cherkaoui, O. and Boucher, P.,
2015, May. A data model for management of network device configuration heterogeneity.
In 2015 IFIP/IEEE International Symposium on Integrated Network Management (IM) (pp.
1230-1233). IEEE.
Nguyen, H.K. and Tran, X.T., 2018, June. A novel priority-driven arbiter for the router in
reconfigurable Network-on-Chips. In 2018 International Conference on IC Design &
Technology (ICICDT) (pp. 25-28). IEEE.
Ryzhyk, L., Bjørner, N., Canini, M., Jeannin, J.B., Schlesinger, C., Terry, D.B. and Varghese,
G., 2017. Correct by construction networks using stepwise refinement. In 14th {USENIX}
Symposium on Networked Systems Design and Implementation ({NSDI} 17) (pp. 683-698).
Tang, F., Mao, B., Fadlullah, Z.M., Kato, N., Akashi, O., Inoue, T. and Mizutani, K., 2017.
On removing routing protocol from future wireless networks: A real-time deep learning
approach for intelligent traffic control. IEEE Wireless Communications, 25(1), pp.154-160.
Warsame, M.A. and Sevin, A., 2019. Comparison and Analysis of Routing Protocols Using
Riverbed Modeler. Sakarya University Journal of Science, 23(1), pp.16-21.
Zheng, S., Li, Z. and Li, B., 2017, March. Implementation and application of ACL in campus
network. In AIP Conference Proceedings (Vol. 1820, No. 1, p. 090014). AIP Publishing.
26
NETWORK INFRASTRUCTURE AND IP ADDRESSING
NETWORK INFRASTRUCTURE AND IP ADDRESSING
1 out of 27
Related Documents
Your All-in-One AI-Powered Toolkit for Academic Success.
+13062052269
info@desklib.com
Available 24*7 on WhatsApp / Email
Unlock your academic potential
© 2024 | Zucol Services PVT LTD | All rights reserved.