©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.

Slides:



Advertisements
Similar presentations
Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
Advertisements

OSI MODEL Maninder Kaur
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 2 Network Models.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 2 Network Models.
Protocols and the TCP/IP Suite
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Chapter 2 Network Models.
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Data Communications Network Models.
OIS Model TCP/IP Model.
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Lecturer: Tamanna Haque Nipa
1 Protocol Interaction (ISO’s Open Systems Interconnection (OSI model)) the 7 layers.
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
Data Communications and Networks
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Chapter 2 Network Models
Presentation on Osi & TCP/IP MODEL
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Introducing Network Standards
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Section 2.31 The TCP/IP reference model the de facto Internet standard demonstrates arbitrary nature of layers –various models are possible –OSI & TCP/IP.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
 An ISO is a multi national body dedicated to worldwide agreement on international standards.  An ISO standard that covers all aspects of network communications.
The OSI Model and the TCP/IP Protocol Suite Outline: 1.Protocol Layers 2.OSI Model 3.TCP/IP Model 4.Addressing 1.
NET 221D:Computer Networks Fundamentals
The OSI Model.
Spring 2006Computer Networks1 Chapter 2 Network Models.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 2 Network Models.
MODULE I NETWORKING CONCEPTS.
1 Kyung Hee University Chapter 2 Network Models. 2 Kyung Hee University 2.1 LAYERED TASKS We use the concept of layers in our daily life. As an example,
Prepared by Engr.Jawad Ali BSc(Hons)Computer Systems Engineering University of Engineering and Technology Peshawar.
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
THE OSI MODEL ISO is the organization.OSI is the model. ISO  International Standards Organization OSI  Open Systems Interconnection.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Network Models.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني.
Protocols Used for communications between entities in a system Used for communications between entities in a system Must speak the same language Must speak.
Net 221D:Computer Networks Fundamentals
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
Data Communication Network Models
Computer Networks. Understand the rationale for the existence of networks. Distinguish between the three types of networks: LANs, MANs, and WANs. After.
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Computer Network Lab. 1 3 장 OSI 기본 참조 모델 n OSI : Open System Interconnection n Basic Reference Model : ISO-7498 n Purpose of OSI Model ~ is to open communication.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Network Models.
The OSI Model Prof. Choong Seon HONG.
Computer Networks.
The OSI Model and the TCP/IP Protocol Suite
The OSI Model and the TCP/IP Protocol Suite
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Network Layer The network layer is responsible for the source-to-destination delivery of a packet, possibly across multiple networks (links). Whereas the.
Chapter 2 Network Models
Network Architecture Models
Protocols and the TCP/IP Suite
The OSI Model and the TCP/IP Protocol Suite
OSI Reference Model Unit II
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Presentation transcript:

©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol is a set of rules that controls the interaction of different devices in a network or an internetwork.

©Brooks/Cole, 2003 Seven layers of OSI model  Physical layer  Data-link layer  Network layer  Transport layer  Session layer  Presentation layer  Application layer

©Brooks/Cole, 2003 Physical layer  The physical layer is responsible for transmitting a bit stream over a physical medium.  It encodes and decodes bits into groups of bits.  It then transforms a stream of bits into a signal.

©Brooks/Cole, 2003 Data-link layer  The data-link layer organizes bits into logical units called frames.  The data-link layer is responsible only for node-to-node delivery of the frame.  The data-link layer is often responsible for error handling between two adjacent stations.

©Brooks/Cole, 2003 Network layer  The network layer is responsible for delivery of a packet between the original source and final destination.  Using logical addresses (IP addresses) instead of physical addresses.  Example of IP address  (4 Bytes)

©Brooks/Cole, 2003 Transport layer  The transport layer is responsible for source-to-destination delivery of the entire message.  The transport layer is responsible for breaking the entire message into several packets and delivery them to the network layer.  The transport layer is responsible for ensuring that the whole message is transmitted.  If packets arrive out of order, they must be reorganized.

©Brooks/Cole, 2003 Session layer  The session layer is designed to control the dialog between users.  The synchronization points divides a long message into smaller ones and ensure that each section is received and acknowledged by the receiver.  Most network implementations today do not use a separate session layer, their services are usually included in the application layer.

©Brooks/Cole, 2003 Presentation layer  The presentation layer is concerned with the syntax and semantics of the information exchanged between two systems.  It deals with the fact that different systems use different coding methods.  Compress and decompress data  Encrypt and decrypt data  Most implementations do not use a presentation layer today, their services are usually included in other layer.

©Brooks/Cole, 2003 Application layer  The application layer enables the user to access the network.  It defines common applications that can be implemented to make the job of the user simpler.

©Brooks/Cole, 2003 CONNECTINGDEVICESCONNECTINGDEVICES 6.4

Figure 6-8 Repeater  A repeater is an electronic device and operate only in the physical layer of the OSI model.  A repeater can regenerate the signal and send it to the rest of the network.

©Brooks/Cole, 2003 Figure 6-9 Bridge

©Brooks/Cole, 2003 Bridges  In bus topology, a bridge is a traffic controller.  It can divide a long bus into smaller segments so that each segment is independent trafficwise.  The bridge uses a table to decide if the frame needs to be forwarded to another segment.  With a bridge, two or more pairs of stations can communicate at the same time.

©Brooks/Cole, 2003 Figure 6-11 Routers in an internet

©Brooks/Cole, 2003 Routers  Whereas a bridge filters a frame based on the physical address of the frame, a router routes a packet based on the logical address of the packet.  Whereas a bridge may connect two segments of a LAN, a router can connect two independent networks.

©Brooks/Cole, 2003 Gateways  A gateway is a connecting device that acts as a protocol converter.  A gateway is usually a computer installed with the necessary software.  Today the term gateway is used interchangeably with the term router. The distinction between the two terms is disappearing.

©Brooks/Cole, 2003 Protocols  TCP: Transmission control protocol  UDP: User datagram protocol  IP: Internet protocol  FTP: File transfer protocol  SMTP: Simple mail transfer protocol  POP: Post office protocol  HTTP: Hypertext transfer protocol