- classA{1-126.0.0.0}{subnet mask:255.0.0.0}
- classB{128-191.0.0.0}{subnet mask:255.255.0.0}
- classC{192-223.0.0.0}{subnet mask:255.255.255.0}
- classD{224-239.0.0.0}{subnet mask:255.255.255.0}{Multicast IP; used fro applications like video conferencing}
- classE{240-255.0.0.0}{subnet mask:255.255.255.0}{reserved for researches}
In the above classes our IP falls in the second catogory that is Class B; by looking to subnet mask we can have 2 portions;1.network 2.host{network portion is always One(1111 1111=255) and host portion is zero(0000 0000)}
so we have 16 zeros as host portion hence 2^16=65536 computers canbe connected to this class.
No comments:
Post a Comment