Computer Knowledge
Computer Networks
2,256 Questions
Computer networks form the backbone of digital communication, connecting multiple devices to share data and resources. This area covers network architectures, transmission media, modems, and topologies like LAN. These concepts are crucial for computer knowledge sections in banking and government exams.
Network topologiesModulation and demodulationNetwork addressingFiber optic cablesWireless infrastructure
Computer Networks Questions
-
It's reliable: If one cable/device fails, the rest work.
-
It is very reliable but I don't know why
-
No extra hardware is required
-
The hub can fail
A
Correct answer
Explanation
A primary benefit of the star topology is its fault tolerance. If one cable or device fails, the central hub keeps the rest of the network operational, unlike bus or ring topologies where a single point of failure can crash the entire system.
-
Local Available Network
-
Lovely Area Network
-
Local Area Network
-
Local Area Nodes
C
Correct answer
Explanation
LAN is the standard acronym for Local Area Network, which refers to a computer network that interconnects computers within a limited area such as a residence, school, or office building.
-
Several LANs connected together.
-
Several LANS not connected together
-
The Internet
-
Bread
A
Correct answer
Explanation
A Wide Area Network (WAN) covers a broad area and is typically constructed by connecting multiple Local Area Networks (LANs) together over long distances using various communication links.
-
Hub
-
Cat5 Cable
-
Satellite
-
Router
D
Correct answer
Explanation
Routers operate at the Network Layer (Layer 3) because they make forwarding decisions based on logical IP addresses, unlike hubs or switches which operate at lower layers.
-
Nothing
-
Provides data routing paths
-
Changes colors
-
Shuts down computers
B
Correct answer
Explanation
The primary function of the Network Layer is to determine the best physical path for data to reach its destination, a process known as routing.
B
Correct answer
Explanation
Multiplexing is the process of combining multiple signals into one. The process of delivering received segments to the correct application process at the receiver is called demultiplexing.
-
Flow Control
-
Congestion Avoidance
-
Error Recovery
-
Multiplexing
A
Correct answer
Explanation
Flow control is a mechanism used in networking to ensure that a sender does not transmit data faster than the receiver can process it, preventing buffer overflow.
B
Correct answer
Explanation
TCP (Transmission Control Protocol) is designed for high reliability and error checking, which makes it unsuitable for applications where transmission time is critical and minor data loss is acceptable (like streaming).
A
Correct answer
Explanation
Data is broken down into smaller segments or packets to be transmitted across a network. A single file is rarely sent as one large block due to MTU limitations.
-
Routes packets
-
Connect the device to networks
-
Connects the device to the World Wide Web
A
Correct answer
Explanation
The primary function of the Network/Internet layer is to determine the best path for data to travel from the source to the destination, which is the process of routing.
-
When you move from one network to another
-
When you move from one wifi to another
-
When a packet is passed from one network segment to the next
C
Correct answer
Explanation
A network hop occurs when a packet is forwarded by a router from one network segment to another on its path toward the destination.
-
Firewall
-
Bridge Router and Switch
-
Modem
-
Motherboard
B
Correct answer
Explanation
A Layer 3 switch combines routing and switching capabilities. Traditionally, a router handles routing between networks, and a switch moves frames within a network. The question has a typo - should be 'Bridge, Router and Switch'.
-
For apples to communicate
-
Lets Apple products communicate with other Apple products
-
Allows MACs in the same LAN to connect with no setup
C
Correct answer
Explanation
AppleTalk was a proprietary suite of networking protocols developed by Apple, designed to allow Macintosh computers to connect to each other in a local network without requiring a dedicated server or complex configuration.
-
Interconnects any devices with any networks
-
Interconnects networks that use Novell's NetWare clients and servers
-
somthin, idk
-
Internetwork Protocol Exchange
B
Correct answer
Explanation
IPX (Internetwork Packet Exchange) was a network layer protocol used primarily by Novell NetWare operating systems to interconnect clients and servers.
-
Physical
-
Network
-
Session
-
Application
C
Correct answer
Explanation
The Session layer (Layer 5) manages sessions between applications, including establishing, maintaining, and synchronizing the dialogue between communicating systems.