Spring 2006Computer Networks1 Chapter 2 Network Models.

Slides:



Advertisements
Similar presentations
Introduction to TCP/IP
Advertisements

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??
Data Communications System By Ajarn Preecha Pangsuban.
1 William Stallings Data and Computer Communications 7 th Edition Chapter 2 Protocols and Architecture.
Chapter 2 Network Models.
International Standards Organization Open Systems Interconnect (OSI) Reference Model Advanced Computer Networks.
PROTOCOLS AND ARCHITECTURE Lesson 2 NETS2150/2850.
Chapter 2 Network Models.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 2 The OSI Model and the TCP/IP.
Protocols and the TCP/IP Suite
Chapter 1 Read (again) chapter 1.
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
Networks: OSI Reference Model 1 International Standards Organization Open Systems Interconnect (OSI) Reference Model.
Computer Network Architecture and Programming
William Stallings Data and Computer Communications 7 th Edition Chapter 2 Protocols and Architecture.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 2: Protocols and Architecture.
Chapter 2 Network Models.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
NETWORK MODELS T.Najah Al_Subaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET331.
©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
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
Computer Networks Lecture 1 & 2 Introduction and Layer Model Approach Lahore Leads University.
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.
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
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
William Stallings Data and Computer Communications 7 th Edition Data Communications and Networks Overview Protocols and Architecture.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
Open Systems and Data Link Protocols November 7, 2002.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
NET 221D:Computer Networks Fundamentals
The OSI Model.
Computer Networks Chapter 2 – Network Models. Summer 2006Computer Networks2 Communication Tasks  The tasks given below need to be taken care of in any.
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.
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,
William Stallings Data and Computer Communications
Chapter 2. Network Models
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.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Chapter 2 Network Models
Network Models.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
1 Chap. 2 Protocol. 2 Communication model Simplified communication model  source node  gather data from sensor or switch using ADC (analog-to-digital.
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
Chapter 2. Network Models
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
Data Communication Network Models
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.
Protocol Architectures
Networking Using the OSI Model.
Chap. 2 Network Models.
Lec 5 Layers Computer Networks Al-Mustansiryah University
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model The Seven Layers
Protocols and the TCP/IP Suite
OSI Reference Model Unit II
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Unit – III Network Essentials
Presentation transcript:

Spring 2006Computer Networks1 Chapter 2 Network Models

Spring 2006Computer Networks2 Figure 2.1 Sending a letter

Spring 2006Computer Networks3 Layered Protocols  Communication tasks are divided into series of layers or levels  Each layer is responsible for particular task and act on them by using one or more protocols  Each layer is built upon one bellow it  The number and name of the layers differ from network to network

Spring 2006Computer Networks4 Figure 2.17 The OSI seven layer model

Spring 2006Computer Networks5 The Layers of OSI Model Application Presentation Session Transport Network Data Link Physical Network Data Link Physical Intermediate System End System Application Presentation Session Transport Network Data Link Physical R

Spring 2006Computer Networks6 Summary of OSI Layer Functions Application Presentation Session Transport Network Data Link Physical To allow access to network resources To establish, manage and terminate sessions To move packets from source to destination; to provide internetworking To transmit bits over a medium; to provide mechanical and electrical specifications To translate, encrypt and compress data To provide reliable end-to- end message delivery and error recovery To organize bits into frames, to provide node- to-node delivery

Spring 2006Computer Networks7 Open System Interconnection (OSI)  Developed by International Standard Organization (ISO) as a first step towards international standardization  De jure protocol  Deals with interconnecting systems that are open for communication with other systems  Open protocol suite  Good as theoretical model, but not widely implemented in practice

Spring 2006Computer Networks8 The OSI layers  Session layer  Provides the control structure for communication between applications (dialog control)  Establishes, manages and terminate connections (sessions) between cooperating applications  Presentation layer  Provides independence to the application processes from differences in data representation  Application layer  Provides access to the OSI environment for users and provides distributed information services

Spring 2006Computer Networks9 The OSI layers  Physical layer  Transmission of unstructured bit stream  Deals with the mechanical, electrical, functional and procedural characteristics to access the physical medium  Data link layer  Provides reliable transfer across the physical link between two ends connected via single link  Sends blocks of data (frames) with the necessary synchronization, error control and flow control  Can add header and trailer

Spring 2006Computer Networks10 The OSI layers  Network layer  Provides upper layers with independence from the data transmission and switching technologies accross internetwork  Responsible for source-to-destination delivery, addressing and routing in the internetwork  Transport layer  Provides transparent transport of data between end points that might not be connected via single link  Provides source-to-destination connection, error recovery and flow control

Spring 2006Computer Networks11 Protocol Suites  Open System Interconnection (OSI)  Today used mostly as a reference model  Prevously used in X.25 based protocols  Internet (TCP/IP)  Most popular suite today  Xerox Networking Sysytems (XNS)  System Network Architecture (SNA – IBM)  Digital Network Architecture (DNA – DEC)  NetBIOS (Software interface)  AppleTalk

Spring 2006Computer Networks12 The TCP/IP five layer model

Spring 2006Computer Networks13 TCP/IP-modellen TCP, UDP IP Ethernet SMTP, HTTP Exempel:

Spring 2006Computer Networks14 TCP/IP Protocol Suite  De facto (and after that de jure) standards  Open (All modification and newly proposed protocols are published in a form of RFC (Request for Comments)  RFC as well as drafts are published on the Internet  can be found on many URL (one is editor.org) editor.org  RFC becomes a standard when it is:  Stable and well understood  Technically competent  Implemented on multiple independent places

Spring 2006Computer Networks15 The TCP/IP Protocol Suite (Cont.)  Allows computers of many sizes, vendors and operating systems to communicate with each other  History:  Developed as de facto standard before OSI  1960’s: started as goverment financed research project  1990’s: most widely used form of networking  Forms the basis for the Internet (capital “I”) (a WAN that spans the globe)