RSC Part I: Introduction

Similar documents
What s a protocol? What s a protocol? A closer look at network structure: What s the Internet? What s the Internet? What s the Internet?

TCIPG Reading Group. Introduction to Computer Networks. Introduction 1-1

CSCI Topics: Internet Programming Fall 2008

Internet structure: network of networks

Introduction cont. Some Structure in the Chaos. Packet switching versus circuit switching. Access networks and physical media

Delay, loss, layered architectures. packets queue in router buffers. packets queueing (delay)

How To Understand The Internet Of S (Netware)

Overview: Internet vs Data Center Networks

Layered protocol (service) architecture

ECE/CS 372 introduction to computer networks. Lecture 2. Midterm scheduled for Tuesday, May 7 th

Network Edge and Network Core

The Internet. Charging for Internet. What does 1000M and 200M mean? Dr. Hayden Kwok-Hay So

Wide Area Networks. Learning Objectives. LAN and WAN. School of Business Eastern Illinois University. (Week 11, Thursday 3/22/2007)

The OSI and TCP/IP Models. Lesson 2

Lecture 2: Protocols and Layering. CSE 123: Computer Networks Stefan Savage

Final for ECE374 05/06/13 Solution!!

Chapter 1 Computer Networks and the Internet

Computer Networks and the Internet

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

Computer Networks & Security 2014/2015

Course book: Computer Networking. Computer Networks 3 rd edition. By Andrew ST S.Tanenbaum. Top Down approach 3 rd edition.

Introduction. Abusayeed Saifullah. CS 5600 Computer Networks. These slides are adapted from Kurose and Ross

Network Overview. The network edge: The network edge: Internet Services Models. The network edge: A closer look at network structure:

CH.1. Lecture # 2. Computer Networks and the Internet. Eng. Wafaa Audah. Islamic University of Gaza. Faculty of Engineering

Computer System Design: Laws, Principles, Trends - II

EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages

Transport Layer Protocols

Transport and Network Layer

Module 2 Overview of Computer Networks

The OSI & Internet layering models

Chapter 9. IP Secure

Network edge and network core. millions of connected compu?ng devices: hosts = end systems running network apps

What s the Internet. routers: forward packets (chunks of data) millions of connected computing devices: hosts = end systems

Computer Networks CS321

Overview of Computer Networks

Architecture and Performance of the Internet

Ethernet. Ethernet. Network Devices

CS335 Sample Questions for Exam #2

Chapter 4 Network Layer

Data Communication Networks and Converged Networks

Protocols. Packets. What's in an IP packet

Protocols and Architecture. Protocol Architecture.

Communications and Computer Networks

ECE 358: Computer Networks. Solutions to Homework #4. Chapter 4 - The Network Layer

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

IT Internet Architecture and Protocols. Lecture 02 Overview of Internet Architecture

R2. The word protocol is often used to describe diplomatic relations. How does Wikipedia describe diplomatic protocol?

CSE 123b Communications Software

Layered Architectures and Applications

Chapter 1: Introduction. Chapter 1: roadmap. What is the Internet? Introduction to Computer Networks 計 算 機 網 路 概 論

IT4405 Computer Networks (Compulsory)

THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN

Ethereal: Getting Started

CPS221 Lecture: Layered Network Architecture

CSE 3461 / 5461: Computer Networking & Internet Technologies

The OSI Model and the TCP/IP Protocol Suite

Midterm Exam CMPSCI 453: Computer Networks Fall 2011 Prof. Jim Kurose

Strategies. Addressing and Routing

Chapter 6 Wireless and Mobile Networks

Lecture 28: Internet Protocols

CS 78 Computer Networks. Internet Protocol (IP) our focus. The Network Layer. Interplay between routing and forwarding

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

What is CSG150 about? Fundamentals of Computer Networking. Course Outline. Lecture 1 Outline. Guevara Noubir noubir@ccs.neu.

The OSI Model and the TCP/IP Protocol Suite PROTOCOL LAYERS. Hierarchy. Services THE OSI MODEL

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages

Protocol Architecture

Asynchronous Transfer Mode: ATM. ATM architecture. ATM: network or link layer? ATM Adaptation Layer (AAL)

Objectives of Lecture. Network Architecture. Protocols. Contents

Overview of Network Hardware and Software. CS158a Chris Pollett Jan 29, 2007.

UPPER LAYER SWITCHING

Computer Networks Homework 1

Internet Packets. Forwarding Datagrams

MPLS. Packet switching vs. circuit switching Virtual circuits

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

CS 640: Introduction to Computer Networks. Goals of This Class. Goal of Networking. Page 1. Understand principles and practice of networking

IP - The Internet Protocol

Internet Routing. Review of Networking Principles

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

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

Overview. Securing TCP/IP. Introduction to TCP/IP (cont d) Introduction to TCP/IP

Chapter 1 Introduction

Chapter 2 - The TCP/IP and OSI Networking Models

Introduction to Metropolitan Area Networks and Wide Area Networks

Network Models OSI vs. TCP/IP

DHCP, ICMP, IPv6. Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley DHCP. DHCP UDP IP Eth Phy

524 Computer Networks

