System Architecture  you should list the layered Architecture  Understand the ISO/OSI model used in data communications  Understand the differences.

Slides:



Advertisements
Similar presentations
Click to continue Network Protocols. Click to continue Networking Protocols A protocol defines the rules of procedures, which computers must obey when.
Advertisements

OSI Model OSI MODEL.
OSI Model OSI LAYER / MODEL.
PROTOCOLS AND ARCHITECTURE Lesson 2 NETS2150/2850.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Protocols and the TCP/IP Suite
OSI Model.
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
Computer Network Architecture and Programming
04/26/2004CSCI 315 Operating Systems Design1 Computer Networks.
William Stallings Data and Computer Communications 7 th Edition Chapter 2 Protocols and Architecture.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 2: Protocols and Architecture.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
NETWORK MODELS T.Najah Al_Subaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET331.
OIS Model TCP/IP Model.
Chapter 5: TCP/IP and OSI Business Data Communications, 6e.
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
Communication Network Protocols ----Krishna Priyanka Chebrolu.
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.
OSI AND TCP/IP MODELS. Outline Introduction OSI Model TCP/IP Model IPv4 vs. IPv6.
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.
Protocol Architectures. Simple Protocol Architecture Not an actual architecture, but a model for how they work Similar to “pseudocode,” used for teaching.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
Data and Computer Communications Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based Applications 1.
Layer Architecture Layer architecture simplifies the network design. It is easy to debug network applications in a layered architecture network. The network.
The OSI Model.
Internet SecurityInternet Security Dr. ClincyLecture1 CS 4491 Internet Security Dr. Clincy Networking Fundamentals Note: I am still “tweaking” your syllabus.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
OSI Model. Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network –
Spring 2006Computer Networks1 Chapter 2 Network Models.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Spring 2006Computer Networks1 Chapter 2 Network Models.
03 - Winter 2006ECE 766 Computer Interfacing and Protocols 1 Protocol Hierarchies First networks: hardware comes first Increased complexity  network architecture.
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
1 Packet Switching, Layer Models and Protocol Suites.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
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.
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.
Protocol Suits and Layering Models OSI Model Dr. Abraham UTPA.
Protocol Layering Chapter 11.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
N ETWORKING Standards and Protocols. S TANDARDS AND P ROTOCOLS The OSI Model.
OSI ARCHITECTURE IN OSI, ACTUAL INFORMATION IS OVERHEADED BY PROTOCOL LAYERS IF ALL SEVEN LAYERS ARE OVERHEADED, THEN AS LITTLE AS 15% OF THE TRANSMITTED.
COMPUTER NETWORK AND DESIGN CSCI 3385K. Host-to-Host Communications Model Older model Proprietary Application and combinations software controlled by.
Mr. Sathish Kumar. M Department of Electronics and Communication Engineering I’ve learned that people will forget what you said, people will forget what.
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
Computer Networking A Top-Down Approach Featuring the Internet Introduction Jaypee Institute of Information Technology.
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.
Computer Networks.
Net 222: Communications and networks fundamentals (Practical Part)
© 2003, Cisco Systems, Inc. All rights reserved.
CHAPTER 2 THE OSI MODEL.
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
Understanding the OSI Reference Model
TASK 4 Guideline.
Data and Computer Communications by William Stallings Eighth Edition
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model OSI MODEL.
Computer Networking A Top-Down Approach Featuring the Internet
Presentation transcript:

System Architecture  you should list the layered Architecture  Understand the ISO/OSI model used in data communications  Understand the differences amongst various computer manufacturers

Line Protocol A protocol is a set of rules governing two communicating parties to exchange information correctly. In order to communicate, both parties must establish a communication session as follows: (protocol between two computers)  Initialization and finalization procedures  Data transmission procedures  Sender and receiver designation (which party is sender and which is receiver)  Transmission error detection and subsequent handling

Layered Protocols Protocol within a computer for communication. To define the communication part of a computer with different layers. Modification to one of the layers will not impact the adjacent layers so long as the same interfaces are still maintained. It has been widely accepted as a good system structuring practice. Each layer is defined by –An interface defining the services it provides to layer N + 1 and above –An interface defining the services it requires from layer N - 1 and below

Advantage of using this protocol Reduce design period as the whole network is broken into several manageable components. It is flexible for the equipment vendors to provide hardware/software services. The internal structures, mechanism, encoding, and algorithms used within a layer are not visible to other layers. This provides a way of hiding information. –Alternative implementation for a layer can co-exist, providing opportunity for testing and reliability. –The confidence in the correctness of a layered system is more easily established by testing and analyzing each layer in turn.

ISO/OSI Reference Model It is a seven-layered Open System. It clearly defines partitions to provide guidelines for the flow of data, control message etc. –Provide interfaces at points where the service description and number of interactions can be made small –Provide separation to handle functions that are clearly different in process and technology –Provide boundaries where interfaces can be standardized –Provide appropriate level of abstraction –Allow layers to be bypassed where appropriate

OSI/OSI layers are Application layer Presentation layer Session layer Transport layer Network layer Data Link layer Physical layer

Brief explanation for each layer Physical layer, Provides for the transparent bit transmission over the communications medium such as communication for 56K modem, Network card Data Link layer, Provides an error-free environment between two computers. Network layer, Specifies path for message delivery. Transport layer, Provides an end-to-end host to host communication over a network. Session layer, Manages the flow of information between end-to-end host. Presentation layer, Responsible for the transformation of data such as data encryption Application layer, Concerned with the support of an end-user application process

Other Network Architectures Different computer vendors have been developing their own network architectures such as IBM and TCP/IP (the Internet) which are slightly different than ISO standard. The current trend is to migrate towards the OSI reference model to provide compatibility.