Lecture 1 Overview - Protocol Architecture, TCP/IP and Internet-Based Applications

Similar documents
CSE 3461 / 5461: Computer Networking & Internet Technologies

Chapter 3: Review of Important Networking Concepts. Magda El Zarki Dept. of CS UC Irvine

Objectives of Lecture. Network Architecture. Protocols. Contents

Lecture 28: Internet Protocols

Computer Networks CS321

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network.

User Datagram Protocol - Wikipedia, the free encyclopedia

IP - The Internet Protocol

Network-Oriented Software Development. Course: CSc4360/CSc6360 Instructor: Dr. Beyah Sessions: M-W, 3:00 4:40pm Lecture 2

PART OF THE PICTURE: The TCP/IP Communications Architecture

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, Lecturer: Kartik Krishnan Lecture 1-3

Protocols and Architecture. Protocol Architecture.

Indian Institute of Technology Kharagpur. TCP/IP Part I. Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology

Overview of TCP/IP. TCP/IP and Internet

How To Understand The Layered Architecture Of A Network

Protocol Architecture

Network Programming TDC 561

Protocol Data Units and Encapsulation

Communications and Computer Networks

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols

Review: Lecture 1 - Internet History

Transport and Network Layer

Protocol Specification & Design. The Internet and its Protocols. Course Outline (trivia) Introduction to the Subject Teaching Methods

Network layer: Overview. Network layer functions IP Routing and forwarding

Ethernet. Ethernet. Network Devices

Guide to Network Defense and Countermeasures Third Edition. Chapter 2 TCP/IP

Communication Networks. MAP-TELE 2011/12 José Ruela

Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet

EXPLORER. TFT Filter CONFIGURATION

Internetworking and IP Address

Network Models and Protocols

CPS221 Lecture: Layered Network Architecture

Network Models OSI vs. TCP/IP

Chapter 9. IP Secure

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet

8.2 The Internet Protocol

Internet Concepts. What is a Network?

Data Communication Networks and Converged Networks

Protocols. Packets. What's in an IP packet

A host-based firewall can be used in addition to a network-based firewall to provide multiple layers of protection.

Lecture Computer Networks

IP Addressing A Simplified Tutorial

IT4405 Computer Networks (Compulsory)

Understanding TCP/IP. Introduction. What is an Architectural Model? APPENDIX

Computer Networks Vs. Distributed Systems

A PPENDIX L TCP/IP and OSI

LESSON Networking Fundamentals. Understand TCP/IP

Module 7 Internet And Internet Protocol Suite

Transport Layer Protocols

Introduction to IP v6

Internet Protocols. Addressing & Services. Updated:

Internetworking With TCP/IP

The OSI model has seven layers. The principles that were applied to arrive at the seven layers can be briefly summarized as follows:

Cisco Configuring Commonly Used IP ACLs

Cape Girardeau Career Center CISCO Networking Academy Bill Link, Instructor. 2.,,,, and are key services that ISPs can provide to all customers.

The OSI and TCP/IP Models. Lesson 2

Introduction to TCP/IP

Computer Networks 1 (Mạng Máy Tính 1) Lectured by: Dr. Phạm Trần Vũ

Data Communication Networks Introduction

IP Network Layer. Datagram ID FLAG Fragment Offset. IP Datagrams. IP Addresses. IP Addresses. CSCE 515: Computer Network Programming TCP/IP

Basic Network Configuration

Distributed Systems. 2. Application Layer

Raritan Valley Community College Academic Course Outline. CISY Advanced Computer Networking

First Workshop on Open Source and Internet Technology for Scientific Environment: with case studies from Environmental Monitoring

Industrial Communication Whitepaper. Principles of EtherNet/IP Communication

EDA Training Programs. Catalog of Course Descriptions

10CS64: COMPUTER NETWORKS - II

Lab 2. CS-335a. Fall 2012 Computer Science Department. Manolis Surligas

Mobile IP Network Layer Lesson 02 TCP/IP Suite and IP Protocol

How To Design A Layered Network In A Computer Network

UPPER LAYER SWITCHING

Zarządzanie sieciami telekomunikacyjnymi

Network Layer: Network Layer and IP Protocol

CSIS CSIS 3230 Spring Networking, its all about the apps! Apps on the Edge. Application Architectures. Pure P2P Architecture

IP addressing and forwarding Network layer

TCP/IP and the Internet

IP Addressing. -Internetworking (with TCP/IP) -Classful addressing -Subnetting and Supernetting -Classless addressing

CSCI 362 Computer and Network Security

Network Simulation Traffic, Paths and Impairment

Oct 15, Internet : the vast collection of interconnected networks that all use the TCP/IP protocols

How do I get to

How will the Migration from IPv4 to IPv6 Impact Voice and Visual Communication?

Network Security TCP/IP Refresher

TCP/IP Basis. OSI Model

Internet Protocol: IP packet headers. vendredi 18 octobre 13

CS5008: Internet Computing

CS 457 Lecture 19 Global Internet - BGP. Fall 2011

Protocol Hierarchies/Network Software

Computer Networks. A Top-Down Approach. Behrouz A. Forouzan. and. Firouz Mosharraf. \Connect Mc \ Learn. Hill

Datacommunication. Internet Infrastructure IPv4 & IPv6

Networking Test 4 Study Guide

6LoWPAN Technical Overview

SWE 444 Internet and Web Application Development. Introduction to Web Technology. Dr. Ahmed Youssef. Internet

Mobile IP Network Layer Lesson 01 OSI (open systems interconnection) Seven Layer Model and Internet Protocol Layers

Layered Architectures and Applications

RARP: Reverse Address Resolution Protocol

TCP/IP Fundamentals. OSI Seven Layer Model & Seminar Outline

Algemene Theorie en Vaardigheden 2. April 2014 Theaterschool OTT-2 1

Chapter 11. User Datagram Protocol (UDP)

How To Make Gigabit Ethernet A Reality

Transcription:

DATA AND COMPUTER COMMUNICATIONS Lecture 1 Overview - Protocol Architecture, TCP/IP and Internet-Based Applications Mei Yang Based on Lecture slides by William Stallings 1 NEED FOR PROTOCOL ARCHITECTURE 1.) the source must activate communications path or inform network of destination 2.) the source must make sure that destination is prepared to receive data 3.) the file transfer application on source must confirm file management program at destination is prepared to accept and store file To transfer data several tasks must be performed: 4.) a format translation function may need to be performed if the formats on systems are different CPE400/ECG600 Fall 2013 1

FUNCTIONS OF PROTOCOL ARCHITECTURE breaks logic into subtask modules which are implemented separately modules are arranged in a vertical stack each layer in the stack performs a subset of functions relies on next lower layer for primitive functions changes in one layer should not require changes in other layers KEY ELEMENTS OF A PROTOCOL A protocol is a set of rules or conventions that allow peer layers to communicate. The key features of a protocol are: Syntax Semantics Timing format of data blocks control information for coordination and error handling speed matching and sequencing CPE400/ECG600 Fall 2013 2

A SIMPLE PROTOCOL agents involved: applications computers networks examples of applications include file transfer and electronic mail these execute on computers that support multiple simultaneous applications COMMUNICATION LAYERS communication tasks are organized into three relatively independent layers: Network access layer concerned with the exchange of data Transport layer provides reliable data transfer Application layer Contains logic to support applications CPE400/ECG600 Fall 2013 3

NETWORK ACCESS LAYER covers the exchange of data between an end system and the network that it is attached to 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 TRANSPORT LAYER concerned with providing reliable delivery of data essentially independent of the nature of the applications common layer shared by all applications CPE400/ECG600 Fall 2013 4

APPLICATION LAYER contains the logic needed to support user applications separate module is needed for each type of application PROTOCOL ARCHITECTURE AND NETWORKS CPE400/ECG600 Fall 2013 5

PROTOCOLS IN A SIMPLIFIED ARCHITECTURE ADDRESSING Two levels of addressing are needed: CPE400/ECG600 Fall 2013 6

PROTOCOL DATA UNIT (PDU) the combination of data and control information is a protocol data unit (PDU) typically control information is contained in a PDU header control information is used by the peer transport protocol at computer B headers may include: source port, destination port, sequence number, and error-detection code NETWORK ACCESS PROTOCOL after receiving segment from transport layer, the network access protocol must request transmission over the network the network access protocol creates a network access PDU (packet) with control information header includes: source computer address destination computer address facilities requests CPE400/ECG600 Fall 2013 7

TCP/IP PROTOCOL ARCHITECTURE Result of protocol research and development conducted on ARPANET Referred to as TCP/IP protocol suite TCP/IP comprises a large collection of protocols that are Internet standards TCP/IP LAYERS AND EXAMPLE PROTOCOLS CPE400/ECG600 Fall 2013 8

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 the network that it is attached to 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 CPE400/ECG600 Fall 2013 9

INTERNET LAYER implements procedures needed to allow data to travel across multiple interconnected networks uses the Internet Protocol (IP) to provide routing function implemented in end systems and routers HOST-TO-HOST (TRANSPORT) LAYER concerned with providing reliable delivery of data common layer shared by all applications most commonly used protocol is the Transmission Control Protocol (TCP) CPE400/ECG600 Fall 2013 10

OPERATION OF TCP/IP TCP/IP ADDRESS REQUIREMENTS Two levels of addressing are needed: CPE400/ECG600 Fall 2013 11

OPERATION OF TCP/IP User data Application byte stream TCP header TCP segment IP header IP datagram Network header Networklevel packet 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 CPE400/ECG600 Fall 2013 12

USER DATAGRAM PROTOCOL (UDP) alternative to TCP does not guarantee delivery, preservation of sequence, or protection against duplication adds port addressing capability to IP used with Simple Network Management Protocol (SNMP) CPE400/ECG600 Fall 2013 13

UDP HEADER IP HEADER CPE400/ECG600 Fall 2013 14

IP HEADER FIELDS Internet Header Length (IHL) the number of 32-bit words in the header. Differentiated Services Code Point (DSCP) Explicit Congestion Notification (ECN) allows end-to-end notification of network congestion Total Length the length of datagram in bytes Fragment offset the offset of the fragment in 8-byte unit 29 CLASSFUL NETWORK Class Leadin g Bits Size of Network Number Bit field Size of Rest Bit field Number of Network s Addresses per Network Start address End address Class A 0 8 24 128 (2 7 ) 16,777,216 (2 24 ) 0.0.0.0 127.255.255.25 5 Class B 10 16 16 16,384 (2 14 ) 65,536 (2 16 ) 128.0.0.0 191.255.255.25 5 Class C 110 24 8 2,097,1 52 (2 21 ) 256 (2 8 ) 192.0.0.0 223.255.255.25 5 Class D (multicast) 1110 not defined not defined not defined not defined 224.0.0.0 239.255.255.25 5 Class E (reserved) 1111 not defined not defined not defined not defined 240.0.0.0 255.255.255.25 5 CPE400/ECG600 Fall 2013 15

CLASSLESS INTER-DOMAIN ROUTING A.B.C.D/N (IPv4) IPV6 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 IPv6 includes 128-bit source and destination address fields CPE400/ECG600 Fall 2013 16

IPV6 HEADER TCP/IP PROTOCOLS CPE400/ECG600 Fall 2013 17

MORE INTERNET PROTOCOLS (FROM WIKIPEDIA.ORG) Layer Application Protocols DNS, TFTP, TLS/SSL, FTP, Gopher, HTTP, IMAP, IRC, NNTP, POP3, SIP, SMTP,SMPP, SNMP, SSH, Telnet, Echo, RTP, PNRP, rlogin, ENRP Transport TCP, UDP, DCCP, SCTP, IL, RUDP, RSVP IP (IPv4, IPv6), ICMP, IGMP, and ICMPv6 Internet OSPF for IPv4 was initially considered IP layer protocol since it runs per IP-subnet, but has been placed on the Link since RFC 2740. Network access/ Link ARP, RARP, OSPF (IPv4/IPv6), IS-IS, NDP 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 CPE400/ECG600 Fall 2013 18

OSI LAYERS OSI V TCP/IP CPE400/ECG600 Fall 2013 19

STANDARDIZED PROTOCOL ARCHITECTURES LAYER SPECIFIC STANDARDS CPE400/ECG600 Fall 2013 20

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 specificatio n Service definition Addressin g 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 CPE400/ECG600 Fall 2013 21

SERVICE PRIMITIVES AND PARAMETERS define services between adjacent layers using: to specify function performed to pass data and control information INTERNET APPLICATIONS Applications that operate on top of TCP include: FTP SMT P SSH TCP CPE400/ECG600 Fall 2013 22

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 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 CPE400/ECG600 Fall 2013 23

MULTIMEDIA APPLICATIONS Multimedia information systems databases, information kiosks, hypertexts, electronic books, and multimedia expert systems Multimedia communication systems computer-supported collaborative work, videoconferencing, streaming media, and multimedia teleservices Multimedia entertainment systems 3D computer games, multiplayer network games, infotainment, and interactive audiovisual productions Multimedia business systems immersive electronic commerce, marketing, multimedia presentations, video brochures, virtual shopping Multimedia educational systems electronic books, flexible teaching materials, simulation systems, automatic testing, distance learning ELASTIC AND INELASTIC TRAFFIC CPE400/ECG600 Fall 2013 24

MULTIMEDIA TECHNOLOGIES SUMMARY needs and key elements for protocol architecture TCP/IP protocol architecture OSI Model & protocol architecture standardization traditional versus multimedia application needs CPE400/ECG600 Fall 2013 25