Skip to main content

What is difference between osi model and tcp model

NETWORK TECH WORL


What is difference between osi model and tcp model 

The OSI model (Open Systems Interconnection model) and the TCP/IP model are both frameworks that describe how data is transmitted between computers over a network.

The OSI model is a theoretical model that consists of seven layers, each of which performs a specific function in the process of transmitting data. The layers are:

Physical layer: This layer deals with the physical transmission of data. It is concerned with things like cables, connectors, and the actual physical transmission of data over the network.

Data link layer: This layer is responsible for ensuring that the data is transmitted accurately from one device to another over a physical link. It is concerned with things like error correction and flow control.

Network layer: This layer is responsible for routing data between devices on a network. It determines the best path for data to take based on things like network congestion and the availability of resources.

Transport layer: This layer is responsible for providing end-to-end communication between devices. It is concerned with things like reliability and flow control.

Session layer: This layer is responsible for establishing, maintaining, and terminating connections between devices.

Presentation layer: This layer is responsible for converting data into a format that can be understood by the application layer.

Application layer: This is the top layer of the OSI model and is the interface between the network and the user. It is concerned with things like communication between applications and the sharing of resources.

The TCP/IP model, on the other hand, is a practical model that is used to implement networking protocols. It consists of four layers:

Network interface layer: This layer corresponds to the physical and data link layers of the OSI model. It is concerned with transmitting data over a physical link.

Internet layer: This layer corresponds to the network layer of the OSI model. It is responsible for routing data between devices on a network.

Transport layer: This layer corresponds to the transport layer of the OSI model. It is responsible for providing end-to-end communication between devices.

Application layer: This layer corresponds to the top three layers of the OSI model (session, presentation, and application). It is the interface between the network and the user.

In summary, the OSI model is a theoretical model that defines how data should be transmitted between devices, while the TCP/IP model is a practical model that is used to implement networking protocols.

Comments

Popular posts from this blog

What is network

NETWORK TECH WORLD What is network  A network is a group of devices, such as computers, servers, and printers, that are connected together and able to communicate with each other. Networks can be classified based on their size and scope, such as a local area network (LAN), which is a network that is confined to a small area, such as a single building or campus, or a wide area network (WAN), which is a network that spans a large geographical area, such as a city or a country. Networks can also be classified based on their communication protocols, such as the Internet, which is a global network that uses the Internet Protocol (IP) to connect devices around the world.

VPNs And Security

VPNs And Security VPNs and You On today’s Internet, security is a major concern. From wanting to protect financial transactions to simply wishing to browse without every site you visit being scrutinized, there are a lot of reasons to wish for privacy and protection. One of the simplest, yet all-around strongest ways in which to protect your Internet habits is through the use of a VPN. They usually have a monthly subscription fee associated with them but if security is important to you, then there’s no cheaper way to secure your Internet connection. On top of that, there are various options, with quick installs, or even more complicated, option-laden pieces of software which allow for more customizability in what your specific needs may be. A VPN is defined as a virtual private network. This effective creates a private network across a public space like the Internet. These connections are secured and encrypted, thus allowing for safer browsing experiences. Not o...

Network Devices

NETWORK TECH WORLD A network device is a hardware device that helps to connect a computer or other devices to a network. There are several types of network devices, including: Routers: These devices route data packets between different networks. Switches: These devices allow multiple devices on a network to communicate with each other by forwarding data packets to the intended recipient. Hubs: These devices are similar to switches, but they do not filter the data packets based on the destination. Instead, they broadcast the data packets to all devices connected to the hub. Bridges: These devices connect two different networks and allow data packets to be transmitted between them. Modems: These devices allow computers to connect to the internet by converting data into a format that can be transmitted over a phone line or cable connection. Firewalls: These devices protect a network by blocking unauthorized access and monitoring traffic for any malicious activity. These are just a few exa...