Download CS4514 Course Objectives

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Recursive InterNetwork Architecture (RINA) wikipedia , lookup

Distributed firewall wikipedia , lookup

Wireless security wikipedia , lookup

Network tap wikipedia , lookup

Computer network wikipedia , lookup

Zero-configuration networking wikipedia , lookup

Airborne Networking wikipedia , lookup

Cracking of wireless networks wikipedia , lookup

Piggybacking (Internet access) wikipedia , lookup

List of wireless community networks by region wikipedia , lookup

Peering wikipedia , lookup

Peer-to-peer wikipedia , lookup

Transcript
CS4514
Computer Networks
Term B07
Professor Bob Kinicki
Networks: Introduction
1
Course Objectives
Networks: Introduction
2
Course Objectives
1. To develop an understanding of modern
network architectures from a design and
performance perspective.
2. To introduce the student to the major
concepts involved in wide-area networks
(WANs), local area networks (LANs),
Wireless LANs (WLANs) and Wireless
Sensor Networks (WSNs).
3. To clarify network terminology.
Networks: Introduction
3
Course Objectives
4. To provide an opportunity to do network
programming using TCP/IP.
5. To give the students experience working in
programming teams.
6. To provide a WLAN performance
evaluation experience.
7. To expose students to emerging
technologies and their potential impact.
Networks: Introduction
4
Introduction
Networks: Introduction
5
Network Definitions and
Classification
• Preliminary definitions and network
terminology
• Sample application paradigms
• Classifying networks by transmission
technology
• Classifying networks by size (or scale)
• Classifying networks by topology
Networks: Introduction
6
Preliminary Definitions
computer network :: [Tanenbaum] a
collection of “autonomous” computers
interconnected by a single technology.
[LG&W] communications network ::a set of equipment
and facilities that provide a service.
In a distributed system the collection of
independent computers appears to its users
as a single coherent system.
Networks: Introduction
7
Client-Server Applications
Figure 1.1 A network with two clients and one server.
Networks: Introduction
8
Client-Server Model
Figure 1-2. The client-server model involves requests
and replies.
Networks: Introduction
9
Peer-to-Peer Applications
Figure 1.3 In a peer-to-peer system there are no fixed
clients and servers.
Networks: Introduction
10
Mobile Network Users
Figure 1-5. Combinations of wireless networks
and mobile computing.
Networks: Introduction
11
W1
T
X
Z
W2
W
Y
Host
L
Host
M
W3
AP
Host
A
2
W4
3
4
1
Host
B
5
nodes
16
14
11
Host
C
17
12
15
6
13
10
Host
D
Host
J
Host
H
7
9
Host
E
8
Host
G
Host
F
Networks: Introduction
12
Classifying Networks by
Transmission Technology
broadcast :: a single communications channel shared by all
machines (addresses) on the network. Broadcast can be
both a logical or a physical concept (e.g. Media Access
Control (MAC) sublayer ) .
multicast :: communications to a specified group. This
requires a group address (e.g. – multimedia multicast).
unicast :: a communication involving a single sender and a
single receiver.
point-to-point :: connections made via links between pairs
of nodes.
Networks: Introduction
13
Network Classification by Size
Figure 1-6. Classification of interconnected processors by scale.
Networks: Introduction
14
Network Classification by Size
• LANs {Local Area Networks}
– Wired LANs: typically physically broadcast at
the MAC layer (e.g., Ethernet, Token Ring)
– Wireless LANs
– Wireless Sensor Networks (WSNs)
• MANs {Metropolitan Area Networks}
– campus networks connecting LANs logically or
physically.
– often have a backbone (e.g., FDDI and ATM)
Networks: Introduction
15
Wired LANs
transceivers
  
Ethernet bus
Copyright ©2000 The McGraw Hill
Companies
 

Ethernet hub
Leon-Garcia & Widjaja: Communication
Networks
Networks: Introduction
Figure 1.17
16
Wireless LANs (WLANs)
Figure 1-35. (a) Wireless networking with a base station.
(b) Ad hoc networking.
Networks: Introduction
17
Metropolitan Area Networks
Figure 1-8. A metropolitan area network based on cable TV.
Networks: Introduction
18
MAN
1*
a
2
b
4
3
A
c
Metropolitan network A
consists of access
subnetworks a, b, c, d.
d
Hierarchical Network Topology
A
a
b
g
Copyright ©2000 The McGraw Hill
Companies
Leon-Garcia & Widjaja: Communication
Networks
Networks: Introduction
National network
consists of regional
subnetworks a, b, g.
Metropolitan network
A is part of regional
subnetwork a.
Figure 1.8
19
Network Classification by Size
• WANs {Wide Area Networks}
–
–
–
–
–
also referred to as “point-to-point” networks.
ARPANET  Internet
usually hierarchical with a backbone.
Enterprise Networks, Autonomous Systems
VPNs (Virtual Private Networks).
Networks: Introduction
20
AMES
McCLELLAN
UTAH
BOULDER
GWC
CASE
RADC
ILL
CARN
LINC
USC
AMES
MIT
MITRE
UCSB
STAN
SCD
ETAC
UCLA
RAND
TINKER
BBN
HARV
NBS
ARPAnet circa 1972
a point-to-point network
Copyright ©2000 The McGraw Hill
Companies
Leon-Garcia & Widjaja: Communication
Networks
Networks: Introduction
Figure 1.16
21
Wide Area Networks (WANs)
Figure 1-10.A stream of packets from sender to receiver.
Networks: Introduction
22
net 3
G
net 1
G
G = gateway
G
net 2
Copyright ©2000 The McGraw Hill
Companies
G
net 5
G
net 4
G
internet - a network of networks
Leon-Garcia & Widjaja: Communication
Networks
Networks: Introduction
Figure 1.18
23
Network Classification by Topology
Bus
flow of data
Bidirectional flow
assumes baseband cable
Repeater
Networks: Introduction
24
Network Classification by Topology
Ring
Repeater
Repeater
Note - a ring implies unidirectional flow
Networks: Introduction
25
Network Classification by Topology
Tree
Headend
Networks: Introduction
26
Network Classification by Topology
Star
hub, switch
or repeater
Networks: Introduction
27
Network Classification by Topology
Star
W1
W2
AP
W3
W4
Wireless Infrastructure
Networks: Introduction
28