CS 3516: Advanced Computer Networks

Size: px
Start display at page:

Download "CS 3516: Advanced Computer Networks"

Transcription

1 Welcome to CS 3516: Advanced Computer Networks Prof. Yanhua Li Time: 9:00am 9:50am M, T, R, and F Location: Fuller 320 Fall 2017 A-term 1 Some slides are originally from the course materials of the textbook Computer Networking: A Top Down Approach, 7th edition, by Jim Kurose, Keith Ross, Addison-Wesley March Copyright J.F Kurose and K.W. Ross, All Rights Reserved.

2 Lab assignment 1 For each question, please try to provide screenshot picture, and explain your answers based on the picture. Quiz 1 Answers are available in Canvas Grading will be done by Thursday Quiz 2 Friday Network performances: Delay, Loss, and Throughput Introduction 1-2

3 Chapter 1: roadmap 1.1 what is the Inter? nuts and bolts view service view 1.2 work edge end systems, works, links 1.3 work core packet switching, circuit switching, work structure Introduction 1-3

4 The work core mesh of interconnected routers with three key aspects in work core Link: Switching, Resource allocation (chp 1.3) Network: Network Core Structure / Management / Coordination (chp 1.3) Node: Routing & Forwarding (to be discussed in Network layer chp 4) Introduction 1-4

5 Inter structure: work of works End systems connect to Inter via ISPs (Inter Service Providers) residential, company and university ISPs Access ISPs in turn must be interconnected. so that any two hosts can send packets to each other Resulting work of works is very complex evolution was driven by economics and national policies Let s take a stepwise approach to describe current Inter structure Introduction 1-5

6 Inter structure: work of works Question: given millions of ISPs, how to connect them together? Introduction 1-6

7 Questions? Partial map of the Inter based on the January 15, 2005 data found on opte.org. (from

8 Inter structure: work of works Option: connect each ISP to every other ISP? connecting each ISP to each other directly doesn t scale: O(N 2 ) connections. Introduction 1-8

9 Inter structure: work of works Option: connect each ISP to one global transit ISP? Customer and provider ISPs have economic agreement. global ISP Introduction 1-9

10 Inter structure: work of works But if one global ISP is viable business, there will be competitors. ISP A ISP B ISP C Tier 1 ISPs: Level 3, AT&T, Sprint, NTT Introduction 1-10

11 Inter structure: work of works But if one global ISP is viable business, there will be competitors. which must be interconnected Inter exchange point ISP A IXP IXP ISP B ISP C peering link Density? Introduction 1-11

12 Inter structure: work of works and regional works may arise to connect s to ISPs ISP A IXP IXP ISP B ISP C regional Multi-homing Introduction 1-12

13 Inter structure: work of works and content provider works (e.g., Google, Microsoft, Akamai) may run their own work, to bring services, content close to end users ISP A ISP C IXP regional Why CPN? Network Edge or Core? ISP B IXP Content provider work Introduction 1-13

14 Inter structure: work of works Tier 1 ISP Tier 1 ISP Google IXP IXP IXP Regional ISP Regional ISP ISP ISP ISP ISP ISP ISP ISP ISP Multi-homing Multi-homing at center: small # of well-connected large works tier-1 commercial ISPs (e.g., Level 3, Sprint, AT&T, NTT), national & international coverage content provider work (e.g., Google): private work that connects it data centers to Inter, often bypassing tier-1, regional ISPs 1-14 Introduction

15 Questions? Partial map of the Inter based on the January 15, 2005 data found on opte.org. (from

16 Tier-1 ISP: e.g., Sprint POP: point-of-presence to/from backbone peering to/from customers Introduction 1-16

17 CSci5221: Introduction OC1 (45 Mbps), OC2 (155 Mbps),, OC192 (10 Gbps) 17

18 18

19 So far covered a ton of material! Inter overview what s a protocol? work edge, core, work packet-switching versus circuit-switching Inter structure performance: loss, delay, throughput layering, service models you now have: context, overview, feel of working more depth, detail to follow! Introduction 1-19

20 Review and Motivations: Packet Switching Pros: Easy to implement, Better resource sharing Cons: loss, delay, traffic congestion. Questions: How to quantify the work performance? Introduction 1-20

21 Chapter 1: roadmap 1.4 work performance in packet-switched works delay loss throughput 1.5 protocol layers, service models Introduction 1-21

22 How do loss and delay occur? packets queue in router buffers packet arrival rate to link (temporarily) exceeds output link capacity packets queue, wait for turn packet being transmitted (delay) A B packets queueing (delay) free (available) buffers: arriving packets dropped (loss) if no free buffers When a packet can be transmitted on a link? v 1) no other pkt transmitted on the link (in practice) v 2) no other pkt preceding it in the queue Introduction 1-22

