Lecture 1 Slides
Lecture 1 Slides
Introduction to Networks
1-1
Hisham Othman
Nadeen Hamza
Basma Mohamed Afifi
Class work
10%
Midterm Exam
25%
Course Outline
1-4
Introduction
Internet
Network Delays
Application Layer
Transport Layer
Network Layer
Data Link Layer
Datacenters
Datacenters and Clouds
Introduction to Cloud Computing
Important Note
1-5
routers:
forward packets (chunks router
of data)
What’s the Internet: “nuts and bolts” view
1-10
Hi
TCP connection
request
Hi
TCP connection
Got the response
time? Get http://www.awl.com/kurose-ross
2:00
<file>
time
What’s the Internet: a service view
1-13
Communication infrastructure
enables distributed applications:
Web,VoIP, email, games, e-
commerce, file sharing
Network edge:
applications and hosts
Network core:
interconnected routers
network of networks
The network edge:
1-16
client/server model:
client host requests, receives service
from always-on server client/server
e.g. Web browser/server; email
client/server
peer-peer model:
minimal (or no) use of dedicated
servers
e.g. Skype, BitTorrent
Access networks and physical media
1-17
Keep in mind:
bandwidth (bits per second)
of access network?
shared or dedicated?
Examples of Access Networks
1-18
1-16
Dial-up modem
Digital Subscriber Line (DSL)
Cable Internet
Ethernet
Wireless Networks
Chapter 1: roadmap
1-19
roughly hierarchical
at center: “tier-1” ISPs (e.g., Verizon, Sprint, AT&T, Cable and
Wireless), national/international coverage
treat each other as equals
fully connected
Tier-1
providers
Tier 1 ISP
interconnect
(peer)
privately
Tier 1 ISP Tier 1 ISP
Tier 1 Networks
1-21
Internet structure: network of networks
1-22
local
ISP Tier 3 local
local local
ISP ISP
ISP ISP
Local and tier- 3 Tier-2 ISP Tier-2 ISP
ISPs are
customers of Tier 1 ISP
higher tier ISPs
connecting them
to rest of Internet
Tier 1 ISP Tier 1 ISP Tier-2 ISP
local
Tier-2 ISP Tier-2 ISP
ISP
local local local
ISP ISP ISP
Internet structure: network of networks
1-24
local
ISP Tier 3 local
local local
ISP ISP
ISP ISP
Tier-2 ISP Tier-2 ISP
Tier 1 ISP
End-to-end resources
reserved for “call”
link bandwidth, switch
capacity
dedicated resources
circuit-like (guaranteed)
performance
call setup required
Network Core: Circuit Switching
1-27
FDM
4 users
frequency
time
TDM
frequency
time
Network Core: Packet Switching
1-29
L
R R R
100 Mb/s
A Ethernet statistical multiplexing C
1.5 Mb/s
B
queue of packets
waiting for output
link
D E
packet switching
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
Next Time
1-33