• No results found

Data and Computer Data and Computer Communications Communications

N/A
N/A
Protected

Academic year: 2021

Share "Data and Computer Data and Computer Communications Communications"

Copied!
34
0
0

Loading.... (view fulltext now)

Full text

(1)

Data and Computer Data and Computer

Communications Communications

Chapter 2 – Protocol Architecture, Chapter 2 – Protocol Architecture,

TCP/IP, and Internet-Based TCP/IP, and Internet-Based

Applications

Applications

(2)

Protocol Architecture, Protocol Architecture,

TCP/IP, and Internet-Based TCP/IP, and Internet-Based

Applications Applications

To destroy communication completely, there To destroy communication completely, there must be no rules in common between

must be no rules in common between

transmitter and receiver—neither of alphabet transmitter and receiver—neither of alphabet

nor of syntax —On Human Communication nor of syntax —On Human Communication , ,

Colin Cherry

Colin Cherry

(3)

Need For

Need For Protocol Protocol Architecture

Architecture

 data exchange can involve complex data exchange can involve complex procedures, cf. file transfer example procedures, cf. file transfer example

 better if task broken into subtasks better if task broken into subtasks

 implemented separately in layers in stack implemented separately in layers in stack

each layer provides functions needed to each layer provides functions needed to perform comms for layers above

perform comms for layers above

using functions provided by layers below using functions provided by layers below

 peer layers communicate with a protocol peer layers communicate with a protocol

(4)

Key Elements of a Protocol Key Elements of a Protocol

 syntax - data format syntax - data format

 semantics - control info & error handling semantics - control info & error handling

 timing - speed matching & sequencing timing - speed matching & sequencing

(5)

TCP/IP Protocol Architecture TCP/IP Protocol Architecture

 developed by US Defense Advanced developed by US Defense Advanced Research Project Agency (DARPA) Research Project Agency (DARPA)

 for ARPANET packet switched network for ARPANET packet switched network

 used by the global Internet used by the global Internet

 protocol suite comprises a large collection protocol suite comprises a large collection of standardized protocols

of standardized protocols

(6)

Simplified Network Simplified Network

Architecture

Architecture

(7)

TCP/IP Layers TCP/IP Layers

 no official model but a working one no official model but a working one

Application layer Application layer

Host-to-host, or transport layer Host-to-host, or transport layer

Internet layer Internet layer

Network access layer Network access layer

Physical layer Physical layer

(8)

Physical Layer Physical Layer

 concerned with physical interface between concerned with physical interface between computer and network

computer and network

 concerned with issues like: concerned with issues like:

characteristics of transmission medium characteristics of transmission medium

signal levels signal levels

data rates data rates

other related matters other related matters

(9)

Network Access Layer Network Access Layer

 exchange of data between an end system exchange of data between an end system and attached network

and attached network

 concerned with issues like : concerned with issues like :

destination address provision destination address provision

invoking specific services like priority invoking specific services like priority

access to & routing data across a network link access to & routing data across a network link between two attached systems

between two attached systems

 allows layers above to ignore link specifics allows layers above to ignore link specifics

(10)

Internet Layer (IP) Internet Layer (IP)

 routing functions across multiple networks routing functions across multiple networks

 for systems attached to different networks for systems attached to different networks

 using IP protocol using IP protocol

 implemented in end systems and routers implemented in end systems and routers

 routers connect two networks and relays routers connect two networks and relays data between them

data between them

(11)

Transport Layer (TCP) Transport Layer (TCP)

 common layer shared by all applications common layer shared by all applications

 provides reliable delivery of data provides reliable delivery of data

 in same order as sent in same order as sent

 commonly uses TCP commonly uses TCP

(12)

Application Layer Application Layer

 provide support for user applications provide support for user applications

 need a separate module for each type of need a separate module for each type of application

application

(13)

Operation of TCP and IP

Operation of TCP and IP

(14)

Addressing Requirements Addressing Requirements

 two levels of addressing required two levels of addressing required

 each host on a subnet needs a unique each host on a subnet needs a unique global network address

global network address

its IP address its IP address

 each application on a (multi-tasking) host each application on a (multi-tasking) host needs a unique address within the host

needs a unique address within the host

known as a port known as a port

(15)

Operation of TCP/IP

Operation of TCP/IP

(16)

Transmission Control Protocol Transmission Control Protocol

( ( TCP) TCP)

usual transport layer is (TCP) usual transport layer is (TCP)

provides a reliable connection for transfer of provides a reliable connection for transfer of data between applications

data between applications

a TCP segment is the basic protocol unit a TCP segment is the basic protocol unit

