5,999 views
0 votes
0 votes
Consider a router that interconnects three subnets:
Subnet 1, Subnet 2 and Subnet 3. Suppose all of the interfaces in each of these three subnets are required
to have the prefix 223.1.17/24.
Also, subnet-1 is required to support upto 125 interfaces and subnet-2 and 3 are each required to support upto 60 interfaces
Write a feasible set of subnet address / subnet mask pairs?

2 Answers

1 votes
1 votes
subnet 1 = 223.1.17.0/25

subnet 2 = 223.1.17.128 /26

subnet 3 = 223.1.17.64/26
0 votes
0 votes

subnet 1 => 223.1.17.00000000/25 => range → 223.1.17.0 to 123.1.17.127 => total 127 > 125

subnet 2 => 223.1.17.10000000/26 => range → 223.1.17.128 to 123.1.17.191 => total 63 > 60

subnet 3 => 223.1.17.11000000/26 => range → 223.1.17.192 to 123.1.17.225 => total 63 > 60

can anyone confirm.

 

                                                       

Related questions

1 votes
1 votes
1 answer
1
amiteshKeshari asked Oct 23, 2023
620 views
In a Class C network,if subnet mask is 255.255.255.244 then how many number of host in each subnet?