Configure A New Routed Network With Three Network Segments. You Are Given The IP Address Range 10.0.0.64/26 To Use For This Network. You Need To Split This Network Up Into Segments For Each Department, HR, SALES, And PROD. There Will Be 3 Computers Added

匿名用户 最后更新于 2021-11-29 17:10 计算机类Computing

Configure a new routed network with three network segments.

You are given the IP address range 10.0.0.64/26 to use for thisnetwork. You need to split this network up into segments for eachdepartment, HR, SALES, and PROD. There will be 3 computers addedper 2950T Switch and renamed to match the departmentname("HRSwitch", "SALESSwitch", "PRODSwitch"). A 2811 Router willbe added for each network switch available and renamed to pair withthat department's switch ("HRRouter", "SALESRouter", "PRODRotuer").The three routers will then be connected to a single switch renamed"RouterSwitch".

Determine the smallest sized network segment that will hold thehosts from each VLAN using VLSM (Variable Length Subnet Mask).Define the Network ID, Subnet Mask, and Default Gateway for eachNetwork (HR, SALES, PROD, Router).

Network NameNetwork IDSubnet MaskDefault Gateway
HR10.0.0.x/xx
SALES10.0.0.x/xx
PROD10.0.0.x/xx
Router10.0.0.64/26255.255.255.19210.0.0.64

The Subnet Mask for the Network 10.0.0.64 /26 IP Range is255.255.255.192. Which gives us 10.0.0.65 as our First Usable IPand 10.0.0.126 as our Last Usable IP with 10.0.0.127 being ourBroadcast IP. A total of 64 IP Addresses with only 62 Usable IPsfor our Hosts.

I would like to know how to discover how to split eachdepartment into their own Network Segments based on thisinformation. We have 3 Computers per Network Switch minus the"RouterSwitch". A total of 9 Computers split evenly among the 3departments. We want to create 3 separate Network Segments from theinitial given IP of 10.0.0.64/26.

After determining the Network Segments above, we will assignStatic IP Addresses to the hosts on our network.

HostnameIP Address
HR0
HR1
HR2
HRRouter
SALES0
SALES1
SALES2
SALESRouter
PROD0
PROD1
PROD2
PRODRouter

已邀请: