Layered Task, OSI Model, TCP/IP Model

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

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.
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Computer Communication & Networks
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
Computer Networks Lecture 1 & 2 Introduction and Layer Model Approach Lahore Leads University.
NDSL, Chang Gung University, 2.1 Chapter 2 Network Models 長庚大學資訊工程學系 陳仁暉 副教授 Tel: (03) Ext: 5990
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.
The OSI Model and the TCP/IP Protocol Suite
Kashif Bashir Chapter 2 Network Models.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
Unit27-networking BTEC NAT – UNIT 27 NETWORKING OSI MODEL Unit Leader:Dave Bell
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
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.
Chapter 2. Network Models
BZUPAGES.COM 2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
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.
OSI means Open System Interconnect model. OSI means Open System Interconnect model. Developed by the International Organization for Standardization in.
CSCD 218 : DATA COMMUNICATIONS AND NETWORKING 1
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.
Free Powerpoint Templates Page 1 Internetworking Models.
THE OSI REFERENCE MODEL
The OSI Model An overview of the media layer (Physical, Data Link, Network) By Luke Shiffner.
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.
Chapter 9 Introduction To Data-Link Layer
Chapter 9 Introduction To Data-Link Layer 9.# 1
Network Models.
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.
Networking Using the OSI Model.
Chapter 2 Network Models.
OSI LAYERS.
Click to edit Master subtitle style
Chap. 2 Network Models.
Part I. Overview of Data Communications and Networking
The OSI Model and the TCP/IP Protocol Suite
Introduction to Protocol and Layer
Computer Network.
The OSI Model and the TCP/IP Protocol Suite
Layered Task, OSI Model, TCP/IP Model
Data Link Issues Relates to Lab 2.
Computer Network.
Topics discussed in this section:
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
OSI Model The Seven Layers
Chapter 2 Network Models
Network Models CCNA Instructor Training Course October 12-17, 2009
Chapter 2 Network Models
The OSI Model and the TCP/IP Protocol Suite
Data-Link Layer The Internet is a combination of networks glued together by connecting devices (routers or switches) If a packet is to travel from a host.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Open System Interconnect (OSI).
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Unit – III Network Essentials
Presentation transcript:

Layered Task, OSI Model, TCP/IP Model Chapter 2 Layered Task, OSI Model, TCP/IP Model

Protocol Layers In Chapter 1, we discussed that a protocol is required when two entities need to communicate. When communication is not simple, we may divide the complex task of communication into several layers. In this case, we may need several protocols, one for each layer. Let us use a scenario in communication in which the role of protocol layering may be better understood. We use two examples. In the first example, communication is so simple that it can occur in only one layer.

Layered TASK We use the concept of layers in our daily life. As an example, let us consider two friends who communicate through postal mail. The process of sending a letter to a friend would be complex if there were no services available from the post office. Topics discussed in this section: Sender, Receiver, and Carrier Hierarchy

Figure 2.1 Tasks involved in sending a letter

Why layered communication? To reduce complexity of communication task by splitting it into several layered small tasks Functionality of the layers can be changed as long as the service provided to the layer above stays unchanged makes easier maintenance & updating Each layer has its own task Each layer has its own protocol

Reference Models OSI reference model TCP/IP

OSI Reference model Open System Interconnection 7 layers Each layer performs a well define function Functions of the layers chosen taking internationally standardized protocols Number of layers – large enough to avoid complexity

Seven layers of the OSI model

The interaction between layers in the OSI model

OSI Layers

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 Layer Physical layer is responsible for electrical, mechanical and procedural checks. Data will be converted into Binary(i.e) 0’s & 1’s. Data will be in the form of electrical pulses if it is Coaxial or twisted pair cable and in the form of light if it is fiber optic cable. Devices working on physical layer are hubs, Repeaters, Cables, Modems etc.

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

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

Data Link Layer Data Link layer is divided into two sub layers: LLC- Logical Link Control It talks about WAN protocols E.G. PPP, HDLC, Frame-relay MAC- Media Access Control it talks about physical Address. It is a 48 bit address i.e. 12 digit hexadecimal Number. It is also responsible for Error Detection.

Data Link layer - example-

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

Figure 2.8 Network layer

Network Layer Network Layer is responsible for providing best path for data to reach the destination. Logical Addressing works on this layer. Router is a network device layer device. It is divided into two parts Routed Protocols e.g. IP, IPX, Apple Talk Routing Protocols e.g. RIP, IGRP, OSPF, EIGRP

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

Figure 2.9 Source-to-destination delivery

Figure 2.10 Transport layer

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

Transport Layer It is responsible for end to end conectivity. It is also known as the heart of OSI Layers. Following tasks are performed at transport layer: Identifing service Multiplexing & De-multiplexing Segmentation Sequencing & Reassembling Error Correction Flow Control