Operating System Concepts. Operating System 資 訊 工 程 學 系 袁 賢 銘 老 師

Based on Computer Networking, 4 th Edition by Kurose and Ross

Internet and Intranet Protocols and Applications

Protocol Data Units and Encapsulation

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD

IT Data Communication and Networks (Optional)

Data Communication and Computer Network

Internet architecture is very scalable. Thailand Statistics

Introduction to computer networks and Cloud Computing

Objectives. Lecture 4. How do computers communicate? How do computers communicate? Local asynchronous communication. How do computers communicate?

Network Layer: Network Layer and IP Protocol

ISTANBUL. 1.1 MPLS overview. Alcatel Certified Business Network Specialist Part 2

Transcription:

RSC Part I: Introduction Redes y Servicios de Comunicaciones Universidad Carlos III de adrid These slides are, mainly, part of the companion slides to the book Computer Networking: A Top Down Approach generously made available by their authors (see copyright below). The slides have been adapted, where required, to the teaching needs of the subject above. All material copyright 1996-2009 J.F Kurose and K.W. Ross, All Rights Reserved Computer Networking: A Top Down Approach 5 th edition. Jim Kurose, Keith Ross Addison-Wesley, April 2009. RSC Part I: Introduction Circuit switching vs packet switching Protocols and protocols stacks What is the Internet Network structure ISPs and Internet Backbones Introduction I-2 1

The Network Core mesh of interconnected routers the fundamental question: how is data transferred through net? circuit switching: dedicated circuit per call: telephone net packet-switching: data sent through net in discrete chunks Introduction 1-3 Network Core: Circuit Switching End-end resources reserved for call bandwidth, switch capacity dedicated resources: no sharing circuit-like (guaranteed) performance call setup required Introduction 1-4 2

Network Core: Circuit Switching resources (e.g., bandwidth) divided into pieces pieces allocated to calls resource piece idle if not used by owning call (no sharing) dividing bandwidth into pieces frequency division time division Introduction 1-5 Circuit Switching: FD and TD FD Example: 4 users frequency TD time frequency time Introduction 1-6 3

Network Core: Packet Switching each end-end data stream divided into packets user A, B packets share resources each packet uses full bandwidth resources used as needed Bandwidth division into pieces Dedicated allocation Resource reservation resource contention: aggregate resource demand can exceed amount available congestion: packets queue, wait for use store and forward: packets move one hop at a time Node receives complete packet before forwarding Introduction 1-7 Packet Switching: Statistical ultiplexing A 100 b/s Ethernet statistical multiplexing C B queue of packets waiting for output 1.5 b/s D E Sequence of A & B packets does not have fixed pattern, bandwidth shared on demand statistical multiplexing. TD: each host gets same slot in revolving TD frame. Introduction 1-8 4

Packet-switching: store-and-forward L R R R takes L/R seconds to transmit (push out) packet of L bits on to at R bps store and forward: entire packet must arrive at router before it can be transmitted on next delay = 3L/R (assuming zero propagation delay) Example: L = 7.5 bits R = 1.5 bps transmission delay = 15 sec more complex than this Introduction 1-9 Packet switching versus circuit switching Packet switching allows more users to use! 1 b/s each user: 100 kb/s when active active 10% of time circuit-switching: 10 users packet switching: with 35 users, probability > 10 active at same time is less than.0004 N users 1 bps Q: how did we get value 0.0004? Introduction 1-10 5

Packet switching versus circuit switching Is packet switching a slam dunk winner? great for bursty data resource sharing simpler, no call setup excessive congestion: packet delay and loss protocols needed for reliable data transfer, congestion control Q: How to provide circuit-like behavior? bandwidth guarantees needed for audio/video apps still an unsolved problem Introduction 1-11 What s a protocol? human protocols: what s the time? I have a question introductions specific msgs sent specific actions taken when msgs received, or other events protocols: machines rather than humans all communication activity in Internet governed by protocols protocols define format, order of msgs sent and received among entities, and actions taken on msg transmission, receipt Introduction 1-12 6

Protocol Layers Networks are complex! many pieces : hosts routers s of various media applications protocols hardware, software Question: Is there any hope of organizing structure of? Or at least our discussion of s? Introduction 1-13 Why layering? Dealing with complex systems: explicit structure allows identification, relationship of complex system s pieces layered reference model for discussion modularization eases maintenance, updating of system change of implementation of layer s service transparent to rest of system e.g., change in gate procedure doesn t affect rest of system layering considered harmful? Introduction 1-14 7

Internet protocol stack application: supporting applications FTP, STP, HTTP transport: process-process data transfer TCP, UDP : routing of datagrams from source to destination IP, routing protocols : data transfer between neighboring elements PPP, Ethernet : bits on the wire application transport Introduction 1-15 ISO/OSI reference model presentation: allow applications to interpret meaning of data, e.g., encryption, compression, machinespecific conventions session: synchronization, checkpointing, recovery of data exchange Internet stack missing these layers! these services, if needed, must be implemented in application needed? application presentation session transport Introduction 1-16 8

message segment H t datagram H n H t frame H l H n H t source application transport Encapsulation switch H t H n H t H l H n H t destination application transport H n H t H l H n H t H n H t H l H n H t router Introduction 1-17 9