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
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:
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 –
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) –