23 Four sources of packet delay A transmission propagation B nodal processing queueing d nodal = d proc + d queue + d trans + d prop d proc : nodal processing check bit errors determine output link typically < micro-sec d queue : queueing delay time waiting at output link for transmission depends on congestion level of router micro-sec to milli-sec Introduction 1-23

24 Four sources of packet delay A transmission propagation B nodal processing queueing d trans : transmission delay: L: packet length (bits) R: link bandwidth (bps) d trans = L/R d nodal = d proc + d queue + d trans + d prop d trans and d prop very different d prop : propagation delay: d: length of physical link s: propagation speed in medium (~2x10 8 m/sec) d prop = d/s When a packet can be transmitted on a link? v 1) no other pkt transmitted on the link (in practice) v 2) no other pkt preceding it in the queue Introduction 1-24

25 Source: Slides of Prof Ivan Marsic with Rutgers University Propagation constant β Ratio of propagation delay vs. packet transmission time Wireless LAN Ether: 0.01

26 Caravan analogy (trans. & propagation) 100 km 100 km ten-car caravan toll booth 1 hour per car toll booth cars propagate at 100 km/hr toll booth takes 12 sec to service car (bit transmission time) car~bit; caravan ~ packet Q: How long until caravan is lined up before 2nd toll booth? time to push entire caravan through toll booth onto highway = 12*10 = 120 sec time for last car to propagate from 1st to 2nd toll both: 100km/ (100km/hr)= 1 hr A: 62 minutes Introduction 1-26

27 Caravan analogy (more) ten-car caravan toll booth 100 km 100 km 6 min per car toll booth suppose cars now propagate at 1000 km/hr, and suppose toll booth now takes one min to service a car Q: Will cars arrive to 2nd booth before all cars are serviced at first booth? A: Yes! after 7 min, 1st car arrives at second booth; three cars still at 1st booth. Introduction 1-27

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction A note on the use of these Powerpoint slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the animations;

More information

Computer Networking Introduction

Computer Networking Introduction Computer Networking Introduction Halgurd S. Maghdid Software Engineering Department Koya University-Koya, Kurdistan-Iraq Lecture No.2 Chapter 1: roadmap 1.1 what is the Inter? 1.2 work edge end systems,

More information

CS 3516: Computer Networks

CS 3516: Computer Networks Welcome to CS 3516: Computer Networks Prof. Yanhua Li Time: 9:00am 9:50am M, T, R, and F Location: AK219 Fall 2018 A-term 1 Some slides are originally from the course materials of the textbook Computer

More information

CSC 401 Data and Computer Communications Networks

CSC 401 Data and Computer Communications Networks CSC 401 Data and Computer Communications Networks Computer Networks and The Inter Sec 1.3 Prof. Lina Battestilli Fall 2017 Outline Computer Networks and the Inter (Ch 1) 1.1 What is the Inter? 1.2 work

More information

Computer Networks and the Internet. CMPS 4750/6750: Computer Networks

Computer Networks and the Internet. CMPS 4750/6750: Computer Networks Computer Networks and the Inter CMPS 4750/6750: Computer Networks Outline What Is the Inter? Access Networks Packet Switching and Circuit Switching A closer look at delay, loss, and throughput Interconnection

More information

Computer Networks Chapter 1: Introduction. Introduction

Computer Networks Chapter 1: Introduction. Introduction Computer Networks Chapter 1: Introduction CSC 249 January 25, 2018 Introduction What is the Inter? Define work edge: hosts,, physical media Define the work core & Inter structure First glimpse at the layers

More information

end systems, access networks, links 1.3 network core

end systems, access networks, links 1.3 network core Chapter 1: roadmap 1.1 what is the Inter? 1.2 work edge end systems, works, links 1.3 work core packet switching, circuit switching, work structure 1.4 delay, loss, throughput in works 1.5 protocol layers,

More information

Chapter I: Introduction

Chapter I: Introduction Chapter I: Introduction UG3 Computer Communications & Networks (COMN) Myungjin Lee myungjin.lee@ed.ac.uk Slides copyright of Kurose and Ross The work core mesh of interconnected routers packet-switching:

More information

Chapter 1. Computer Networks and the Internet

Chapter 1. Computer Networks and the Internet Chapter 1 Computer Networks and the Internet Internet traffic What s the Internet? (hardware) PC server wireless laptop cellular handheld wired links millions of connected computing devices: hosts = end

More information

CSCE 463/612 Networks and Distributed Processing Spring 2018

CSCE 463/612 Networks and Distributed Processing Spring 2018 CSCE 463/612 Networks and Distributed Processing Spring 2018 Introduction II Dmitri Loguinov Texas A& University January 25, 2018 Original slides copyright 1996-2004 J.F Kurose and K.W. Ross 1 Chapter

More information

Network core and metrics

Network core and metrics Network core and metrics latency propaga-on transmit queue Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley Some materials copyright 1996-2012 J.F Kurose and

More information

CS 204: Advanced Computer Networks

CS 204: Advanced Computer Networks CS 204: Advanced Computer Networks Jiasi Chen Lectures: MWF 12:10-1pm Humanities and Social Sciences 1403 http://www.cs.ucr.edu/~jiasi/teaching/cs204_spring17/ 1 Why Networks? Supports the applications

More information

end systems, access networks, links circuit switching, packet switching, network structure

end systems, access networks, links circuit switching, packet switching, network structure Chapter 1: roadmap 1.1 What is the Internet? 1.2 Network edge end systems, access networks, links 1.3 Network core circuit switching, packet switching, network structure 1.4 Delay, loss and throughput

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley March 2012 All material copyright 1996-2012 J.F Kurose and K.W. Ross, All Rights Reserved Chapter 1:

More information

end systems, access networks, links circuit switching, packet switching, network structure

end systems, access networks, links circuit switching, packet switching, network structure Chapter 1: roadmap 1.1 What is the Internet? 1.2 Network edge end systems, access networks, links 1.3 Network core circuit switching, packet switching, network structure 1.4 Delay, loss and throughput

More information

CS 4390 Computer Networks

CS 4390 Computer Networks CS 4390 Computer Networks UT D application transport network data link physical Session 04 Packet Switching dapted from Computer Networking a Top-Down pproach 1996-2012 by J.F Kurose and K.W. Ross, ll

More information

CSE 434 Spring 2013 Computer Networks

CSE 434 Spring 2013 Computer Networks CSE 434 Spring 2013 Computer Networks Georgios Varsamopoulos Arizona State University What is this course about? Students will learn How works are designed and structured What is the architecture of the

More information

CSEN 503 Introduction to Communication Networks

CSEN 503 Introduction to Communication Networks CSEN 503 Introduction to Communication Networks 1-1 Mervat AbuElkheir Hana Medhat Ayman Dayf ** Slides are attributed to J. F. Kurose People and Resources 1-2 Course Name Introduction to Communication

More information

CMPE 150/L : Introduction to Computer Networks. Chen Qian Computer Engineering UCSC Baskin Engineering Lecture 3

CMPE 150/L : Introduction to Computer Networks. Chen Qian Computer Engineering UCSC Baskin Engineering Lecture 3 CMPE 150/L : Introduction to Computer Networks Chen Qian Computer Engineering UCSC Baskin Engineering Lecture 3 1 No Class 1/23 (next Tuesday) Dr. Qian absent to serve a duty for US Department of Energy

More information

Computer Networks & Security 2016/2017

Computer Networks & Security 2016/2017 Computer Networks & Security 2016/2017 Protocol Layering (02) Dr. Tanir Ozcelebi Courtesy: Kurose & Ross TU/e Computer Science Security and Embedded Networked Systems Your typical lunch Slide 2 What is

More information

RSC Part I: Introduction

RSC Part I: Introduction RSC Part I: Introduction Redes y Servicios de Comunicaciones Universidad Carlos III de Madrid These slides are, mainly, part of the companion slides to the book Computer Networking: A Top Down Approach

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the animations; and can

More information

CS 3516: Advanced Computer Networks

CS 3516: Advanced Computer Networks Welcome to CS 3516: Advanced Computer Networks Prof. Yanhua Li Time: 9:00am 9:50am, T, R, and F Location: Fuller 320 Fall 2017 A-term 1 Some slides are originally from the course materials of the textbook

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction Introduction Prof. Sungwook Kim ( 김승욱 ) AS building 903 Tel : 02) 705-8932 E-mail : swkim01@sogang.ac.kr TA : Joonsu Ryu ( 류준수 ) AS building 901 E-mail : sok54833@naver.com Chapter

More information

CSC 4900 Computer Networks: Introduction

CSC 4900 Computer Networks: Introduction CSC 4900 Computer Networks: Introduction Professor Henry Carter Fall 2017 What s this all about? 2 A Modern Day Silk Road We live with nearly constant access to the most extensive system ever built by

More information

Internet: A Brief Overview. Introduction 2-1

Internet: A Brief Overview. Introduction 2-1 Inter: A Brief Overview Introduction 2-1 Quick Questions v What is the Inter? v How was it invented and developed? https://www.youtube.com/v/9hiqjrmhtv4 Text: http://www.intersociety.org/inter/what-inter/

More information

Last Lecture. Nuts-and-bolts description of the Internet. ! The topology. ! The communication links. ! The core. ! The edge

Last Lecture. Nuts-and-bolts description of the Internet. ! The topology. ! The communication links. ! The core. ! The edge Last Lecture Nuts-and-bolts description of the Internet! The topology! The core! The edge! The communication links SUNY AT BUFFALO; CSE489/589 MODERN NETWORKING CONCEPTS; Fall 2010; INSTRUCTOR: HUNG Q.

More information

COMP 562: Advanced Topics in Networking

COMP 562: Advanced Topics in Networking COMP 562: Advanced Topics in Networking Qian Zhang Spring 2009 HKUST Introduction 1-1 Course Info Instructor: Qian Zhang www.cs.ust.hk/~qianzh Course web site http://www.cs.ust.hk/~qianzh/comp562 2009/comp562

More information

CSC 401 Data and Computer Communications Networks

CSC 401 Data and Computer Communications Networks CSC 401 Data and Computer Communications Networks Computer Networks and The Internet Sec 1.4-1.5 Prof. Lina Battestilli Outline Computer Networks and the Internet (Ch 1) 1.1 What is the Internet? 1.2 network

More information

Announcements. TAs office hours: Mohamed Grissa: Mohamed Alkalbani:

Announcements. TAs office hours: Mohamed Grissa: Mohamed Alkalbani: Announcements TAs office hours: Mohamed Grissa: grissam@oregonstate.edu Tuesday: 4-5 Friday: 11-12 Mohamed Alkalbani: alkalbmo@oregonstate.edu Wednesday: 11-12 Thursday: 11-12 Lecture slides: Will be posted

More information

CS 3516: Computer Networks

CS 3516: Computer Networks Welcome to CS 3516: Computer Networks Prof. Yanhua Li Time: 9:00am 9:50am M, T, R, and F Location: AK 219 Fall 2018 A-term 1 Some slides are originally from the course materials of the textbook Computer

More information

Informática y Comunicaciones. Chapter 1 Introduction to Communications

Informática y Comunicaciones. Chapter 1 Introduction to Communications Informática y Comunicaciones Chapter 1 Introduction to Communications All material copyright 1996-2012 J.F Kurose and K.W. Ross, All Rights Reserved Introduction to Communications 1-1 Chapter 1: introduction

More information

Introduction to Computer Networks. Chapter 1: introduction

Introduction to Computer Networks. Chapter 1: introduction Introduction to Computer Networks EECS 3214 Slides courtesy of J.F Kurose and K.W. Ross, All Rights Reserved Introduction 1-1 Chapter 1: introduction our goal: get feel and terminology more depth, detail

More information

CS 3516: Computer Networks

CS 3516: Computer Networks Welcome to CS 3516: Computer Networks Prof. Yanhua Li Time: 9:00am 9:50am M, T, R, and F Location: AK219 Fall 2018 A-term 1 Some slides are originally from the course materials of the textbook Computer

More information

Fundamentals of Information Systems

Fundamentals of Information Systems Fundamentals of Information Systems Computer Networking Module Year 2017/2018 Master Degree in Data Science Armir Bujari abujari@math.unipd.it Inter structure: work of works Question: given millions of

More information

Since enrollment is very small this semester, we have flexibilty. Traditional lecture Assigned reading, and then student(s) present during class time

Since enrollment is very small this semester, we have flexibilty. Traditional lecture Assigned reading, and then student(s) present during class time Syllabus You can go to cs.rpi.edu and then Faculty and my website from my profile Or you can go to www.cs.rpi.edu/~holzbh Or to be very direct, you can go to www.cs.rpi.edu/~holzbh/ccn18/index.php 1 Textbook

More information

Four sources of packet delay

