Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.

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

Data Communications System By Ajarn Preecha Pangsuban.
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.
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.
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
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non-proprietary standards for networking and for operating system.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 2 Network Models.
NDSL, Chang Gung University, 2.1 Chapter 2 Network Models 長庚大學資訊工程學系 陳仁暉 副教授 Tel: (03) Ext: 5990
Chapter 2 Network Models
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 2 Network Models.
Introducing Network Standards
Kashif Bashir Chapter 2 Network Models.
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
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.
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.
Protocols Rules governing the communication process, the language of the deal between the devices, must reflect Layers protocols define format, order of.
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,
Chapter 2. Network Models
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.
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.
Net 221D:Computer Networks Fundamentals
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
8/28/ Network Models - Lin 1 CPET/ECET Network Models Data Communications and Networking Fall 2004 Professor Paul I-Hai Lin Electrical and.
Chapter 2. Network Models
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.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
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.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
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.
The OSI Model and the TCP/IP Protocol Suite
Lec 5 Layers Computer Networks Al-Mustansiryah University
Chapter 2 Network Models.
The OSI Model and the TCP/IP Protocol Suite
Layered Task, OSI Model, TCP/IP Model
Chapter 2 Network Models.
Layered Task, OSI Model, TCP/IP Model
Chapter 2 Network Models.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Network Layer The network layer is responsible for the source-to-destination delivery of a packet, possibly across multiple networks (links). Whereas the.
OSI Model. Overview:  Review  OSI Model  Layer 1 - The Physical Layer  Layer 2 - The Data Link Layer  Layer 3 - The Network Layer  Layer 4 - The.
Network Models CCNA Instructor Training Course October 12-17, 2009
Chapter 2 Network Models.
The OSI Model and the TCP/IP Protocol Suite
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Presentation transcript:

Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3

2.2 Figure 2.2 Seven layers of the OSI model

3 Physical layer Transporting bits from one end node to the next - type of the transmission media (twisted-pair, coax, optical fiber, air) - bit representation (voltage levels of logical values) - data rate (speed) - synchronization of bits (time synchronization) physical connection

4 The physical layer is responsible for movements of individual bits from one hop (node) to the next. Note

5 Data Link layer Transporting frames from one end node to the next one logical connection - framing - physical addressing - flow control - error control - access control

6 Data Link layer - hop-to-hop delivery-

7 The data link layer is responsible for moving frames from one hop (node) to the next. Note

8 Network layer End-to-End packet delivery  From the original source to a destination Needed when 2 devices are attached to different networks  What is the network definition here? Main duties: 1. Logical addressing 2. Routing 3. Congestion control and QoS Not a message

2.9 Figure 2.8 Network layer

10 Source to destination delivery Data Link Network layer

11 Network layer - example - Network layer addresses Data Link layer addresses

12 The network layer is responsible for the delivery of individual packets from the source host to the destination host. Note

13 Transport layer Process-to-Process delivery of the entire message – From the original source to a destination Needed when several processes (running programs) active at the same time Main tasks: – Port addressing – Segmentation and reassembly – Congestion control – Flow control – Error control

2.14 Figure 2.10 Transport layer

2.15 Figure 2.11 Reliable process-to-process delivery of a message

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

2.17 Figure 2.12 Session layer

18 The session layer is responsible for dialog control and synchronization. Note

2.19 Figure 2.13 Presentation layer

20 The presentation layer is responsible for translation, compression, and encryption. Note

2.21 Figure 2.14 Application layer

22 Application layer Enables user to access the network Provides services to a user – – Remote file access and transfer (Telnet, FTP) – Access to WWW (HTTP)

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

24 OSI Reference Model A convenient aid for remembering the OSI layer names is to use the first letter of each word in the phrase: All People Seem To Need Data Processing

2.25 Figure 2.15 Summary of layers