370 Final Flashcards

1
Q

A codeword is a….

A

A codeword is a unique sequence of bits that satisfies certain criteria

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

Error control codes are….

A

A set of codewords used by an encoder and decoder pair to detect and possibly correct errors

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

What does the encoder do?

A

The encoder adds redundant bits to the sender’s bitstream to create the codewords

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

What does the decoder do?

A

The decoder uses the redundant bits to detect and/or correct as many bit errors as the particularly used error-control code will allow

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

What error does single parity bit check?

A

The parity check detects odd number of errors only, won’t detect even number of errors

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

What are some examples of errors?

A

Noise, fading, EM interference, ISI

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

The redundancy bits are computed using..?

A

The redundancy bits are computed according to some criteria (usually, a mathematical algorithm)

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

The parity bit is computed for the transmitted data block at….?

A

The transmitter side

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

The parity bit is checked for the transmitted data block at….?

A

The receiver’s side

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

The checksum is an error detection technique that ensures that the sum of packet words is….?

A

always zero

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

In checksum the receiver accepts the data only if the sum of the checksum and the packet bits is zero, if not it means something was wrong with the packet. True or false?

A

False, something could also be wrong in the checksum

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

What does CRC stand for? What does it do?

A

it is an error detection technique that is based on binary division to ensure that the total packet is divisible by a known divisor

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

What does FCS stand for?

A

frame check sequence

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

In CRC, what does Tx need to find?

A

FCS (F), such that : [𝐷, 𝐹 ] divisible by 𝐺, where D is the data bits, and G is the generator

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

The FCS field contains…?

A

The FCS field contains a checksum value, which is used by the receiving side to prove that the data is not corrupted

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

CRC checks for errors by..1 & .. 2?

A

1- Checking that the received codeword T’=T (the transmitted codeword)
2- Dividing T’ by G to verify it’s still divisible

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

if the Divisor G has 𝑛 bits, the FCS field F must have..?

A

FCS field F must have 𝑘=𝑛-1 bits

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

An error correcting code is an algorithm that …?

A

expresses a sequence of bits such that any introduced errors can be detected and corrected

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

What does ARQ stand for? what does it do?

A

Automatic repeat request,
A data block is encoded for error detection and when an error is detected at the receiver it requests a retransmission

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

What does FEC stand for? what does it do?

A

Forward error correction, When FEC is employed, a data block or sequence is encoded for error correction (or error control)

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

What is controlled redundancy?

A

It’s a type of error-correcting coding where bits or codewords are repeated so the original message can be recovered if it has been corrupted

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

A code is defined as…?

A

A code is defined as an n-tuple of q elements where q is any alphabet

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

What is the naive approach for repetition codes?

A

In repetition codes, the same message is appended (transmitted) multiple times. Then, decide the value with the highest average

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

The 𝑅x attempts to…?

A

The 𝑅x attempts to locally correct errors without going back to the 𝑇x

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

How is the Hamming Distance calculated? Which is better codes with shorter or larger distances? How is it detected?

A

the distance is the bit difference between the codes, Codes with larger distance are better, counting the number of 1’s after Detecting using XOR-ing

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

𝑑min = ?

A

smallest distance between all codeword pairs

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

Coding gain is..?

A

The difference (in dB) in the required signal-to-noise ratio to maintain reliable communications after coding is employed

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

What does ARQ use? What are the ARQ protocols used for?

A

ARQ protocols use the concept of 𝑇 and 𝑅 windows, ARQ protocols are also used to control the flow of information between the 𝑇 and the 𝑅

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

What are Tx windows? What are Rx windows?

A

𝑇 window: how many packets can the 𝑇 send before expecting a positive acknowledgment (ACK), 𝑅 window: how many packets can 𝑅 accept and send Acks for

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

Two main types of ARQ protocols…?

A

– Stop-and-Wait ARQ: only one frame is sent at a time
– Sliding-window ARQ: several frames can be sent at a time – (time permits)

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

What happens in Stop-and-wait ARQ?

A

The transmitter sends a block of data (packet) and remains idle until the
reception of a positive acknowledgment (ACK) or a negative acknowledgment
(NACK)

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

What happens in Stop and wait ARQ if a NACK is received?

A

when a negative acknowledgment (NACK) is returned, the transmitted data block (packet) that was kept in the buffer is retransmitted

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

Is the Stop and Wait ARQ efficient?

A

The stop & wait method is inherently inefficient due to the idle time spent waiting for confirmation

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

What is the window size of Tx & Rx in S&W? How many bits are needed for sequencing?

A

1,1

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

S&W is known as..?

A

alternating-bit protocol

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

In S&W, If ACK is not received before the timer expires then…?

A

𝑇x automatically retransmits the previous packet

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

what is Go-back-N ARQ?

A

The idle time is eliminated by continuously sending data blocks (packets) while waiting for confirmation (acknowledgment)

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

If a data block is Nack’d,….?

A

this block and the 𝑁 1 subsequent blocks sent
during the round-trip delay are retransmitted

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

IS GO BACK IN efficient?

A

o-back-N preserves the ordering of received data blocks at the
receiver, it still suffers from some inefficiency

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

what’s the differnce between Selective Repeat & GO BACK IN?

A

data blocks are continuously transmitted, except that
only the block corresponding to the Nack message is retransmitted, Order of transmitted packets is not preserved, Throughput is improved

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

what’s Hybrid ARQ?

A

Forward error correction (FEC) is employed in conjunction with ARQ, applications have a lower bound on the data rate, an upper band on the BER & delay.

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

ARQ protocol work in ….?

A

packet switching networks

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

What does RDT stand for?

A

reliable data transfer: “No errors” + “No data loss” + “No out-of-order data”

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

MA protocol stands for?

A

multiple access

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

In random access scenarios Stations 𝑇x data packets arrive from upper layer, at……..times

A

random times

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

ALOHA transmission protocol

A

-The transmitter 𝑇 sends data to a receiver 𝑅 via intermediary base station
-The BS relays data to the intended 𝑅 station
-All stations use the same frequency to talk to the BS

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

ALOHA uses………..used after collision occurs

A

exponential backoff

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

pure ALOHA

A

The 𝑇x node transmits a packet then waits for an ACK from the receiver
– If the ACK message arrives within 2𝑇fr then the transmission is successful
– If no ACK is received within 2𝑇 fr the 𝑇x needs to retransmit

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

does pure ALOHA produce optimal throughput?

A

no, there is some associated time waste

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

Throughput is..?

A

Throughput is the how efficiently I’m using the shared resource

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

In the Throughput equation g is…..?

A

number of transmission attempts per frame time

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

Slotted ALOHA

A

-The 𝑇x node transmits a packet then waits for an ACK from the receiver
-The link time is divided into time slots 𝑇s=𝑇fr

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

difference between pure & slotted ALOHA collisions..?

A

in pure ALOHA the collisions occur in twice the time frame, in slotted ALOHA collisions occur in one frame time

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

difference between pure & slotted ALOHA throughput..?

A
  • Pure: Maximum throughput is 𝑅 0.184, which occurs when 𝑔 0.5
  • Slotted: The maximum throughput is 𝑅 0.368, which occurs when 𝑔 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
55
Q

CSMA protocols:

A

Carrier Sense Multiple Access

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

In CSMA protocols, nodes follow two rules:

A

1- “listen before you talk”
2- “stop talking (sending) if someone else begins talking (sending) at the same time”

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

What dictates the size of LAN networks implementing CSMA?

A

Propagation delay

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

CSMA/CD is used in…?

A

wired Ethernet LANs

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

(CSMA/CD)

A

Carrier Sense Multiple Access with collision
detection

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

In CSMA/CD, when hearing a collision, a station…?

A

– Uses a persistence strategy
– Aborts transmission
– Sends jamming signal to inform other stations of collision

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

Each time there’s a collision in CSMA/CD a station increases its..and……?

A

back-off time to avoid new collisions, Repeats the algorithm until successful transmission or reaching the maximum limit

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

In CSMA/CD, when does a station stop re-transmitting?

A

1- successful transmission
2- reaching the maximum time limit

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

Multiplication by an exponential in one domain (time or frequency) corresponds to a…..?

A

shift in the other domain

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

What is a link budget?

A

The calculation of losses over communication medium while still getting a correct reception

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

Losses & gains are dimensionless so they use

A

dB not dBm

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

What is receiver sensitivity?

A

The minimum power required by a receiver to properly operate

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

Bandwidth-limited channels induce ……………., which increases…….?

A

distortion, BER

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

How does distortion occur?

A

Channels are limited and limit the bandwidth which causes expansion in the time domain which causes distortion

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

What is Thermal noise? Why is it also called white noise?

A

-It is caused due to electron motion
-The spectrum of thermal noise is flat over a wide range of frequencies, and hence it is said to be white.

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

The receiver noise………..as we increase the receiver bandwidth

A

increases

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

Sampling is……?

A

Reading analog signal values at discrete moments in time

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

Sampling converts analog signals….?

A

from continuous time to discrete time

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

Quantization is….?

A

the use of a finite set of amplitude levels and the selection of a level nearest to sample value

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

What is the quantization noise?

A

The rounding error introduced by quantization

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

The minimum required sampling 𝑓 is called the……? It is…….?

A

Nyquist sampling frequency, 2* fmax (Baseband),
2*(fmax-fmin) (bandpass)

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

Aliasing occurs if……?

A

the signal is sampled below its Nyquist rate (under-sampled)

77
Q

The quantization noise decreases as the number of quantization levels 𝐿 ………….?

A

increases

78
Q

(PCM) is an implementation of……….?

A

Pulse code modulation , A/D conversion

79
Q

PCM involves…?

A

1- Sampling
2- Quantization
3- Encoding

80
Q

A PCM encoder translates the quantized sample into…..?

A

a codeword in binary sequence

81
Q

The number of pulses per second is equal to
the…………..rate in units of……….

A

the symbol rate in units of baud

82
Q

What are the 5 desirable properties of a line code?

A
  1. Adequate timing content
  2. Good transparency
  3. Good spectral efficiency for channel bandwidth
  4. Favorable signal spectrum
  5. Robustness in presence of channel impairments
83
Q

What is Adequate timing content in line code?

A

– Line codes should allow extracting the timing information from the received signal
– The 𝑅 timing circuit job is easier if the pulse train has transitions

84
Q

What is Good transparency in line code?

A

should work fine regardless of the transmitted bit pattern

85
Q

What is Good spectral efficiency in line code?

A

𝑇 data per second should be as high as possible
𝑇 power should be as low as possible

86
Q

What is a Favorable signal spectrum in line code?

A

Pulse train shouldn’t have any DC component if the transmission line uses AC coupling

87
Q

What are some benefits of AMI?

A

1- synchronous (bipolar)
2- no dc component
3- Occupies less bandwidth than unipolar and polar NRZ schemes

88
Q

What is spectral efficiency?

A

is the number of bits transmitted per second per Hz, Maximizing the ratio of 𝑅b/𝐵 in bps/Hz is the goal

89
Q

Most of the power of a bipolar signal is contained in [range]?

A

0 to Rb (bit rate can also be considered frequency)

90
Q

Square pulses have………….bandwidth since its Fourier transform is a sinc function

A

infinite

91
Q

What can prevent ISI?

A

Pulse shaping with raised-cosine and duo-binary filters can prevent ISI

92
Q

modulation is an important property of the

A

Fourier transform

93
Q

Why do we need modulation (list 5)?

A
  1. The carrier frequency is better suited for transmission
  2. Modulation techniques can enhance the robustness of a signal
  3. Modulated signals can travel longer distances
  4. Allows multiplexing
  5. Allows for smaller antenna size
94
Q

Digital & analog modulation systems are in general baseband or bandpass systems?

A

bandpass systems

95
Q

Demodulation involves one of two detection types, what are they?

A
  1. Coherent detection: the received 𝑅𝑋 signal is mixed with LO signal
  2. Direct detection: other electronics are used; no mixing
96
Q

What is another name for BASK?

A

OOK (On Off Keying)

97
Q

What is BASK?

A

The carrier amplitude is modulated by the binary data

98
Q

What is BPSK?

A

The carrier frequency is modulated by the message binary data as follows.

99
Q

What is BFSK?

A

He carrier frequency is modulated by the message binary data

100
Q

Binary modulation uses how many distinct message symbols?

A

2

101
Q

𝑀 different symbols allow sending how many bits/symbol?

A

log2 𝑀

102
Q

QPSK is a common M-ary modulation scheme, QPSK uses how many signal phases to transmit 2 bits/symbol?

A

4

103
Q

M-ary Quadrature Amplitude (M-QAM) Modulation, what is modulated?

A

In M-QAM, the carrier amplitude & phase are modulated

104
Q

The spectrum of a modulated signal can be thought of as……..?

A

a lower sideband & upper sideband

105
Q

the bandwidth of a baseband signal is…?

A

Bm

106
Q

the bandwidth of a bandpass signal is….?

A

2Bm

107
Q

Bandwidth of the AM signal..?

A

modulated=2*unmodulated bandwidth

108
Q

In AM, the modulation index describes….?

A

the amount by which the envelope of the modulated carrier varies about its static level 𝐴c

109
Q

The modulation depth is…?

A

the modulation index expressed as a percentage

110
Q

The FM-modulated carrier has a bandwidth…?

A

2 (1+𝛽) 𝐵m

111
Q

FM has………noise performance than AM

A

better

112
Q

The PM-modulated carrier has bandwidth…?

A

2 (1+𝛽) 𝐵m, 𝛽 is the PM modulation index

113
Q

The PM-modulated carrier consumes……..bandwidth as FM

A

the same

114
Q

FM SNR is…………….than the baseband SNR

A

higher

115
Q

FM has …….. noise performance than AM

A

better

116
Q

What is the figure of merit in digital modulation?

A

the SNR per bit not SNR

117
Q

For M-ary digital the BER is……than in binary systems

A

higher

118
Q

Compare STP with UTP

A

STP is less noise & less flexible, more expensive & more heavy compared to UTP

119
Q

Coaxial cable……….BW and………. loss than UTP

A

higher BW, higher loss

120
Q

Back-reflection occurs when Zo……?

A

Zo != ZL

121
Q

Maximum power coupling occurs when Zo…?

A

Zo = ZL (no back reflection)

121
Q

optical fiber offers……….. loss and………BW

A

low-loss, high

122
Q

The injection angle must be…………acceptance angle

A

less than

123
Q

Modal dispersion is…?

A

is distortion that occurs in multimode fibers in which the signal is spread in time because the propagation velocity of the optical signal is not the same for all modes.

124
Q

Chromatic dispersion….?

A

is when different frequency components travel at different speeds in silica

125
Q

SMF travels ………… distances & has…… bandwidth which means it has…?

A

longer distances, higher BW, (less attenuation & Lower ISI)

126
Q

What is an antenna?

A

is a device that converts the electrical\physical signal into an EM wave

127
Q

Antenna size typically around…?

A

𝜆/2

128
Q

The attenuation coefficient describes….?

A

the attenuation of an EM wave propagating through a medium per unit distance from the source

129
Q

As the frequency increases, the attenuation coefficient 𝛼 (dB/km)……?

A

increases

130
Q

BNC connectors are used with………….cables

A

coaxial

131
Q

What specifies the impedance 𝑍0 of coaxial cables?

A

Radio-Government

132
Q

What is the power reflection coefficient?

A

It is the ratio of the power reflected
from the load to the power sent into
the transmission line

133
Q

Optical fiber uses the principle of ………….. to capture the light transmitted in an optical fiber and confine the light to the core of the fiber

A

“total internal reflection” (TIR)

134
Q

……………is a low-loss, high-bandwidth dielectric medium

A

Fiber

135
Q

The V number (parameter) is a dimensionless parameter used to describe…..?

A

the number of modes (light paths), which is used in the context of step-index fibers

136
Q

A step-index fiber is…..?

A

the kind of fiber for which the refractive index is constant within the fiber core and is higher than in the cladding.

137
Q

For an optical fiber cable, the power attenuation coefficient is dependent on…?

A

wavelength

138
Q

Pulses spread in time as they propagate inside….. because of ………

A

fiber, dispersion

139
Q

List the 6 Antenna Parameters

A

radiation pattern
gain
bandwidth,
beamwidth
polarization
impedance

140
Q

The beamwidth is…..?

A

the angle width of main lobe, 𝜃3dB measured at half of max gain 𝐺𝑚/2

141
Q

Antenna gain

A

Maximum radiated power relative to a reference isotropic antenna Measured in dBi

142
Q

Antenna with……..gain has necessarily narrow beamwidth

A

high

143
Q

What are 4 channel impairments of free path signals

A
  1. Radio Frequency signals are absorbed by atmosphere
  2. EM interference has serious effects
  3. Multi-path causes signal copies to arrive at different times (delay spread resulting in ISI and higher BER)
  4. Multi-path leads to signal amplitude fluctuations (causes distortion & higher BER)
144
Q

Received power must be…………….than the 𝑅𝑋 sensitivity to achieve desired BER

A

larger

145
Q

A …………….. is a varying function that conveys some information about a physical
quantity

A

signal

146
Q

If a signal is classified as an energy signal, it’s average power is….?

A

zero

147
Q

If a signal is classified as a power signal, it’s energy is…?

A

infinite

148
Q

Any arbitrary signal can be written as a sum of sinusoidal functions, This sum is discrete in the case of……………..signals

A

periodic signals

149
Q

Any arbitrary signal can be written as a sum of sinusoidal functions, This sum is continuous in the case of……………..signals

A

aperiodic signals

150
Q

A signal is said to be of……….symmetry if:
x(t)=x(-t), for all t

A

even

151
Q

A signal is said to be of……….symmetry if:
x(t) =- x(-t), for all t

A

odd

152
Q

What’s 3db Bandwidth?

A

BW where the amplitude drops to ½ of its max

153
Q

What’s null to null BW?

A

BW where the 1st spectrum null occurs at

154
Q

A simple communication model may comprise

A

Data+Tx+Rx+Protocols+Signals+Channel

155
Q

A……….is a network that connects a relatively small number of computers in a relatively close by geographical area.

A

LAN (Local Area Network)

156
Q

All nodes are directly interconnected with one another for direct communication….?

A

Mesh topology

157
Q

All nodes are connected in a closed loop on which
all messages are transmitted in one direction.

A

Ring topology

158
Q

All nodes communicate with one another through a
central node.

A

Star topology

159
Q

Nodes are connected to a single communication line
that carries messages in both directions

A

Bus topology

160
Q

Which topology can manage the highest amounts of traffic since multiple pairs of devices can simultaneously communicate?

A

mesh topology

161
Q

Which topology has the least packet collision

A

ring topology

162
Q

Which topology is a slower network
topology compared to other topologies?

A

bus topology

163
Q

In simplex…?

A

One end system talks, the other ones listen

164
Q

In Half duplex…?

A

One talks at a time, not simultaneously

165
Q

In Full duplex….?

A

Information can flow in either direction simultaneously

166
Q

What is PSTN? Which switching Paradigm is used in PSTN?

A

public switched telephone networks, circuit switching

167
Q

which networks are connection-oriented

A

Circuit-switched

168
Q

which networks have dedicated links?

A

Circuit-switched

169
Q

How do Tx and Rx exchange data in circuit switching?

A

as bit streams

170
Q

which networks are connectionless, undedicated models?

A

Packet-switched

171
Q

What is multiplexing?

A

multiplexing is a technique for combining multiple signals into one signal over a shared channel

172
Q

What is FDM?

A

Frequency Division Multiplexing, they can use a certain frequency for all the time

173
Q

What is TDM?

A

Time Division Multiplexing, they can use any frequency for some time

174
Q

What is a protocol?

A

A protocol is a set of rules governing the communication process between network devices

175
Q

What are the 3 key elements of a protocol?

A

Syntax - structure or format
Semantics - Interprets the meaning of transmitted bits
Timing - when should it be sent, and how fast (speed)

176
Q

What does PDU stand for? What is it?

A

Protocol data units, Internet messages exchanged as packets

177
Q

What does a packet consist of?

A

1- The header (Tx & Rx IP addresses, the packet number, the total number of packets, protocols used)
2- The payload, which is the actual message itself

178
Q

What is TCP/IP? What are its model layers?

A

Transmission Control Protocol / Internet Protocol
– Application layer
– Transport layer
– Network layer
– Link layer
– Physical layer

179
Q

What is OSI? What are its model layers?

A

Open Systems Interconnection
– Application layer
– Presentation layer
– Session layer
– Transport layer
– Network layer
– Link layer
– Physical layer

180
Q

Which layer Specifies how signals represent data bits, bit duration, transmission media,
power levels, etc?

A

Physical layer

181
Q

Which layer Specifies how data is moved between adjacent nodes over a physical link, shared access, etc.?

A

Data-link layer

182
Q

Which layer specifies how data moved between nodes in different networks, packet scheduling, buffer management, etc.

A

Network layer

183
Q

Which layer Specifies how data can be moved reliably (error-free & flow-controlled ) between end systems

A

Transport layer

184
Q

Which layer Specifies how a session is established and terminated between end systems, synchronization, e.g., between audio/video streams?

A

Session layer

185
Q

Which layer Specifies how a data is encoded, encrypted, compressed between end
systems, etc?

A

Presentation layer

186
Q

Which layer Specifies which protocols are followed between the applications running on
end systems?

A

Application layer

187
Q
A