Chapter 1 - UniMAP Portal

Download Report

Transcript Chapter 1 - UniMAP Portal

Communication
Networks
Chapter 1 : Introduction
to Communication
Networks and Services
1
Communication Services &
Applications
A communication service enables
the exchange of information
between users at different locations.
 Communication services &
applications are everywhere.

2
Communication Services &
Applications
E-mail
E-mail
server
Exchange of text messages via servers
3
Communication Services &
Applications
Web Browsing
Web server
Retrieval of information from web servers
4
Communication Services &
Applications
Instant Messaging
Direct exchange of text messages
5
Communication Services &
Applications
Telephone
Real-time bidirectional voice exchange
6
Communication Services &
Applications
Cell phone
Real-time voice exchange with mobile users
7
Communication Services &
Applications
Short Message Service
Fast delivery of short text messages
8
What is a communication network?
Communication
Network



The equipment (hardware & software) and facilities
that provide the basic communication service
Virtually invisible to the user; Usually represented by
a cloud
 Facilities
Equipment

Routers, servers,
switches, multiplexers,
hubs, modems, …


Copper wires, coaxial
cables, optical fiber
Ducts, conduits,
telephone poles …
9
How are communication networks designed and operated?
Communication Network
Architecture




Network architecture: the plan that specifies how the network is
built and operated
Architecture is driven by the network services
Overall communication process is complex
Network architecture partitions overall communication process
into separate functional areas called layers
Next we will trace evolution of three network architectures:
telegraph, telephone, and computer networks
10
Network Architecture Evolution




Telegraph Networks
 Message switching & digital transmission
Telephone Networks
 Circuit Switching
 Analog transmission → digital transmission
 Mobile communications
Internet
 Packet switching & computer applications
Next-Generation Internet
 Multiservice packet switching network
11
Bell’s Telephone


Alexander Graham Bell (1875) working on harmonic telegraph
to multiplex telegraph signals
Discovered voice signals can be transmitted directly




Microphone converts voice pressure variation (sound) into
analogous electrical signal
Loudspeaker converts electrical signal back into sound
Telephone patent granted in 1876
Bell Telephone Company founded in 1877
Signal for “ae” as in cat
Microphone
sound
Loudspeaker
analog
electrical
signal
12
sound
Bell’s Sketch of Telephone
13
Signaling

Signaling required to establish a call


Flashing light and ringing devices to alert the
called party of incoming call
Called party information to operator to establish
calls
Signaling + voice signal transfer
14
The N2 Problem




For N users to be fully connected directly
Requires N(N – 1)/2 connections
Requires too much space for cables
Inefficient & costly since connections not always on
1
N = 1000
N(N – 1)/2 = 499500
2
N
4
3
15
Telephone Pole Congestion
16
Circuit Switching
Patchcord panel switch invented in 1877
Operators connect users on demand



Establish circuit to allow electrical current to flow
from inlet to outlet
Only N connections required to central office

1
N
N–1
3
2
17
Manual Switching
18
Strowger Switch

Human operators intelligent & flexible


Strowger invented automated switch in 1888




But expensive and not always discreet
Each current pulse advances wiper by 1 position
User dialing controls connection setup
Decimal telephone numbering system
Hierarchical network structure simplifies routing

Area code, exchange (CO), station number
1st digit
2nd digit
...
0
0
0
.
.
.
.
.
.
.
.
.
9
0
9
9
19
9
Strowger Switch
20
Hierarchical Network Structure
CO = central office
Toll
Tandem
Tandem
CO
CO
CO
CO
CO
Telephone subscribers connected to local CO (central office)
Tandem & Toll switches connect CO’s
21
Three Phases of a Connection
1.
2.
Telephone
network
Pick up phone
Dial tone.
Telephone
network
Connection
set up
Dial number
3.
Telephone
network
Network selects route;
4.
Telephone
network
Sets up connection;
Called party alerted
Information
transfer
Connection
release
5.
Telephone
network
6.
Telephone
network
Exchange voice
signals
Hang up.
22
Computer Connection Control





Coordinate set up of telephone connections
To implement new services such as caller ID, voice mail, . . .
To enable mobility and roaming in cellular networks
“Intelligence” inside the network
A separate signaling network is required
Computer
Signaling
Switch connects
Inlets to Outlets
...

A computer controls connection in telephone switch
Computers exchange signaling messages to:
...

Voice
23
Digitization of Telephone Network

Pulse Code Modulation digital voice signal


Time Division Multiplexing for digital voice



T-1 multiplexing (1961): 24 voice signals = 1.544x106 bps
Digital Switching (1980s)


Voice gives 8 bits/sample x 8000 samples/sec = 64x103 bps
Switch TDM signals without conversion to analog form
Digital Cellular Telephony (1990s)
Optical Digital Transmission (1990s)


One OC-192 optical signal = 10x109 bps
One optical fiber carries 160 OC-192 signals = 1.6x1012 bps!
All digital transmission, switching, and control
24
Elements of Telephone Network
Architecture

Digital transmission & switching


Circuit switching





User signals for call setup and tear-down
Route selected during connection setup
End-to-end connection across network
Signaling coordinates connection setup
Hierarchical Network



Digital voice; Time Division Multiplexing
Decimal numbering system
Hierarchical structure; simplified routing; scalability
Signaling Network

Intelligence inside the network
25
Computer Network Evolution
Overview




1950s: Telegraph technology adapted to computers
1960s: Dumb terminals access shared host computer
 SABRE airline reservation system
1970s: Computers connect directly to each other
 ARPANET packet switching network
 TCP/IP internet protocols
 Ethernet local area network
1980s & 1990s: New applications and Internet growth
 Commercialization of Internet
 E-mail, file transfer, web, P2P, . . .
 Internet traffic surpasses voice traffic
26
What is a protocol?


Communications between computers requires
very specific unambiguous rules
A protocol is a set of rules that governs how
two or more communicating parties are to
interact




Internet Protocol (IP)
Transmission Control Protocol (TCP)
HyperText Transfer Protocol (HTTP)
Simple Mail Transfer Protocol (SMTP)
27
A familiar protocol ??
Caller
Dials 411
“What city”?
Caller
replies
Caller
replies
“Springfield”
“What name?”
“Simpson”
“Thank you, please hold”
Caller
waits
Caller
replies
Caller
waits
Caller
dials
“Do you have a first name or
street?”
System
replies
System
replies
System
replies
Operator
replies
“Evergreen Terrace”
“Thank you, please hold”
Operator
replies
System
replies with
number
28
Terminal-Oriented Networks


Early computer systems very expensive
Time-sharing methods allowed multiple
terminals to share local computer
Remote access via telephone modems
Terminal
...

Terminal
Modem
Host computer
Telephone
Network
Modem
Terminal
29
Medium Access Control






Dedicated communication lines were expensive
Terminals generated messages sporadically
Frames carried messages to/from attached terminals
Address in frame header identified terminal
Medium Access Controls for sharing a line were developed
Example: Polling protocol on a multidrop line
Polling frames & output frames
input frames
Terminal
Host computer
Terminal
...
Terminal
Terminals at different locations in a city
Must avoid collisions on inbound line
30
Statistical Multiplexing




Statistical multiplexer allows a line to carry frames that
contain messages to/from multiple terminals
Frames are buffered at multiplexer until line becomes
available, i.e. store-and-forward
Address in frame header identifies terminal
Header carries other control information
Frame
CRC
Information
Terminal
Header
Header
Information
...
Terminal
CRC
Terminal
Host computer
Multiplexer
31
Error Control Protocol


Communication lines introduced errors
Error checking codes used on frames



“Cyclic Redundancy Check” (CRC) calculated based on
frame header and information payload, and appended
Header also carries ACK/NAK control information
Retransmission requested when errors detected
CRC
Information
Header
Terminal
Header
Information
CRC
32
Computer-to-Computer Networks


As cost of computing dropped, terminal-oriented networks viewed as
too inflexible and costly
Need to develop flexible computer networks
 Interconnect computers as required
Support many applications
Application Examples
 File transfer between arbitrary computers
 Execution of a program on another computer
 Multiprocess operation over multiple computers


33
Packet Switching

Network should support multiple applications
 Transfer arbitrary message size
Low delay for interactive applications
 But in store-and-forward operation, long messages induce high
delay on interactive messages
Packet switching introduced
 Network transfers packets using store-and-forward
 Packets have maximum length
 Break long messages into multiple packets
ARPANET testbed led to many innovations



