Your ISP assigns your company a 206.206.155.0/24 CIDR block. Your company has four different networks:
Network A: 50 users
Network B: 26 users
Network C: 12 users
Network D: 10 users
Your job is to create four subnets and allocate enough IP addresses for the users within the network. Document how you will do this.
You can change the CIDR to any private IP range, such as 172.16.1.0/24. Using
the public IP in this situation is more realistic because the ISP only assigns a
public IP CIDR.
Several answers will satisfy the design criteria. Here are two possible answers:
• This will leave room to create more subnets if you need to add more
networks:
Network A: 206.206.155.0 255.255.255.192
Network B: 206.206.155.64 255.255.255.224
Network C: 206.206.155.96 255.255.255.240
Network D: 206.206.155.112 255.255.255.240
• This will leave room for adding more users:
Network A: 206.206.155.0 255.255.255.192
Network B: 206.206.155.64 255.255.255.192
Network C: 206.206.155.128 255.255.255.192
Network D: 206.206.155.192 255.255.255.192
You might also like to view...
We use iterators with sequences—these can be input sequences or output sequences, or they can be _____________.
Fill in the blank(s) with the appropriate word(s).
A function that is called recursively 18 times requires ___________ of the function body in memory.
Fill in the blank(s) with the appropriate word(s).
A(n) presenter view is an arrangement of placeholders and formatting configured to support a particular type of content.
Answer the following statement true (T) or false (F)
Find an equation of a line given the following information. The final answer should be left in slope-intercept form. Passes through the points and
A.
B.
C.
D.
E.