- Home
- Free Samples
- Information and Communication Technology
- IT Structure Solution For ABC Company...
IT Structure Solution for ABC Company Assessment 3 Answer

Answer
Task – A
1. NET-A:
Network/Subnet – NET – A
Network address – 192.168.116.0/24
Broadcast address – 192.168.116.255
Valid host range – 192.168.116.1 – 254
2. NET-B:
Network/Subnet – NET – B
Network address – 10.10.116.0/24
Broadcast address – 10.10.116.255
Valid host range – 10.10.116.1 – 10.10.116.254
3. NET-C:
Network/Subnet – NET – C
Network address – 172.16.116.0/24
Broadcast address – 172.16.116.255
Valid host range – 172.16.116.1 – 254
- RA – RB subnet – 192.168.0.0/24
- RB – RC subnet – 192.168.1.0/24
- Net A subnet mask – 255.255.255.0
IP addressing table –
Device | Interface | IP address / Subnet mask | Default gateway |
RA | Fa0/0 | 192.168.116.1 / 255.255.255.0 | To NET A |
S0/0/0 | 192.168.0.254 / 255.255.255.0 | To RB | |
RB | Fa0/0 | 10.10.116.1 / 255.255.255.0 | To NET B |
S0/0/0 | 192.168.0.253 / 255.255.255.0 | To RA | |
S0/0/1 | 192.168.1.249 / 255.255.255.0 | To RC | |
RC | Fa0/0 | 172.16.116.1 / 255.255.255.0 | To NET C |
S0/0/0 | 192.168.1.250 / 255.255.255.0 | To RB |
Configure router RA interfaces:
RA(config)#:int fa0/0
RA(config)#:ip add 192.168.116.1 255.255.255.0
RA(config)#:no shut
RA(config)#:exit
RA(config)#:int se0/0/0
RA(config)#:ip add 192.168.0.254 255.255.255.0
RA(config)#:clock rate 64000
RA(config)#:no shut
RA(config)#:exit
Configure routing protocol (Ryan, V., 2019):
On RA:
RA(config)#:router rip
RA(config)#:version 2
RA(config)#:network 192.168.116.0
RA(config)#:network 10.10.116.0
RA(config)#:network 172.16.116.0
RA(config)#:exit
RA(config)#:copy run start
On RB:
RB(config)#:router rip
RB(config)#:version 2
RB(config)#:network 10.10.116.0
RB(config)#:network 172.16.116.0
RB(config)#:network 198.168.0.0
RB(config)#:exit
RB(config)#:copy run start
On RC:
RC(config)#:router rip
RC(config)#:version 2
RC(config)#:network 10.10.116.0
RC(config)#:network 192.168.116.0
RC(config)#:network 172.16.116.0
RC(config)#:exit
RC(config)#:copy run start
Verify connectivity:
- From PC0 to default gateway, PC2 and PC4 –
- From PC3 to default gateway, PC1 and PC5 –
- From PC5 to default gateway, PC2 and PC0 –
Task – B
1. Cloud service provider
There are so many cloud service providers present in the market today who are providing cloud services to host our servers and a lot of services on the cloud. Also, there is a huge competition in this service field. From a big list, the two best suitable cloud service providers are described here –
- Amazon Web Services – Amazon aws provide a secure and managed platform to host our servers. There are many options available to deploy the web and email server on cloud. Either we can use prebuilt services or we can deploy our own virtual machine to run the required services. Amazon Work Mail is a service to be used for business email (Amazon Web Services, Inc. 2019). That support all the desktop and mobile email clients. It provides enterprise level security like encryption by using aws-kms and compatible with MS outlook on both windows and Linux Oss. It also supports mobile device access, active directory integration with a monthly cost of around $4 per user / month. Amazon Web Hosting service provide a huge platform to configure a web server (Amazon Web Services, Inc. 2019). It has broad platform to support CMS like WordPress, java, node.js joomla etc. Data that works with this web server are stored on a large worldwide data centers that can be scale up/down any time with the good competitive pricing.
- Microsoft Azure – Microsoft also has a large service platform to deploy so many services either on separate virtual machine or individual service. Microsoft SendGrid email is a service that is provided to configure the email service (Docs.microsoft.com. 2019). It is a cloud based email service that provide real time email delivery and compatible with APIs. Microsoft recently announced Azure Web Sites service to host web servers on the Microsoft cloud (Azure.microsoft.com. 2019). It is very simple to configure this web service on azure with several benefits like auto scaling, standard instance, access control and with better isolation.
2. Cloud computing with dynamic scaling
When we are moving to cloud computing, it gives a lot of benefits in many fields like, computing, infrastructure, database, services etc. The best benefit of using a cloud is its scalability features (IronOrbit. 2019). Today, every cloud service provider has on demand scalability feature. It allows a user to scale up or down our cloud resources any time. For example increasing hardware resources, storage, memory, virtual machines or other services. Scalability in a cloud can be defined as growing our deployed infrastructures on cloud. This scalability works in three ways (Rick's Cloud. 2019) –
- Vertical scaling - this will scale our server or other infra to "up". that means we are increasing our resources on cloud like memory, computing resources, storage or servers etc. Whatever we need, we just add to our infrastructure according to our need and pay for what we use.
- Horizontal scaling - this scaling is used to decease our cloud resources or minimizing them to a single system. horizontal scaling contains deploying new servers and configure then to work together. it will take more time to build a new server rather than increasing the previous built server. but it is beneficial in case when we need different services to run on different servers to decrease response time.
- Diagonal scaling - it is a combination of vertical and horizontal scaling. it can scale us cloud infrastructure to increase cloud resources as well as can increase servers to add more services or resources.
