Here's a summary of the OSI model which you should always remember as a Networking/Security Engineer.
The definition and working method of the seven layer's, viz;
7] Application Layer: This layer comes into action when it's apparent that access to the network is going to be needed soon. The application layer acts as an interface between the actual application program. Internet Explorer does not reside in this layer. It interfaces with the application layer and also Microsoft word the same.
Examples: file transfer, email, enabling remote access network management activities, client/server process and information location.
6] Presentation Layer: It represents data to the application layer and is responsible for data translating and code formatting. It ensures that data transferred from the application layer of one system can be read by the application layer of another one. The OSI protocol standards that define how standard data should be formatted. Tasks like data compression, decompression, encryption and decryption and some presentation layer standard even involve multimedia operations.
5] Session Layer: The session layer is responsible for setting up, managing and then tearing down sessions between presentation layer entities. It also provides dialogue control between devices or nodes. It co-ordinates communication between systems and server to organize their communication by offering three different modes: Simplex, Half Duplex and Full duplex. To sum up, session layer basically keeps different applications data separate from different application data.
4] Transport Layer: The transport segments a data and reassembles data into a data stream. They provide end-to-end data transport service. It can be connection oriented(TCP) or connectionless(UDP). It is responsible for providing multiplexing upper-layer applications, establishing sessions and tearing down virtual circuits. Reliable networking means acknowledgment, flow control, windowing and sequencing will be used.
*If you want to know more about flow control, three way handshake and windowing CLICK HERE*
3] Network Layer: It manages device addressing, tracks the location of devices on the network and determines the best way to move data. It provides routing services within an internetwork. Logical addressing comes at this stage. Router act at layer 3.
2] Data Link Layer: It provides the physical transmission of the data and handles error notification, network topology. It uses hardware address, data frame comes under layer 2. It has two sub layers:
(a)Logical Link Control(LLC) [IEEE 802.2]: Responsible for identifying network layer protocols and encapsulating them. An LLC header tells the data link layer what to do with a packet once a frame is received.
(b) Media Access Control(MAC) [IEEE 802.3]: Defines how packets are placed on media. Physical addressing and logical topologies comes under this layer. Layer 2 switching is considered hardware based bridging because it uses specialized hardware hardware called an application specific integrated circuit.
1] Physical Layer: It does two main things, send bits and receives bits. this layer is also where you identify the interface between the Data Terminal Equipment(DTE) and Data Communication Equipment(DCE). The DCE is usually located at the service provider, while DTE is attached device. Hubs are at physical layers. A hub is a multiport repeater. Single collision and broadcast domain.
(Please go to Part 3 for more on TCP/IP Introduction)
The definition and working method of the seven layer's, viz;
7] Application Layer: This layer comes into action when it's apparent that access to the network is going to be needed soon. The application layer acts as an interface between the actual application program. Internet Explorer does not reside in this layer. It interfaces with the application layer and also Microsoft word the same.
Examples: file transfer, email, enabling remote access network management activities, client/server process and information location.
6] Presentation Layer: It represents data to the application layer and is responsible for data translating and code formatting. It ensures that data transferred from the application layer of one system can be read by the application layer of another one. The OSI protocol standards that define how standard data should be formatted. Tasks like data compression, decompression, encryption and decryption and some presentation layer standard even involve multimedia operations.
5] Session Layer: The session layer is responsible for setting up, managing and then tearing down sessions between presentation layer entities. It also provides dialogue control between devices or nodes. It co-ordinates communication between systems and server to organize their communication by offering three different modes: Simplex, Half Duplex and Full duplex. To sum up, session layer basically keeps different applications data separate from different application data.
4] Transport Layer: The transport segments a data and reassembles data into a data stream. They provide end-to-end data transport service. It can be connection oriented(TCP) or connectionless(UDP). It is responsible for providing multiplexing upper-layer applications, establishing sessions and tearing down virtual circuits. Reliable networking means acknowledgment, flow control, windowing and sequencing will be used.
*If you want to know more about flow control, three way handshake and windowing CLICK HERE*
3] Network Layer: It manages device addressing, tracks the location of devices on the network and determines the best way to move data. It provides routing services within an internetwork. Logical addressing comes at this stage. Router act at layer 3.
2] Data Link Layer: It provides the physical transmission of the data and handles error notification, network topology. It uses hardware address, data frame comes under layer 2. It has two sub layers:
(a)Logical Link Control(LLC) [IEEE 802.2]: Responsible for identifying network layer protocols and encapsulating them. An LLC header tells the data link layer what to do with a packet once a frame is received.
(b) Media Access Control(MAC) [IEEE 802.3]: Defines how packets are placed on media. Physical addressing and logical topologies comes under this layer. Layer 2 switching is considered hardware based bridging because it uses specialized hardware hardware called an application specific integrated circuit.
1] Physical Layer: It does two main things, send bits and receives bits. this layer is also where you identify the interface between the Data Terminal Equipment(DTE) and Data Communication Equipment(DCE). The DCE is usually located at the service provider, while DTE is attached device. Hubs are at physical layers. A hub is a multiport repeater. Single collision and broadcast domain.
(Please go to Part 3 for more on TCP/IP Introduction)

