Computer Networking A Top-Down Approach Featuring the Internet

Slides:



Advertisements
Similar presentations
OSI Model OSI MODEL.
Advertisements

Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based.
1 William Stallings Data and Computer Communications 7 th Edition Chapter 2 Protocols and Architecture.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based.
PROTOCOLS AND ARCHITECTURE Lesson 2 NETS2150/2850.
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
Protocols and the TCP/IP Suite
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
Computer Network Architecture and Programming
William Stallings Data and Computer Communications 7 th Edition Chapter 2 Protocols and Architecture.
ECS 152A 1. Introduction. A Communications Model Source —generates data to be transmitted Transmitter —Converts data into transmittable signals Transmission.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 2: Protocols and Architecture.
OIS Model TCP/IP Model.
Lecturer: Tamanna Haque Nipa
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.
Chapter 17 Networking Dave Bremer Otago Polytechnic, N.Z. ©2008, Prentice Hall Operating Systems: Internals and Design Principles, 6/E William Stallings.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based.
Review: – computer networks – topology: pair-wise connection, point-to-point networks and broadcast networks – switching techniques packet switching and.
OSI Model Honolulu Community College Cisco Academy Training Center
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.
William Stallings Data and Computer Communications 7 th Edition Data Communications and Networks Overview Protocols and Architecture.
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
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 An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
Data and Computer Communications Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based Applications.
Cisco – Semester 1 – Chapter 2 Network Fundamentals And The OSI Model.
Chapter 2 Protocols and the TCP/IP Suite 1 Chapter 2 Protocols and the TCP/IP Suite.
William Stallings Data and Computer Communications
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Chapter 2 Network Models
1 ECEN “Internet Protocols and Modeling”, Spring 2011 Slide 5.
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.
Protocol Suits and Layering Models OSI Model Dr. Abraham UTPA.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Communication Architecture and Network Protocol Layering Networks and Protocols Prepared by: TGK First Prepared on: Last Modified on: Quality checked by:
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
TUNALIData Communications1 Chapter 2 Protocols and Architecture.
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.
Roadmap  Introduction to Basics  Computer Network – Components | Classification  Internet  Clients and Servers  Network Models  Protocol Layers.
Data and Computer Communications Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based Applications.
Computer Networks with Internet Technology William Stallings Chapter 2 Protocols and the TCP/IP Protocol Suite.
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.
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.
Protocols and the TCP/IP Suite
Lecture (2).
Chap. 2 Network Models.
© 2003, Cisco Systems, Inc. All rights reserved.
Computer Networks with Internet Technology William Stallings
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
Understanding the OSI Reference Model
Protocols and the TCP/IP Suite
Data and Computer Communications by William Stallings Eighth Edition
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model OSI MODEL.
Chapter 2. Protocols and Architecture
Building A Network: Cost Effective Resource Sharing
Protocols and the TCP/IP Suite
OSI Reference Model Unit II
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Presentation transcript:

Computer Networking A Top-Down Approach Featuring the Internet Introduction

Roadmap Introduction to Basics Network Models Computer Network – Components | Classification Internet Clients and Servers Network Models Protocol Layers - Architecture and Services OSI – ISO Model TCP/IP Model Network Edge: Connection Oriented and Connectionless Services Network Core: Switching Techniques

Network Models There are two models in computer networks: OSI reference model TCP/IP model

Roadmap Protocol Layers - Architecture and Services Network Models Introduction to Basics Computer Network – Components | Classification Internet Clients and Servers Network Models Protocol Layers - Architecture and Services OSI – ISO Model TCP/IP Model Network Edge: Connection Oriented and Connectionless Services Network Core: Switching Techniques

What is a Protocol A Protocol defines the format and the order of messages exchanged, the actions taken on the transmission and/or receipt of a message and other actions. Hi TCP connection req. Hi TCP connection reply. Got the time? Get http://www.rpi.edu/index.htm 2:00 <file> time

Key Elements of a Protocols Syntax Data formats Signal levels Semantics Control information Error handling Timing Speed matching Sequencing

Protocol Architecture (Summary) Task of communication broken up into modules For example file transfer could use three modules File transfer application Communication service module Network access module Required for devices to communicate Vendors have more marketable products Customers can insist on standards based equipment

Layered Architecture of Network Network Architecture: The collection of layers and protocols. Why layering ? Easy to understand and maintain. Interoperability Flexibility Scalability To develop loosely coupled systems Test components independently Note: There is no physical transfer of data across layers Every layer follows some protocols

Layered Architecture Networks organized as a stack of layers: To offer services to the layer above it using an interface (libraries hide details while providing a service) Reduces design complexity Protocols: peer-to-peer layer-n conversations Data Transfer: each layer passes data & control information to the layer below; eventually physical medium is reached.

Layering - Summary Advantages Disadvantages Modularity – protocols easier to manage and maintain Abstract functionality –lower layers can be changed without affecting the upper layers Reuse – upper layers can reuse the functionality provided by lower layers Disadvantages Information hiding – inefficient implementations

Roadmap Protocol Layers - Architecture and Services Network Models Introduction to Basics Computer Network – Components | Classification Internet Clients and Servers Network Models Protocol Layers - Architecture and Services OSI – ISO Model TCP/IP Model Network Edge: Connection Oriented and Connectionless Services Network Core: Switching Techniques

OSI Open Systems Interconnection Developed by the International Organization for Standardization (ISO) Seven layers A theoretical system delivered too late!

OSI - The Model A layered model Each layer performs a subset of the required communication functions Each layer relies on the next lower layer to perform more primitive functions Each layer provides services to the next higher layer Changes in one layer should not require changes in other layers

ISO OSI Reference Model Seven layers Lower three layers are peer-to-peer Next four layers are end-to-end Application Application Presentation Presentation Session Session Transport Transport Network Network Network Datalink Datalink Datalink Physical Physical Physical Physical medium

OSI Layer 1-Physical Layer Physical interface between devices Mechanical (joins 1 or more signal conductor, circuits) Electrical (Representation of bits and bit rate) Functional ( function performed by individual circuits ) Procedural (sequence of events) Modulation and Demodulation Raw bit stream Modem: broadly used to refer to any module that performs the function above

OSI Layer 2- Data Link layer Means of activating, maintaining and deactivating a reliable link Segmenting mechanism Framing (Header and Trailer) Error detection Data synchronization( b/w transmitter and receiver) Flow control (data congestion is not there at slow receivers due to fast senders) Error Control (bit level error, hop-to-hop error) MAC (Physical) Addressing

OSI Layer 3- Network Layer Transport of information Virtual circuit service (connection oriented) Packet switching or datagram service (connection less) Logical addressing (IP address) Routing Congestion control (flow of packet into the network) Both connection-less and connection-oriented

OSI Layer 4- Transport Layer Exchange of data between end systems Error control (end-to-end) Flow control (end-to-end) In sequence (segment) No losses No duplicates Quality of service( Throughput, transit delay, error rate)