34
ARPANET Packet Switching
Host generates message
Source packet switch converts message to packet(s)
Packets transferred independently across network
Destination packet switch reasembles message
Destination packet switch delivers message
Packet
Switch
Message
Packet 2
Packet
Switch
Packet 1
Packet 2
Message
Packet
Switch
Packet
Packet 1
Packet
Switch Packet 1
Switch
35
ARPANET
Routing
Routing is highly nontrivial in mesh networks
No connection setup prior to packet transmission
Packets header includes source & destination addresses
Packet switches have table with next hop per destination
Routing tables calculated by packet
switches using distributed algorithm
Packet
Switch
Hdr Packet
Packet
Switch
Packet
Switch
Dest: Next Hop:
Packet
Switch
Packet
Switch
xyz
abc
wvr
edf
36
OtherError
ARPANET
Protocols
control between adjacent packet switches
Congestion control between source & destination
packet switches limit number of packets in transit
Flow control between host computers
prevents buffer overflow
Packet
Switch
Packet
Switch
Error
Control
Congestion
Control
Packet
Switch
Packet
Switch
Packet
Switch
Flow
Control
37
ARPANET Applications



ARPANET introduced many new applications
Email, remote login, file transfer, …
Intelligence at the edge
AMES
McCLELLAN
UTAH
BOULDER
GWC
CASE
RADC
ILL
CARN
LINC
USC
AMES
MIT
MITRE
UCSB
STAN
SCD
ETAC
UCLA
RAND
TINKER
BBN
HARV
NBS
38
Ethernet Local Area Network




In 1980s, affordable workstations available
Need for low-cost, high-speed networks
 To interconnect local workstations
 To access local shared resources (printers, storage,
servers)
Low cost, high-speed communications with low error rate
possible using coaxial cable
Ethernet is the standard for high-speed wired access to
computer networks
39
Ethernet Medium Access Control





Network interface card (NIC) connects workstation to LAN
Each NIC has globally unique address
Frames are broadcast into coaxial cable
NICs listen to medium for frames with their address
Transmitting NICs listen for collisions with other stations, and
abort and reschedule retransmissions
Transceivers
40
The Internet





Different network types emerged for data
transfer between computers
ARPA also explored packet switching using
satellite and packet radio networks
Each network has its protocols and is
possibly built on different technologies
Internetworking protocols required to enable
communications between computers
attached to different networks
Internet: a network of networks
41
Internet Protocol (IP)




Routers (gateways) interconnect different networks
Host computers prepare IP packets and transmit
them over their attached network
Routers forward IP packets across networks
Best-effort IP transfer service, no retransmission
Router
Net 1
Net 2
42
Addressing & Routing



Hierarchical address: Net ID + Host ID
IP packets routed according to Net ID
Routers compute routing tables using
distributed algorithm
H
H
Net 3
G
Net 1
G
G
G
H
Net 2
Net 5
G
Net 4
G
H
43
Transport Protocols



Host computers run two transport protocols on top of IP
to enable process-to-process communications
User Datagram Protocol (UDP) enables best-effort
transfer of individual block of information
Transmission Control Protocol (TCP) enables reliable
transfer of a stream of bytes
Transport
Protocol
Internet
44
Names and IP Addresses



Routing is done based on 32-bit IP addresses
Dotted-decimal notation
 128.100.11.1
Hosts are also identified by name
 Easier to remember
Hierarchical name structure
 tesla.comm.utoronto.edu
Domain Name System (DNS) provided conversion between
names and addresses


45
Internet Applications





