OSI layers are layers of server software or server hardware?

OSI layers are layers of server software or server hardware?

OSI layers are layers of server software or server hardware?

    Requires Free Membership to View

    By submitting your registration information to SearchNetworking.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchNetworking.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

The OSI layers refer to the seven layer model used for end to end communications. At the lowest layer (Physical Layer), it refers to the physical signal (0's and 1's). At the highest layer (Application Layer), it refers to the application that the end user sees. Here is a good way to remember the layers from the top down - All People Share Their Nasty Delivered Pizza. Here is how they lay out:

A – Application (application request)
P – Presentation (how the data is presented to the application)
S – Session (how the request is transmitted creates session for transport)
T – Transport (Transport Characteristics – what IP port is used, where it is going, etc.)
N – Network (adds information such as IP addresses)
D – Data Link (adds information such as MAC address)
P – Physical (formats the transmission into what the network hardware supports)

This is a simplified version, but when the application requests a file from a server, it sends that request to the next layer down. Each layer going down to the physical layer adds information such as what IP port it will use, what type of session and transport it will use (connection oriented or connectionless), IP address of requesting station and server, all the way down to the zeros and ones that move across the cabling. When the packet comes back, each layer strips off what it added to the packet and moves it back up the stack until the application gets the data it needs at the end.

This was first published in July 2004