Data and Computer Communications

Similar documents
Need For Protocol Architecture

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications

Data & Computer Communication

Need For Protocol Architecture

ET4254 Communications and Networking 1

Computer Networks with Internet Technology William Stallings. Chapter 2 Protocols and the TCP/IP Protocol Suite

Chapter 3 Protocols and the TCP/IP Suite

APPENDIX F THE TCP/IP PROTOCOL ARCHITECTURE

Computer Networks. Introduction to Network. Dr. Adel Gaafar Abd Elrahim

Tutorials and Practicals 31W6 ADMINISTRIVIA. A Communications Model. Communications and Networks. Simplified Communications

ES623 Networked Embedded Systems

Chapter 1: Introduction

Organizations have developed standard sets of protocols

System Programming. Introduction to computer networks

BLM6196 COMPUTER NETWORKS AND COMMUNICATION PROTOCOLS

The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO).

03 The Internet Model and TCP/IP

ELC 537 Communication Networks

EEC-484/584 Computer Networks

MEBS Utilities services M.Sc.(Eng) in building services Faculty of Engineering University of Hong Kong

Internet 최양희서울대학교컴퓨터공학부. MMlab 1

SUBJECT: DATA COMMUNICATION AND NETWORK SEMESTER: V SEMESTER COURSE: BCA SUBJECT TEACHER: Dr.K.Chitra Assistant Professor, Department of Computer

Introduction to Open System Interconnection Reference Model

Network Models. Behrouz A. Forouzan Data communication and Networking Fourth edition

Internetwork Protocols

Overview of Network Software. CS158a Chris Pollett Jan 31, 2007.

Review of Important Networking Concepts

Reference Models. 7.3 A Comparison of the OSI and TCP/IP Reference Models

Network Model: Each layer has a specific function.

TCP/IP protocol suite

Novell TCP IP for Networking Professionals.

Network Reference Models

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer

Networking Basics. EC512 Spring /15/2015 EC512 - Prof. Thomas Skinner 1

OSI Network Layer. Network Fundamentals Chapter 5. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1

Chapter 11: Wide-Area Networks and the Internet

Chapter 2 Network Models 2.1

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet

Chapter 2 Network Models 2.1

OSI Layer OSI Name Units Implementation Description 7 Application Data PCs Network services such as file, print,

Layered Architecture

Interconnecting Networks with TCP/IP. 2000, Cisco Systems, Inc. 8-1

Subnetting and addresses revisited

CS 640: Introduction to Computer Networks. Today s Lecture. Page 1

CPEG514 Advanced Computer Networks. Atef Abu Salim University of Nizwa Spring 2013/2014

CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 6 OSI MODEL TRANSPORT LAYER

Lecture 17 Overview. Last Lecture. Wide Area Networking (2) This Lecture. Internet Protocol (1) Source: chapters 2.2, 2.3,18.4, 19.1, 9.

Packet Switching, Layer Models and Protocol Suites

ECE4110 Internetwork Programming. Introduction and Overview

Layered Architecture

Chapter 12 Network Protocols

CS 268: Internet Architecture & E2E Arguments. Today s Agenda. Scott Shenker and Ion Stoica (Fall, 2010) Design goals.

Computer Communication & Networks / Data Communication & Computer Networks Week # 03

Chapter 5 OSI Network Layer

TCP/IP stack is the family of protocols that rule the current internet. While other protocols are also used in computer networks, TCP/IP is by far

Defining Networks with the OSI Model. Module 2

Introduction to Protocols

INTRODUCTORY COMPUTER

EE 610 Part 2: Encapsulation and network utilities

COMS Introduction to Computers. Networking

Part VI. Appendixes. Appendix A OSI Model and Internet Protocols Appendix B About the CD

CSC 546: Client/Server Fundamentals. Fall Major client/server protocols

Review of Lecture 1. EEC-484/584 Computer Networks. Network Hardware. Outline. Lecture 2. Wenbing Zhao

Institute of Science and Technology 2067

precise rules that govern communication between two parties TCP/IP: the basic Internet protocols IP: Internet protocol (bottom level)

E&CE 358: Tutorial 1. Instructor: Sherman (Xuemin) Shen TA: Miao Wang

4. The transport layer

The Client Server Model and Software Design

Networking Applications

CPS221 Lecture: Layered Network Architecture

Computer Networks (Introduction to TCP/IP Protocols)

Application Layer. Presentation Layer. Session Layer. Transportation Layer. Network Layer. Physical Layer

Communicating over the Network

TCP/IP THE TCP/IP ARCHITECTURE

Chapter 7. Local Area Network Communications Protocols

Network Architecture Models

TCP/IP Overview. Basic Networking Concepts. 09/14/11 Basic TCP/IP Networking 1

CS3600 SYSTEMS AND NETWORKS

Data Communication & Computer Networks MCQ S

1: Review Of Semester Provide an overview of encapsulation.

Osi Reference Model And Explain The Various Layers And Its Applications

COMP750. Distributed Systems. Network Overview

Lecture-4. TCP/IP-Overview:

CS 428/528 Computer Networks Lecture 01. Yan Wang

CS4700/CS5700 Fundaments of Computer Networks

b) Diverse forms of physical connection - all sorts of wired connections, wireless connections, fiber optics, etc.

