1 / 18

THE OSI MODEL

THE OSI MODEL. KUDIRAT FAWEHINMI 96385 COSC 541. CONTENTS. What is OSI? Characteristics of the OSI layers The 7 OSI Layers Interaction between the OSI layers Conclusion. What is OSI? .

lilli
Download Presentation

THE OSI MODEL

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. THE OSI MODEL KUDIRAT FAWEHINMI 96385 COSC 541

  2. CONTENTS • What is OSI? • Characteristics of the OSI layers • The 7 OSI Layers • Interaction between the OSI layers • Conclusion

  3. What is OSI? • The Open Systems Interconnection (OSI) is a model that was developed by the ISO (International Organization for Standards ) and it describes how information from a software application in one computer, moves through a network medium to a software application in another computer. List location or contact for specification (or other related documents) here FOR MORE INFO...

  4. Characteristics of the OSI • Upper layers • 7 Layers • Lower layers

  5. The Upper Layers: This deals with Application issues and generally are implemented only in software. The highest layer, application layer is closest to the end user. This layer is where communication from one end user to another begins through the interaction between the application layer processes and the end user. • The Lower layers: This handles Data transport issues. The physical layer and Data link layers are implemented in hardware and software.

  6. The 7 OSI Layers • The OSI model consists of 7 layers they are: • Application layer • Presentation layer • Session layer • Transportation layer • Network layer • Data-link layer • Physical layer

  7. Physical layer: This layer defines the hardware means of sending and receiving data through a medium. Example of devices that work at this layer include repeaters and Hubs • Data-link: At this layer Data error Checking and Media Access Control takes place. It consists of two sublayers: • Logical Link Control (LLC) defines how data is transferred over the cable and provides data link service to the higher layers. • Medium Access Control (MAC) defines who can use the network when multiple computers are trying to access it simultaneously (i.e. Token passing, Ethernet [CSMA/CD

  8. Network Layer: This layer deals with the routing of packets over the network. It decides the best path in which to transmit a packet, using routing protocols. E.g IP (Internet Protocol), IPX (Internet Protocol Exchange).

  9. Transport Layer : The Transport layer ensures reliable service. It breaks the message (from sessions layer) into smaller packets, assigns sequence number and sends them.E.g of protocols that work at this level are TCP(Transport Control Protocol) and SPX (Sequence Packet Exchange).

  10. Session Layer: This layer sets up, coordinates, and terminates conversations, exchanges, and dialogs between the applications at each end. It deals with session and connection coordination Highlight any procedural differences from regular projects of this type.

  11. Presentation Layer: This layer provides a variety of coding and conversion functions that are applied to the application layer. These functions ensure that information sent from the application layer of one system will be readable by the application layer of another system.

  12. Application Layer: This OSI layer, is the closest to the end user, which means that both the OSI application layer and the end user, interact directly with the software application. Some of the protocols that work at this layer include FTP(File Transfer Protocol) and SMTP (Simple Mail Transfer Protocol).

  13. Interaction Between OSI Model Layers • Information sent from a software application in one system to a software application in another, must pass through each of the OSI layers. An example of this is shown in the diagram below:

  14. DATA TRANSMISSION THROUGH THE OSI LAYERS

  15. A given layer within the OSI model communicates with three other layers:the layer directly above it, the layer directly below it and it’s peer layer in other networked computer system. In the diagram below, the data link layer in system A, communicates with the network layer and physical layer of system A. It also communicates with the data link layer of system B.

  16. Conclusion • Overall, this presentation has tried to describe the OSI model,what it is all about and how communication occurs through the layers of the model from one user to another .

More Related