In: Computer Science
1- List the classes in classful addressing and define the
application of each class (unicast, Multicast, broadcast,
Reserved).
2- Give an Example for a Connectionless and a Connection oriented
Protocols.
3- A network Mask 255.255.255.240 how many usable addresses can be
assigned to Hosts in a subnet?
Answer1:
The classes in classful addressing are: Class A, Class B, Class C, Class D, and Class E
Answer 2:
Answer 3:
We have given , subnet mask = 255.255.255.240
Converting subnet mask into binary = 11111111.11111111.11111111.11110000
First 3 octets here represents the network part and the last octet represents the host part. Here the number of host bits = 4
We know , usuable hosts in subnet = 2^n - 2 , here n = 4
2^4 - 2 = 2x 2 x2 x 2 - 2 = 16 - 2 = 14 hosts