Computer Networks
Computer Networks
maximum 12 hosts on each subnet. List the Address on host 1 on subnet 0,1,2,3,10. Marks: 3.5
For at least 10 subnet mask we reserve the first 4 bits of host addresss
B. Given the subnet Mask 255.255.255.192. What is the host address and subnet of the
255.255.255.192 = 11111111.11111111.11111111.11000000
197.1.2.0 - 197.1.2.63
197.1.2.64 - 197.1.2.127
197.1.2.128 - 197.1.2.191
197.1.2.192- 197.1.2.255
As, we have 197.1.2.67 and it lies in range of 197.1.2.64 - 197.1.2.127 then 67-64 = 3
C. Subnet the Class C IP Address 195.1.1.0 So that you have at least 2 subnets each subnet
must have room for 48 hosts. What are the two possible subnet masks?
For creating 48 hosts for the we reserved 6 bits for the hosts.
A Class C IP address has 24 bits for the network part. To leave 6 bits for hosts, the remaining bits (32 -
24 - 6 = 2) will be used for subnetting.
This gives ( 2^2 = 4 ) subnets, which is sufficient since you only need 2 subnets.
Subnet Mask 1:
Subnet Mask 2:
If you needed more subnets and fewer hosts, you could use 7 bits for hosts and 1 bit for subnets,
resulting in a subnet mask of ( 255.255.255.128).