Question

In: Computer Science

You have network address as 192.1.1.0/24. Subnet it into /27 network.

You have network address as 192.1.1.0/24. Subnet it into /27 network.

Solutions

Expert Solution

According to the question, the network address is 192.1.1.0/24 where 24 represents the network ID, now we have to subnet it into /27 networks. the difference between NID's in subnet and network is 3 (27-24) which means the network will be divided into 23 or 8 subnets.

Address: 192.1.1.0
Binary representation: 11000000.00000001.00000001.00000000

Netmask: 255.255.255.0 = 24
Binary representation: 11111111.11111111.11111111.00000000

Network: 192.1.1.0/24
Binary representation: 11000000.00000001.00000001.00000000 (Class C)

Broadcast: 192.1.1.255
Binary representation: 11000000.00000001.00000001.11111111

HostMin: 192.1.1.1
Binary representation: 11000000.00000001.00000001.00000001

HostMax: 192.1.1.254
Binary representation: 11000000.00000001.00000001.11111110

Hosts/nets: 254
Since network is divided into 8 subnets therefore each subnets has 256/8 =32 hosts.
here 256 includes 254 hosts, 1 network(when all HID=0) and 1 directed broadcast address (when all HID =1)

The 8 subnets are as follows:-

Subnet 1:-

Network: 192.1.1.0/27 (Class C)
Broadcast: 192.1.1.31
HostMin: 192.1.1.1
HostMax: 192.1.1.30
Hosts/nets: 30

Subnet 2:-

Network: 192.1.1.32/27 (Class C)
Broadcast: 192.1.1.63
HostMin: 192.1.1.33
HostMax: 192.1.1.62
Hosts/nets: 30

Subnet 3:-

Network: 192.1.1.64/27 (Class C)
Broadcast: 192.1.1.95
HostMin: 192.1.1.65
HostMax: 192.1.1.94
Hosts/nets: 30

Subnet 4:-

Network: 192.1.1.96/27 (Class C)
Broadcast: 192.1.1.127
HostMin: 192.1.1.97
HostMax: 192.1.1.126
Hosts/nets: 30

Subnet 5:-

Network: 192.1.1.128/27 (Class C)
Broadcast: 192.1.1.159
HostMin: 192.1.1.129
HostMax: 192.1.1.158
Hosts/nets: 30

Subnet 6:-

Network: 192.1.1.160/27 (Class C)
Broadcast: 192.1.1.191
HostMin: 192.1.1.161
HostMax: 192.1.1.190
Hosts/nets: 30

Subnet 7:-

Network: 192.1.1.192/27 (Class C)
Broadcast: 192.1.1.223
HostMin: 192.1.1.193
HostMax: 192.1.1.222
Hosts/nets: 30

Subnet 8:-

Network: 192.1.1.224/27 (Class C)
Broadcast: 192.1.1.255
HostMin: 192.1.1.225
HostMax: 192.1.1.254
Hosts/nets: 30


Related Solutions

What is the network address if given this IP address and the following subnet mask?  Please note...
What is the network address if given this IP address and the following subnet mask?  Please note that the network may be different if the subnet mask is different. IP address 178.47.188.176 How many network bits if the following subnet masks? 255.254.0.0 255.255.252.0 255.255.255.248    4. 255.128.0.0     
You notice a printer on your network has the IP address 198.75.12.34 and subnet mask 255.255.255.248....
You notice a printer on your network has the IP address 198.75.12.34 and subnet mask 255.255.255.248. What is the network address to which this printer belongs? A router interface on one of your subnets has the IP address 54.187.69.45 and prefix length /25. What would be the broadcast address used for this subnet?
IP Address: 37.124.67.99 Subnet Mask: 255.240.0.0 find Network address, Broadcast address, first valid host address, last...
IP Address: 37.124.67.99 Subnet Mask: 255.240.0.0 find Network address, Broadcast address, first valid host address, last valid host address and number of valid hosts in the network. show very clear steps for all the calculations.
Consider a router with the: IP address 192.168.1.254/26 Subnet mask: 255.255.255.192 Network Address: 192.168.1.192 Write the...
Consider a router with the: IP address 192.168.1.254/26 Subnet mask: 255.255.255.192 Network Address: 192.168.1.192 Write the relevant DHCP subnet configuration text for this network where the first 50 addresses will be dynamically allocated to hosts.
For the following two network interfaces, identify their IP address, host name, subnet id, prefix, and...
For the following two network interfaces, identify their IP address, host name, subnet id, prefix, and subnet mask. en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500      ether 6c:96:cf:d9:3f:0f      inet6 fe80::cb3:7b1b:362f:48bc%en0 prefixlen 64 secured scopeid 0x5      inet 10.21.136.95 netmask 0xffff0000 broadcast 10.21.255.255      nd6 options=201<PERFORMNUD,DAD>      media: autoselect      status: active awdl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1484      ether 26:db:01:45:50:73      inet6 fe80::24db:1ff:fe45:5073%awdl0 prefixlen 64 scopeid 0x7      nd6 options=201<PERFORMNUD,DAD>      media: autoselect      status: active
Enter the network address of the subnet to which the host 222.242.88.128/28 belongs. Please show work.
Enter the network address of the subnet to which the host 222.242.88.128/28 belongs. Please show work.
Use the following network address: 172.192.0.0/10 to create four (4) different /12 subnet addresses. Identify the...
Use the following network address: 172.192.0.0/10 to create four (4) different /12 subnet addresses. Identify the range of IPv4 addresses. Identify the broadcast address for each of the above subnet addresses.
You are given a block of IP address 200.128.1.0/24. Create a network with four subnets each...
You are given a block of IP address 200.128.1.0/24. Create a network with four subnets each having equal number of addresses. Connect two nodes in each subnet and configure the arrangement so that any node is able to communicate with the remaining nodes (within the subnet as well as in other subnets). Identify and analyze the configuration requirements. Verify the communication setup and reach ability with Ping diagnostic command. Your report should include the following: i. Network diagram (screenshots), ii....
18) For the network 192.168.140.68/27 determine: a)     All the subnets b)     Address ranges c)...
18) For the network 192.168.140.68/27 determine: a)     All the subnets b)     Address ranges c)     Host ranges d)     Network IDs e)     Broadcast addresses
What is the subnet address for a host with the IP address 200.0.0.26 /29 200.0.0.8 200.0.0.12...
What is the subnet address for a host with the IP address 200.0.0.26 /29 200.0.0.8 200.0.0.12 200.0.0.20 200.0.0.24 20.0.0.16
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT