Ch 2. Network Models. 1. LAYERED TASKS Concept of layers – Consider two friends who communicate through mail – What happens when one sends a letter to.

Slides:



Advertisements
Similar presentations
Computer Networks - part V
Advertisements

Exercises and Solutions Lecture 1
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??
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.
2.1 Background Information Network Models LAYERED TASKS We use the concept of layers in our daily life. As an example, let us consider two friends.
The OSI Model and the TCP/IP Protocol Suite
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.
Chapter 2. Network Models
Chapter 2 Network Models Dr. Mznah Al-Rodhaan.
Data Communications Network Models.
NETWORK MODELS T.Najah Al_Subaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET331.
Chapter 2 Network Models
Lecturer: Tamanna Haque Nipa
The OSI Model and the TCP/IP Protocol Suite
NETWORKING CONCEPTS. OSI MODEL Established in 1947, the International Standards Organization (ISO) is a multinational body dedicated to worldwide agreement.
Computer Networks Lecture 1 & 2 Introduction and Layer Model Approach Lahore Leads University.
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Chapter 2 Network Models.
NDSL, Chang Gung University, 2.1 Chapter 2 Network Models 長庚大學資訊工程學系 陳仁暉 副教授 Tel: (03) Ext: 5990
Chapter 2 Network Models
Chapter 2 Network Models
Kashif Bashir Chapter 2 Network Models.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Internet Model. Interfaces Between Layers The passing of the data and network information down through the layers of the sending device and back up.
NET 221D:Computer Networks Fundamentals
The OSI Model.
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.
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,
Prof. Hosny Ibrahim.  Text book (TX1): Data and Computer Communications By: William Stalling, 11 th Edition 2011  Text book (TX2): Data Communications.
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
Chapter 2. Network Models
Prepared by Engr.Jawad Ali BSc(Hons)Computer Systems Engineering University of Engineering and Technology Peshawar.
BZUPAGES.COM 2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
THE OSI MODEL ISO is the organization.OSI is the model. ISO  International Standards Organization OSI  Open Systems Interconnection.
1 Packet Switching, Layer Models and Protocol Suites.
Chapter 2 Network Models
Network Models.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Chapter 2. Network Models
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Overview of Data Communications and Networking
1/15 Chapter 5 Open Systems Interconnection Model.
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 Networking. Text books B.A. Forouzan, Data Communications and Networking, 4th Edition, McGraw Hill, 2007 Peterson and Davie,Computer Networks:
Network Models. 2.1 what is the Protocol? A protocol defines the rules that both the sender and receiver and all intermediate devices need to follow,
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Lecture 3 : Network Architectures 1.
Network Models.
Chapter 2 Network Models.
Chap. 2 Network Models.
IOS Network Model 2nd semester
Lec 5 Layers Computer Networks Al-Mustansiryah University
Chapter 3: Open Systems Interconnection (OSI) Model
Topics discussed in this section:
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Network Model.
Chapter 2 Network Models
Introduction to TCP/IP protocol Suite
Chapter 2 Network Models
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Presentation transcript:

Ch 2. Network Models

1. LAYERED TASKS Concept of layers – Consider two friends who communicate through mail – What happens when one sends a letter to the other? – Or when one calls to the other?

Tasks Involved in Sending a Letter

2. The OSI Model International Standards Organization (ISO) – Established in 1947 – Multinational body dedicated to worldwide agreement on international standards – An ISO standard that covers all aspects of network communications is the Open Systems Interconnection (OSI) model – The model was first introduced in the late 1970s

OSI 7 Layer Model  OSI model is NOT a protocol. It aims to “show” how to facilitate communications between systems  Layered architecture  Well-defined interface between each pair of adjacent layers provide “modularity” to network system User support Network support Link

Interaction between Layers

Message Exchange in OSI Model Encapsulations

Physical (PHY) Layer Responsible for movements of individual bits from one node to the corresponding other(s) – Physical characteristics of interfaces and medium – Representation of bits (encoding) – Data rate – Synchronization – Line configuration (point-to-point, multipoint) – Topology (mesh, star, ring, bus, …) – Transmission mode (simplex, half-duplex, …) Application Presentation Session Transport Network Data Link Physical

Physical (PHY) Layer At sender At receiver

Data Link Layer Responsible for moving frames from one node to the corresponding other(s) – Framing (Divides the strep into data units) – Physical addressing (of the sender/receiver) – Flow control (avoid overwhelming) – Error control (detect damaged/lost frames) – Access control Application Presentation Session Transport Network Data Link Physical

Data Link Layer At sender At receiver

Hop-to-hop delivery PHY and data link layers responsible for one- hop (or hop-to-hop) delivery

Network Layer Responsible for the delivery of individual packets from the source node to the destination node(s) (but, it may not guarantee the delivery!) – Logical addressing (of the sender/receiver) – Routing Application Presentation Session Transport Network Data Link Physical

Network Layer At sender At receiver

Allow End-to-end Delivery

Transport Layer Responsible for reliable delivery from one process to another – Service-point (port) addressing – Segmentation and reassembly – Connection control Connectionless, or connection-oriented – End-to-end flow control – End-to-end error control Application Presentation Session Transport Network Data Link Physical

Transport Layer At senderAt receiver

Processes in a Host Node Process-to-process delivery – Multiplex (mux) and de-multiplex (demux)

Session Layer Responsible for dialog control and synchronization Application Presentation Session Transport Network Data Link Physical At sender At receiver

Presentation Layer Responsible for translation, compression and encryption Application Presentation Session Transport Network Data Link Physical At senderAt receiver

Application Layer Responsible for providing service to user Application Presentation Session Transport Network Data Link Physical At sender At receiver

Summary