Networking - Subnetting - Discussion

Discussion Forum : Subnetting - Subnetting (Q.No. 4)
4.
What is the maximum number of IP addresses that can be assigned to hosts on a local subnet that uses the 255.255.255.224 subnet mask?
14
15
16
30
Answer: Option
Explanation:
A /27 (255.255.255.224) is 3 bits on and 5 bits off. This provides 8 subnets, each with 30 hosts. Does it matter if this mask is used with a Class A, B, or C network address? Not at all. The number of host bits would never change.
Discussion:
23 comments Page 1 of 3.

Eyasu chemeda said:   2 years ago
Thanks for your explanation.

KSVP said:   2 years ago
8 subnet with 32 range.

Yogesh said:   3 years ago
What is the maximum number of subnet and host per subnet for the 192.168.5.47 255.255.255.224 network?

Aditya said:   3 years ago
255.255.255.0 default class C subnet mask.
(2)

Aditya said:   3 years ago
The default subnet mask of class C address we have to remember 255.255.
(1)

Jayden said:   3 years ago
255.255.255.224 convert to binary:

11111111.11111111.11111111.11100000 = /27 bits, 5 bits left for hosts,
subnet-mask has 32, therefore 32 - 27 = 5,
2^5 - 2 = 32 - 2 = 30.
(20)

Neha said:   4 years ago
Thanks all.
(1)

Melin said:   5 years ago
Thanks for the explanation.
(1)

Nikita said:   5 years ago
Thank you all for explaining it.
(1)

Ankit Chaturvedi said:   7 years ago
Total host= 2^( use off bits) - 2.


Post your comments here:

Your comments will be displayed after verification.