Question

In: Computer Science

Scenario 1 (Use the network 221.153.17.0 for the following questions.) We need to subnet this network...

Scenario 1 (Use the network 221.153.17.0 for the following questions.)

  1. We need to subnet this network to support a minimum of 4 (four) networks. How many bits do we need to use from the last octet to support this?
  2. How many hosts would each network be able to support?
  3. What will the subnet mask be?
  4. Give the network, IP range, and broadcast address for the first 3 networks:
  5. Network 1:    _________________             Broadcast: _________________

    Host IP Range:         _________________ to _________________

    Network 2:    _________________             Broadcast: _________________

    Host IP Range:         _________________ to _________________

    Network 3:    _________________             Broadcast: _________________

    Host IP Range:         _________________ to _________________

Solutions

Expert Solution

Network Address = 221.153.17.0
Host bit = 8

Maximum number of network = 4

We need to subnet this network to support a minimum of 4 (four) networks. How many bits do we need to use from the last octet to support this?

Number of bit needed to use from the last octet = ceil (log2(4)) = 2 bits

How many hosts would each network be able to support?

Host bit in each network = (8 - 2) = 6 bits

What will the subnet mask be?

Number of hosts in each network = 2^6 - 2 = 62

Give the network, IP range, and broadcast address for the first 3 networks:

Network 1: 221.153.17.00000000 = 221.153.17.0
Broadcast = 221.153.17.00111111 = 221.153.17.63
Host IP range 221.153.17.00000001 to 221.153.17.00111110
Host IP range 221.153.17.1 to 221.153.17.62

Network 2: 221.153.17.01000000 = 221.153.17.64
Broadcast = 221.153.17.01111111 = 221.153.17.127
Host IP range 221.153.17.01000001 to 221.153.17.01111110
Host IP range 221.153.17.65 to 221.153.17.126

Network 1: 221.153.17.10000000 = 221.153.17.128
Broadcast = 221.153.17.10111111 = 221.153.17.191
Host IP range 221.153.17.10000001 to 221.153.17.10111110
Host IP range 221.153.17.129 to 221.153.17.190

Thank You....!!!!
For any query, please comment.
If you are satisfied by the above answer, then please thumbs up or upvote the answer.


Related Solutions

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.
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.
What subnet mask would you use for the 178.32.0.0 network, such that you can get 50...
What subnet mask would you use for the 178.32.0.0 network, such that you can get 50 subnets and 1000 hosts per subnet? Please show work.
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     
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
What is the range of IP addresses on a network if: A) IP: 192.168.1.1 Subnet mask...
What is the range of IP addresses on a network if: A) IP: 192.168.1.1 Subnet mask is: 255.255.255.0. B) 179.23.0.0/ 16 C) 10.0.0.0 Class A network.
Questions 1-6 are based on the following scenario: Designers of backpacks use exotic material such as...
Questions 1-6 are based on the following scenario: Designers of backpacks use exotic material such as supernylon Delrin, high-density ethylene, aircraft aluminum, and thermo molded floam to make packs that fit comfortably and distribute weight to eliminate pressure points. The following data show the capacity (cubic inches), comfort rating, and price (dollars) for 10 backpacks tested by Outside Magazine. Comfort was measured using a rating from 1 to 5, with a rating of 1 denoting average comfort and a rating...
Refer to the network in Figure 14.7 where the subnet mask is 255.255.255.224 If someone attaches...
Refer to the network in Figure 14.7 where the subnet mask is 255.255.255.224 If someone attaches a device whose IP address = 192.228.17.218, find the subnet number and the host number.
Suppose we need to connect Computer Network Research Lab (CNRL) network with address 167.89.0.0 through a...
Suppose we need to connect Computer Network Research Lab (CNRL) network with address 167.89.0.0 through a router to the EE Department network with address 123.0.0.0 and connect CNRL network through a router to the EE Research network with address 222.22.2.0 . Please draw a diagram for this network connection. Choose IP addresses for each interface of each router and show several hosts on each network, with their IP addresses. Please briefly explain each step.
The following is how we define a linear linked list node: (USE IT IN QUESTIONS 1...
The following is how we define a linear linked list node: (USE IT IN QUESTIONS 1 & 2)     struct node    { int item; node* next;            node(int x, node* t)          { item = x; next = t; }     };     typedef node* link; Write a C++ function void moveMaxToLast(link h) that takes as a parameter a link to the head of a linked list L. After this function performs, L still contains the same item values with...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT