38
Network Operations & administration CS 4592 Lecture 21 Instructor: Ibrahim Tariq

Network Operations & administration CS 4592 Lecture 21

  • Upload
    eden

  • View
    40

  • Download
    1

Embed Size (px)

DESCRIPTION

Network Operations & administration CS 4592 Lecture 21. Instructor: Ibrahim Tariq. IEEE 802 Series of LAN Standards. 802 standards free to download from http://standards.ieee.org /getieee802. WiMAX. IEEE 802.11 Wireless LAN - 1. Wireless LANs IEEE 802.11 standard: - PowerPoint PPT Presentation

Citation preview

Page 1: Network Operations & administration  CS 4592 Lecture  21

Network Operations & administration CS 4592

Lecture 21

Instructor: Ibrahim Tariq

Page 2: Network Operations & administration  CS 4592 Lecture  21

2

IEEE 802 Series of LAN Standards• 802 standards free to

download from http://standards.ieee.org/getieee802

WiMAX

Page 3: Network Operations & administration  CS 4592 Lecture  21

3

IEEE 802.11 Wireless LAN - 1• Wireless LANs• IEEE 802.11 standard:– unlicensed frequency spectrum: 900Mhz, 2.4Ghz

Page 4: Network Operations & administration  CS 4592 Lecture  21

14.4

Figure 14.1 Basic service sets (BSSs)

Page 5: Network Operations & administration  CS 4592 Lecture  21

5

Basic Service Set (BSS) (a.k.a. “cell”) contains: wireless hosts access point (AP): base station

BSS’s combined to form distribution system (DS)

IEEE 802.11 Wireless LAN - 2

Page 6: Network Operations & administration  CS 4592 Lecture  21

14.6

Figure 14.2 Extended service sets (ESSs)

Page 7: Network Operations & administration  CS 4592 Lecture  21

7

Ad Hoc Networks• Ad hoc network: IEEE 802.11 stations can dynamically

form network without AP• Applications:– “laptop” meeting in conference room, car– interconnection of “personal” devices– battlefield

• IETF MANET (Mobile Ad hoc Networks) working group

Page 8: Network Operations & administration  CS 4592 Lecture  21

8

IEEE 802.11 MAC Protocol: CSMA/CA

802.11 CSMA sender:- if sense channel idle for DISF sec. then transmit entire frame (no

collision detection)-if sense channel busy

then binary backoff

802.11 CSMA receiver:if received OK return ACK after SIFS

Page 9: Network Operations & administration  CS 4592 Lecture  21

9

Hidden Terminal effect• hidden terminals: A, C cannot hear each other– obstacles, signal attenuation– collisions at B

• goal: avoid collisions at B• CSMA/CA: CSMA with Collision Avoidance

Page 10: Network Operations & administration  CS 4592 Lecture  21

10

Hidden Station Problem

• The CTS frame in CSMA/CA handshake can prevent collision from a hidden station.

Page 11: Network Operations & administration  CS 4592 Lecture  21

11

Use of Handshaking to Prevent Hidden Station Problem

Page 12: Network Operations & administration  CS 4592 Lecture  21

12

Collision Avoidance: RTS-CTS exchange - 1• CSMA/CA: explicit channel

reservation– sender: send short RTS:

request to send– receiver: reply with short

CTS: clear to send• CTS reserves channel for sender,

notifying (possibly hidden) stations

• Avoid hidden station collisions

Page 13: Network Operations & administration  CS 4592 Lecture  21

13

Collision Avoidance: RTS-CTS exchange - 2• RTS and CTS short:– collisions less likely, of shorter

duration– end result similar to collision

detection• IEEE 802.11 allows:– CSMA– CSMA/CA: reservations– polling from AP

Page 14: Network Operations & administration  CS 4592 Lecture  21

14

Exposed Station Problem

Page 15: Network Operations & administration  CS 4592 Lecture  21

15

Use of handshaking in exposed station problem

Page 16: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

16

Interconnecting Devices

Page 17: Network Operations & administration  CS 4592 Lecture  21

14.17

14-2 BLUETOOTH

Bluetooth is a wireless LAN technology designed to connect devices of different functions such as telephones, notebooks, computers, cameras, printers, coffee makers, and so on. A Bluetooth LAN is an ad hoc network, which means that the network is formed spontaneously.

ArchitectureBluetooth LayersBaseband LayerL2CAP

Topics discussed in this section:

Page 18: Network Operations & administration  CS 4592 Lecture  21

14.18

Figure 14.19 Piconet

Page 19: Network Operations & administration  CS 4592 Lecture  21

14.19

Figure 14.20 Scatternet

Page 20: Network Operations & administration  CS 4592 Lecture  21

14.20

Figure 14.21 Bluetooth layers

Page 21: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

21

Interconnecting Devices

• How to get more users attached to a LAN?

• How to extend a single LAN?

• How to connect different LANs?

Page 22: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

22

Interconnecting Devices (cnt’d)

• Repeater• Hub• Bridge• Switch• Router

Page 23: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

23

Five Categories of Network Devices

Page 24: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

24

Repeater

• works at the Physical layer– Regenerates received bits before it sends them

out• connects different half-duplex network

segments• either extends the number of users or the

total span (by improving the quality of the transmitted signal)

Page 25: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

25

A Repeater Connects two segments of LAN

Page 26: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

26

Function of Repeater

Page 27: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

27

A repeater is a regenerator, not an amplifier.

Note

Page 28: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

28

Hub• multi-port repeater (physical hardware device)• provides physical star topology• no intelligence• no separations of collision domains

– all the hosts compete for the shared bandwidth

Page 29: Network Operations & administration  CS 4592 Lecture  21

HUB

• An Ethernet hub, active hub, network hub, repeater hub or hub is a device for connecting multiple Ethernet devices together and making them act as a single network segment. A hub works at the physical layer (layer 1) of the OSI model

• The device is a form of multiport repeater.

Page 30: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

30

Bridge• works at layer 2 (requires software)• connects two networks of the same type

– LAN to LAN (example: WLAN to Fast Ethernet) • forwards data (1 packet @ the time) depending on the

destination address in the data packet (not the IP address, but the physical (MAC) address that is unique for every Network Interface Card (NIC))

• all computers are in the same sub-network• packet filtering• separates collision domains – larger network spans• a stand alone device or a PC with the special NIC and the

accompanied software

Page 31: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

31

Bridge (cnt’d)

Page 32: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

32

A bridge has a table used in filtering decisions.

Note

Page 33: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

33

A bridge does not change the physical (MAC) addresses in a frame.

Note

Page 34: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

34

Switch

• basically a multi-port bridge• provides a better network performance

– forwards more than a single packet at a time• separates collision domains – larger total

network span• bandwidth not shared

Page 35: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

35

Switch (cnt’d)

Page 36: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

36

Router

• connects different sub-networks• Layer 3 (Network layer) device• forwarding based on IP addresses not on MAC

addresses• more expensive than a switch (requires CPU)• Layer 3 switches (only work with IP packets)

Page 37: Network Operations & administration  CS 4592 Lecture  21

Data Communication & Networks, Fall 2009

37

An Example

a simple internet

Page 38: Network Operations & administration  CS 4592 Lecture  21