answersLogoWhite

0

A service provider has given you the Class C network range 209.50.1.0. Your company must break

the network into 20 separate subnets.

Step 1) Determine the number of subnets and convert to binary

- In this example, the binary representation of 20 = 00010100.

Step 2) Reserve required bits in subnet mask and find incremental value

- The binary value of 20 subnets tells us that we need at least 5 network bits to satisfy this requirement

(since you cannot get the number 20 with any less than 5 bits -- 10100)

- Our original subnet mask is 255.255.255.0 (Class C subnet)

- The full binary representation of the subnet mask is as follows:

255.255.255.0 = 11111111.11111111.11111111.00000000

- We must "convert" 5 of the client bits (0) to network bits (1) in order to satisfy the requirements:

New Mask = 11111111.11111111.11111111.11111000

- If we convert the mask back to decimal, we now have the subnet mask that will be used on all the new

networks -- 255.255.255.248

- Our increment bit is the last possible network bit, converted back to a binary number:

New Mask = 11111111.11111111.11111111.1111(1)000 -- bit with the parenthesis is your increment

bit. If you convert this bit to a decimal number, it becomes the number "8‟

Step 3) Use increment to find network ranges

- Start with your given network address and add your increment to the subnetted octet:

209.50.1.0

209.50.1.8

209.50.1.16

...etc

- You can now fill in your end ranges, which is the last possible IP address before you start the next range

209.50.1.0 -- 209.50.1.7

209.50.1.8 -- 209.50.1.15

209.50.1.16 -- 209.50.1.23

...etc

- You can then assign these ranges to your networks! Remember the first and last address from each

range (network / broadcast IP) are unusable

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Computer Science

What is subnetting?

Summary: A subnet mask is a way of telling your computer or router what network addresses it can consider local and which are remote.mcsgul@yahoo.com


If you have a class b network 172.121.225.0 and you want to do subnetting of 130 networks how many bits are used for subnetting?

As we are using a class B network for the Subnetting and we have to make a total of at least 130 subnetworks...so, class B default subnet mask is 255.255.0.0 or 16 bits for networkingand we have to make 130 sunets. so it will come under the block size of 256 or we need 8 bits more to make 130 subnets.so our answer is 16+8=24ie, we will use subnet mask of 255.255.255.0 for this class B address.


How is math used in computer networking?

In computer networking Math and binary operation are used in calculating subnet masks or in subnetting or in supernetting etc.


What is the purpose of Subnetting?

Definition: A subnet is a logical grouping of connected network devices. Nodes on a subnet tend to be located in close physical proximity to each other on a LAN.The pourpose of subnetting is not to provide extra addresses, but to keep network data separated to prevent congestion.


Why is VSLM not used in CCNA 1?

VSLM (Variable Length Subnet Masking) is not covered in CCNA 1 primarily because the course focuses on foundational networking concepts, including basic IP addressing and subnetting. VSLM is a more advanced topic that involves optimizing subnetting for more efficient IP address use, which is typically introduced in later courses when students have a stronger grasp of networking principles. The emphasis in CCNA 1 is on understanding the basics before delving into more complex addressing techniques.