1 / 26

Communication Network Protocols ----Krishna Priyanka Chebrolu

Communication Network Protocols ----Krishna Priyanka Chebrolu. ~ Given a Network Architecture, some rules and standards must be set up to govern the communication i.e.; communication protocols. ~ Ensures secure, fast and error-free data delivery.

quinto
Download Presentation

Communication Network Protocols ----Krishna Priyanka Chebrolu

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. Communication NetworkProtocols----Krishna Priyanka Chebrolu

  2. ~ Given a Network Architecture, some rules and standards must be set up to govern the communication i.e.; communication protocols.~ Ensures secure, fast and error-free data delivery.

  3. Division of protocols:~ Connection-oriented and connectionless~ Circuit-switching and Packet-Switching~ Virtual circuit and datagram

  4. Circuit and Packet Switching

  5. Protocol Hierarchies:~Most networks are organized as stack of layers, each one built upon the one below it.~ Number of layers, Name, Content and Function of each layer varies from network to network.

  6. Reference Models:1. OSI Reference Model2. TCP/IP Reference Model

  7. OSI Reference Model The OSI model has seven layers. The principles that were applied to arrive at the seven layers can be briefly summarized as follows: 1. A layer should be created where a different abstraction is needed. 2. Each layer should perform a well-defined function. 3. The function of each layer should be chosen with an eye toward defining internationally standardized protocols. 4. The layer boundaries should be chosen to minimize the information flow across the interfaces. 5. The number of layers should be large enough that distinct functions need not be thrown together in the same layer out of necessity and small enough that the architecture does not become unwieldy.

  8. The Physical Layer ~ The physical layer is concerned with transmitting of raw bits over a communication channel.

  9. Definition of Hardware SpecificationsEncoding and SignalingData Transmission and ReceptionTopology and Physical Network Design

  10. The data link layer~ Link Layer~ DLL = Logical Link Layer + Media Access Control

  11. Data FramingAddressingError Detection and handling

  12. The Network LayerThe network layer is the lowest one in the OSI model that is concerned with actually getting data from one computer to another even if it is on a remote network; in contrast, the data link layer only deals with devices that are local to each other.

  13. Logical AddressingRoutingDatagram EncapsulationFragmentation and ReassemblyError handling and Diagnostics

  14. The Transport Layer~Accepts data from above and splits into smaller units~ Determines what type of service to provide to the session layer.

  15. ~ Primary goal is create reliable end to end communication.~ The OSI protocol suite implements two types of services at the transport layer: connection-oriented transport service and connectionless transport service.

  16. The Session LayerSession service provides four basic services to SS-users.Establishes and terminates connections between SS-users and synchronizes the data exchange between them. Performs various negotiations for the use of session layer tokens, which the SS-user must possess to begin communicating. Inserts synchronization points in transmitted data that allow the session to be recovered in the event of errors or interruptions. Enables SS-users to interrupt a session and resume it later at a specific point.

  17. The Presentation Layerthe presentation layer is charged with taking care of any issues that might arise where data sent from one system needs to be viewed in a different way by the other system. It also takes care of any special processing that must be done to data from the time an application tries to send it until the time it is sent over the network.

  18. Translation CompressionEncryption

  19. The Application LayerThe application layer contains a variety of protocols that are commonly needed by users. One widely-usedapplication protocol is HTTP (HyperText Transfer Protocol), which is the basis for the World Wide Web. When abrowser wants a Web page, it sends the name of the page it wants to the server using HTTP. The server thensends the page back. Other application protocols are used for file transfer, electronic mail, and network news.

  20. TCP/IP Reference Model

  21. The host-network layerThe Internet LayerThe Transport LayerThe Application Layer

  22. ComparisonOSI vs TCP/IP

  23. ReferencesAndrew S. Tenenbaum,Computer Networks ,4th edition. Pearson Education, 2003http://www.tcpipguide.com/free/t_TCPIPInternetArchitectureandProtocolSuite.htmJim Kurose, Keith Ross, Computer Networking: A Top Down Approach Featuring the Internet, 3rd edition. Addison-Wesley, July 2004.

More Related