Test 1 Study Guide Flashcards

1
Q

What are the characteristics of a data communications system?

A

Delivery: The system must deliver data to the correct destination.
Accuracy: The system must transfer the data accurately, unaltered.
Timeliness: The data must arrive in a timely manner.
Jitter: There must be little jitter, that is, variations in packet arrival time.

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

What is simplex communication?

A

Simplex communication is when one “station” can send and the other can receive, but not the other way around. This is very rare nowadays, but it might be like how a mouse works with a computer.

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

What is half-duplex communication?

A

Half-duplex communication is when each station can send and receive, but not at the same time.

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

What is full duplex communication?

A

Full duplex communication is when both stations can send and receive at the same time.

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

What are the criteria for defining a network?

A

Performance, reliability, and security.

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

What are the main topologies?

A

Mesh topology
Star topology
Bus topology
Ring topology

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

What is a mesh topology?

A

In a mesh topology, ever device has a dedicated point-to-point link to every other device.

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

What is the star topology?

A

The star topology is where each device needs only one link and one I/O port to connect it to any others, generally using a hub.

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

What is the bus topology?

A

The bus topology uses one central line as a “backbone”, and then has nodes branching off of it using drop lines and taps.

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

What is the ring topology?

A

The ring topology has it so that each device connects to only two other devices, using dedicated point-to-point systems.

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

What are the layers of the TCP/IP model? Give an example of each.

A
Application - HTTP/FTP
Transport - TCP/UDP
Network - The Internet, Internet Protocol (IP), grouping of routers. DCHP
Data Link - Routers, Link Layer Switch
Physical - Cabling
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the layers of the OSI model?

A
Application
Presentation
Session
Transport
Network 
Data Link
Physical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does the OSI model relate to the TCP/IP model?

A

In TCP/IP, the top three layers of OSI are combined; that is, application, presentation, and session in OSI are all combined into application in TCP/IP.

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

What is the difference between a reliable vs. unreliable connection?

A

A reliable connection’s protocol has error-correcting capabilities, as well as being able to retransmit information as needed. A reliable connection generally guarantees that there will be no delay, damage, or loss of packets, and that they will be delivered in order.

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

What is retransmission? What layer does it take place at?

A

Retransmission is the resending of packets which have been damaged or lost. This happens at the Transport layer.

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

What is unpacking?

A

Unpacking (and packing) occur between each layer in a protocol. As a packet moves up through protocols, each protocol puts its header on it and wraps the packet, and as it comes back down, it gets unwrapped.

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

Explain the difference between a digital and an analog signal?

A

An analog signal is contiguous, that is, it can be zoomed in on infinitely.

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

What do the horizontal and vertical axises represent on a time domain plot?

A

Horizontal represents time, and vertical represents signal amplitude.

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

What is frequency?

A

Frequency is the number of occurrences of a repeating event per unit of time.

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

What is amplitude?

A

Amplitude is the measure of the change of a repeating event over a single period.

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

What is phase?

A

Phase is the position of the waveform relative to time 0.

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

What is attenuation?

A

Attenuation is a loss of energy, caused by resistance in the transmission medium, which generates heat, which increases resistance.

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

What is peak amplitude?

A

Peak amplitude is the absolute value of a signal’s highest intensity.

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

What is period?

A

Period refers to the amount of time, in seconds, that a signal needs to complete one cycle.

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

What is frequency? What unit is it commonly expressed in?

A

Frequency is the number of periods in one second. It is generally measured in hertz (Hz).

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

What is distortion?

A

Distortion is whenever a signal’s shape changes. It generally is caused when composite signals have different frequencies, which may cause a difference when they arrive at the final destination. This can then cause a difference in phase.

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

What is noise?

A

Noise is when you receive alterations to the signal due to either heat (causing random motion of electrons), noise from electronics and motors, which act as a sending antenna, forcing the medium to act as a receiving antenna, and crosstalk, which is the result of wires being too close to one another. There is also impulse noise, which is due to a spike of excess power.

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

What is the Nyquist bit rate and how is it used?

A

The Nyquist bit rate formula defines the theoretical maximum bit rate.

BitRate = 2 x Bandwidth x log2L

Where L is the number of signal levels used to represent data.

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

What is the Shannon capacity, and how is it used?

A

The Shannon capacity is a formula that is used to determine the theoretical highest data rate for a noisy channel.

Capacity = Bandwidth x log2(1 + SNR)

SNR is the “signal-to-noise” ratio, and capacity is in bits-per-second.

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

What is line coding?

A

Line coding is the process of converting digital data to digital signals, that is, a series of bits to a digital signal.

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

What is block coding?

A

Block coding is a method for creating inherent error detecting and redundancy by taking a block of “m” bits and increasing it to “n” bits. The additional bits allow for prevention of sequential 0s and 1s, and control sequences.

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

What is scrambling?

A

Scrambling is a method to provide synchronization without increasing the number of bits. This is done at the same time as encoding.
Scrambling works by creating “syntax” of sorts with how ones and zeros are represented, and then signaling specific events, such as a large number of zeroes, by violating those rules in a specific way.

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

How would you calculate how many redundant bit combinations there are in a particular block coding form?

A

The number of usable bit combinations of the new encoding cannot be larger than the old; simply find the size of the new (2^x), and subtract the old (2^y).

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

What is NRZ?

A

NRZ stands for “Non-Return-to-Zero”. Non-return-to-zero means that the signal does not return to zero in the middle of the bit, and means that positive voltage represents “1”, and zero represents “0”.
1”

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

What is NRZ-I?

A

NRZ-I is non-return-to-zero Invert, meaning that whether or not a bit is zero depends not on the level of the signal, but on whether or not the signal changed levels at all. In NRZ-I, it has less issue with synchronization, in that a long string of “1”s will have the signal moving constantly, making it easy to follow.

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

What is NRZ-L?

A

NRZ-L stands for non-return-to-zero Level. In this NRZ schema, the bit is determined directly by the level of the signal.

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

What encoding method is used for gigabit ethernet?

A

Four-dimensional five-level pulse amplitude modulation (4D-PAM5).
4D-PAM5 sounds complex, but simply means that it has four dimensions (four transmission mediums, wires), and has five voltage levels (-2, -1, 0, 1, 2), although one level, zero, is only used for error detection. These five (four) levels then become very similar to 8B4Q (an 8-bit word translated to a signal element with four different levels, sent over four wires, representing two bits per wire.

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

What is pulse-code-modulation (PCM)?

A

Pulse-code modification is the most common technique to change an analog signal to digital data (also known as digitization). PCM encoding has three processes.

  1. The analog signal is modulated.
  2. The sampled signal is quantized.
  3. The quantized values are encoded into streams of bits.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

What is sampling?

A

Sampling occurs by taking an interval of a signal and determining the signal’s level at that point.

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

What is the idea sampling rate?

A

The ideal sampling rate was set down by Nyquist, the sampling rate must be at least twice as high as the highest frequency in the original signal.

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

What is quantization?

A

Quantization is a necessity born of the contiguous nature of the analog signal. Where a digital signal can be distilled down to finite points, an analog signal cannot, as it is infinite in nature. Quantization constrains the values in a sample to a discrete set.

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

What is Delta Modulation (DM)?

A

Delta Modulation is a simpler method to convert analog signals into digital data, compared to PCM. Delta modulation works by comparing the current signal to the previous signal, then determining the value from that. If the change is positive, a 1 is sent. If negative, a 0. This is compared to a staircase signal, which is built as a stair-stepped line, going up each time a 1 is sent, and down every time a 0 is sent.

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

What are the four types of digital to analog conversions?

A

Amplitude shift keying (ASK)
Frequency shift keying (FSK)
Phase shift keying (PSK)
Quadrature amplitude modulation (QAM)

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

What is shift keying?

A

Shift keying is the process by way a carrier signal (a high-frequency signal created as a base for information) is modulated in some way (either by modifying amplitude, frequency, or phase) in order to represent data.

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

What is amplitude shift keying?

A

This is done by varying the amplitude of the signal between two levels, although it can be done with more. Multiple amplitudes can be used to represent multiple combinations of bits.

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

What is frequency shift keying?

A

Frequency shift keying is modulating the frequency of the carrier signal in order to denote changes in value. Generally, two carrier frequencies (that is, two different set frequencies of the carrier) to denote one and zero.

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

What is phase shift keying?

A

Phase shift keying is done by modulating the phase from 180 degrees to zero. While the phase is at 180, the signal is one, and vice-versa. Phase shift keying is highly resistant to noise.

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

What is quadrature amplitude modulation (QAM)?

A

Quadrature amplitude modulation is a method of converting digital data to an analog signal by combining amplitude shift keying and phase shift keying. Where PSK has the benefit of having a resistance to noise, it’s more technically difficult to pick up in phase shifts. QAM uses two carriers, one in-phase and the other quadrature, each with different amplitude levels.

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

What are the three main forms of analog-to-analog conversion?

A
Amplitude modulation (AM)
Frequency modulation (FM)
Phase modulation (PM)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q

What is amplitude modulation? How much bandwidth is allocated to each channel?

A

Amplitude modulation is a form of analog-to-analog conversion, wherein the carrier signal is modulated so that its amplitude varies with the changing amplitude of the modulating signal.
The bandwidth of AM for an audio signal is generally 5 kHz, therefore, it requires a total bandwidth of 10 kHz

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

What is frequency modulation? How much bandwidth does an FM channel take up?

A

Frequency modulation is an analog-to-analog conversion, wherein the frequency of the carrier signal is modulated to follow the changing voltage level (amplitude) of the modulating signal. Amplitude and phase remain constant.
The bandwidth required for audio signal in stereo is nearly 15 kHz, but the FCC allows for 200 kHz per station (to prevent overlap).

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

What is phase modulation?

A

Phase modulation is an analog-to-analog conversion method, wherein the phase of the carrier signal is modulated to follow the changing voltage level (amplitude) of the modulating signal. PM is basically the same as FM.

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

What’s the relationship between baud rate and bit rate?

A
Data rate: n
Signal rate (baud): s

s = n/r

Where r has been previously defined. Just remember that they’re proportional.

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

Define bit rate.

A

Bit rate is the number of data elements (0s and 1s) sent in 1 second.

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

Define baud rate. What else is it called?

A

Baud rate, also known as pulse rate, signal rate, or modulation rate, is the number of signal elements sent in 1 second.

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

Define multiplexing.

A

Multiplexing is the technology or techniques that allow multiple signals to be sent over a single data link.

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

What are the three main types of multiplexing?

A

Frequency-division multiplexing (FDM)
Time-division multiplexing (TDM)
Wavelength-division multiplexing (WDM)

58
Q

What is frequency-division multiplexing?

A

Frequency-division multiplexing is a multiplexing method where multiple signals generated by a sending device are combined into a composite signal that is then transported by the link.

59
Q

What is wave-division multiplexing?

A

Wave-division multiplexing is very similar to frequency-division multiplexing, in that it takes multiple signals and combines them into a composite, but in this case, it’s using optical signals.

60
Q

What is time-division multiplexing?

A

Time-division multiplexing is a method of multiplexing where a series of synchronized “switches” are used to alternate multiple signals over a single channel.

61
Q

What are the two forms of time-division multiplexing, and how do they work?

A

The two forms of time-division multiplexing are statistical and synchronous.
Synchronous time-division multiplexing means that each input connection has an allotment in the output, even if it is not sending data.
Statistical time-division multiplexing means that the output slots are dynamically allocated based on who’s sending data.

62
Q

What are some ways that time-division multiplexing handles disparity in the input data rates?

A

There are three methods; Multilevel multiplexing, multiple-slot allocation, and pulse stuffing.
Multilevel multiplexing is when multiple input lines are combined to increase the total data rate to the necessary level.
Multi-slot allocation is when one higher bit-rate line is divided into two or more smaller lines.
Pulse stuffing is when dummy bits are padded to each line that’s slower than the fastest to bring it up to speed.

63
Q

Define direct sequence spread spectrum.

A

Direct sequence spread spectrum is a spectrum-spreading technique that replaces each bit of data with multiple bits in a specific code. This takes up more space.

64
Q

What are bidirectional (bidi) optics?

A

Bidirectional optics are a way of allowing full duplex to be used on an optical fiber line, by placing the send signal on a different wavelength than the receive signal.

65
Q

What is spectrum spreading? Why is it used?

A

Spectrum spreading takes place when multiple signals from different sources are combined to take advantage of large bandwidth, but it is specifically made for wireless applications, in that it adds redundancy, and adds a protective “layer” around the signal.

66
Q

What is frequency-hopping spread spectrum?

A

The frequency-hopping spread spectrum technique is a spread spectrum technique that uses multiple carrier frequencies that are modulated by the source signal, and alternates between them. A psuedorandom code generator determines which frequencies are used in what order, which then loops. This prevents an intruder from intercepting much of the data, and helps to prevent jamming.

67
Q

What is the difference between guided and unguided media?

A

Guided media is “physical” media, like cabling and whatnot. Unguided media is “wireless” media.

68
Q

What are the three main types of guided media?

A

Twisted-pair cable
Coaxial cable
Fiber-optic cable

69
Q

What is twisted-pair cabling?

A

Twisted-pair cabling consists of two conductors (generally copper), each with their own insulation, twisted together. One wire is used to carry a signal, the other is used as a “ground reference”. The receiver then uses the difference between the two.

It is used all over.

70
Q

What are the two types of twisted-pair cabling, and what are they used for?

A

The two types of twisted-pair cabling are shielded twisted-pair (STP) and unshielded twisted-pair (UTP). STP cabling has a metal shield between the two cables and the outer plastic layer, preventing noise and crosstalk, but is bulkier and more expensive. It is rarely used.

71
Q

What is the most common unshielded twisted-pair connector?

A

The most common unshielded twisted-pair connector is the RJ45.

72
Q

What is a coaxial cable?

A

A coaxial cable, or coax, is composed of multiple layers, starting with an inner conductive cable of copper (generally), surrounded by an insulator, surrounded by another conductor (to act as a shield), surrounded by another insulator, which is finally covered in plastic.

73
Q

When is shielded twisted-pair better used than unshielded twisted-pair?

A

Shielded twisted-pair benefits from a greater resistance to electrical interference, and should be used in any situation where that may be a factor. Unfortunately, the cabling is bulky, which can restrict things. Shielded twisted-pair cabling is generally used in token-ring configurations.

74
Q

What are the three types of fiber-optic connectors, and what are they used for?

A

The subscriber channel connector (SC) is used for cable TV.
The straight-tip connector is used to connect cable to networking devices.
The MT-RJ is a connector that is the same size as the RJ45.

75
Q

Why is coaxial cable used for TV and internet instead of Cat5?

A

Unlike Cat5, which is UTP, coaxial cable is shielded and inexpensive. This allows for long-distance runs of cabling. In addition, it’s very easy to make your own coaxial cabling.

76
Q

What is baseline wandering?

A

Baseline wandering is what happens when a long, uninterrupted string of 1s or 0s is sent over a line, which can cause a drift in the baseline for the receiver, which then makes it difficult to correctly determine the value of the next data element.

77
Q

What is the baseline?

A

The baseline is a running average of the received signal power of a line, which is used as a comparison point to determine the value of future signals.

78
Q

What is DC component?

A

A DC component occurs when a digital signal’s voltage level (amplitude) is constant for a period of time, allowing the spectrum to create a very low frequency.

79
Q

A local area network (LAN) is defined by _______________.

A

the geometric size of the network

80
Q

The largest geographic area a wide area network (WAN) can span is _______________.

A

the whole world

81
Q

In a _____________ communication, the media needs to be shared between devices.

A

multipoint

82
Q

In a _____________ communication, the media is dedicated.

A

point-to-point

83
Q

The TCP/IP protocol suite consists of _______ layers.

A

five

84
Q

A router is involved in ____________ layers of the TCP/IP protocol suite.

A

three

85
Q

A link-layer switch is involved in ______________ layers of the TCP/IP protocol suite.

A

two

86
Q

In the TCP/IP protocol suite, which of the following is an application layer protocol?
A) The User Datagram Protocol (UDP)
B) The Internet Protocol (IP)
C) The File Transfer Protocol (FTP)
D) The Transmission Control Protocol (TCP)

A

The File Transfer Protocol

87
Q

In the TCP/IP protocol suite, which of the following is a transport-layer protocol?
A) The Internet Control Message Protocol (ICMP)
B) The Internet Protocol (IP)
C) The Address Resolution Protocol (ARP)
D) The Transmission Control Protocol (TCP)

A

The Transmission Control Protocol

88
Q

In the TCP/IP protocol suite, which of the following is a network layer protocol?
A) The Stream Control Transmission Protocol (SCTP)
B) The Secure Shell (SSH)
C) The Internet Protocol (IP)
D) User Datagram Protocol (UDP)

A

The Internet Protocol

89
Q

The transport-layer packet in the TCP/IP protocol suite is called _______________.

A

A segment or user datagram.

90
Q

In the TCP/IP protocol suite, the ______ layer is responsible for moving frames from one hop (node) to the next.

A

data-link

91
Q

In the TCP/IP protocol suite, the physical layer is concerned with the movement of _______ over the physical medium.

A

bits

92
Q

In the TCP/IP protocol suite, a port number is the identifier at the____________.

A

transport layer

93
Q

In the TCP/IP protocol suite, a logical address is the identifier at the _______________.

A

network layer

94
Q

The_________ layer is responsible for the delivery of a message from one process to another.

A

transport

95
Q

The Internet Protocol (IP) is ________ protocol.

A

an unreliable

96
Q

The application layer in the TCP/IP protocol suite is usually considered to be the combination of ________layers in the OSI model.

A

Application, session, and presentation.

97
Q

In TCP/IP, a message at the application layer is encapsulated in a packet at the ________ layer.

A

transport

98
Q

In TCP/IP, a message at the transport layer is encapsulated in a packet at the ________ layer.

A

network

99
Q

In TCP/IP, a message belonging to the network layer is decapsulated from a packet at the ________ layer.

A

data-link

100
Q

In TCP/IP, a message belonging to the transport layer is decapsulated from a packet at the ________ layer.

A

data-link

101
Q

In TCP/IP, a logical connection between an entity at the network layer can be made with another entity at the ________ layer.

A

network

102
Q

In TCP/IP, a logical connection between an entity at the data-link layer can be made with another entity at the ________ layer.

A

data-link

103
Q

In TCP/IP, a packet at the third layer carries data belonging to the ________ layer and the header belonging to the _________ layer.

A

fourth, third

104
Q

In a frequency-domain plot, the horizontal axis measures the ________.

A

frequency

105
Q

In a time-domain plot, the horizontal axis is a measure of ________.

A

frequency

106
Q

_______ data are continuous and take continuous values.

A

Analog

107
Q

_______ data have discrete states and take discrete values.

A

Digital

108
Q

_____ signals have an infinite number of values in a time interval.

A

Analog

109
Q

_______ signals can have only a limited number of values in a time interval.

A

Digital

110
Q

Frequency and period are ______.

A

the inverse of each other

111
Q

________is the rate of change with respect to time.

A

Frequency

112
Q

_______ describes the position of the waveform relative to time 0.

A

Phase

113
Q

A simple sine wave can be represented by one single spike in the _____ domain.

A

frequency

114
Q

As frequency increases, the period ________.

A

decreases

115
Q

________ is a type of transmission impairment in which the signal loses strength due to the resistance of the transmission medium.

A

Attenuation

116
Q

________ is a type of transmission impairment in which the signal loses strength due to the different propagation speeds of each frequency that makes up the signal.

A

Distortion

117
Q

________ is a type of transmission impairment in which an outside source such as crosstalk corrupts a signal.

A

Noise

118
Q

When propagation speed is multiplied by propagation time, we get the ________.

A

the distance the bit or signal has traveled.

119
Q

Baseband transmission of a digital signal is possible only if we have a ____ channel.

A

low-pass

120
Q

If the available channel is a ____ channel, we cannot send a digital signal directly to the channel.

A

bandpass

121
Q

For a ______ channel, the Nyquist bit rate formula defines the theoretical maximum bit rate.

A

noiseless

122
Q

For a ______ channel, we need to use the Shannon capacity to find the maximum bit rate.

A

noisy

123
Q

Polar and bipolar encoding are types of _______ coding.

A

line

124
Q

___________ conversion involves three techniques: line coding, block coding, and scrambling.

A

Digital-to-digital

125
Q

In ______ schemes, the voltage level oscillates between a positive and a negative value although it may remain at zero level between the two values.

A

polar

126
Q

In _____, the level of the voltage determines the value of the bit.

A

NRZ-L

127
Q

In ______, the change or lack of change in the level of the voltage determines the value of the bit.

A

NRZ-I

128
Q

The idea of RZ and the idea of NRZ-L are combined into the ________ scheme.

A

Manchester

129
Q

The idea of RZ and the idea of NRZ-I are combined into the ________ scheme.

A

differential Manchester

130
Q

In Manchester and differential Manchester encoding, the transition at the middle of the bit is used for __________.

A

synchronization

131
Q

In _______encoding, we use three levels: positive, zero, and negative.

A

bipolar

132
Q

The _____ scheme uses data patterns of size 2 and encodes the 2-bit patterns as one signal element belonging to a four-level signal.

A

2B1Q

133
Q

_______ encoding has a transition at the beginning of each 0 bit.

A

Differential Manchester

134
Q

Which encoding method uses alternating positive and negative values for 1s?

A

Alternate mark inversion

135
Q

Block coding can help in _______ and _________ at the receiver.

A

synchronization, error-detecting

136
Q

_______ provides redundancy to ensure synchronization and inherent error detection.

A

Block coding

137
Q

________ provides synchronization without increasing the number of bits.

A

Scrambling

138
Q

PCM is an example of _______ conversion.

A

analog-to-digital

139
Q

The most common technique to change an analog signal to digital data is called __________.

A

Pulse code modulation

140
Q

The first step in PCM is ________.

A

sampling

141
Q

______ finds the value of the signal amplitude for each sample; ____ finds the change from the previous sample.

A

Pulse code modulation, Delta modulation