Chapter 1,1,The characteristics of a data communication system?
"delivery, accuracy, and jiter"
New cards
2
,2, The components of a data communication system?
"message, sender, medium"
New cards
3
,3,A local area network (LAN) is defined by \_______________.
the geometric size of the network
New cards
4
,4,The largest geographic area a wide area network (WAN) can span is
the world
New cards
5
,5,Data can flow only in one direction all of the times in a \_________ mode.
simplex
New cards
6
,6,Data can flow in both directions all the times in a \_________ mode.
full duplex
New cards
7
,7,Which of the following is not one of the network criteria?
multipoint
New cards
8
,8,"In a \_____________ communication, the media needs to be shared between devices"
multipoint
New cards
9
,9,"In a \_____________ communication, the media is dedicated."
point-to-point
New cards
10
,10,"In a fully connected mesh topology with six computers, we need \________ links."
15
New cards
11
,11,"In a star topology with six computers, we need \________ links."
6
New cards
12
,12,An RFC (request for comments) is labeled ________ if it must be implemented by all Internet systems.
required
New cards
13
,13,The TCP/IP protocol suite consists of \_______ layers.
five
New cards
14
,14,A router is involved in \____________ layers of the TCP/IP protocol suite.
three
New cards
15
,15,A link-layer switch is involved in \______________ layers of the TCP/IP protocol suite.
two
New cards
16
Chapter 2,1,\_______ data are continuous and take continuous values.
Analog
New cards
17
,2,\_______ data have discrete states and take discrete values.
Digital
New cards
18
,3,\_______ signals can have only a limited number of values in a time interval.
Digital
New cards
19
,4,\_______ describes the position of the waveform relative to time 0.
Phase
New cards
20
,5,A simple sine wave can be represented by one single spike in the \_____ domain.
frequency
New cards
21
,6,"As frequency increases, the period \________."
decreases
New cards
22
,7,\________ is a type of transmission impairment in which the signal loses strength due to the resistance of the transmission medium.
Attenuation
New cards
23
,8,\________ 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.
Distortion
New cards
24
,9,\________ is a type of transmission impairment in which an outside source such as crosstalk corrupts a signal.
Noise
New cards
25
,10,Baseband transmission of a digital signal is possible only if we have a \____ channel.
lowpass
New cards
26
,11,"If the available channel is a \____ channel, we cannot send a digital signal directly to the channel."
bandpass
New cards
27
,12,"For a \______ channel, the Nyquist bit rate formula defines the theoretical maximum bit rate."
noiseless
New cards
28
,13,"For a \______ channel, we need to use the Shannon capacity to find the maximum bit rate."
noisy
New cards
29
,14,The \_________ product defines the number of bits that can fill the link.
bandwidth-delay
New cards
30
,15,"\___________ conversion involves three techniques: line coding, block coding, and scrambling."
Digital-to-digital
New cards
31
,16,Block coding can help in \_______ and \_________ at the receiver.
synchronization and error detection
New cards
32
,17,\________ is normally referred to as mB/nB coding; it replaces each m-bit group with an n-bit group.
Block coding
New cards
33
,18,The most common technique to change an analog signal to digital data is called \__________.
PCM (pulse code modulation)
New cards
34
,19,\______ finds the value of the signal amplitude for each sample; \____ finds the change from the previous sample.
PCM; DM (pulse code modulation; delta modulation)
New cards
35
,20,"ASK, PSK, FSK, and QAM are examples of \________ conversion."
digital-to-analog
New cards
36
,21,"AM, FM, and PM are examples of \________ conversion."
analog to analog
New cards
37
,22,"In QAM (quadrature amplitude modulation), both ________ of a carrier frequency are varied."
amplitude and phase
New cards
38
,23,How many carrier frequencies are used in BASK?
1
New cards
39
,24,How many carrier frequencies are used in BFSK ?
2
New cards
40
,25,How many carrier frequencies are used in BPSK ((binary phrase shift keying) ?
1
New cards
41
,26,Which multiplexing technique is used for digital signals?
TDM (time division multiplexing)
New cards
42
,27,Which multiplexing technique involves signals composed of light beams?
WDM (wavelength division multiplexing)
New cards
43
,28,\________ is the set of techniques that allows the simultaneous transmission of multiple signals across a single data link.
Multiplexing
New cards
44
,29,\____ is designed to use the high bandwidth capability of fiber-optic cable.
WDM (wavelength division multiplexing)
New cards
45
,30,"The \_______ technique uses M different carrier frequencies that are modulated by the source signal. At one moment, the sign modulates one carrier frequency; at the next moment, the signal modulates another carrier frequency."
FHSS (frequency hopping spread spectrum)
New cards
46
,31,The \______ technique expands the bandwidth of a signal by replacing each data bit with n bits using a spreading code.
DSSS (direct sequence spread spectrum)
New cards
47
,32,Transmission media are usually categorized as \_______.
guided or unguided
New cards
48
,33,Twisting in a twisted-pair help reduce the \__________.
noise
New cards
49
Chapter 3,1,Communication at the data-link layer is \___________________.
node-to-node
New cards
50
,2,"If the sender is a host and wants to send a packet to another host on the same network, the logical address that must be mapped to a physical address is \______."
the destination IP address in the datagram header
New cards
51
,3,An ARP(address resolution protocol) reply is normally _______.
unicast
New cards
52
,4,A packet at the data-link layer is normally called a \_______.
frame
New cards
53
,5,An ARP (address resolution protocol) request is normally _______.
broadcast
New cards
54
,6,"In a \________________ link, the link is not shared between devices."
point-to-point
New cards
55
,7,Which of the following best describes a single-bit error?
,11,"If the ASCII character G is sent and the character D is received, what type of error is this?"
Burst
New cards
60
,12,"If the ASCII character H is sent and the character L is received, what type of error is this?"
Single bit
New cards
61
,13,"In cyclic redundancy checking, what forms the check bits?"
The remainder
New cards
62
,14,"In CRC, if the dataword is 111111, the divisor 1010, and the remainder 110, what is the codeword at the receiver?"
111111110
New cards
63
,15,"At the CRC generator, \_______ is (are) added to the dataword after the division process to create the codeword."
the remainder
New cards
64
,16,"In CRC, the quotient at the sender \_______."
is discarded
New cards
65
,17,"At the CRC checker, \_______ means that the dataword is damaged."
a nonzero remainder
New cards
66
,18,"A codeword with of 10 bits has only four 0s, how many terms are in the polynomial representation of this code."
6
New cards
67
,19,How many bits are in the divisor if we use CRC-8?
9
New cards
68
,20,Checksum uses \____________ addition.
one’s complement
New cards
69
,21,"To detect five errors, the Hamming distance between each pair of codewords should be at least\_________."
6
New cards
70
,22,A checksum can \_________ errors.
both detect and correct
New cards
71
,23,The shortest frame in HDLC protocol is usually the \_______ frame.
supervisory
New cards
72
,24,The HDLC \_______ field defines the beginning and end of a frame.
flag
New cards
73
,25,"In the PPP frame, the \_______ field defines the contents of the data field."
protocol
New cards
74
,26,"In the PPP frame, the \_______ field has a value of 11111111 to indicate the broadcast address of HDLC."
address
New cards
75
,27,"In byte stuffing, we need sometimes to add a \___________ in the payload."
ESC (electronic stability control) byte
New cards
76
,28,"In bit stuffing, we sometimes need to add an extra \___________ bit in the payload."
0’s
New cards
77
,29,PPP is a \________ oriented protocol
byte
New cards
78
,30,In the \_______ random-access method collision is avoided.
CSMA/CA
New cards
79
,31,\_______ is (are) a channelization protocol.
"FDMA, TDMA, and CDMA"
New cards
80
,32,"In the \_______ random-access method, stations do not sense the medium."
ALOHA
New cards
81
,33,The vulnerable time for a pure ALOHA is \__________ the one for SLOTTED ALOHA.
greater than
New cards
82
,34,"In CDMA, we use different \___________ to achieve channelization."
codes
New cards
83
,35,"In TDMA, we use different \___________ to achieve channelization."
time slots
New cards
84
Chapters 4-5,1,"Given the Ethernet address 01011010 00010001 01010101 00011000 10101010 00001111 in binary, what is the address in hexadecimal notation?"
5A:11:55:18:AA:0F
New cards
85
,2,"If an Ethernet destination address is 07:01:02:03:04:05, then this is an \______ address."
multicast
New cards
86
,3,"If an Ethernet destination address is 08:07:06:05:44:33, then this is an \______ address."
unicast
New cards
87
,4,The \_______ layer of Ethernet consists of the LLC sublayer and the MAC sublayer.
data link
New cards
88
,5,The \_____ sublayer is responsible for the operation of the CSMA/CD access method and framing.
MAC
New cards
89
,6,"In Ethernet addressing, if all the bits are 1s, the address is \_________."
broadcast
New cards
90
,7,"In the Ethernet, the \_______field is actually added at the physical layer and is not (formally) part of the frame."
preamble
New cards
91
,8,"In the Ethernet frame, the \_______ field contains error detection information."
CRC
New cards
92
,9,The largest portion of the bandwidth for ADSL carries \_______.
downstream data
New cards
93
,10,The traditional cable TV system used \________cable end to end.
coaxial
New cards
94
,11,SONET uses \_______ TDM multiplexing.
synchronous
New cards
95
,12,Which of the following statements about wired and wireless LANs is correct?
Both operate in the lower two layers of the TCP/IP protocol suite.
New cards
96
,13,"IEEE has defined the specifications for a wireless LAN, called \_______, which covers the physical and data link layers."
IEEE 802.11
New cards
97
,14,"In IEEE 802.11, a \___ is made of stationary or mobile wireless stations and an optional central base station, known as the access point (AP)."
BSS
New cards
98
,15,"In IEEE 802.11, a BSS without an AP is called \_________."
an ad hoc architecture
New cards
99
,16,"In IEEE 802.11, a BSS with an AP is sometimes referred to as \____________."
an infrastructure network
New cards
100
,17,"In IEEE 802.11, communication between two stations in two different BSSs usually occurs via two \________."