Network Architecture Models School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 2, Thursday 1/18/2007)

Slides:



Advertisements
Similar presentations
Internetwork An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
Advertisements

Introduction to TCP/IP
OSI Model OSI MODEL.
Open System Interconnection
Data Communications System By Ajarn Preecha Pangsuban.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
1 TCP/IP Internetworking (February 1, 2012) © Abdou Illia – Spring 2012.
Introduction To Networking
TCP: Software for Reliable Communication. Spring 2002Computer Networks Applications Internet: a Collection of Disparate Networks Different goals: Speed,
COMPUTER NETWORKS.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
OIS Model TCP/IP Model.
Lecturer: Tamanna Haque Nipa
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
THE OSI MODEL KUDIRAT FAWEHINMI COSC 541.
1 Protocol Interaction (ISO’s Open Systems Interconnection (OSI model)) the 7 layers.
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.
Data Communications and Networks
Hands-On Microsoft Windows Server 2003 Networking Chapter Three TCP/IP Architecture.
OSI AND TCP/IP MODELS. Outline Introduction OSI Model TCP/IP Model IPv4 vs. IPv6.
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
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.
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 Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
Unit27-networking BTEC NAT – UNIT 27 NETWORKING OSI MODEL Unit Leader:Dave Bell
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
Cisco – Semester 1 – Chapter 2 Network Fundamentals And The OSI Model.
TCP/IP TCP/IP LAYERED PROTOCOL TCP/IP'S APPLICATION LAYER TRANSPORT LAYER NETWORK LAYER NETWORK ACCESS LAYER (DATA LINK LAYER)
TCOM 509 – Internet Protocols (TCP/IP) Lecture 03_b Protocol Layering Instructor: Dr. Li-Chuan Chen Date: 09/15/2003 Based in part upon slides of Prof.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
Chapter 2 Protocols and the TCP/IP Suite 1 Chapter 2 Protocols and the TCP/IP Suite.
1 Chapter Overview Network Communications The OSI Reference Model.
1 Chapter Overview Network Communications The OSI Reference Model.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني.
Protocol Suits and Layering Models OSI Model Dr. Abraham UTPA.
Net 221D:Computer Networks Fundamentals
Protocol Layering Chapter 11.
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
Data Communication Network Models
THE OSI REFERENCE MODEL
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Computer Engineering and Networks, College of Engineering, Majmaah University Protocols OSI reference MODEL TCp /ip model Mohammed Saleem Bhat
11/18/2016Basic TCP/IP Networking 1 TCP/IP Overview Basic Networking Concepts.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI 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.
Networking Using the OSI Model.
OSI LAYERS.
Computer Networks.
Part I. Overview of Data Communications and Networking
What the OSI Protocol Layers Do
OSI Protocol Stack Given the post man exemple.
Lecturer, Department of Computer Application
Understand the OSI Model Part 2
DEPARTMENT OF COMPUTER SCIENCE
OSI Model The Seven Layers
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
OSI Model OSI MODEL.
Network Architecture Models
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Open System Interconnect (OSI).
Unit – III Network Essentials
Presentation transcript:

Network Architecture Models School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 2, Thursday 1/18/2007)

2 Learning Objectives n Discuss the OSI reference Model n Discuss the Internet Model n Compare OSI and Internet Models

3 Data Networks operation n Packet Switching – Large messages are broken into small pieces called packets (or frames) n Multiplexing – Packets from many conversations are mixed (multiplexed) over each trunk line Multiplexing on Transmission Line Packet Switching

4 Why Packet Switching & Multiplexing? n Switches, routers, bridges handle short messages efficiently n Sending a file all in one single string of data: – Other computers couldn’t use the Network during transmission – Not be appreciated by other users – If error, the entire file have to be sent again

5 How computers make sense of incoming packets? n Rules of operation defined through: – Network Architecture Models – Protocols, i.e.: n Rules for communications between 2 computers (or other networking devices) implemented in hardware or in software.

6 Network Architecture Model? n A communication model that define specific tasks that together allow applications on different computers to communicate Computer 1 Task 1 Task 2 Task 3 Task 4 Task 5 Task 1 Task 2 Task 3 Task 4 Task 5 Computer 2

7 Network Architecture Model? n A communication model that describe how data from a software application in one computer moves through a medium to a software application in another computer. Computer 1 Task 1 Task 2 Task 3 Task 4 Task 5 Task 1 Task 2 Task 3 Task 4 Task 5 Computer 2 Rules

8 Network Architecture Model n Two main components: – Layers (representing groups of tasks to be performed for data comm.) – Protocols (representing rules to be followed) n Examples of network architecture models: – OSI Reference Model – Internet Model (or TCP/IP Model) – Hybrid TCP/IP-OSI Model

9 OSI Reference Model n Deals with connecting Open Systems: – Systems opened for communication with other systems – Non-proprietary systems (e.g. IBM’s Systems Network Architecture ) n First step toward international standardization n The other Network architectures roughly follow the OSI structure

10 Principles guiding OSI development n Create a layer when a different level of abstraction is needed n Each layer should perform a well defined function n Choose function of layers with an eye toward defining international protocols n Choose layers’ boundaries in order to minimize information flow across interfaces.

11 OSI Reference Model n 7 layers n Each layer communicates with its peer layer, and with layer above and below it. n Different protocols at each layer n Upper layer deal with application issues, and are implemented in software n Lower layers handle data transport issues, and are implemented in software and hardware Application Data transport

12 OSI Reference Model 7.Application 6.Presentation 5.Session 4.Transport 3.Network 2.Data Link 1.Physical

13 OSI Reference Model LayersRole Application Represent user interface between the application sofware (e.g. Eudora) and the Network Provides services like: Identification of the intended communication partner, determining resources availability for communication, etc. 7 Presentation Performs code conversion and data reformatting (syntax translation) incluing encryption and compression if required. Uses coding & conversion schemes: Common Data Representation Formats, Common Data Encryption Schemes, EBCDIC, ASCII, etc. 6 Session Responsible for establishing, managing & terminating communication sessions between computers. Communication sessions consist of service requests and service responses between applications Session layer’s protocols coordinate request & response sessions. 5

14 OSI Reference Model LayersRole Transport Makes sure the data arrives at the destination exactly as it left source (in case of connection-oriented communication) Provides error checking before transmission, and error recovery in case of failed delivery. 4 Network Responsible for creating, maintaining and ending network connections. Provides logical address (IP address) to messages Provides routing services: determining routes for sending. If router can’t send large packets, break data into smaller units. 3 Subdivided into 2 sublayers (Logical Link Control and Media Access Control) Provides physical address (MAC address) to messages Combines bits into bytes, bytes into a frames with header, address information, error detection code, and trailer 2 Data Link LLC MAC

15 OSI Reference Model LayersRole Physical Handles the transmission of bits over a communications channel. Defines characteristics such as voltage levels, connector types and maximum transmission distance. Places signal on the cable. Responsible to move bits between devices. 1

16 The Internet Model (TCP/IP Model) n Created by the Internet Engineering Task Force (IETF) n Named after its two most widely known protocols: – TCP (Transmission Control Protocol) and – IP (Internet Protocol) n TCP/IP refer to the model, while TCP and IP are individual protocols

17 The Internet Model Application Presentation Session Transport Network Data Link Physical n 4 layers n Interface layer - equivalent to the OSI’s Physical and Data link layers n Network layer - roughly equivalent to the OSI’s Network layer n Transport layer - performs same function as OSI Transport layer n Application layer - equivalent to the OSI’s Presentation and Application layers Application Transport Network Interface OSIInternet Figure 1-14 (White 2002:19)

18 Applications/Protocols Use in Internet Model LayersApplications/Protocols Application  Webservice: HTTP  SMTP (Simple Mail Transfer Protocol), POP (Post Office Protocol), IMAP (Internet Message Access Protocol)  Telnet applications: Terminal Emulation Protocol  File transfer: FTP Transport  TCP (Transmission Control Protocol).  Required in webservice when HTTP is used  Required in Mailservice when SMTP is used. SMTP messages are encapsulated in TCP segments  Connection-oriented: Establishes and maintains connections before sending. Close connections after transmission. Correct errors in TCP segments.  UDP (User Datagram Protocol)  Connectionless: Don’t open connection. Simply sends. Discards incorrect UDP datagrams (no retransmission) Network  IP (Internet Protocol) Interface  PPP (Point-to-Point Protocol)  V.90 for 56 Kbps modems

19 IEEE’s DL and Physical layer standards n defines Logical Link Control sublayer n is the standard for Ethernet networks n is the standard for Token Bus networks n is the standard for Token Ring networks

20 Protocols OSI ModelTCP/IP ModelProtocols Application FTP, Telnet, TFTP, NTP, PING, HTTP, POP, SMTP,.. Presentation Session Transport TCP, UDP NetworkInternetIP, ARP, ICMP, IPX Data LinkNetwork Interface PPP, Ethernet, Token Ring, Voltage spec., etc. Physical ICMP: an Internet layer protocol that reports on success or failure of data delivery. Can indicate when part of network is congested, when data failed to reach destination, and when data has been discard because of TTL expiration. (Dean 2004:165)

21 Protocols and webservices TCP/IP ModelWWW File Transfer Application HTTP, HTTPSIMAP, POP, SMTP FTP TransportTCP InternetIP Network Interface PPP, Ethernet, Token Ring, Voltage spec., etc.

22 Summary Questions 1. (a) Name the OSI layers that deal with application issues ? (b) Name the OSI layers that deal with data transport issue ? 2. Standardized applications used at the Application layer of the OSI Model include word processing. T/F 3. Upper layers of the OSI Model are usually implemented in physical devices. T/F 4. Compare OSI and Internet models in terms of layers

23 Internet and OSI Model compared Application Presentation Session Transport Network Datalink Physical Application Transport Internetwork Host to Network FTP TCP IP Ether net TelnetHTTP UDP Token Ring Point-to- Point TCP/IP ModelOSI Ref ModelTCP/IP Protocols