1Which of the following is not a basic component of a data communication system?
components of data communication system
Easy
A.Transmission medium
B.Compiler
C.Sender
D.Message
Correct Answer: Compiler
Explanation:
The five basic components of a data communication system are message, sender, receiver, transmission medium, and protocol. A compiler is a software tool for translating code, not a communication component.
Incorrect! Try again.
2In a data communication system, the set of rules that governs the exchange of data between two devices is called the:
components of data communication system
Easy
A.Sender
B.Protocol
C.Message
D.Medium
Correct Answer: Protocol
Explanation:
A protocol is an agreed-upon set of rules that both communicating devices follow so that data is exchanged correctly.
Incorrect! Try again.
3A signal that has continuously varying values over time is called a/an:
digital and analog transmission
Easy
A.Discrete signal
B.Binary signal
C.Digital signal
D.Analog signal
Correct Answer: Analog signal
Explanation:
An analog signal varies continuously and can take any value in a range, unlike a digital signal which uses discrete levels such as 0 and 1.
Incorrect! Try again.
4Digital signals typically represent data using which two discrete values?
digital and analog transmission
Easy
A.0 and 1
B.1 and 10
C.High and mid
D.A and B
Correct Answer: 0 and 1
Explanation:
Digital signals use two discrete levels, commonly represented as 0 and 1 (binary), to encode information.
Incorrect! Try again.
5Which device converts digital signals to analog for transmission over telephone lines and back again?
digital and analog transmission
Easy
A.Modem
B.Hub
C.Switch
D.Router
Correct Answer: Modem
Explanation:
A modem (modulator-demodulator) modulates digital data into analog signals for transmission and demodulates received analog signals back into digital data.
Incorrect! Try again.
6In which mode of communication can data flow in only one direction?
modes of communication (simple, half duplex, duplex)
Easy
A.Multiplex
B.Half duplex
C.Full duplex
D.Simplex
Correct Answer: Simplex
Explanation:
In simplex mode, communication is one-way only. A keyboard sending input to a computer is a common example.
Incorrect! Try again.
7A walkie-talkie, where only one person can speak at a time, is an example of which communication mode?
modes of communication (simple, half duplex, duplex)
Easy
A.Full duplex
B.Simplex
C.Half duplex
D.Broadcast
Correct Answer: Half duplex
Explanation:
In half duplex mode, data can flow in both directions but only one direction at a time, exactly like a walkie-talkie.
Incorrect! Try again.
8A telephone conversation, where both parties can talk and listen at the same time, is an example of:
modes of communication (simple, half duplex, duplex)
Easy
A.Simplex broadcast
B.Simplex
C.Half duplex
D.Full duplex
Correct Answer: Full duplex
Explanation:
In full duplex mode, data flows in both directions simultaneously, which is what allows both people on a phone call to speak and hear at once.
Incorrect! Try again.
9In which network topology is every device connected to a single central hub or switch?
network topologies
Easy
A.Ring topology
B.Mesh topology
C.Star topology
D.Bus topology
Correct Answer: Star topology
Explanation:
In a star topology, all devices connect to a central hub or switch through which all communication passes.
Incorrect! Try again.
10In a ring topology, the devices are connected in the shape of a:
network topologies
Easy
A.Random web
B.Central point
C.Straight line
D.Closed loop
Correct Answer: Closed loop
Explanation:
In a ring topology, each device connects to two others, forming a closed circular loop through which data travels.
Incorrect! Try again.
11In which topology is every device connected directly to every other device?
network topologies
Easy
A.Mesh topology
B.Bus topology
C.Ring topology
D.Star topology
Correct Answer: Mesh topology
Explanation:
In a full mesh topology, each device has a dedicated point-to-point link to every other device, providing high reliability.
Incorrect! Try again.
12Which topology uses a single common backbone cable to which all devices are attached?
network topologies
Easy
A.Ring topology
B.Bus topology
C.Star topology
D.Mesh topology
Correct Answer: Bus topology
Explanation:
In a bus topology, all devices share a single backbone (trunk) cable along which data is transmitted.
Incorrect! Try again.
13Which technology allows devices to connect to a network without using physical cables?
wireless networks
Easy
A.Ethernet
B.Fiber optic
C.Wi-Fi
D.Coaxial cable
Correct Answer: Wi-Fi
Explanation:
Wi-Fi uses radio waves to connect devices to a network wirelessly, without the need for physical cabling.
Incorrect! Try again.
14Which of the following is a short-range wireless technology commonly used to connect headphones and keyboards to devices?
wireless networks
Easy
A.DSL
B.Bluetooth
C.Fiber optic
D.Ethernet
Correct Answer: Bluetooth
Explanation:
Bluetooth is a short-range wireless technology used to link nearby devices such as headphones, keyboards, and speakers.
Incorrect! Try again.
15A network that covers a small area such as a single office or building is called a:
network types and their features
Easy
A.MAN
B.WAN
C.LAN
D.PAN
Correct Answer: LAN
Explanation:
A Local Area Network (LAN) covers a limited geographic area such as a home, office, or building.
Incorrect! Try again.
16Which network type covers a very large geographic area, such as multiple cities or countries?
network types and their features
Easy
A.WAN
B.PAN
C.CAN
D.LAN
Correct Answer: WAN
Explanation:
A Wide Area Network (WAN) spans large geographic distances, connecting networks across cities, countries, or continents. The internet is the largest example.
Incorrect! Try again.
17The Internet is best described as a:
an overview of internet and its working
Easy
A.Type of web browser
B.Single large computer
C.Global network of interconnected networks
D.Local office network
Correct Answer: Global network of interconnected networks
Explanation:
The Internet is a worldwide system of interconnected computer networks that communicate using standard protocols.
Incorrect! Try again.
18What is the main purpose of the Internet Protocol (IP)?
Internet Protocol (IP)
Easy
A.Encrypting passwords
B.Compressing image files
C.Addressing and routing data packets
D.Designing web pages
Correct Answer: Addressing and routing data packets
Explanation:
IP is responsible for assigning addresses to devices and routing data packets from source to destination across networks.
Incorrect! Try again.
19How many bits are used in an IPv4 address?
IPv4 and IPv6 addressing
Easy
A.16 bits
B.128 bits
C.32 bits
D.64 bits
Correct Answer: 32 bits
Explanation:
An IPv4 address is 32 bits long, usually written as four decimal numbers separated by dots, such as .
Incorrect! Try again.
20How many bits are used in an IPv6 address?
IPv4 and IPv6 addressing
Easy
A.32 bits
B.64 bits
C.256 bits
D.128 bits
Correct Answer: 128 bits
Explanation:
An IPv6 address is 128 bits long, allowing a vastly larger address space than the 32-bit IPv4 to accommodate more devices.
Incorrect! Try again.
21In a data communication system, a laptop sends a document to a printer over a network. Which component of the communication system does the transmission medium represent in this scenario?
components of data communication system
Medium
A.The set of rules governing the transfer
B.The printer receiving the document
C.The laptop generating the document
D.The cable or wireless channel carrying the data
Correct Answer: The cable or wireless channel carrying the data
Explanation:
The transmission medium is the physical path (wired or wireless) over which data travels. The laptop is the sender, the printer is the receiver, and the rules are the protocol.
Incorrect! Try again.
22A walkie-talkie allows only one person to speak at a time while the other listens, then they switch roles. Which communication mode does this represent?
modes of communication (simple, half duplex, duplex),
Medium
A.Full duplex
B.Simplex
C.Half duplex
D.Multiplex
Correct Answer: Half duplex
Explanation:
In half duplex, data flows in both directions but only one direction at a time, exactly like a walkie-talkie where users take turns speaking.
Incorrect! Try again.
23A television broadcast sends signals from the station to home TVs, but the TVs cannot send anything back. This is an example of which transmission mode?
modes of communication (simple, half duplex, duplex),
Medium
A.Duplex
B.Simplex
C.Full duplex
D.Half duplex
Correct Answer: Simplex
Explanation:
Simplex transmission is unidirectional. Data flows only from the broadcasting station to the receivers, with no return path.
Incorrect! Try again.
24Which device is required to allow a computer's digital signals to travel over a traditional analog telephone line and vice versa?
digital and analog transmission
Medium
A.Hub
B.Modem
C.Switch
D.Repeater
Correct Answer: Modem
Explanation:
A modem (modulator-demodulator) converts digital signals to analog for transmission over phone lines and reconverts incoming analog signals back to digital.
Incorrect! Try again.
25Which statement best distinguishes digital transmission from analog transmission?
digital and analog transmission
Medium
A.Digital uses discrete signal levels while analog uses continuously varying waves
B.Analog signals cannot carry voice while digital can
C.Analog is immune to noise while digital is not
D.Digital always travels faster over any medium than analog
Correct Answer: Digital uses discrete signal levels while analog uses continuously varying waves
Explanation:
Digital signals represent data as discrete values (e.g., 0 and 1), whereas analog signals vary continuously. Digital transmission is generally more noise-resistant, not less.
Incorrect! Try again.
26In a network topology, the failure of the central connecting device brings down the entire network, but a single cable failure only affects one node. Which topology is described?
network topologies
Medium
A.Star
B.Bus
C.Ring
D.Mesh
Correct Answer: Star
Explanation:
In a star topology all nodes connect to a central hub/switch. A single link failure isolates only one node, but if the central device fails the whole network goes down.
Incorrect! Try again.
27A company wants a topology where every device is directly connected to every other device for maximum fault tolerance. If there are 5 devices, how many direct links are required?
network topologies
Medium
A.20
B.5
C.25
D.10
Correct Answer: 10
Explanation:
A full mesh with nodes needs links. For : links.
Incorrect! Try again.
28In which topology does a single break in the main backbone cable typically disrupt communication for the entire network?
network topologies
Medium
A.Hybrid
B.Mesh
C.Star
D.Bus
Correct Answer: Bus
Explanation:
In a bus topology all devices share one backbone cable. A break in the backbone splits or disables the whole network.
Incorrect! Try again.
29Which of the following is a valid IPv4 address?
IPv4 and IPv6 addressing
Medium
A.192.168.10.25
B.192.168.10
C.256.100.50.1
D.2001:0db8:85a3::8a2e
Correct Answer: 192.168.10.25
Explanation:
An IPv4 address has four octets separated by dots, each ranging from 0 to 255. is out of range, three octets is incomplete, and the last option is IPv6.
Incorrect! Try again.
30What is the main reason IPv6 was introduced to replace IPv4?
IPv4 and IPv6 addressing
Medium
A.IPv4 could not support wireless networks
B.IPv4's 32-bit address space was being exhausted
C.IPv4 does not support the Internet Protocol
D.IPv6 uses decimal notation which is easier to read
Correct Answer: IPv4's 32-bit address space was being exhausted
Explanation:
IPv4 uses 32-bit addresses (~4.3 billion), which became insufficient. IPv6 uses 128-bit addresses, vastly expanding the available address space.
Incorrect! Try again.
31How many bits are used in an IPv6 address, and how is it commonly written?
IPv4 and IPv6 addressing
Medium
A.256 bits, in hexadecimal separated by dots
B.128 bits, in hexadecimal groups separated by colons
C.64 bits, in binary separated by dashes
D.32 bits, in decimal groups separated by dots
Correct Answer: 128 bits, in hexadecimal groups separated by colons
Explanation:
IPv6 addresses are 128 bits long, written as eight groups of four hexadecimal digits separated by colons, e.g. .
Incorrect! Try again.
32When a data packet travels across the Internet through several routers, what does each router primarily use to decide where to forward the packet next?
the role of IP in addressing and routing
Medium
A.The physical color of the cable
B.The port number of the application
C.The destination IP address in the packet header
D.The MAC address of the source device
Correct Answer: The destination IP address in the packet header
Explanation:
Routers examine the destination IP address and consult their routing tables to forward the packet toward its destination hop by hop.
Incorrect! Try again.
33The Internet Protocol (IP) is described as a "connectionless" and "best-effort" protocol. What does this imply?
the role of IP in addressing and routing
Medium
A.It establishes a dedicated circuit before sending data
B.It encrypts every packet by default
C.It guarantees packets arrive in order without loss
D.It does not guarantee delivery or ordering of packets
Correct Answer: It does not guarantee delivery or ordering of packets
Explanation:
IP forwards packets independently without setting up a connection and does not guarantee delivery or ordering; reliability is handled by higher layers like TCP.
Incorrect! Try again.
34When you type a website name like www.example.com in a browser, which system translates that name into a numeric IP address?
an overview of internet and its working
Medium
A.DHCP
B.DNS (Domain Name System)
C.SMTP
D.FTP
Correct Answer: DNS (Domain Name System)
Explanation:
The DNS resolves human-readable domain names into IP addresses so that the browser can locate and connect to the correct server.
Incorrect! Try again.
35On the Internet, large messages are broken into smaller units before transmission and reassembled at the destination. What are these units called?
an overview of internet and its working
Medium
A.Packets
B.Sectors
C.Frames only
D.Clusters
Correct Answer: Packets
Explanation:
Data is divided into packets that travel independently across the network and are reassembled at the destination, enabling efficient shared use of network paths.
Incorrect! Try again.
36A network that connects computers within a single office building using high-speed local links is best classified as which type?
network types and their features
Medium
A.PAN
B.MAN
C.WAN
D.LAN
Correct Answer: LAN
Explanation:
A Local Area Network (LAN) covers a limited area such as a building or campus and typically offers high data rates over short distances.
Incorrect! Try again.
37Which network type would best describe the interconnection of multiple LANs across an entire city, such as a citywide cable network?
network types and their features
Medium
A.PAN
B.LAN
C.MAN
D.SAN
Correct Answer: MAN
Explanation:
A Metropolitan Area Network (MAN) spans a city or large campus, larger than a LAN but smaller than a WAN.
Incorrect! Try again.
38Which technology is most appropriate for connecting a wireless mouse and keyboard to a laptop over a very short range?
wireless networks
Medium
A.Cellular 4G
B.Satellite
C.Bluetooth
D.Wi-Fi (802.11)
Correct Answer: Bluetooth
Explanation:
Bluetooth is designed for short-range, low-power connections between personal devices, making it ideal for peripherals like a mouse or keyboard.
Incorrect! Try again.
39In a wireless LAN, which device allows wireless devices to connect to a wired network and manage their communication?
wireless networks
Medium
A.Repeater cable
B.Analog modem
C.Patch panel
D.Access point
Correct Answer: Access point
Explanation:
A wireless access point bridges wireless clients to a wired network and coordinates their communication over radio signals.
Incorrect! Try again.
40A user searches for a shared printer available only within their office network, then later searches for information on the World Wide Web. These two actions are examples of, respectively:
local and global search of network
Medium
A.Local search and global search
B.Both local searches
C.Both global searches
D.Global search and local search
Correct Answer: Local search and global search
Explanation:
Locating a resource within the local network (the office printer) is a local search, while searching across the Internet/WWW is a global search.
Incorrect! Try again.
41A network administrator is allocated the block and must create subnets that each support at least 50 usable hosts, maximizing the number of subnets. Which subnet mask should be used and how many subnets result?
IPv4 and IPv6 addressing
Hard
A. giving 4 subnets
B. giving 8 subnets
C. giving 16 subnets
D. giving 2 subnets
Correct Answer: giving 4 subnets
Explanation:
A leaves 6 host bits, giving usable hosts (>= 50). It borrows 2 bits from the , producing subnets. A gives only hosts, which is insufficient.
Incorrect! Try again.
42The IPv6 address 2001:0db8:0000:0000:0000:ff00:0042:8329 is compressed. Which of the following is the correct fully compressed form?
IPv4 and IPv6 addressing
Hard
A.2001:db8::ff00:42:8329
B.2001:0db8::ff00:0042:8329
C.2001:db8:0:0:0:ff00:42:8329
D.2001:db8::ff00::42:8329
Correct Answer: 2001:db8::ff00:42:8329
Explanation:
Leading zeros in each group are dropped, and one contiguous run of all-zero groups is replaced by ::. The :: may appear only once. 2001:db8::ff00:42:8329 correctly compresses the three zero groups and strips leading zeros.
Incorrect! Try again.
43In a fully connected mesh topology with nodes, an administrator adds one more node. By how many links does the total number of physical connections increase?
network topologies
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
A full mesh has links. Adding one node makes it . The difference is .
Incorrect! Try again.
44A channel has a bandwidth of Hz and a signal-to-noise ratio of dB. Using the Shannon capacity formula, the maximum theoretical data rate is closest to:
digital and analog transmission
Hard
A. bps
B. bps
C. bps
D. bps
Correct Answer: bps
Explanation:
dB means . Shannon: bps.
Incorrect! Try again.
45A walkie-talkie system lets only one party transmit at a time while the other listens, then roles reverse. Which classification is correct and why?
modes of communication (simple, half duplex, duplex)
Hard
A.Half duplex, because transmission occurs in both directions but not simultaneously
B.Full duplex, because separate frequencies allow two-way flow
C.Full duplex, because both parties can eventually communicate
D.Simplex, because only one device transmits at a time
Correct Answer: Half duplex, because transmission occurs in both directions but not simultaneously
Explanation:
Half duplex supports bidirectional communication but only one direction at any instant. A walkie-talkie fits this exactly. Simplex allows only one fixed direction; full duplex allows simultaneous two-way flow.
Incorrect! Try again.
46A router receives a packet destined for and its routing table contains routes to , , and . Which route is chosen?
the role of IP in addressing and routing
Hard
A.The packet is dropped as ambiguous
B.
C.
D.
Correct Answer:
Explanation:
Routers use longest-prefix matching. falls within (range .128 to .191), and this prefix is more specific than the or , so it is selected.
Incorrect! Try again.
47In a data communication system, which combination of components must all agree on a common set of rules for the exchange to succeed, and what are those rules called?
components of data communication system
Hard
A.Sender and medium, governed by modulation
B.Receiver and message, governed by encoding
C.Sender and receiver, governed by a protocol
D.Message and medium, governed by bandwidth
Correct Answer: Sender and receiver, governed by a protocol
Explanation:
The five components are message, sender, receiver, transmission medium, and protocol. A protocol is the set of rules the sender and receiver must both follow; without agreement communication fails even if a medium exists.
Incorrect! Try again.
48When you type a URL and the browser has no cached DNS record, what is the correct order of primary resolution steps before the TCP connection is opened?
an overview of internet and its working
Hard
A.Recursive resolver -> root server -> TLD server -> authoritative server
B.TLD server -> root server -> recursive resolver -> authoritative server
C.Authoritative server -> TLD server -> root server -> recursive resolver
D.Root server -> authoritative server -> TLD server -> recursive resolver
Correct Answer: Recursive resolver -> root server -> TLD server -> authoritative server
Explanation:
The client queries a recursive resolver, which contacts a root server (points to the TLD), then the TLD server (points to the authoritative server), and finally the authoritative server returns the IP. Only then can TCP begin.
Incorrect! Try again.
49In a Wi-Fi network, the hidden node problem occurs when two stations cannot hear each other but both can reach the access point. Which mechanism is specifically designed to mitigate it?
wireless networks
Hard
A.Time-division multiplexing
B.RTS/CTS handshaking
C.Increasing the beacon interval
D.CSMA/CD collision detection
Correct Answer: RTS/CTS handshaking
Explanation:
RTS/CTS (Request to Send / Clear to Send) reserves the channel via the access point so hidden stations defer. CSMA/CD is used in wired Ethernet and cannot detect collisions in wireless media, which is why CSMA/CA with RTS/CTS is used.
Incorrect! Try again.
50An organization connects several branch office LANs spread across a single metropolitan area using high-speed fiber owned by a service provider. This interconnection is best classified as a:
network types and their features
Hard
A.CAN restricted to one building
B.PAN
C.WAN
D.MAN
Correct Answer: MAN
Explanation:
A Metropolitan Area Network (MAN) spans a city or metropolitan region, larger than a LAN but smaller than a WAN. A WAN typically covers much larger geographic areas across cities or countries.
Incorrect! Try again.
51How many total addresses does the IPv6 block 2001:db8:abcd:0012::/64 contain for host assignment within its interface identifier portion?
IPv4 and IPv6 addressing
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
A fixes the first 64 bits (network prefix) and leaves the remaining bits for the interface identifier, giving addresses.
Incorrect! Try again.
52A star topology and a bus topology each connect 8 devices. Considering fault tolerance, which statement is accurate?
network topologies
Hard
A.The bus is more fault tolerant because there is no central device
B.Both topologies lose all connectivity if any single cable fails
C.A single cable break in the bus can bring down the whole network, while a broken link in the star affects only one device
D.The star fails entirely if any node's cable breaks, unlike the bus
Correct Answer: A single cable break in the bus can bring down the whole network, while a broken link in the star affects only one device
Explanation:
In a bus, the shared backbone is a single point of failure; a break splits or disables the network. In a star, each device has its own link to the hub, so one broken link isolates only that device (though the central hub remains a single point of failure).
Incorrect! Try again.
53According to the Nyquist theorem, a noiseless channel with bandwidth Hz using signal levels has a maximum data rate of:
digital and analog transmission
Hard
A. bps
B. bps
C. bps
D. bps
Correct Answer: bps
Explanation:
The Nyquist formula for a noiseless channel is , where each signal element carries bits and the maximum symbol rate is .
Incorrect! Try again.
54Why is IP described as a connectionless and unreliable protocol, and how is reliability typically achieved for applications that need it?
Internet Protocol (IP)
Hard
A.IP forwards each packet independently without guarantees; reliability is added by TCP at the transport layer
B.IP establishes a session per packet; reliability is provided by the physical layer
C.IP guarantees ordered delivery; reliability is redundant at higher layers
D.IP retransmits lost packets itself; TCP only adds addressing
Correct Answer: IP forwards each packet independently without guarantees; reliability is added by TCP at the transport layer
Explanation:
IP is best-effort: each datagram is routed independently with no acknowledgment, ordering, or retransmission. When reliability is needed, TCP at the transport layer provides acknowledgments, sequencing, and retransmission.
Incorrect! Try again.
55Two hosts on the same subnet communicate. Which pair of addresses lies within this subnet and can communicate without a router?
the role of IP in addressing and routing
Hard
A. and
B. and
C. and
D. and
Correct Answer: and
Explanation:
A covers to . Both and fall in this range, so they share the subnet. Addresses in or lie outside it and require a router.
Incorrect! Try again.
56When a device needs to reach a destination whose IP is not on its local subnet, what does it do based on comparing the destination against its own network mask?
local and global search of network
Hard
A.Sends the packet directly to the destination MAC via the local switch
B.Forwards the packet to its default gateway for global routing
C.Broadcasts an ARP request to the entire internet
D.Drops the packet because off-subnet delivery is disallowed
Correct Answer: Forwards the packet to its default gateway for global routing
Explanation:
The host ANDs the destination IP with its subnet mask. If the result differs from its own network, the destination is non-local, so the packet is sent to the default gateway, which routes it globally toward the destination network.
Incorrect! Try again.
57Which characteristic distinguishes IPv6 from IPv4 in a way that reduces router processing overhead?
IPv4 and IPv6 addressing
Hard
A.IPv6 requires routers to fragment every oversized packet
B.IPv6 headers include a checksum recalculated at each hop
C.IPv6 has a fixed-length base header and does not perform fragmentation at intermediate routers
D.IPv6 uses variable-length headers with mandatory options fields
Correct Answer: IPv6 has a fixed-length base header and does not perform fragmentation at intermediate routers
Explanation:
IPv6 uses a simplified fixed 40-byte base header, removed the header checksum, and moved fragmentation to the source host only. These changes reduce per-hop router processing compared to IPv4.
Incorrect! Try again.
58A designer must choose a wireless technology for a low-power sensor mesh where devices sleep most of the time and send small periodic readings over short ranges. Which choice best fits and why?
wireless networks
Hard
A.Bluetooth Classic, because it is optimized for mesh sensor networks
B.Wi-Fi 6, because its high throughput suits small sensor payloads
C.Cellular LTE, because it minimizes power for sleeping nodes
D.Zigbee, because it is low-power and supports mesh networking for small data
Correct Answer: Zigbee, because it is low-power and supports mesh networking for small data
Explanation:
Zigbee is designed for low-power, low-data-rate mesh networks with devices that sleep frequently, making it ideal for sensor networks. Wi-Fi and LTE consume far more power; Bluetooth Classic is not optimized for large low-power meshes.
Incorrect! Try again.
59Compared to a LAN, which combination of properties typically characterizes a WAN?
network types and their features
Hard
A.Larger span but lower latency due to dedicated fiber everywhere
B.Same span but higher throughput and no reliance on service providers
C.Larger geographic span, higher propagation delay, and often leased or public transmission links
D.Smaller span, lower delay, and privately owned high-speed cabling
Correct Answer: Larger geographic span, higher propagation delay, and often leased or public transmission links
Explanation:
WANs cover large distances (cities, countries), which increases propagation delay, and they commonly rely on leased lines or public carrier infrastructure rather than the privately owned cabling typical of a LAN.
Incorrect! Try again.
60A large file is sent over the internet and packets arrive at the destination out of order and via different routes. Which statement correctly explains this behavior?
an overview of internet and its working
Hard
A.IP guarantees in-order delivery, so reordering never happens on the internet
B.IP routes each packet independently, and TCP reorders them at the destination using sequence numbers
C.Routers buffer the entire file and deliver it as one unit to preserve order
D.TCP forces all packets along one fixed path, so out-of-order arrival is impossible
Correct Answer: IP routes each packet independently, and TCP reorders them at the destination using sequence numbers
Explanation:
IP is connectionless, so packets may take different paths and arrive out of order. TCP assigns sequence numbers, allowing the receiver to reassemble the data in the correct order before delivering it to the application.
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 →