Layered Tasks.

Slides:



Advertisements
Similar presentations
1 Packet Switching, Layer Models and Protocol Suites Data Communications and Computer Networks Asst. Prof. Chaiporn Jaikaeo, Ph.D.
Advertisements

OSI Model OSI MODEL.
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.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
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.
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
OIS Model TCP/IP Model.
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.
Data Communications Taught by Mr. Kim No, M.Sc. In Telecommunications Engineering Chapter 2: Network Model 1.
I protocolli TCP/IP 2/ed Behrouz A. Forouzan Copyright © 2005 – The McGraw-Hill Companies srl Chapter 2 Upon completion you will be able to: The OSI Model.
NDSL, Chang Gung University, 2.1 Chapter 2 Network Models 長庚大學資訊工程學系 陳仁暉 副教授 Tel: (03) Ext: 5990
The OSI Model and the TCP/IP Protocol Suite
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Powerpoint Templates Computer Communication and Networks Lecture # 04 Muhammad Waseem Iqbal.
COMPUTER NETWORKS Ms. Mrinmoyee Mukherjee Assistant Professor
NET 221D:Computer Networks Fundamentals
NETWORKING CONCEPTS. NETWORK MODEL n/w is a combination of h/w,s/w that sends data from one location to other h/w consist of any physical equipment that.
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.
NETWORKING CONCEPTS. PROTOCOLS In a n/w communication occurs b/w 2 entities Entity means anything that is capable of sending and receiving information.
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.
1 Packet Switching, Layer Models and Protocol Suites.
Chapter 2 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.
CSCD 218 : DATA COMMUNICATIONS AND NETWORKING 1
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1/15 Chapter 5 Open Systems Interconnection Model.
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)
Lecturer: Mrs. Rohani bt Hassan
Protocol Architectures. Simple Protocol Architecture Not an actual architecture, but a model for how they work Similar to “pseudocode,” used for teaching.
Computer Engineering and Networks, College of Engineering, Majmaah University Protocols OSI reference MODEL TCp /ip model Mohammed Saleem Bhat
Chapter 4 : Network models. Lecture 8. Layered Tasks - We use the concept of layers in our daily life. As an example, let us consider 2 friends who communicate.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Lecture 3 : Network Architectures 1.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Network Models.
Chapter 2 Network Models.
The OSI Model Prof. Choong Seon HONG.
The OSI Model.
Click to edit Master subtitle style
THE OSI MODEL By: Omari Dasent.
Chap. 2 Network Models.
The OSI Model & the TCP/IP Protocol Suite
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
ISO-OSI Reference Model and IEEE Standards
IOS Network Model 2nd semester
Protocol Architectures
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.
Fundamentals of Computer Networks
OSI Model OSI MODEL.
Data Communication Networks
Chapter 2 Network Models
Network Models CCNA Instructor Training Course October 12-17, 2009
Network Models.
Data Transmission And Digital Communication
Protocol Layering - Introduction
Lec 4 Network Models Computer Networks Al-Mustansiryah University
Chapter 2 Network Models
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Presentation transcript:

Layered Tasks

Layered Tasks

Layered Tasks At the Sender Site: Higher layer: The sender writes the letter, inserts the letter in an envelope, writes the sender and receiver addresses, and drops the letter in a mailbox. Middle layer: The letter is picked up by a letter carrier and delivered to the post office. Lower layer: The letter is sorted at the post office; a carrier transports the letter.

Layered Tasks On the Way: The letter is then on its way to the recipient. it may be transported by truck, train, airplane, boat, or a combination of these.

Layered Tasks At the Receiver Site: Lower layer. The carrier transports the letter to the post office. Middle layer. The letter is sorted and delivered to the recipient's mailbox. Higher layer. The receiver picks up the letter, opens the envelope, and reads it.

OSI Model Established in 1947 OSI stands for Open Systems Interconnection. An ISO standard that covers all aspects of network communications is OSI model. It was first introduced in the late 1970s. An open system is a set of protocols that allows any two different systems to communicate regardless of their internal architecture.

Purpose of OSI Model OSI model is to show how to facilitate communication between different systems without requiring changes to the logic of the underlying hardware and software. OSI model is not a protocol it is a model for understanding and designing a network architecture that is flexible, robust, and interoperable.

Purpose of OSI Model OSI model is a layered framework for the design of network systems that allows communication between all types of computer systems. OSI is a model that is use to understand how network protocol work. Protocol is a “language” used to transmit data over a network.

The interaction between layers in the OSI model

An exchange using the OSI model