TCP/IP and OSI are the 2 most widely used networking models for communication.
OSI is a conceptual model which is not practically used for communication.
TCP/IP is used for establishing a connection and communicating through the network.
OSI model mainly emphasis on the services, interfaces and protocols.
TCP model is not able to distinctly describe the above concepts.
TCP/IP enables
- Only connectionless (UDP) communication mode in the network layer.
- Connectionless (UDP) and connection-oriented (TCP) in the transport layer.
OSI model enables
- Supports UDP and TCP communication over the network layer.
- In Transport layer, TCP communication is merely allowed.
Comments
Post a Comment