TCP tracks segments between entities for TCP tracks segments between entities for duration of each connection

duration of each connection

(17)

TCP Header

TCP Header

(18)

User Datagram Protocol User Datagram Protocol

(UDP) (UDP)

 an alternative to TCP an alternative to TCP

 no guaranteed delivery no guaranteed delivery

 no preservation of sequence no preservation of sequence

 no protection against duplication no protection against duplication

 minimum overhead minimum overhead

 adds port addressing to IP adds port addressing to IP

(19)

UDP Header

UDP Header

(20)

IP Header

IP Header

(21)

IPv6 Header

IPv6 Header

(22)

TCP/IP Applications TCP/IP Applications

 have a number of standard TCP/IP have a number of standard TCP/IP applications such as

applications such as

Simple Mail Transfer Protocol (SMTP) Simple Mail Transfer Protocol (SMTP)

File Transfer Protocol (FTP) File Transfer Protocol (FTP)

Telnet Telnet

(23)

Some TCP/IP Protocols

Some TCP/IP Protocols

(24)

OSI OSI

 Open Systems Interconnection Open Systems Interconnection

 developed by the International developed by the International

Organization for Standardization (ISO) Organization for Standardization (ISO)

 has seven layers has seven layers

 is a theoretical system delivered too late! is a theoretical system delivered too late!

 TCP/IP is the de facto standard TCP/IP is the de facto standard

(25)

OSI Layers

OSI Layers

(26)

OSI v TCP/IP

OSI v TCP/IP

(27)

Standardized Protocol Standardized Protocol

Architectures

Architectures

(28)

Layer Specific Standards

Layer Specific Standards

(29)

Service Primitives and Service Primitives and

Parameters Parameters

 define services define services

between adjacent between adjacent

layers using:

layers using:

 primitives to specify primitives to specify function performed function performed

 parameters to pass parameters to pass

data and control info

data and control info

(30)

Primitive Types Primitive Types

REQUEST A primitive issued by a service user to invoke some service and to pass the parameters needed to specify fully the requested service

INDICATION 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 RESPONSE A primitive issued by a service user to acknowledge or

complete some procedure previously invoked by an indication to that user

CONFIRM A primitive issued by a service provider to acknowledge or complete some procedure previously invoked by a request by the service user

(31)

Traditional vs Multimedia Traditional vs Multimedia

Applications Applications

 traditionally Internet dominated by info traditionally Internet dominated by info retrieval applications

retrieval applications

typically using text and image transfer typically using text and image transfer

eg. email, file transfer, web eg. email, file transfer, web

 see increasing growth in multimedia see increasing growth in multimedia applications

applications

involving massive amounts of data involving massive amounts of data

such as streaming audio and video such as streaming audio and video

(32)

Elastic and Inelastic Traffic Elastic and Inelastic Traffic

 elastic traffic elastic traffic

can adjust to delay & throughput changes can adjust to delay & throughput changes over a wide range

over a wide range

eg. traditional “data” style TCP/IP traffic eg. traditional “data” style TCP/IP traffic

some applications more sensitive though some applications more sensitive though

 inelastic traffic inelastic traffic

does not adapt to such changes does not adapt to such changes

eg. “real-time” voice & video traffic eg. “real-time” voice & video traffic

need minimum requirements on net arch need minimum requirements on net arch

(33)

Multimedia Technologies

Multimedia Technologies

(34)

Summary Summary

 introduced need for protocol architecture introduced need for protocol architecture

 TCP/IP protocol architecture TCP/IP protocol architecture

 OSI Model & protocol architecture OSI Model & protocol architecture standardization

standardization

 traditional vs multimedia application needs traditional vs multimedia application needs

References

Related documents

 Data link layer is divided into two sub layers: media access control (MAC), which handles how computers access and transmit data on the network, and logical link control

 router examines header fields in all IP datagrams passing through it application transport network data link physical application transport network data link physical

This course requires students to implement a three node wide-are network using (a) static routing, (b) dynamic routing with distance-vector algorithms, (c) dynamic routing using

 constant data rate using packet switching constant data rate using packet switching technique with multiple virtual circuits. technique with multiple

 also issue of data rates from different sources also issue of data rates from different sources not related by simple rational number. not related by simple

 a single user data frame is sent from source to a single user data frame is sent from source to destination and higher layer ACK sent back. destination and higher layer ACK

When computers are connected by a circuit switched network, they establish a direct data link over the circuit.. This is used today for modem access to a

service (i.e. datagram mechanism) 4 application transport network data link physical application transport network data link physical network data link physical network data