Lecture 2. Computer Networks Models. Network Models 1-1

Chapter 2 Communicating Over the Network

Internetworking Models The OSI Reference Model

International Journal of Modern Engineering and Research Technology

Copyleft 2005, Binnur Kurt. Objectives

OSI Transport Layer. Network Fundamentals Chapter 4. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1

Introduction. IP Datagrams. Internet Service Paradigm. Routers and Routing Tables. Datagram Forwarding. Example Internet and Conceptual Routing Table

CSE 3461 / 5461: Computer Networking & Internet Technologies

TCOM 370 NOTES 99-1 NETWORKING AND COMMUNICATIONS

Chapter 1. Chapter 1. Data Communications and Network Management Overview

OSI Model. Teran Subasinghe MBCS, Bsc.(Hons) in Computer Science - University of Greenwich, UK

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University

IT4405 Computer Networks (Compulsory)

UDP, TCP, IP multicast

Transcription:

Data and Computer Communications Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications Eighth Edition by William Stallings Chap2: 1

Need For Protocol Architecture data exchange can involve complex procedures, ex, file transfer better if task broken into subtasks implemented separately in layers in stack each layer provides functions needed to perform comms for layers above using functions provided by layers below peer layers communicate with a protocol Chap2: 2

Key Elements of a Protocol syntax - data format semantics - control info & error handling timing - speed matching & sequencing Chap2: 3

TCP/IP Protocol Architecture developed by US Defense Advanced Research Project Agency (DARPA) for ARPANET packet switched network used by the global Internet protocol suite comprises a large collection of standardized protocols Chap2: 4

Simplified Network Architecture Chap2: 5

TCP/IP Layers no official model but a working one Application layer Host-to to-host, or transport layer Internet layer Network access layer Physical layer Chap2: 6

Physical Layer concerned with physical interface between computer and network concerned with issues like: characteristics of transmission medium signal levels data rates other related matters Chap2: 7

Network Access Layer exchange of data between an end system and attached network concerned with issues like : destination address provision invoking specific services like priority access to & routing data across a network link between two attached systems allows layers above to ignore link specifics Chap2: 8

Internet Layer (IP) routing functions across multiple networks for systems attached to different networks using IP protocol implemented in end systems and routers routers connect two networks and relays data between them Chap2: 9

Transport Layer (TCP) common layer shared by all applications provides reliable delivery of data in same order as sent commonly uses TCP Chap2: 10

Application Layer provide support for user applications need a separate module for each type of application Chap2: 11

Operation of TCP and IP Chap2: 12

Addressing Requirements two levels of addressing required each host on a subnet needs a unique global network address its IP address each application on a (multi-tasking) tasking) host needs a unique address within the host known as a port Chap2: 13

Operation of TCP/IP Chap2: 14

Transmission Control Protocol (TCP) usual transport layer is (TCP) provides a reliable connection for transfer of data between applications a TCP segment is the basic protocol unit TCP tracks segments between entities for duration of each connection Chap2: 15

TCP Header Chap2: 16

User Datagram Protocol (UDP) an alternative to TCP no guaranteed delivery no preservation of sequence no protection against duplication minimum overhead adds port addressing to IP Chap2: 17

UDP Header Chap2: 18

IP Header Chap2: 19

IPv6 Header Chap2: 20

TCP/IP Applications have a number of standard TCP/IP applications such as Simple Mail Transfer Protocol (SMTP) File Transfer Protocol (FTP) Telnet Chap2: 21

Some TCP/IP Protocols Chap2: 22

OSI Open Systems Interconnection developed by the International Organization for Standardization (ISO) has seven layers is a theoretical system delivered too late! TCP/IP is the de facto standard Chap2: 23

OSI Layers Chap2: 24

OSI v TCP/IP Chap2: 25

Standardized Protocol Architectures Chap2: 26

Layer Specific Standards Chap2: 27

Service Primitives and define services between adjacent layers using: primitives to specify function performed parameters to pass data and control info Parameters Chap2: 28

Primitive Types REQUEST INDICATION RESPONSE CONFIRM A primitive issued by a service user to invoke some service and to pass the parameters needed to specify fully the requested service A primitive issued by a service provider either to: indicate that a procedure has been invoked by the peer service user on the connection and to provide the associated parameters, or notify the service user of a provider-initiated action A primitive issued by a service user to acknowledge or complete some procedure previously invoked by an indication to that user A primitive issued by a service provider to acknowledge or complete some procedure previously invoked by a request by the service user Chap2: 29

Traditional vs Multimedia Applications traditionally Internet dominated by info retrieval applications typically using text and image transfer eg.. email, file transfer, web see increasing growth in multimedia applications involving massive amounts of data such as streaming audio and video Chap2: 30

Elastic and Inelastic Traffic elastic traffic can adjust to delay & throughput changes over a wide range eg.. traditional data style TCP/IP traffic some applications more sensitive though inelastic traffic does not adapt to such changes eg. real-time voice & video traffic need minimum requirements on net arch Chap2: 31

Multimedia Technologies Chap2: 32

Summary introduced need for protocol architecture TCP/IP protocol architecture OSI Model & protocol architecture standardization traditional vs multimedia application needs Chap2: 33