Question

You are a network planner tasked with developing an IP structure for the following networks. The...

You are a network planner tasked with developing an IP structure for the following networks. The IP space is to be assigned sequentially from the lowest to the highest address. The largest subnet is to be assigned first then followed in turn by the next largest subnet until they are all assigned. The answers are to be put into the appropriate boxes in the table. You have the address space 123.97.80.0/21. The networks are listed below:

Network A: 463

Network B: 21

Network C: 75

Network D: 481

Network E: 96

Network Network Definition Broadcast Address Router Address Total Hosts Subset Masks
A /
B /
C /
D /
E /

Range of unused addresses: _                 - _

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Network D is the largest subnet. So we need to assign IP addresses to it initially.

Network D: 481 hosts.

IP addresses assignment to subnets is always the power of 2. The nearest power of 2 to the number 481 is 512 (29).

So number of host id bits = 9

Subnet mask bits = 32 - 9 = 23.

Subnet mask = /23.

Network Address : 123.97.80.0  (01111011.01100001.01010 000.00000000)

Router Address : 123.97.80.1

Broadcast Address : 123.97.81.255  (01111011.01100001.01010 001.11111111) (Put all 1's in Host ID part i.e, last 9 bits)

Total Hosts = 512 - 2 = 510. (Two IP addresses are subracted because they are used as Network address and Broadcast address).

Network A: 463 hosts

Next Available IP address is 123.97.82.0

Network Address : 123.97.82.0 (01111011.01100001.01010 010.00000000)

Nearest number in powers of 2 to the 463 is 512 (29)

Host Id = 9 bits and Subnet mask bits = 32 - 9 = 23

Subnet Mask = /23

Broadcast address : 123.97.83.255 (01111011.01100001.01010 011.11111111) (ALL 1's in Host Id part 9 bits)

Router Address = 123.97.82.1

Hosts = 512 - 2 = 510.

Network E : 96 Hosts.

Next Available IP address is 123.97.84.0

Network Address : 123.97.84.0 (01111011.01100001.01010 100.00000000)

Nearest number in powers of 2 to the 96 is 128 (27)

Host Id = 9 bits and Subnet mask bits = 32 - 7 = 25

Subnet Mask = /25

Broadcast address : 123.97.84.127 (01111011.01100001.01010 010.01111111) (All 1's in HID part 7 bits)

Router Address = 123.97.84.1

Hosts = 128 - 2 = 126.

Network C: 75 Hosts

Next Available IP address is 123.97.84.128

Network Address : 123.97.84.128 (01111011.01100001.01010 100.10000000)

Nearest number in powers of 2 to the 75 is 128 (27)

Host Id = 9 bits and Subnet mask bits = 32 - 7 = 25

Subnet Mask = /25

Broadcast address : 123.97.84.255  (01111011.01100001.01010 100.11111111)

Router Address = 123.97.84.129

Hosts = 128 - 2 = 126.

Network B: 21 hosts

Next Available IP address is 123.97.85.0

Network Address : 123.97.85.0  (01111011.01100001.01010 101.00000000)

Nearest number in powers of 2 to the 21 is 128 (25)

Host Id = 9 bits and Subnet mask bits = 32 - 5 = 27

Subnet Mask = /27

Broadcast address : 123.97.85.31  (01111011.01100001.01010 101.00011111)

Router Address = 123.97.85.1

Hosts = 32 - 2 = 30.

Range of unused IP Addresses:

Given IP address: 123.97.80.0/21 (01111011.01100001.01010 000.00000000)

Host ID bits = 32 - 21 = 11 bits

Last IP address i.e Broadcast address (put all 1's in Host ID bits) : 01111011.01100001.01010 111.1111 1111 = 123.97.87.255

IP address we used for all subnets are : 123.97.80.0 to 123.97.85.31

Range of unused IP addresses = 123.97.85.32 to 123.97.87.255

Summary Table:

Network Network Definition Broadcast Address Router Address Total Hosts Subset Masks
A 123.97.82.0 123.97.83.255 123.97.82.1 510 /23
B 123.97.85.0 123.97.85.31 123.97.85.1 30 /27
C 123.97.84.128 123.97.84.255 123.97.84.129 126 /25
D 123.97.80.0 123.97.81.255 123.97.80.1 510 /23
E 123.97.84.0 123.97.84.127 123.97.84.1 126 /25

Range of unused addresses: 123.97.85.32 to 123.97.87.255

Add a comment
Know the answer?
Add Answer to:
You are a network planner tasked with developing an IP structure for the following networks. The...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • You are a network planner tasked with developing an IP structure for the following networks. The IP space is to be assig...

    You are a network planner tasked with developing an IP structure for the following networks. The IP space is to be assigned sequentially from the lowest to the highest address. The largest subnet is to be assigned first then followed in turn by the next largest subnet until they are all assigned. The answers are to be put into the appropriate boxes in the table. You have the address space 123.97.80.0/21. The networks are listed below: Network A: 463 Network...

  • Network IP Addressing Network Layout of 2 networks Given an IP address and mask of 172.23.29.0/24,...

    Network IP Addressing Network Layout of 2 networks Given an IP address and mask of 172.23.29.0/24, design an IP addressing scheme that satisfies the following requirements. Subnet B Specification This network requires space for 62 machines plus the router Number of bits in the subnet Blank 1 IP mask (binary) Blank 2 New IP mask (decimal) Blank 3 Maximum number of usable subnets of this size when using this mask (including the 0th subnet) Blank 4 Number of usable hosts...

  • COMPUTER NETWORKS: 1.   An organization with a Class B IP address of 128.25.0.0/16 wants eight subnets...

    COMPUTER NETWORKS: 1.   An organization with a Class B IP address of 128.25.0.0/16 wants eight subnets in its network. There are some legacy routers. Hence, they do not want to use zero and all-ones subnets. a.   How many bits are used in each of the following three fields? netID: ______________       subnetID: __________   hostID: _________________ b.   Determine the subnet mask that needs to be set in the hosts in dotted decimal notation. Subnet Mask in dotted decimal notation: ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬_______________________________________ c.  ...

  • COMPUTER NETWORKS: 3.   Consider an organization that needs 400 IP addresses. The organization has been assigned...

    COMPUTER NETWORKS: 3.   Consider an organization that needs 400 IP addresses. The organization has been assigned two blocks Class C addresses. 200.128.64.0 – 200.128.64.255, and 200.128.65.0 – 200.128.65.255. Having obtained these 512 addresses, the organization decided to subnet its address space with 3 bit subnetID. e.   Determine the number of subnets possible in this organization. The organization plans to use zero and all-ones subnets. Number of subnets possible: __________________________________________________ f.   Determine the number of hosts possible in each subnet. Number...

  • You are given a class B IP Address of 169.33.0.0 and you need to create a network with at least 20 subnets and at l...

    You are given a class B IP Address of 169.33.0.0 and you need to create a network with at least 20 subnets and at least 100 hosts in each subnet. Answer the following questions (answers may vary): 1. What subnet mask will you choosse? 2. State what are the IP addresses for: a. The IP address of each subnet b. The IP address of the first host in each subnet c. The IP address of the last host in each...

  • A/ Given the following IP address from the Class B address range using the default subnet...

    A/ Given the following IP address from the Class B address range using the default subnet mask: 100.110.0.0. Your network plan requires no more than 64 hosts on a subnet. When you configure the IP address in Cisco IOS software, which value should you use as the subnet mask? 255.255.0.0 255.255.128.0 255.255.255.128 255.255.255.252                                     B/ Identify how many valid host addresses can you have on 192.168.27.32 network with a subnet mask of 255.255.255.240.   (2^4) - 2 (2^3) – 2 (2^2)...

  • 7. Write down the last network address for the network classes listed below: (do not use any reserved address) Class C Class B Class A Tabie 3 3 marksy 8. The following host IP addresses all belong t...

    7. Write down the last network address for the network classes listed below: (do not use any reserved address) Class C Class B Class A Tabie 3 3 marksy 8. The following host IP addresses all belong to IP4 subnetted networks. Using the information provided (IP address and network prefix length), fill in the table with the Subnetwork Address of the subnet to which the host belongs, the subnet mask and the number of host each subnetwork can accommodate. Host...

  • An IP address is a 32-bit number that uniquely identifies a host (computer or other device,...

    An IP address is a 32-bit number that uniquely identifies a host (computer or other device, such as a printer or router) on a TCP/IP network. IP addresses are normally expressed in dotted-decimal format, with four numbers separated by periods, such as 192.168.123.132. To understand how subnet masks are used to distinguish be- tween hosts, networks, and subnetworks, examine an IP address in binary notation. For example, the dotted-decimal IP address 192.168.123.132 is (in binary notation) the 32 bit num-...

  • For this assignment you will explore subnet addresses, host addresses and direct broadcast addresses. You will...

    For this assignment you will explore subnet addresses, host addresses and direct broadcast addresses. You will be provided an IP addresses and then asked to answer questions related to the IP. In this assignment, first we explain how to find the subnet address for each subnet, the range of host addresses, and the direct broadcast address. Then you will be asked to do a similar exercise by yourself. Assume that you have been assigned the 192.168.1.0/24 network. You need to...

  • comm & networks fund 12. (8pts) Change the following IP addresses from dotted- decimal notation to...

    comm & networks fund 12. (8pts) Change the following IP addresses from dotted- decimal notation to binary notation. a. 197.163.222.19 b. Show in details how to convert 197 into binary 13. (&pts) Change the following IP addresses from binary notation to dotted-decimal notation. a. 11011111 10110000 00011111 01011101 b. Show in details how to convert 01011101 into decimal 14. (6pts) Find the class of the following IP addresses (i.e., classful addressing) a. 11110111 11110011 10000111 11011101 b. 10101111 11000000 11110000...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT