4 - LANs Flashcards

1
Q

Conventional Channel Allocation (2)

A
  • Polling: Offers channel to individual user for fixed amount of time
  • Frequency and Time Division Multiplexing Access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Pure ALOHA Method (3)

A
  • Users transmit whenever they wish
  • Users detect there own collisions
  • After collision, user backoff for a random time period then retransmits
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Expectations of ALOHA (3)

A
  • Inf number of users
  • Generation of packets is a poisson distribution, with mean S
  • Best utilisation is 18.38%
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Slotted ALOHA Method (3)

A
  • Satellite generates timing pulse
  • Users only transmit when they receive pulse
  • Best utilisation 36.79%
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

LAN Definition

A

Local Area Network
“ A LAN is a routerless network, using the same protocol stack for each device and using only a uniform, local, networking media”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CSMA

A

Carrier Sense Multiple Access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Factors Affecting CSMA LANs (9)

A
  • Constant frame size
  • No transmission erros
  • No capture effect
  • Randomly delay after a collision is uniform distr
  • Frame gen has poisson distr
  • Station cannot trans and rec at the same time
  • Each station can see transmission of other stations
  • Sensing of channel can be performed at same time as trans
  • propagation delay small compared to frames’ trans time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

1-persistance CSMA protocols are no good with..

A

satellite broadcasting due to latency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

non & p-persistant CSMA protocols

A

If channel is too busy, station backs off for various intervals
Channel approaches max, but each station can be waiting a long time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Ethernet Physical Properties (4)

A
  • Packet at least 64 bytes long
  • Segments can’t be bigger than 500m
  • Faster twisted pair speeds 10GBase -T
  • Fiber Optic speeds
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Eth Contention Algorithm, on detection of collision (4)

Known as Binary Exp Back-Off

A
  • backs off for a random period, multiple of 8023 slot time
  • After collision, each station backs off for 0 or 11 slot times before trying again
  • In general, a station backs off from 0 to 2^(i-1) slot times after i^th collision
  • After 16 collisions, station considers the ‘ether’ severed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Ethernet Addr Layout

A

Preamble -> SD -> Dest -> Src -> Length -> Data -> CRC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Ethernet Addr Scheme (4)

A
  • If all 48 dest bits set to 1, packet is broadcasted on LAN
  • MSB: 0 - individual, 1- multicast addr
  • Bit 46 used to indicate for current or global LAN
  • Uses 2^46 bits, therefore every device has unique ethernet card
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Packet Transport Mechanisms (5) used by 802.3

A
  • carrier detection: eth uses carrier sense mechanism of phase encode, guarantee at least one phase transition
  • packet error detection
  • interference detection
  • truncated packet filtering
  • collision consensus enforcement: detection of collision by station causes station to ‘jam’ ether so that other stations know
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Interference Detection Advantages (3)

A
  • station can detect collisions and re-schedule
  • interference is detected within the propagation time
  • frequency of collisions is immediately used to dynamically change the back-off times
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Collision Domain

A

The set of potential devices receiving a frame collision

17
Q

Need for multiple LANs (5)

A
  • Different departments
  • Single organisation spread over max distance of LAN
  • Necessary to isolate LAN traffic to balance/filter traffic
  • Multiple LANs = increased reliability
  • Multiple LANs = increased security
18
Q

Bridging Different Types of LANs (5)

A
  • Differing bit rates
  • Data link frame reformatting
  • 802.3 limited to 1500 bytes of data
  • 802.4 token-bus to 8191 bytes
  • 802.5 token-ring is unlimited