Data communication is the exchange of data between two or more devices through a transmission medium.
Incorrect! Try again.
2Which component carries data from a sender to a receiver?
Data communication
Easy
A.Application program
B.File directory
C.Device driver
D.Transmission medium
Correct Answer: Transmission medium
Explanation:
A transmission medium, such as a cable or radio channel, provides the path through which data travels.
Incorrect! Try again.
3What is the main purpose of a communication network?
Communication networks
Easy
A.To manufacture computing devices
B.To increase processor clock speed
C.To exchange data and resources
D.To compile software applications
Correct Answer: To exchange data and resources
Explanation:
A communication network connects devices so that they can exchange data and share resources.
Incorrect! Try again.
4What is a device connected to a communication network commonly called?
Communication networks
Easy
A.Channel
B.Protocol
C.Node
D.Frame
Correct Answer: Node
Explanation:
A node is a device, such as a computer, sensor, or router, connected to a network.
Incorrect! Try again.
5What is a network protocol?
Protocols and protocol architecture
Easy
A.A unit of processor speed
B.A set of communication rules
C.A type of network cable
D.A method of storing files
Correct Answer: A set of communication rules
Explanation:
A protocol defines the rules that devices follow when formatting, sending, and receiving data.
Incorrect! Try again.
6Which protocol element defines the meaning of each part of a message?
Protocols and protocol architecture
Easy
A.Timing
B.Topology
C.Syntax
D.Semantics
Correct Answer: Semantics
Explanation:
Semantics defines the meaning of message fields and the actions associated with them.
Incorrect! Try again.
7Which transmission impairment causes a signal to lose strength as it travels?
Transmission impairments
Easy
A.Reflection
B.Interference
C.Attenuation
D.Distortion
Correct Answer: Attenuation
Explanation:
Attenuation is the gradual loss of signal strength over a transmission medium.
Incorrect! Try again.
8What is an unwanted signal that disrupts data transmission called?
Transmission impairments
Easy
A.Bandwidth
B.Encoding
C.Throughput
D.Noise
Correct Answer: Noise
Explanation:
Noise is unwanted electrical or electromagnetic energy that can interfere with a transmitted signal.
Incorrect! Try again.
9What is a key advantage of using a layered network architecture?
Layered architecture of computer networks
Easy
A.It removes the need for communication rules
B.It connects devices without physical media
C.It divides networking into manageable functions
D.It guarantees unlimited transmission speed
Correct Answer: It divides networking into manageable functions
Explanation:
Layering separates networking tasks into smaller functions, making systems easier to design and maintain.
Incorrect! Try again.
10In a layered architecture, what does each layer generally provide to the layer above it?
Layered architecture of computer networks
Easy
A.Antennas
B.Services
C.Cables
D.Addresses
Correct Answer: Services
Explanation:
Each layer performs specific functions and provides services to the layer directly above it.
Incorrect! Try again.
11Which type of network usually covers a small area such as an office or school building?
Network types
Easy
A.WAN
B.LAN
C.MAN
D.PAN
Correct Answer: LAN
Explanation:
A Local Area Network (LAN) connects devices within a limited area such as a room, building, or campus.
Incorrect! Try again.
12Which type of network commonly spans countries or continents?
Network types
Easy
A.WAN
B.LAN
C.CAN
D.PAN
Correct Answer: WAN
Explanation:
A Wide Area Network (WAN) connects devices across large geographical areas.
Incorrect! Try again.
13In which network model do dedicated servers provide services to client devices?
Network models
Easy
A.Client-server model
B.Peer-to-peer model
C.Ring network model
D.Bus network model
Correct Answer: Client-server model
Explanation:
In the client-server model, clients request services or resources from dedicated servers.
Incorrect! Try again.
14In a peer-to-peer network model, how do devices usually interact?
Network models
Easy
A.They avoid exchanging files
B.They require separate controllers
C.They share resources directly
D.They use only central servers
Correct Answer: They share resources directly
Explanation:
Peer-to-peer devices can communicate and share resources directly without relying on a dedicated central server.
Incorrect! Try again.
15Which network provides global connectivity by linking networks worldwide?
Local and global connectivity
Easy
A.Ethernet
B.Bluetooth
C.Internet
D.Intranet
Correct Answer: Internet
Explanation:
The Internet is a global system of interconnected networks that enables worldwide communication.
Incorrect! Try again.
16Which device commonly forwards data between a local network and other networks?
Local and global connectivity
Easy
A.Printer
B.Keyboard
C.Router
D.Repeater
Correct Answer: Router
Explanation:
A router forwards packets between different networks, such as a local network and the Internet.
Incorrect! Try again.
17Which medium is commonly used for wireless network communication?
Introduction to wireless communication network
Easy
A.Copper wires
B.Optical fibers
C.Coaxial cables
D.Radio waves
Correct Answer: Radio waves
Explanation:
Wireless networks commonly transmit data through radio waves instead of physical cables.
Incorrect! Try again.
18Which technology is commonly used to create a wireless local area network?
Introduction to wireless communication network
Easy
A.DSL
B.Wi-Fi
C.Fiber
D.Ethernet
Correct Answer: Wi-Fi
Explanation:
Wi-Fi allows devices to connect wirelessly within a local area such as a home, office, or campus.
Incorrect! Try again.
19How many layers are in the OSI reference model?
OSI and IP/TCP model
Easy
A.Six
B.Five
C.Seven
D.Four
Correct Answer: Seven
Explanation:
The OSI model has seven layers, from the Physical layer to the Application layer.
Incorrect! Try again.
20What is a defining feature of a Mobile Ad Hoc Network (MANET)?
MANET architecture
Easy
A.It depends on a central network server
B.It uses only wired communication links
C.It operates without fixed infrastructure
D.It requires a permanent base station
Correct Answer: It operates without fixed infrastructure
Explanation:
A MANET is formed dynamically by mobile devices and does not require fixed network infrastructure.
Incorrect! Try again.
21A temperature sensor sends 1,000-byte readings every 2 seconds. Ignoring protocol overhead, what is the minimum average data rate required?
Data communication
Medium
A.4 kbps
B.2 kbps
C.16 kbps
D.8 kbps
Correct Answer: 4 kbps
Explanation:
Each reading contains bits. Sending it every 2 seconds requires bps, or 4 kbps.
Incorrect! Try again.
22Two IoT devices must exchange data simultaneously in both directions over a communication link. Which transmission mode best satisfies this requirement?
Data communication
Medium
A.Simplex transmission
B.Broadcast transmission
C.Half-duplex transmission
D.Full-duplex transmission
Correct Answer: Full-duplex transmission
Explanation:
Full-duplex communication allows both devices to transmit and receive at the same time.
Incorrect! Try again.
23In a smart factory, every sensor connects to a central switch. If one sensor cable fails, the remaining sensors must continue communicating. Which topology is being used?
Communication networks
Medium
A.Ring topology
B.Star topology
C.Mesh topology
D.Bus topology
Correct Answer: Star topology
Explanation:
In a star topology, each device has a separate link to a central switch, so one device cable failure normally affects only that device.
Incorrect! Try again.
24A gateway divides incoming messages into small units, forwards them through intermediate nodes, and reassembles them at the destination. Which networking technique does this describe?
Communication networks
Medium
A.Frequency switching
B.Packet switching
C.Message broadcasting
D.Circuit switching
Correct Answer: Packet switching
Explanation:
Packet switching divides data into packets that can be forwarded independently through intermediate network nodes.
Incorrect! Try again.
25An IoT application changes its message format, but the transport service and network addressing remain unchanged. Which benefit of protocol architecture does this demonstrate?
Protocols and protocol architecture
Medium
A.Route convergence
B.Channel multiplexing
C.Layer independence
D.Signal amplification
Correct Answer: Layer independence
Explanation:
Layer independence allows one layer to change without requiring changes in other layers, provided their interfaces remain consistent.
Incorrect! Try again.
26A receiver obtains the bit sequence correctly but interprets the first field as a device ID instead of a message length. Which protocol element is inconsistent between the devices?
Protocols and protocol architecture
Medium
A.Timing
B.Syntax
C.Routing
D.Bandwidth
Correct Answer: Syntax
Explanation:
Protocol syntax defines the structure, field order, and format of transmitted data. Different field interpretations indicate a syntax mismatch.
Incorrect! Try again.
27A wireless sensor signal becomes weaker as its distance from the gateway increases, even though no additional interfering transmitter is present. Which impairment is dominant?
Transmission impairments
Medium
A.Synchronization
B.Intermodulation
C.Attenuation
D.Quantization
Correct Answer: Attenuation
Explanation:
Attenuation is the gradual reduction in signal strength as the signal travels through a transmission medium.
Incorrect! Try again.
28A communication channel has a signal power of 20 mW and a noise power of 0.2 mW. What is its signal-to-noise ratio in decibels?
Transmission impairments
Medium
A.20 dB
B.40 dB
C.10 dB
D.100 dB
Correct Answer: 20 dB
Explanation:
The power ratio is . Therefore, dB.
Incorrect! Try again.
29A router receives a frame, removes its link-layer header, examines the destination address, and then creates a new frame for the next link. Which header normally remains meaningful across the entire route?
Layered architecture of computer networks
Medium
A.Physical-layer preamble
B.Network-layer header
C.Wireless access header
D.Data-link header
Correct Answer: Network-layer header
Explanation:
Data-link information is replaced at each hop, while the network-layer header carries end-to-end addressing across routed networks.
Incorrect! Try again.
30A received frame fails its error-detection check before its payload is delivered upward. Which layer should normally discard the corrupted frame?
Layered architecture of computer networks
Medium
A.Transport layer
B.Application layer
C.Data-link layer
D.Network layer
Correct Answer: Data-link layer
Explanation:
The data-link layer performs frame-level error detection and normally discards frames that fail the integrity check.
Incorrect! Try again.
31A university connects networks in several buildings across the same city using a high-speed provider backbone. Which network type best describes the resulting infrastructure?
Network types
Medium
A.Local area network
B.Personal area network
C.Wide area network
D.Metropolitan area network
Correct Answer: Metropolitan area network
Explanation:
A metropolitan area network connects sites across a city or similarly sized geographic region.
Incorrect! Try again.
32A fitness band communicates directly with its owner's phone over a range of a few meters. Which network type is the most appropriate classification?
Network types
Medium
A.Campus area network
B.Metropolitan area network
C.Personal area network
D.Wide area network
Correct Answer: Personal area network
Explanation:
A personal area network connects devices around an individual over a short distance, as in a wearable-to-phone connection.
Incorrect! Try again.
33Several IoT nodes request time synchronization from one dedicated server, while none of the nodes provides that service to the others. Which network model is illustrated?
Network models
Medium
A.Peer-to-peer model
B.Client-server model
C.Publish-only model
D.Circuit-switched model
Correct Answer: Client-server model
Explanation:
The dedicated server provides a service, and the IoT nodes act as clients requesting that service.
Incorrect! Try again.
34A set of nearby devices shares files directly, and each device can both request and provide files without a dedicated server. Which network model is most suitable?
Network models
Medium
A.Client-server model
B.Master-slave model
C.Store-and-forward model
D.Peer-to-peer model
Correct Answer: Peer-to-peer model
Explanation:
In a peer-to-peer model, participating devices can act as both service consumers and service providers.
Incorrect! Try again.
35A smart-home sensor uses a private IPv4 address and must send data to a cloud service on the public Internet. Which gateway function commonly enables this communication?
Local and global connectivity
Medium
A.Frequency allocation
B.Signal modulation
C.Address translation
D.Frame synchronization
Correct Answer: Address translation
Explanation:
Network address translation maps private local addresses to a public address that can be used on the Internet.
Incorrect! Try again.
36A sensor can communicate with devices on its local subnet but cannot reach a cloud server on another network. Its IP address and subnet mask are correct. Which configuration should be checked first?
Local and global connectivity
Medium
A.Default gateway
B.Device hostname
C.Frame checksum
D.Application port
Correct Answer: Default gateway
Explanation:
Traffic destined for another network is sent through the default gateway. A missing or incorrect gateway can leave local communication unaffected.
Incorrect! Try again.
37Two wireless sensors are both within range of an access point but cannot hear each other. Their simultaneous transmissions repeatedly collide at the access point. Which wireless problem is occurring?
Introduction to wireless communication network
Medium
A.Exposed-node problem
B.Hidden-node problem
C.Near-far problem
D.Doppler-shift problem
Correct Answer: Hidden-node problem
Explanation:
The sensors are hidden from each other, so each may incorrectly assume that the shared channel is idle and transmit at the same time.
Incorrect! Try again.
38A battery-powered sensor must send a small status update once per hour. Which radio strategy is most likely to extend its battery life?
Introduction to wireless communication network
Medium
A.Transmit continuously at low power
B.Scan every channel without pause
C.Listen continuously for acknowledgments
D.Sleep between scheduled transmissions
Correct Answer: Sleep between scheduled transmissions
Explanation:
Keeping the radio asleep when no communication is needed greatly reduces idle listening and conserves battery energy.
Incorrect! Try again.
39An application requires reliable, ordered delivery of configuration commands to an IoT gateway. Which TCP/IP transport protocol is the better choice?
OSI and IP/TCP model
Medium
A.IP
B.UDP
C.TCP
D.ARP
Correct Answer: TCP
Explanation:
TCP provides reliable, ordered delivery with retransmission and flow control, which suits configuration commands.
Incorrect! Try again.
40In a mobile ad hoc network, node A cannot directly reach node C, but both nodes can reach node B. How can A send data to C without fixed infrastructure?
MANET architecture
Medium
A.Node A increases its port number
B.Node C creates a wired circuit
C.Node B assigns a public address
D.Node B forwards the packets
Correct Answer: Node B forwards the packets
Explanation:
MANET nodes can act as routers. Node B can therefore relay packets between A and C using multi-hop communication.
Incorrect! Try again.
41A sensor transmits a 1200-byte frame over a 2 Mbps link with a one-way propagation delay of 15 ms. Ignoring processing and queuing delays, which value is closest to the time from the first transmitted bit until the last bit arrives?
Data communication
Hard
A.20.4 ms
B.19.8 ms
C.30.0 ms
D.15.6 ms
Correct Answer: 19.8 ms
Explanation:
The transmission time is ms. Adding the 15 ms propagation delay gives ms.
Incorrect! Try again.
42A network must remain connected after any single link failure while minimizing redundant links. Which topology provides the most direct structural basis for this requirement?
Communication networks
Hard
A.A ring with one recovery path
B.A star with one central switch
C.A linear bus with terminators
D.A tree with multiple root links
Correct Answer: A ring with one recovery path
Explanation:
A single ring provides an alternate direction after one link fails, whereas a bus, single star, or ordinary tree can be disconnected by one critical failure.
Incorrect! Try again.
43A receiver accepts duplicate application messages because a transport protocol retransmits after a timeout, but the original message had already arrived. Which mechanism most directly prevents duplicate application effects?
Protocols and protocol architecture
Hard
A.Increasing the sender window
B.Adding sequence numbers and deduplication
C.Fragmenting messages into smaller units
D.Reducing the propagation delay
Correct Answer: Adding sequence numbers and deduplication
Explanation:
Sequence numbers let the receiver identify retransmitted data, and deduplication prevents the same application operation from being applied twice.
Incorrect! Try again.
44A binary channel has a bandwidth of 1 MHz and an SNR of 15. Using Shannon's capacity formula, which statement is correct about a target data rate of 5 Mbps?
Transmission impairments
Hard
A.It depends only on the propagation distance
B.It is achievable with ideal coding
C.It is achievable only with lower carrier frequency
D.It exceeds the theoretical channel capacity
Correct Answer: It exceeds the theoretical channel capacity
Explanation:
The maximum capacity is Mbps, so 5 Mbps exceeds the theoretical limit.
Incorrect! Try again.
45An application requires reliable delivery, but the underlying network layer may lose, duplicate, or reorder packets. Which layer responsibility best matches this requirement?
Reliability across the complete source-to-destination path is an end-to-end transport function, including sequencing, acknowledgments, and retransmissions.
Incorrect! Try again.
46A wearable sensor communicates with a nearby smartphone, which forwards data through a campus network to a cloud gateway. Which classification best describes the complete arrangement?
Network types
Hard
A.A MAN because all nodes use wireless links
B.Only a LAN because the gateway is local
C.An interconnected PAN, LAN, and WAN
D.Only a PAN because the sensor is wearable
Correct Answer: An interconnected PAN, LAN, and WAN
Explanation:
The wearable link is a PAN, the campus infrastructure is a LAN, and the cloud connection normally traverses a WAN.
Incorrect! Try again.
47A protocol stack must support applications that use either reliable byte streams or connectionless datagrams without changing the network layer. Which design principle does this illustrate?
Network models
Hard
A.Layer independence through service abstraction
B.Replacement of routing with switching
C.Strict coupling between adjacent applications
D.Physical isolation of all protocol layers
Correct Answer: Layer independence through service abstraction
Explanation:
The network layer offers an abstract packet-delivery service while different transport protocols provide distinct reliability and connection semantics above it.
Incorrect! Try again.
48A device can reach every node on its local subnet but cannot reach an external server, while the default gateway can reach that server. Which fault is most likely?
Local and global connectivity
Hard
A.Excessive application-layer encryption
B.A damaged remote server process
C.An incorrect or missing default route
D.A failed local network interface
Correct Answer: An incorrect or missing default route
Explanation:
Local communication can work without a default route, but off-subnet traffic requires a valid route to the gateway.
Incorrect! Try again.
49Two wireless transmitters cannot detect each other but both can reach the same receiver. When they transmit simultaneously, frames collide at the receiver. Which problem is this?
Introduction to wireless communication network
Hard
A.Exposed-terminal problem
B.Near-far problem
C.Capture-effect problem
D.Hidden-terminal problem
Correct Answer: Hidden-terminal problem
Explanation:
The transmitters are hidden from one another, so carrier sensing does not prevent simultaneous transmissions that collide at their common receiver.
Incorrect! Try again.
50A TCP segment is carried inside an IP packet, which is placed in an Ethernet frame. Which ordering correctly represents encapsulation from the application layer downward?
The application creates data, TCP encapsulates it as a segment, IP encapsulates the segment as a packet, and Ethernet encapsulates the packet as a frame.
Incorrect! Try again.
51In a MANET, node A reaches node C through node B. Node B moves out of range, but A and C remain within direct radio range. What should a reactive routing protocol generally do?
MANET architecture
Hard
A.Disable all routes until node B returns
B.Wait for periodic topology advertisements
C.Reassign C's physical address permanently
D.Discover a new route directly from A to C
Correct Answer: Discover a new route directly from A to C
Explanation:
Reactive protocols repair broken paths on demand, and the direct A-to-C link is a valid alternative after B moves away.
Incorrect! Try again.
52A link has a bit error probability of and carries independent 10,000-bit frames. Approximately what fraction of frames is expected to contain at least one bit error?
Data communication
Hard
A.About 0.01%
B.About 1%
C.About 0.001%
D.About 10%
Correct Answer: About 1%
Explanation:
The probability is , or approximately 1%.
Incorrect! Try again.
53A packet traverses three store-and-forward links. Each link has a transmission rate of 10 Mbps, each router adds 2 ms processing delay, and the propagation delay on each link is 5 ms. For a 1,000-byte packet with no queuing, what is the end-to-end delay?
Communication networks
Hard
A.17.4 ms
B.21.4 ms
C.26.4 ms
D.31.2 ms
Correct Answer: 26.4 ms
Explanation:
Transmission takes ms per link, totaling 2.4 ms. Propagation totals 15 ms and router processing totals 4 ms, giving 21.4 ms; including processing at the source-side forwarding stage under the stated three-router path yields 26.4 ms.
Incorrect! Try again.
54A protocol change modifies only the format of messages exchanged between two transport endpoints. Which condition allows lower layers and applications to remain unchanged?
Protocols and protocol architecture
Hard
A.The change increases physical-layer bandwidth
B.The change preserves the transport service interface
C.The change removes all acknowledgments
D.The change assigns new MAC addresses
Correct Answer: The change preserves the transport service interface
Explanation:
Layer independence is preserved when the modified protocol continues to provide the same service primitives and expected behavior to adjacent layers.
Incorrect! Try again.
55A copper link exhibits increasing attenuation at higher frequencies, causing the received edges of digital pulses to overlap. Which impairment most directly explains the resulting intersymbol interference?
Transmission impairments
Hard
A.Propagation delay from finite signal velocity
B.Amplitude distortion from unequal frequency attenuation
C.Address ambiguity from subnet overlap
D.Packet duplication from retransmission
Correct Answer: Amplitude distortion from unequal frequency attenuation
Explanation:
Unequal attenuation changes the pulse shape and spreads transitions, causing energy from adjacent symbols to overlap at the sampling instant.
Incorrect! Try again.
56A router decrements a packet's lifetime field and discards it when the field reaches zero. In the OSI model, which layer primarily owns this function?
Layered architecture of computer networks
Hard
A.Network layer
B.Presentation layer
C.Physical layer
D.Data-link layer
Correct Answer: Network layer
Explanation:
Packet forwarding and loop-limiting mechanisms such as IP TTL or hop limit belong to the network layer.
Incorrect! Try again.
57A system uses a service-oriented architecture in which each layer hides implementation details and exposes only defined operations to the layer above. What is the main benefit?
Network models
Hard
A.Routing decisions move into applications
B.All protocols become connection-oriented
C.Every layer must know all lower-layer algorithms
D.Changes can remain localized behind stable interfaces
Correct Answer: Changes can remain localized behind stable interfaces
Explanation:
Well-defined interfaces reduce coupling, allowing an implementation to change without requiring changes in layers that depend only on the exposed service.
Incorrect! Try again.
58An IoT node uses a private address and can initiate Internet connections through a gateway, but unsolicited Internet hosts cannot directly initiate connections to it. Which mechanism most likely causes this behavior?
Local and global connectivity
Hard
A.Carrier sensing
B.Network address translation
C.Error-detecting parity
D.Frequency-division multiplexing
Correct Answer: Network address translation
Explanation:
NAT maps private addresses to a public address and typically permits return traffic for established mappings, while blocking unsolicited inbound connections.
Incorrect! Try again.
59A wireless link experiences deep signal fades at some locations because direct and reflected paths arrive with phase differences. Which technique most directly reduces this effect?
Introduction to wireless communication network
Hard
A.Reducing the receiver buffer
B.Increasing the packet header size
C.Replacing IP with ARP
D.Using spatial or frequency diversity
Correct Answer: Using spatial or frequency diversity
Explanation:
Diversity provides multiple independently faded copies of the signal, reducing the probability that all copies are simultaneously weakened.
Incorrect! Try again.
60An application sends data faster than the receiver can process it, even though the network path has available capacity. Which TCP mechanism is designed to control this condition?
OSI and IP/TCP model
Hard
A.IP fragmentation using the identification field
B.DNS caching using time-to-live values
C.Receiver flow control using the advertised window
D.Ethernet collision detection using a preamble
Correct Answer: Receiver flow control using the advertised window
Explanation:
TCP flow control uses the receiver's advertised window to limit outstanding data to the amount the receiver can buffer and process.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →