CSCI 465 Data Communications and Networks Lecture 3

  • Slides: 29
Download presentation
CSCI 465 Data Communications and Networks Lecture 3 Martin van Bommel CSCI 465 Data

CSCI 465 Data Communications and Networks Lecture 3 Martin van Bommel CSCI 465 Data Communications & Networks 1

TCP/IP Protocol Suite • Transmission Control Protocol (TCP) / Internet Protocol (IP) • Result

TCP/IP Protocol Suite • Transmission Control Protocol (TCP) / Internet Protocol (IP) • Result of protocol R&D conducted on DARPA’s ARPANET – US Defense Advance Research Projects Agency – Packet-switched network • Large collection of protocols adopted as Internet Standards CSCI 465 Data Communications & Networks 2

TCP/IP Layers and Example Protocols

TCP/IP Layers and Example Protocols

Physical Layer • covers the physical interface between computer and network • concerned with

Physical Layer • covers the physical interface between computer and network • concerned with issues like: – characteristics of transmission medium – nature of the signals – data rates

Network Access Layer • covers the exchange of data between an end system and

Network Access Layer • covers the exchange of data between an end system and the network to which it is attached • concerned with issues like : – destination address provision – invoking specific services like priority – access to & routing data across a network for two end systems attached to the same network

Internet Layer • Covers the exchange of data across multiple interconnected networks • Concerned

Internet Layer • Covers the exchange of data across multiple interconnected networks • Concerned with issues like – Routing packets from one network to the next along a path between end systems • The Internet Protocol (IP) is used at this layer – Implemented in end systems and routers • Router – Processor that connects two networks & relay data

Host-to-Host (Transport) Layer • Covers the end-to-end exchange of data • Concerned with –

Host-to-Host (Transport) Layer • Covers the end-to-end exchange of data • Concerned with – Providing reliable delivery of data • Common layer shared by all applications • Transmission Control Protocol (TCP) – Most commonly used protocol

Operation of TCP/IP CSCI 465 Data Communications & Networks 8

Operation of TCP/IP CSCI 465 Data Communications & Networks 8

TCP/IP Address Requirements Two levels of addressing are needed: • Each host on a

TCP/IP Address Requirements Two levels of addressing are needed: • Each host on a subnetwork must have a unique global internet address • Each process with a host must have an address (port) that is unique within the host

Operation of TCP/IP CSCI 465 Data Communications & Networks 10

Operation of TCP/IP CSCI 465 Data Communications & Networks 10

Transmission Control Protocol (TCP) • TCP is the transport layer protocol for most applications

Transmission Control Protocol (TCP) • TCP is the transport layer protocol for most applications • 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

TCP Header 12

TCP Header 12

User Datagram Protocol (UDP) • alternative to TCP in the TCP/IP Suite • send

User Datagram Protocol (UDP) • alternative to TCP in the TCP/IP Suite • send messages with minimum protocol overhead • does not guarantee delivery, preservation of sequence, or protection against duplication • adds port addressing capability to IP • used with Simple Network Management Protocol (SNMP)

UDP Header CSCI 465 Data Communications & Networks 14

UDP Header CSCI 465 Data Communications & Networks 14

IPv 6 • Provides enhancements over existing IP • Designed to accommodate higher speeds

IPv 6 • Provides enhancements over existing IP • Designed to accommodate higher speeds and the mix of graphic and video data • Driving force was the need for more addresses due to growth of the Internet • IPv 6 includes 128 -bit source and destination address fields

IPv 6 16

IPv 6 16

TCP/IP Protocols 17

TCP/IP Protocols 17

Standardized Protocol Architectures 18

Standardized Protocol Architectures 18

OSI Standardization • framework for standardization was motivator • lower layers are concerned with

OSI Standardization • framework for standardization was motivator • lower layers are concerned with greater levels of details • each layer provides services to the next higher layer • three key elements: – Protocol specification – Service Definition – Addressing

Primitive Types REQUEST A primitive issued by a service user to invoke some service

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

Service Primitives and Parameters • define services between adjacent layers using: • primitives to

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

Internet Applications that operate on top of TCP include: FTP SMTP SSH TCP

Internet Applications that operate on top of TCP include: FTP SMTP SSH TCP

Multimedia Terminology

Multimedia Terminology

Multimedia Terminology audio generally encompasses sounds that are produced by a human, telephony and

Multimedia Terminology audio generally encompasses sounds that are produced by a human, telephony and related voice communications technology image supports the communication of individual pictures, charts, or drawings video service carries sequences of pictures in time text is information that can be entered via a keyboard and is directly readable and printable

Multimedia Applications Multimedia information systems Multimedia communication systems • databases, information kiosks, hypertexts, electronic

Multimedia Applications Multimedia information systems Multimedia communication systems • databases, information kiosks, hypertexts, electronic books, and multimedia expert systems • computer-supported collaborative work, videoconferencing, streaming media, and multimedia teleservices Multimedia entertainment systems Multimedia business systems • 3 D computer games, multiplayer network games, infotainment, and interactive audiovisual productions • immersive electronic commerce, marketing, multimedia presentations, video brochures, virtual shopping Multimedia educational systems • electronic books, flexible teaching materials, simulation systems, automatic testing, distance learning

Domains of Multimedia Systems and Example Applications

Domains of Multimedia Systems and Example Applications

Elastic and Inelastic Traffic Elastic Traffic can adjust to delay and throughput changes across

Elastic and Inelastic Traffic Elastic Traffic can adjust to delay and throughput changes across an internet -traditional “data” style TCP/IP traffic Inelastic Traffic does not easily adapt to changes in delay and throughput -“real-time” traffic such as voice and video

Multimedia Technologies

Multimedia Technologies

Summary • needs and key elements for protocol architecture • TCP/IP protocol architecture •

Summary • needs and key elements for protocol architecture • TCP/IP protocol architecture • OSI Model & protocol architecture standardization • traditional versus multimedia application needs