Lecture (2).

Slides:



Advertisements
Similar presentations
Chapter 5: TCP/IP and OSI Business Data Communications, 5e.
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)
Chapter 4 : TCP/IP and OSI Business Data Communications, 4e.
Semester Copyright USM EEE442 Computer Networks Introduction: Protocols En. Mohd Nazri Mahmud MPhil (Cambridge, UK) BEng (Essex, UK)
Protocols and the TCP/IP Suite
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
EE 4272Spring, 2003 Protocols & Architecture A Protocol Architecture is the layered structure of hardware & software that supports the exchange of data.
William Stallings Data and Computer Communications 7 th Edition (Selected slides used for lectures at Bina Nusantara University) Transport Layer.
Data Communications Architecture Models. What is a Protocol? For two entities to communicate successfully, they must “speak the same language”. What is.
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.
Network Technology CSE Network Technology CSE3020 Week 1.
Computer Networks with Internet Technology William Stallings
Chapter 5: TCP/IP and OSI Business Data Communications, 6e.
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 and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based.
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.
Network Architecture & Standards
William Stallings Data and Computer Communications 7 th Edition Data Communications and Networks Overview Protocols and Architecture.
Data and Computer Communications Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based Applications 1.
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.
The OSI Model.
William Stallings Data and Computer Communications
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Chapter 4 : TCP/IP and OSI Business Data Communications, 4e.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Protocols and Architecture Slide 1 Use of Standard Protocols.
INTRO TO COURSE AND ARCHITECTURE MODELS Data Communications.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
Net 221D:Computer Networks Fundamentals
TUNALIData Communications1 Chapter 2 Protocols and Architecture.
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.
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.
Protocols and the TCP/IP Suite
Introduction Supplementery Slides
Network Architecture Layered Architectures Network Protocols
Distributed Systems.
Click to edit Master subtitle style
Computer Networks with Internet Technology William Stallings
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
Pertemuan 11 Model TCP/IP
University of Houston Protocols and Architecture Datacom II Lecture 4
Protocols and the TCP/IP Suite
Data and Computer Communications by William Stallings Eighth Edition
Chapter 3: Open Systems Interconnection (OSI) Model
ECEN “Internet Protocols and Modeling”
Process-to-Process Delivery:
Chapter 2 Protocols and Architecture
OSI Model OSI MODEL.
Chapter 2. Protocols and Architecture
William Stallings Data and Computer Communications
Protocols and the TCP/IP Suite
Computer Networking A Top-Down Approach Featuring the Internet
EEC4113 Data Communication & Multimedia System Chapter 1: Introduction by Muhazam Mustapha, July 2010.
Process-to-Process Delivery: UDP, TCP
Computer Networks Protocols
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Presentation transcript:

Lecture (2)

TCP/IP Protocol Architecture Developed by the US Defense Advanced Research Project Agency (DARPA) for its packet switched network (ARPANET) Used by the global Internet No official model but a working one. Application layer Host to host or transport layer Internet layer Network access layer Physical layer

Physical Layer Physical interface between data transmission device (e.g. workstation/computer) and transmission medium or network Characteristics of transmission medium Signal levels Data rates etc.

Network Access Layer Exchange of data between end system (e.g. workstation) and network Providing the network with Destination address Concerned with access to and routing data across a network for two end systems attached to the same network. Invoking services (like priority). Different standards have been developed e.g. frame relay  circuit switching, packet switching e.g. Ethernet  LANs

Internet Layer (IP) Concerned with cases where two devises (end systems) are attached to different networks Routing functions across multiple networks Implemented in end systems and routers Router: a processor that connects two networks and whose primary function is to relay data from one network to the other on its route from the source to the destination end system.

Transport Layer (TCP) Application Layer Reliable delivery of data Data arrive at the destination application Data id delivered, in the same order in which they sent, to a certain SAP (port) Application Layer Support for user applications e.g. http, SMTP

TCP/IP Protocol Architecture Model

Operation of TCP/IP

OSI Model Open Systems Interconnection (OSI) Developed by the International Organization for Standardization (ISO) Seven layers A theoretical system delivered too late! TCP/IP is the real standard

OSI Layers Application Presentation Session Transport Network Data Link Physical

OSI v TCP/IP

Standards Required to allow for interoperability between equipment Advantages Ensures a large market for equipment and software Allows products from different vendors to communicate Disadvantages Freeze technology May be multiple standards for the same thing

William Stallings Data and Computer Communications Chapter 2 Protocols and Architecture

Protocols Characteristics Direct or indirect Monolithic or structured Symmetric or asymmetric Standard or nonstandard

Direct or Indirect Direct Indirect Systems share a point to point link or Systems share a multi-point link Data can pass without intervening active agent Indirect Switched networks or Internetworks or internets Data transfer depend on other entities

Monolithic or Structured Communications is a complex task Too complex for single unit Structured design breaks down problem into smaller units Layered structure

Symmetric or Asymmetric Communication between peer entities Asymmetric Client/server

Standard or Nonstandard Nonstandard protocols built for specific computers and tasks K sources and L receivers leads to K*L protocols and 2*K*L implementations If common protocol used, K + L implementations needed

Use of Standard Protocols

Functions A. Encapsulation B. Segmentation and reassembly C. Connection control D. Ordered delivery E. Flow control F. Error control G. Addressing H. Multiplexing I. Transmission services

A.Encapsulation Addition of control information to data Address information (sender/receiver) Error-detecting code Protocol control information The queries and replies among communications equipment to determine the respective capabilities of each end of the communications link. Information exchanged between entities of a given layer, via the service provided by the next lower layer, to coordinate their joint operation.

A.Encapsulation (cont’d)

B. Segmentation (Fragmentation) Data blocks (PDUs) are of bounded size Application layer messages (continuous stream) may be large Network packets may be smaller Splitting larger blocks into smaller ones is segmentation (or fragmentation in TCP/IP) ATM blocks (cells) are 53 octets long Ethernet blocks (frames) are up to 1526 octets long Smaller PDU blocks result in more interrupts Checkpoints and restart/recovery

Why Fragment? Advantages Disadvantages More efficient error control More equitable access to network facilities Shorter delays Smaller buffers needed Disadvantages Overheads Increased interrupts at receiver More processing time

Reassembly The segmented data must be reassembled into messages appropriate to the application level If PDU arrive out of order, the task is complicated

C. Connection Control Connection Establishment Data transfer Connection termination May be connection interruption and recovery Conectionless data transfer (datagram): an entity may transfer data to another entity in a way that each PDU is treated independently of all prior PDUs.

Connection Oriented Data Transfer

C. Connection Control (cont’d) Sequence numbers used for Ordered delivery Flow control (managing the rate of data transmission between two nodes to prevent a fast sender from outrunning a slow receiver)  congestion avoidance Error control Sequencing is not found in all connection oriented protocols (e.g. Frame relay and ATM)

D. Ordered Delivery PDUs may traverse different paths through network PDUs may arrive out of order Sequentially number PDUs to allow for ordering

E. Flow Control Done by receiving entity Limit amount or rate of data The simplest procedure is (Stop and wait) Each PDU must be acknowledged before the next can be sent Credit systems for transmitter Sliding window (determines the amount of data that can be sent without an ACK) Needed at application as well as transport and network access layers

F. Error Control Guard against loss or damage Implemented as two separate functions: Error detection Sender inserts error detecting bits Receiver checks these bits If OK, acknowledge If error, discard packet Retransmission If no acknowledge in given time, re-transmit Some protocols employ an error correction code Performed at various layers

End of Lecture (2)