data and computer communications

37
Data and Computer Communications Ninth Edition by William Stallings Data and Computer Communications, Ninth Edition by William Stallings, (c) Pearson Education - Prentice Hall, 2011 Chapter 15 – Local Area Network Overview

Upload: nevin

Post on 08-Feb-2016

27 views

Category:

Documents


0 download

DESCRIPTION

Data and Computer Communications. Chapter 15 – Local Area Network Overview. Ninth Edition by William Stallings. What is a computer network?. most basic version is two computers that are connected by a cable - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Data and Computer Communications

Data and Computer Communications

Ninth Editionby William Stallings

Data and Computer Communications, Ninth Edition by William Stallings, (c) Pearson

Education - Prentice Hall, 2011

Chapter 15 – Local Area Network Overview

Page 2: Data and Computer Communications

What is a computer network?

• most basic version is two computers that are connected by a cable

• a number of independent computers linked together to share data and peripherals, such as hard disks and printers

Page 3: Data and Computer Communications

Advantages of a computer network

• Share information (or data)• Share hardware and software• Centralize administration and support

Page 4: Data and Computer Communications

4

LAN Applications• LAN consists of a shared transmission medium and a set of stations

(computers, printers, …)— Today, some LANs don’t use shared transmission medium anymore in

order to improve the transmission performance• LANs usually are owned by the organization that is using the

network to interconnect equipment.• There are different types of LANs, each with its own protocols.• Applications of LAN

— Personal computer LANs• Share resources (e.g., printers)• Share information (e.g., files)• “Limited” data rate (10Mbps – 1000Mbps)

— Backend networks • Interconnecting large systems (mainframes and large storage devices)• High data rate

— Storage Area Networks• A separate network to handle storage needs• Hard disks, tape libraries, CD arrays• Detaches storage tasks from specific servers

Page 5: Data and Computer Communications

Frame Transmissionon Bus LAN

Page 6: Data and Computer Communications

Bus and Tree

Bus:

• stations attach through tap to bus

• full duplex allows transmission and reception

• transmission propagates throughout medium

• heard by all stations• terminator at each end

Tree:

• a generalization of bus• branching cable with no

closed loops• tree layout begins at

headend and branches out

• heard by all stations

Page 7: Data and Computer Communications

Frame Transmission

Ring LAN

Page 8: Data and Computer Communications

Ring Topology

• a closed loop of repeaters joined by point-to-point links

• receive data on one link & retransmit on another– links unidirectional– stations attach to repeaters

• data transmitted in frames– circulate past all stations– destination recognizes address and copies frame– frame circulates back to source where it is removed

• Medium Access Control determines when a station can insert frame

Page 9: Data and Computer Communications

Star Topology

Page 10: Data and Computer Communications

Star Topology

• each station connects to common central node

• usually via two point-to-point link, one for transmission and one for reception

• operate in broadcast fashion• only one station can transmit at a time (hub)• can act as frame switch

central node

Page 11: Data and Computer Communications

11

Star Topology• Each station is directly connected to a central node

— Usually via two point-to-point links• Two types of central node

— Simple one: operate in a broadcast fashion• Transmission of a frame from one station to the central node is

retransmitted on all of the outgoing links• Only one station can transmit at a time• The central node is referred to as a hub

— Complex one: act as frame-switching device• An incoming frame is buffered in the central node and then

retransmitted on the outgoing link to the destination station• Intelligent and powerful• More than one stations can transmit at the same time

– Buffers are required at the central node to resolve conflict (if more than one frames are destined to the same station at the same time)

• The central node is referred to as a switch

Page 12: Data and Computer Communications

12

Hubs• Central element of a star topology• Each station connects to hub by two lines

—Transmit and receive—So a link consists of two unshielded twisted pairs (UTP)

• Hub acts as a repeater—When one station transmits, hub repeats signal to each

station—Physically star, logically bus

• Limited to about 100 m—High data rate and poor transmission qualities of UTP—Optical fiber may be used for about 500 m

• Transmission from any station received by all other stations—No privacy, security issues— If two stations transmit at the same time, collision

Page 13: Data and Computer Communications

LAN Topologies

Page 14: Data and Computer Communications

Bus LAN Transmission Media

cont…

• early LANs used voice grade cable• scaling up for higher data rates not practical

twisted pair

• uses digital signaling• original Ethernet

baseband coaxial cable

Page 15: Data and Computer Communications

Bus LAN Transmission Media

For bus topology, only baseband coaxial cable has achieved widespread use

• used in cable TV systems• analog signals at radio and TV frequencies• expensive, hard to install and maintain

broadband coaxial cable

• expensive taps• better alternatives available

optical fiber

Page 16: Data and Computer Communications

Ring and Star TopologiesRing • very high speed links over long

distances• potential of providing best

throughput• single link or repeater failure

disables network

Star • uses natural layout of wiring in building

• best for short distances• high data rates for small

number of devices

Page 17: Data and Computer Communications

Media AvailableVoice grade unshielded twisted pair

(UTP)

Cat 3 phone, cheap, low data

rates

Shielded twisted pair / baseband

coaxial

more expensive, higher data

rates

Broadband cable

even more expensive, higher data

rate

High performance

UTP

Cat 5+, very high data rates, suited for star

topology

Optical fibre

security, high capacity,

small size, high cost

Page 18: Data and Computer Communications

Choice of Mediumconstrained by LAN topologycapacity

to support the expected network trafficreliability

to meet requirements for availabilitytypes of data supported

tailored to the application

Page 19: Data and Computer Communications

Choice of Topology

– medium– wiring layout– access control

factors:

reliability

expandabilityperformance

Page 20: Data and Computer Communications

20

Choice of Topology• Transmission medium

—Twisted pair: popularly used by today’s Ethernet—Baseband coaxial cable (digital signaling): was used by

the original Ethernet—Broadband coaxial cable (analog signaling): not popular

due to the cost—Optical fiber: popularly used by Ethernet—Air: Wireless LAN becomes very popular today

• Installation and maintenance —For bus and ring topology, installation also means

removing some existing links, so it is costly—For ring topology, a failure of one link disable the entire

network—For star topology, it can take advantage of the natural

layout of wiring in a building, and installation/maintenance of one link does not affect other links

• Star topology is the most popular one today

Page 21: Data and Computer Communications

Section15.2

Page 22: Data and Computer Communications
Page 23: Data and Computer Communications

LAN Protocol ArchitectureOpen Systems Interconnection (OSI)

1. Logical link control (LLC)2. Medium access control (MAC) 3. Physical

Page 24: Data and Computer Communications

24

802 Layers• Physical Layer

—Encoding/decoding of signals—Preamble generation/removal

• for synchronization—Bit transmission/reception—Transmission medium and topology

• Medium Access Control—Manage access to a shared-access medium—Not found in traditional point-to-point layer 2 data link

protocol• Logical Link Control

—Provide interfaces (called “services”) to higher layers—Perform flow and error control

Page 25: Data and Computer Communications

IEEE 802 Layers • Logical Link Control

Layer (LLC)– provide interface to

higher levels– perform flow and error

control

• Media Access Control– on transmit, assemble

data into frame – on reception,

disassemble frame, perform address recognition and error detection

– govern access to transmission medium

– for same LLC, may have several MAC options

Page 26: Data and Computer Communications

LAN Protocols in Context

Page 27: Data and Computer Communications

MAC addresses

• Sometimes called Ethernet address• Uniquely identify each computer, printer, or device

in a network• Stored in the network interface card (NIC) read-

only memory, burned-in address by manufacturer– Interface is where 2 systems meet and interact

• Used by – Ethernet– 802.11 wireless networks– Bluetooth

Page 28: Data and Computer Communications

Logical Link Control transmission of link level PDUs (Protocol data

unit) between stations must support multi-access, shared mediumrelieved of some details of link access by the

MAC layeraddressing involves specifying source and

destination LLC usersreferred to as service access points (SAPs)

Page 29: Data and Computer Communications

LLC Services

unacknowledged connectionless service• data-gram style service• delivery of data is not guaranteed

connection-mode service• logical connection is set up between two users• flow and error control are provided

acknowledged connectionless service• datagrams are to be acknowledged, but no logical

connection is set up

Page 30: Data and Computer Communications

LLC Service Alternativesunacknowledged connectionless service• requires minimum logic• avoids duplication of mechanisms• preferred option in most cases

connection-mode service• used in simple devices• provides flow control and reliability mechanisms

acknowledged connectionless service• large communication channel needed• time critical or emergency control signals

Page 31: Data and Computer Communications

Bridge Function

Page 32: Data and Computer Communications

Bridges connects similar LANs with identical physical and link

layer protocols minimal processing reasons for use:

reliabilityperformancesecuritygeography

Page 33: Data and Computer Communications

Bridge Design Aspects

no modification to frame content or formatno encapsulationexact bitwise copy of framebuffering to meet peak demandcontains routing and address intelligencemay connect more than two LANsbridging is transparent to stations

Page 34: Data and Computer Communications

Connection of Two LANs

Page 35: Data and Computer Communications

35

Why Not One Large LAN?• There are several reasons for the use of multiple LANs connected

by bridges— Reliability

• For a single large LAN, a fault on the network may disable communication for all devices.

• By using bridges, the network can be partitioned into self-contained units— Performance

• Performance on a LAN declines with an increase in the number of devices or the length of the wire.

• A number of smaller LANs will often give improved performance if devices can be clustered so that intranetwork traffic exceeds internetwork traffic.

— Security• Multiple LANs may improve security of communications.

— Geography• A single LAN is always limited by its diameter. • Two separate LANs are needed to support devices clustered in two

geographically distant locations.• In summary

— Bridges provides an extension to the LAN that requires no modification to the communications software in the stations attached to the LANs.

— It appears to all stations on the two (or more) LANs that there is a single LAN.

Page 36: Data and Computer Communications

Bridges and LANs withAlternative

Routes

Page 37: Data and Computer Communications

Fixed Routing• simplest and most common• suitable for internets that are stable• a fixed route is selected for each pair of LANs

• usually least hop route only changed when topology changes widely used but limited flexibility