Spring 2025 Exam

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

In Linux, the______________ command can be used to create a text file.

touch

2
New cards

In Linux, the command that is used to terminate a process is ______________.

kill

3
New cards

In Python, the ______________ keyword is used to define a short anonymous function.

lambda

4
New cards

UDP and TCP are protocols that operate at the ______________ layer.

transport

5
New cards

The unit of data (or protocol data unit) at the link layer is called a ______________.

frame

6
New cards

______________ is a publish-subscribe protocol, while ______________ is a

client-server protocol.

MQTT, HTTP

7
New cards

A GET request to a REST API server typically gets as part of the HTTP response

content that is in ______________ format.

JSON (key-value)

8
New cards

A UDP socket program on a server must bind to a specific ______________ in order to

receive messages over the network from a client program.

port

9
New cards

If the data rate of a radio is increased, its receiver sensitivity threshold (RST) will

______________ (increase/decrease) and the corresponding communication range will

______________ (increase/decrease).

increase, decrease

10
New cards

A modulation scheme that encodes 8 symbols in the phase of the sinusoidal

electromagnetic (radio) wave is called ______________ .

8-PSK

11
New cards

Each symbol in the 64-QAM modulation scheme encodes ______________ bits.

6

12
New cards

The frequency associated with a 0.01m wavelength radio wave is ______________ .

(Assume the speed of light is 3 x 10

8 m/s).

3 × 10^10 Hz

13
New cards

A received radio power value of -30 dBm is equivalent to ______________ Watts.

10^(-6)

14
New cards

______________ is the term used to refer to the concept of the addition/removal of a

header containing relevant protocol-specific control information at each layer of the

network stack.

encapsulation

15
New cards

Paired Bluetooth devices must share the same ____________________________

sequence.

link key

16
New cards

Recall that the simple path loss equation is PrdBm (d) = PtdBm + KdB - η*10 log10

(d/d0). For a given wireless radio link, the transmit power is 0 dBm, KdB = -50 dB, η = 2, d0 = 1m,

and the receiver sensitivity threshold (RST) is -90 dBm; the corresponding

communication range will be ______________ .

100 m

17
New cards

Consider slotted Aloha with two users on a medium with a maximum single-user rate of

10 Mbps. If both users use the same probability of transmission, the highest total rate

achievable is ______________ .

5 Mbps

18
New cards

On a link with a data rate of 160 bits per second, it is desired to have a maximum

transmission delay (i.e. the time taken to transmit one frame) of 2 seconds. The

maximum frame size is ______________ bytes.

40 bytes