Network Architecture Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF.

Slides:



Advertisements
Similar presentations
OSI Model OSI MODEL.
Advertisements

Layer 1 of the TCP/IP protocol stack: Network Access Layer (NAL). Functions, performed on the layer. МАС address in Ethernet networks. Layer 1 of the TCP/IP.
Data Communications System By Ajarn Preecha Pangsuban.
1 The 7 layer OSI model Sending an . 2 The seven layers.
Review of Important Networking Concepts
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.
Computer Network Architecture and Programming
1 Review of Important Networking Concepts Introductory material. This module uses the example from the previous module to review important networking concepts:
Protocol Architecture The “Common Language”. Copyright by Jorg Liebeherr 98, 99 Need for Protocols Protocols are a set of rules and conventions. By enforcing.
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.
1 Review of Important Networking Concepts Introductory material. This slide uses the example from the previous module to review important networking concepts:
The OSI and TCP/IP Models Last Update Copyright 2009 Kenneth M. Chipps Ph.D.
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.
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.
2-2008UP-Copyrights reserved1 ITGD4103 Data Communications and Networks OSI Reference Model Lecture-5: OSI Reference Model week 5- q-2/ 2008 Dr. Anwar.
Review: – computer networks – topology: pair-wise connection, point-to-point networks and broadcast networks – switching techniques packet switching and.
Presentation on Osi & TCP/IP MODEL
Definitions Protocol (1) An agreement between the communicating parties on how communication is to proceed. (2) A set of rules that governs how two or.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 2 Network Models.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Computer Networks (CS 132/EECS148) General Networking Example Karim El Defrawy Donald Bren School of Information and Computer Science University of California.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
CS 447 Networks and Data Communication
 An ISO is a multi national body dedicated to worldwide agreement on international standards.  An ISO standard that covers all aspects of network communications.
Data and Computer Communications Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based Applications.
NET 221D:Computer Networks Fundamentals
Computer Networks Chapter 2 – Network Models. Summer 2006Computer Networks2 Communication Tasks  The tasks given below need to be taken care of in any.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
Spring 2006Computer Networks1 Chapter 2 Network Models.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Lecture 0: Course Overview. Lecturer Details Dr. Walid Khedr Web: Department of Information Technology.
Spring 2006Computer Networks1 Chapter 2 Network Models.
Wireless and Mobile Networks (ELEC6219) Session 1: Introduction to the Module Adriana Wilde and Jeff Reeve 22 January 2015.
Chapter 2 Network Models
Network Models.
1 Chap. 2 Protocol. 2 Communication model Simplified communication model  source node  gather data from sensor or switch using ADC (analog-to-digital.
Network Architecture Protocol hierarchies Design Issues for the layers
TCP/IP. The idea behind TCP/IP is exactly the same we explained about the OSI reference model: when transmitting data, programs talk to the Application.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
J. Liebeher (modified by M. Veeraraghavan) 1 Introduction Complexity of networking: An example Layered communications The TCP/IP protocol suite.
- 1 - DPNM Review of Important Networking Concepts J. Won-Ki Hong Dept. of Computer Science and Engineering POSTECH Tel:
1. Introduction and Background Network Performance and Quality of Service.
Computer Network Lab. 1 3 장 OSI 기본 참조 모델 n OSI : Open System Interconnection n Basic Reference Model : ISO-7498 n Purpose of OSI Model ~ is to open communication.
The OSI Model. History of OSI Model ISO began developing the OSI model in It is widely accepted as a model for understanding network communication.
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.
Computer Networking A Top-Down Approach Featuring the Internet Introduction Jaypee Institute of Information Technology.
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.
OSI model vs. TCP/IP MODEL
Chap. 2 Network Models.
Part I. Overview of Data Communications and Networking
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
Understanding the OSI Reference Model
Lec 5 Layers Computer Networks Al-Mustansiryah University
Chapter 2 Network Models.
Layer 1 of the TCP/IP protocol stack: Network Access Layer (NAL)
Data and Computer Communications by William Stallings Eighth Edition
Network Protocol Layers
Review of Important Networking Concepts
Chapter 2 Network Models.
OSI Model OSI MODEL.
Computer Networks CMSC417 Prof. Ashok K . Agrawala
Computer Networking A Top-Down Approach Featuring the Internet
Review of Important Networking Concepts
Presentation transcript:

Network Architecture Dr. Sanjay P. Ahuja, Ph.D FIS Distinguished Professor of Computer Science School of Computing, UNF

Introduction To reduce design complexity, networks are organized as a series of layers, each one built upon its predecessor. The set of layers and protocols is called a network architecture.

Layers, Protocols, and Interfaces

Peers, Services, Interfaces, Protocol Stack The entities comprising the corresponding layers on different machines are called peer processes. Layer n on one machine converses with layer n on another machine. The rules and conventions used in this conversation is called layer n protocol. Each protocol instance talks virtually to its peer. Each layer communicates only by using the one below. The interface between adjacent layers defines which services the lower layer offers to the upper one. Each interface must be clean-cut to minimize the amount of information passed between layers. At the bottom, messages are carried by the physical medium. A list of protocols used by a certain system, one protocol per layer, is called a protocol stack.

Protocol Hierarchies Each lower layer adds its own header (with control information) to the message to transmit and removes it on receive

OSI Model A principled, international standard, seven layer model to connect different systems. – Provides functions needed by users – Converts different representations – Manages task dialogs – Provides end-to-end delivery – Sends packets over multiple links – Sends frames of information – Sends bits as signals

OSI Reference Model

TCP/IP Model A four layer model derived from experimentation; omits some OSI layers and uses the IP as the network layer.

OSI compared to TCP/IP Model

Hybrid Model Used in the Text