1 / 42

Protocols and Standards

Protocols and Standards. Protocols Standards Standards Organizations. Definition and Need for Protocol Elements of protocols Syntax Semantics Timing. Protocols. Standards and standards Marking organization Categories of Standards

Download Presentation

Protocols and Standards

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. Protocolsand Standards • Protocols • Standards • Standards Organizations

  2. Definition and Need for Protocol Elements of protocols Syntax Semantics Timing Protocols

  3. Standards and standards Marking organization Categories of Standards De factor - meaning by fact or by conversion De jure - meaning by law or organization Standards Organizations Standards creation committees (ISO, ITU-T, ANSI,IEEE & EIA) Forums Regulatory agencies (TRCA) Standards

  4. Standards

  5. NetworkModels

  6. Model: -a frame or reference or set of guidelines on which communicating devices can understand each other. Network Model: Open Systems Interconnection – OSI Model Internet Model Communication Model/Network Model

  7. OSI model

  8. OSI Model • OSI is used as the theoretical model for how communication between devices, such as computer takes place. It define the way in which device interact • There are seven layers in the OSI model: application, Presentation, Session, Transport, Network, Data Link and Physical. • These layers make up a framework that defines the way in which physical • hardware, media and software work together to communicate. • Each layer of the OSI model is independent from every other in its purpose • and responsibilities. • Each must do its own job, as well as provide services to the layers above • and below it. • The model creates framework to understand how network communication • is taking place, as well as aid in troubleshooting problems that arise within • a network. • The OSI model provides a structure for software programmers and Equipment • manufacturers to develop product that will work together [interoperability]

  9. These services can be divided into horizontal and vertical communication models. The communication between layers in the same device is an example of vertical communication model. In the horizontal model, communication is between the same layer on different devices. This horizontal model is based on protocols that works at specific layers of the model. The top five layers of the OSI model are represented in software, while the lower layers are based on hardware. OSI Model

  10. Sending a letter

  11. Application layer

  12. Presentation layer

  13. Session layer

  14. Transport layer

  15. Network layer

  16. Data link layer

  17. Physical layer

  18. Summary of layer functions

  19. InternetModel Internet model is made up of five [5] layers

  20. An exchange using the Internet model

  21. Physical layer

  22. Physical layer is responsible for actual physical connection between devices. Physical layer

  23. Note: The physical layer is responsible for transmitting individual bits from one node to the next.

  24. Data link layer

  25. Data link layer has two sublayers and each provides its own services in the OSI model Data link Sublayers Logical Link Control [LLC] Media Access Control [MAC] LLC Sublayer: provides the interface between the media access method and the network layer protocol. MAC Sublayer: Is responsible for the connection to the physical media Data link Layer

  26. Note: The data link layer is responsible for transmitting frames from one node to the next.

  27. Node-to-node delivery

  28. Example 1

  29. Network layer

  30. This layer is responsible for the addressing and delivery of packet. Network address is a logical address based on numbering scheme that is independent of a devices hardware or location. Functions of the Network layer Add the network address to the packet Map the network to the device physical address Determine the best path for the packet Ensure that the packet is in the correct format for the destination network Network Layer

  31. The network layer is responsible for the delivery of packets from the original source to the final destination.

  32. Source-to-destination delivery

  33. Example 2

  34. Transport layer

  35. The function of the transport layer is to ensure that data packets it receives from the session layer arrive reliably. Two type of transmission Connection Oriented Connectionless Transport layer also has the job of managing the speed of communication between devices: flow control Features of Connection Oriented transmission Reliability Slower communication Packets are resent if a packet is un recognized or is not received Features of connectionless transmission Little or no Reliability Faster transmission Packet are not retransmitted Transport Layer

  36. Note: The transport layer is responsible for delivery of a message from one process to another.

  37. Reliable process-to-process delivery of a message

  38. Example 3

  39. Application layer

  40. Application layer is the service provider. It gives service to the user of the network. Application layer works with the applications you use to communicate over the network. Example: SMTP-simple mail transfer protocol to send e-mail, HTTP (HyperText Transfer Protocol) to access the web page while surfing the Internet, FTP (file transfer protocol) transfer protocol to download a file from an FTP server. Application Services: File services Electronic-mail services Network printing services Application services Database services

  41. Note: The application layer is responsible for providing services to the user.

  42. Summary of duties

More Related