802.3 Flashcards

1
Q

In order for a node to be able to detect if another node transmitted during its transmission what should be true

A

Time_tx >= 2Time_propagation

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

What is the formula for ethernet efficiency

A

1 / 1 + 5(Time_prop/Time_tx)

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

True/False - In CSMA/CD, a node is prohibited from sending back to back frames

A

True

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

For ethernet what is the amount of time a node waits during the backoff period?

A

K x 512 bit times

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

In ethernet what is the binary exponential backoff algorithm

A

choose random k from 0 to K = (2^n) - 1
n = number of collisions so far

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

In ethernet what is the maximum value of n (number of collisions) in the exponential backoff algorithm

A

10

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

Describe the CSMA/CD TX Loop

A
  • Sender listens to the medium
  • When sender senses medium is idle it starts tx
  • If sender tx entire frame w/o detecting another tx - success
  • If sender detects another tx while tx’ing, it aborts and send a jamming signal
  • After aborting the sender enters back-off period
  • After back-off period sender returns to listen to the medium
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe the CSMA/CD RX Loop

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

True/False - A Layer2 switch is transparent to end nodes

A

True - End nodes do not know that they are sending through a switch

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

Define Collision Domain

A

The set of nodes competing for shared resources

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

What are the characteristics of a L2 Switch

A
  • Transparent
  • Plug and Play
  • Self Learning
  • Store and Forward
  • Recognizes MAC addresses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

For a Hub with R Mbps / Port, What is the avg throughput / node and the max throughput for a node

A

Avg - R / # Nodes, Max - R

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

For a Switch with R Mbps / Port, What is the avg throughput / node and the aggregate throughput for the switch

A

Avg - R, Aggregate - R x # Nodes

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

True/False - In a switch setup with no dedicated TX/RX wire, eacy physical port of a switch is a collision domain

A

True

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

Define Broadcast Domain

A

The set of nodes that rx a local broadcast

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

True/False - Switches isolate broadcast domains

A

False - The entire switched network is a single broadcast domain

17
Q

Describe the 3 Switch Modes of Operation

A

Forwarding - If src & dst mac are on a diff phy port and the switch knows which phy port the dst is on.
Filtering (Drop) - src & dst mac share same phys port
Flooding - dst mac is not in the table, frame goes to every port except the one it came on

18
Q

True/False - for a switch to learn about a node the node has to send a frame

A

true

19
Q

Define Time-to-Live in the context of the switch forwarding table

A

The time for which an entry stays in the switch forwarding table before being removed

20
Q
A