Internet Protocols
Internet Protocols
Receiver
Sender
UDP:- It stands for User Datagram Protocol. It is a connectionless,
unreliable protocol. It provides process to process communication like TCP.
UDP also use some small number of ports number for its operation.
Receiver
Sender
Note:- If the first bit of the first byte is zero of an IP address then its class will be A.
Example:- 00000001 00001111 00011101 01011111
Class B address:- It is mainly designed for mid size organisation with tens
of thousands of attached hosts.
Note:- If the first two bits will be 10 then its class will be B.
Example:- 10010001 01001111 00001111 11110001
Class C address:- It is mainly designed for small organisation with small
number of host.
Note:- If the first three bits is 110 then its class will be C.
Example:- 11000001 00101111 00110111 01010011
Note:-
Class D is for multicasting networking.
If the first byte consists of 1110 then its class will be D
www.facebook.com
www.gmail.com
www.wbchse.gov.in
A. Find the class of each address.
Example:-
Q. 10010001 01001111 00001111 11110001
Ans:- first two bits is 10 then it belongs to class B address.