Unit 5 Flashcards

1
Q

Protocol to get own IP addr, first-hop router addr, and DNS server addr

A

DHCP

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

Binary Exponential Backoff

A

Time a host waits for before transmitting a packet to avoid collision
After mth collision, k is chosen from { 0,1,2, …. ,2^m-1 }
Waits for [k*512 bit] length before transmission

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

Self Learning Switch

A
Switch floods the network with frames / sends a frame with a specific destination
The host(s) respond to the frame with IP address and MAC address. The switch then enters the necessary details i.e { MAC address, Interface to reach host, TTL } into the switch table.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Ethernet Broadcast

A

FF-FF-FF-FF-FF-FF

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

Day in the life of a web request

A

DHCP > ARP > DNS > TCP + HTTP > HTTP req/reply

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

OSI stack layers

A

Application - [Presentation - Session] - Transport -Network - Link Layer - Physical

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

Bit Time

A

Time taken by a bit to occupy the media

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

Bandwidth

A

Physical Layer: Total capacity of a medium to carry data at any given amount of time.
Depends on the properties of the medium and signaling methods

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

Throughput

A

PHYSICAL LAYER: Transfer rate of data over the medium

Factors that affect: Amount and type of traffic, number of devices

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

Goodput

A

PHYSICAL LAYER: Transfer rate of actual usable data bits

Throughput less the data protocol overhead, error corrections, and retransmissions

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

Optical Fibre (Indexing)

A

1) Multimode Step Index: Total Internal Reflection of light within cable, zig-zag path, path function of angle of incidence
2) Multimode Graded Index: Sinusoidal oscillations, better performance, 10-12kms
3) Single-mode Step Index: Propagation of one transverse EM mode (solution to Helmholtz equation (del^2)f = -(k^2)*f), high capacity

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

Access Point (AP)

A

An entity that has station functionality and provides access to the distribution system via the wireless medium for associated stations.

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

Basic Service Set (BSS)

A

A set of stations controlled by a single coordination function.

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

Coordination Function

A

The logical function that determines when a station operating within a BSS is permitted to transmit and receive PDUs

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

Distribution System

A

A system used to interconnect a set of BSSs and integrated LANs to create ESS (Extended Service Set)

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

Extended Service Set (ESS)

A

A set of interconnected BSSs and integrated LANs that appear as a single BSS at the LLC(Logical Link Control) layer at any given station associated with these BSSs

17
Q

Station

A

Any system that contains an 802.11 conformant MAC and Physical Layer

18
Q

MPDU & MSDU

A

MAC Protocol Data Unit

MAC Service Data Unit

19
Q

CSMA in Ethernet and WiFi

A

Ethernet -> CSMA/CD

WiFi -> CSMA/CA

20
Q

Sublayers of Data Link Layer

A

LLC (Logic Link Control) -> IEEE 802.1 (LAN, MAN, WAN, internetworking and security)
MAC (Media Access Control) -> PCF(Point coordination func), DCF (Distributed coordination functions)

21
Q

SIFS, DIFS & PISF

A

SIFS (Shorter Inter-frame Space): time interval required by a wireless device in between receiving a frame and responding to the frame.
DISF (DCF inter-frame Space): Using the DCF technique, a station needs to sense the status of the wireless channel before it can place its request to transmit a frame. The time interval that a station should wait before it sends its request frame is known as DIFS. = SISF + 2*slot time
PISF (PCF Inter-frame Space): Access Point (AP) coordinating with the communications centrally, waits for PIFS duration to grasp the channel. Since PIFS is less than DIFS duration, the AP always has the priority to access the channel over the other stations. PISF = SISF + slot time.

22
Q

RTS, CTS

A

Request To Send

Clear To Send -> handshake in CSMA/CA can avoid a collision from a hidden station.