Four sources of packet delay Outline q Major Internet components q Network architecture and protocols q Switching strategies q Internet protocol stack, history q to network performance Four sources of packet delay q 1. nodal processing:

More information

Packet-switching: store-and-forward

Packet-switching: store-and-forward Packet-switching: store-and-forward L R R R Takes L/R seconds to transmit (push out) packet of L bits on to link or R bps Entire packet must arrive at router before it can be transmitted on next link:

More information

Foundations of Telematics

Foundations of Telematics Foundations of Telematics Chapter 1 Introduction Acknowledgement: These slides have been prepared by J.F. Kurose and K.W. Ross Foundations of Telematics (AMW SS 2010): 01 Introduction 1 Chapter 1: Introduction

More information

Internetworking Technology -

Internetworking Technology - Internetworking Technology - Chapter 1 Computer Networks and the Internet (Cont.) Chapter 1: roadmap 1.1 What is the Internet? 1.2 Network edge 1.3 Network core 1.4 Network access and physical media 1.5

More information

CS 3516: Advanced Computer Networks

CS 3516: Advanced Computer Networks Welcome to CS 3516: Adanced Computer Networks Prof. Yanhua Li Time: 9:00am 9:50am M, T, R, and F Location: AK219 Fall 2018 A-term 1 Some slides are originally from the course materials of the textbook

More information

Δίκτυα Μετάδοσης Δεδομένων Data Networks. Introduction 1-1

Δίκτυα Μετάδοσης Δεδομένων Data Networks. Introduction 1-1 Δίκτυα Μετάδοσης Δεδομένων Data Networks Introduction 1-1 Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley All material copyright J.F Kurose and K.W. Ross, All

More information

CS 471G Friday, 11 January Introduction 2-1

CS 471G Friday, 11 January Introduction 2-1 CS 471G Friday, 11 January 2013 Introduction 2-1 Chapter 1 Introduction A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in

More information

Lecture 2: Internet Structure

Lecture 2: Internet Structure Lecture 2: Internet Structure COMP 332, Spring 2018 Victoria Manfredi Acknowledgements: materials adapted from Computer Networking: A Top Down Approach 7 th edition: 1996-2016, J.F Kurose and K.W. Ross,

More information

CS 3516: Advanced Computer Networks

CS 3516: Advanced Computer Networks Welcome to CS 3516: Advanced Computer Networks Prof. Yanhua Li Time: 9:00am 9:50am M, T, R, and F Location: Fuller 320 Fall 2017 A-term 1 Some slides are originally from the course materials of the textbook

More information

CS 3516: Computer Networks

CS 3516: Computer Networks Welcome to CS 3516: Computer Networks Prof. Yanhua Li Time: 9:00am 9:50am M, T, R, and F Location: AK219 Fall 2018 A-term 1 Some slides are originally from the course materials of the textbook Computer

More information

A Whirlwind Introduction to the Internet Overview

A Whirlwind Introduction to the Internet Overview CS 455/555 / Spring 2013 Intro to Networks and Communications Whirlwind Introduction to the Inter (part 1) Dr. Michele C. Weigle http://www.cs.odu.edu/~mweigle/cs455-s13/ A Whirlwind Introduction to the

More information

Internet: A Brief Overview. Chapter 1

Internet: A Brief Overview. Chapter 1 Inter: A Brief Overview Chapter 1 Chapter 1: introduction our goal: v get feel and terminology v more depth, detail later in course v approach: use Inter as example overview: v what s the Inter? v what

More information

Lecture Computer Networks WS 2016/2017

Lecture Computer Networks WS 2016/2017 Lecture Computer Networks WS 2016/2017 Prof. Dr. Werner Filip filip@fb2.fra-uas.de 1-1 References James F. Kurose, Keith W. Ross, Computer Networking, A Top-Down Approach, (6th Edition), Pearson, 2012.

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the animations; and can

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the animations; and can

More information

ECPE / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition

ECPE / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition ECPE / COMP 177 Fall 2014 Some slides from Kurose and Ross, Computer Networking, 5 th Edition Instructor: Dr. Jeff Shafer Email: jshafer at pacific dot edu Office: Anderson 205 Office hours (posted on

More information

LECTURE 1 - INTRODUCTION. Jacob Aae Mikkelsen

LECTURE 1 - INTRODUCTION. Jacob Aae Mikkelsen LECTURE 1 - INTRODUCTION Jacob Aae Mikkelsen GOALS TODAY History of networks Get "feel" and terminology More depth and details later in the course Approach: Use Internet as example ORIGIN OF THE INTERNET

More information

TCN-5030 Computer Communications and Networking Technologies

TCN-5030 Computer Communications and Networking Technologies TCN-5030 Computer Communications and Networking Technologies Florida International University 1-1 Course Info Textbook: James Kurose and Keith Ross, Computer Networking: A Top Down Approach (6th Edition),

More information

Switching Networks (Fall 2010) EE 586 Communication and. August 30, Lecture 3. (modified by Cheung for EE586; based on K&R original) 1-1

Switching Networks (Fall 2010) EE 586 Communication and. August 30, Lecture 3. (modified by Cheung for EE586; based on K&R original) 1-1 EE 586 Communication and Switching Networks (Fall 2010) Lecture 3 August 30, 2010 (modified by Cheung for EE586; based on K&R original) 1-1 Announcements Read Chapter 1 Homework Small revision of the Wireshark

More information

Telecommunication Networks Introduction

Telecommunication Networks Introduction Telecommunication Networks Introduction Telemedicina e e-saúde 2011/12 Pedro Brandão References These slides are the companions of Computer Networking: A Top Down Approach 5th edition. Jim Kurose, Keith

More information

Web Protocols and Practice

Web Protocols and Practice Web Protocols and Practice Dogan Kesdogan Aachen University of Technology Department of Computer Science IV Communication and Distributed Systems Introduction 1-1 Staff Instructor: Dogan Kesdogan, kesdogan@informatik.rwth-aachen.de

More information

CS 3516: Advanced Computer Networks

CS 3516: Advanced Computer Networks Welcome to CS 3516: Advanced Computer Networks Prof. Yanhua Li Time: 9:00am 9:50am M, T, R, and F Location: Fuller 320 Fall 2017 A-term 1 Some slides are originally from the course materials of the textbook

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the animations; and can

More information

Fundamentals of Information Systems

Fundamentals of Information Systems Fundamentals of Information Systems Computer Networking Module Year 2017/2018 Master Degree in Data Science Armir Bujari abujari@math.unipd.it About the module Requirements No strict requirement, however,

More information

EC441 Fall 2018 Introduction to Computer Networking Chapter 1: Introduction

EC441 Fall 2018 Introduction to Computer Networking Chapter 1: Introduction EC441 Fall 2018 Introduction to Computer Networking Chapter 1: Introduction This presentation is adapted from slides produced by Jim Kurose and Keith Ross for their book, Computer Networking: A Top Down

More information

Full file at

Full file at Computer Networking: A Top-Down Approach Featuring the Internet, 4th Edition Solutions to Review Questions and Problems Version Date: October 29, 2007 This document contains the solutions to review questions

More information

ECE 257A. Communication Networks

ECE 257A. Communication Networks ECE 257A. Communication Networks Lecture 01. Introduction and Overview Prof. Xinyu Zhang Department of Electrical and Computer Engineering University of California San Diego Today s agenda Course logistics

More information

Chapter 1: introduction

Chapter 1: introduction Chapter 1: introduction our goal: v get feel and terminology v more depth, detail later in course v approach: use Inter as example overview: v what s the Inter? v what s a protocol? v work edge; hosts,,

More information

Telecommunication Networks Introduction

Telecommunication Networks Introduction Telecommunication Networks Introduction Telemedicina e e-saúde 2016/17 Pedro Brandão References These slides are the companions of Computer Networking: A Top Down Approach 5th edition. Jim Kurose, Keith

More information

EECS 3214: Computer Network Protocols and Applications

EECS 3214: Computer Network Protocols and Applications EECS 3214: Computer Network Protocols and Applications Suprakash Datta Course page: http://www.eecs.yorku.ca/course/3214 Office: LAS 3043 Email: datta [at] cse.yorku.ca These slides are adapted from Jim

More information

CS 3516: Advanced Computer Networks

CS 3516: Advanced Computer Networks Welcome to CS 3516: Advanced Computer Networks Prof. Yanhua Li Time: 9:00am 9:50am M, T, R, and F Location: Fuller 320 Fall 2017 A-term 1 Some slides are originally from the course materials of the textbook

More information

Computer Networking Introduction

Computer Networking Introduction Computer Networking Introduction Halgurd S. Maghdid Software Engineering Department Koya University-Koya, Kurdistan-Iraq Lecture No.1 Chapter 1 Introduction Text Book for this course Computer Networking:

More information

Part 1: Introduction. Goal: Review of how the Internet works Overview

Part 1: Introduction. Goal: Review of how the Internet works Overview Part 1: Introduction Goal: Review of how the Internet works Overview Get context Get overview, feel of the Internet Application layer protocols and addressing Network layer / Routing Link layer / Example

More information

Overview on the Internet the current and future telecommunication network

Overview on the Internet the current and future telecommunication network Overview on the Internet the current and future telecommunication network Computer Networking: A Top Down Approach, 5 th edition. Jim Kurose, Keith Ross Addison-Wesley, April 2009. Introduction 1-1 Introduction

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you can add, modify, and delete

More information

A closer look at network structure:

A closer look at network structure: T1: Introduction 1.1 What is computer network? Examples of computer network The Internet Network structure: edge and core 1.2 Why computer networks 1.3 The way networks work 1.4 Performance metrics: Delay,

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley March 2012 All material copyright 1996-2012 J.F Kurose and K.W. Ross, All Rights Reserved

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction Adapted from material copyright 1996-2012 J.F Kurose and K.W. Ross, All Rights Reserved Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley

More information

Introduction. overview: our goal: get feel and terminology more depth, detail later in course approach: use Internet as example

Introduction. overview: our goal: get feel and terminology more depth, detail later in course approach: use Internet as example Introduction our goal: get feel and terminology more depth, detail later in course approach: use Inter as example overview: what s the Inter? what s a protocol? work edge; hosts,, physical media work core:

More information

CS4491/02 Fog Computing. Network Basics

CS4491/02 Fog Computing. Network Basics CS4491/02 Fog Computing Network Basics What s the Inter: nuts and bolts view PC server wireless laptop smartphone wireless links wired links millions of connected computing devices: hosts = end systems

More information

Lecture 14 Summary - flashback

Lecture 14 Summary - flashback Course on Computer Communication and Networks Lecture 14 Summary - flashback EDA344/DIT 420, CTH/GU Based on the book Computer Networking: A Top Down Approach, Jim Kurose, Keith Ross, Addison-Wesley. Marina

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction All material copyright 1996-2016 J.F Kurose and K.W. Ross, All Rights Reserved Computer Networking: A Top Down Approach 7 th edition Jim Kurose, Keith Ross Pearson/Addison Wesley

More information

Computer Communications DIT 420 EDA343

Computer Communications DIT 420 EDA343 Computer Communications DIT 420 EDA343 Summary Computer Communication 1 Important for the exam When/where:Friday Dec 21, 14.00-18.00, H You may have with you: English-X dictionary no calculators, PDAs,

More information

Internet Architecture & Performance. What s the Internet: nuts and bolts view

Internet Architecture & Performance. What s the Internet: nuts and bolts view Internet Architecture & Performance Internet, Connection, Protocols, Performance measurements What s the Internet: nuts and bolts view millions of connected computing devices: hosts, end systems pc s workstations,

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you can add, modify, and delete

More information

CSC 4900 Computer Networks: Introduction

CSC 4900 Computer Networks: Introduction CSC 4900 Computer Networks: Introduction Professor Henry Carter Fall 2017 Chapter 1: roadmap 1.1 What is the Internet? 1.2 Network edge 1.3 Network core 1.4 Delay & loss in packet-switched networks 1.5

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction All material copyright 1996-2012 J.F Kurose and K.W. Ross, All Rights Reserved Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley March 2012

More information

Introduction to computer networking

Introduction to computer networking edge core Introduction to computer networking Comp Sci 3600 Security Outline edge core 1 2 edge 3 core 4 5 6 The edge core Outline edge core 1 2 edge 3 core 4 5 6 edge core Billions of connected computing

More information

Suprakash Datta. Office: LAS 3043 Phone: ext Course page:

Suprakash Datta. Office: LAS 3043 Phone: ext Course page: CSE 3214: Computer Network Protocols and Applications Suprakash Datta datta@cse.yorku.ca Office: LAS 3043 Phone: 416-736-2100 ext 77875 Course page: http://www.cse.yorku.ca/course/3214 These slides are

More information

CSE3213 Computer Network I

CSE3213 Computer Network I CSE3213 Computer Network I Introduction Course page: http://www.cse.yorku.ca/course/3213 1 Course Contents 3 general areas: data communications, networking, and protocols 1. Data communications: basic

More information

CMPT-371: Data Communication and Networking. Bob Gill, P.Eng., FEC, smieee Introduction 2-1

CMPT-371: Data Communication and Networking. Bob Gill, P.Eng., FEC, smieee   Introduction 2-1 CMPT-371: Data Communication and Networking Bob Gill, P.Eng., FEC, smieee Email: balbirg@sfu.ca Introduction 2-1 Course Details and Evaluation Breakdown Calendar Objective/Description Data communication

More information

CMPT-371: Data Communication and Networking. Bob Gill, P.Eng., FEC, smieee Introduction 0-1

CMPT-371: Data Communication and Networking. Bob Gill, P.Eng., FEC, smieee   Introduction 0-1 CMPT-371: Data Communication and Networking Bob Gill, P.Eng., FEC, smieee Email: balbirg@sfu.ca Introduction 0-1 Course Details and Evaluation Breakdown Calendar Objective/Description Data communication

More information

Computer Networks 2012/2013. Introduction part 1 (01) Dr. Tanir Ozcelebi. Thanks to A. Leon-Garcia & I. Widjaja, & I. Radovanovic & A. S.

Computer Networks 2012/2013. Introduction part 1 (01) Dr. Tanir Ozcelebi. Thanks to A. Leon-Garcia & I. Widjaja, & I. Radovanovic & A. S. Computer Networks 2012/20 Introduction part 1 (01) Dr. Thanks to A. Leon-Garcia & I. Widjaja, & I. Radovanovic & A. S. Tanenbaum System Architecture and Networking Group Outline What is the Internet? Why

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction Slightly adapted from -- Computer Networking: A Top Down Approach, 5 th edition. Jim Kurose, Keith Ross Addison-Wesley, April 2009. All material copyright 1996-2009 J.F Kurose and

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the animations; and can

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the animations; and can

More information

CSEE 4119 Computer Networks. Chapter 1 Introduction (2/2) Introduction 1-1

CSEE 4119 Computer Networks. Chapter 1 Introduction (2/2) Introduction 1-1 CSEE 4119 Computer Networks Chapter 1 Introduction (2/2) Introduction 1-1 Chapter 1: Introduction Our goal: get feel and terminology more depth, detail later in course approach: use Internet as example

More information

Course on Computer Communication and Networks. Lecture 2 Chapter 1: Introduction: Part B: Network structure, performance, security prelude

Course on Computer Communication and Networks. Lecture 2 Chapter 1: Introduction: Part B: Network structure, performance, security prelude Course on Computer Communication and Networks Lecture 2 Chapter 1: Introduction: Part B: Network structure, performance, security prelude CTH EDA344/GU DIT 420 Based on the book Computer Networking: A

More information

70 CHAPTER 1 COMPUTER NETWORKS AND THE INTERNET

70 CHAPTER 1 COMPUTER NETWORKS AND THE INTERNET 70 CHAPTER 1 COMPUTER NETWORKS AND THE INTERNET one of these packets arrives to a packet switch, what information in the packet does the switch use to determine the link onto which the packet is forwarded?

More information

Computer Networks. Wenzhong Li. Nanjing University

Computer Networks. Wenzhong Li. Nanjing University Computer Networks Wenzhong Li Nanjing University 1 Chapter 2. Direct Link Networks Link Service and Framing Error Detection and Reliable Transmission HDLC, PPP, and SONET Token Ring Ethernet Bridges and

More information

Computer Networking: A Top Down Approach

Computer Networking: A Top Down Approach Computer Networking: A Top Down Approach Seventh Edition Chapter 1 Introduction Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links by using INSERT+F7 Introduction

More information

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?

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? What s the Internet? PC server laptop cellular handheld access points wired s connected computing devices: hosts = end systems running apps communication s fiber, copper, radio transmission rate = bandwidth

More information

A Whirlwind Introduction to the Internet Overview

A Whirlwind Introduction to the Internet Overview Overview What s the Internet What s a protocol? Network edge Network core ccess nets, media Performance: loss, delay Protocol layers, service models ackbones, NPs, ISPs local ISP company regional ISP queuing

More information

CS348: Computer Networks Introduction to Computer Networks and Internet

CS348: Computer Networks Introduction to Computer Networks and Internet CS348: Computer Networks Introduction to Computer Networks and Internet Dr. Manas Khatua Assistant Professor Dept. of CSE, IIT Guwahati E mail: manaskhatua@iitg.ac.in Course Plan Syllabus: http://www.iitg.ac.in/cse/csecourses/?coursecode=cs348

More information