All Internet applications run on TCP or UDP
TCP: HTTP (web); SMTP (e-mail); FTP (file
transfer; telnet (remote terminal)
UDP: DNS, RTP (voice & multimedia)
TCP & UDP incorporated into computer
operating systems
Any application designed to operate over
TCP or UDP will run over the Internet!!!
46
Elements of Computer Network
Architecture






Digital transmission
Exchange of frames between adjacent equipment
 Framing and error control
Medium access control regulates sharing of
broadcast medium.
Addresses identify attachment to network or
internet.
Transfer of packets across a packet network
Distributed calculation of routing tables
47
Elements of Computer Network
Architecture






Congestion control inside the network
Internetworking across multiple networks using routers
Segmentation and reassembly of messages into
packets at the ingress to and egress from a network or
internetwork
End-to-end transport protocols for process-to-process
communications
Applications that build on the transfer of messages
between computers.
Intelligence is at the edge of the network.
48
Trends in Network Evolution

It’s all about services



Building networks involves huge expenditures
Services that generate revenues drive the
network architecture
Current trends






Packet switching vs. circuit switching
Multimedia applications
More versatile signaling
End of trust
Many service providers and overlay networks
Networking is a business
49
Packet vs. Circuit Switching

Architectures appear and disappear over time




Telegraph (message switching)
Telephone (circuit switching)
Internet (packet switching)
Trend towards packet switching at the edge




IP enables rapid introduction of new applications
New cellular voice networks packet-based
Soon IP will support real-time voice and telephone network will
gradually be replaced
However, large packet flows easier to manage by circuit-like
methods
50
Optical Circuit Switching




Optical signal transmission over fiber can carry huge volumes of
information (Tbps)
Optical signal processing very limited
 Optical logic circuits bulky and costly
 Optical packet switching will not happen soon
Optical-to-Electronic conversion is expensive
 Maximum electronic speeds << Tbps
 Parallel electronic processing & high expense
Thus trend towards optical circuit switching in the core
51
Standards


New technologies very costly and risky
Standards allow players to share risk and
benefits of a new market




Reduced cost of entry
Interoperability and network effect
Compete on innovation
Completing the value chain


Chips, systems, equipment vendors, service providers
Example

802.11 wireless LAN products
52
Standards Bodies

Internet Engineering Task Force



International Telecommunications Union


International telecom standards
IEEE 802 Committee


Internet standards development
Request for Comments (RFCs): www.ietf.org
Local area and metropolitan area network standards
Industry Organizations

MPLS Forum, WiFi Alliance, World Wide Web Consortium
53
Exercise 1
The introduction of a new services usually impacts other
services through substitution. Describe how substitution takes
place in the following cases.
a)
b)
c)
d)
E-mail, facsimile and postal mail
E-mail, local and long distance phone service
Cell phone, local and long distance phone service
Peer-to-peer file exchange and commercial CD recording
54
Solution Ex 1.1
a) E-mail, facsimile and postal mail
E-mail is used for most of the correspondence previously handled by
postal mail. Documents sent by facsimile are also transferred using
E-mail as attachments. Hardcopies can be scanned for electronic
transmission
b) E-mail, local and long distance phone service
E-mail is an inexpensice and convenient alternative for most of the
communication in which real time interaction is not essential.
Instant-messaging is faster than e-mail and more closely
approaches the real-time experience of the telephone
c) Cell phone, local and long distance service
cell phone is used for local and long distance calls mostly because
users can be reached even if they are not in a specific location such
as home or office. The steep drop in the cost of long distance
relative to the cost of cellular airtime has enable ‘call anywhere’
cellular service offering
55
Exercise 1.2
Describe step-by-step procedure that is involved from the time
you deposit a letter in a mailbox to the time the letter is delivered
to its destination.
What role do names, addresses and mail codes play?
How might the letter be routed to its destination?
To what extent can be the process be automated?
56
Solution Ex 1.2
The steps involved in mailing a letter are
1. The letter is deposited in mailbox
2. The letter is picked up by postal employee and placed in a
sack
3. The letter is taken to a sorting station, where it is sorted
according to destination, as determined by the mail code and
grouped with other letters with the same destination mail
code. ( or by largest geographical unit / country/ city)
4. The letter is shipped to the post office that handles the mail
for the specific mail code
5. The letter is then sorted by street address
6. The letter is picked up at the post office by the postal worker
responsible for delivering to the specified address
7. The letter is delivered according to the number and street
57
Exercise 1.3
Suppose that a letter is sent by fax. Is this mode of
communications connectionless or connection-oriented? Realtime or non-real time?
SOLUTION:
In order to send a letter by fax, a telephone connection must first
be established. Therefore, the mode of communication is
connection oriented. The transfer of information across the
network accurs in real time.
58
Exercise 1.4
Two musician is located in different cities wish to have a jam session
over a communications network. Find the maximum possible distance
between the musicians if the are to interact in real time, in the sense of
experiencing the same delay in hearing each other as if they were 10
meters apart. The speed of sound is approximately 330 m/s. Assume
that the network transmits the sound at the speed of light in cable, 2.3 x
108 m/s.
SOLUTION:
Find the delay for the sound when the musician 10 m apart:
t10 = 10/ (330 m/s) = 30.30 milliseconds
The maximum distance is the time required for a real time ‘experience’
times the cable speed
d = (2.3 x 108 m/s) x (30.30 x 10-3 s) = 6 969 km
59