Computer Knowledge
Computer Networks
2,095 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
C
Correct answer
Explanation
Routers operate at Layer 3 (Network Layer) of the OSI model. They forward packets between different networks based on IP addresses and perform routing decisions. Layer 1 is physical, Layer 2 is data link (switches), and Layer 7 is application layer.
A
Correct answer
Explanation
VoIP phones require power to operate - either from wall power (Power over Ethernet or external adapter) or battery backup. Unlike traditional analog phones which get power from the telephone line (48V DC from the central office), VoIP phones fail during power outages without backup.
-
Windows service
-
WAS
-
None of above
-
Both 1 and 2
D
Correct answer
Explanation
WCF (Windows Communication Foundation) services can be hosted in various environments. They can be hosted in Windows services (formerly NT services), IIS (Internet Information Services), WAS (Windows Activation Service), or self-hosted in console applications. The option 'Both 1 and 2' correctly identifies that Windows services and WAS are both valid hosting options for WCF services.
-
>same broacast domain
-
>same collision domain
-
>same broadcast and multicast domain
-
>different broadcast and multicast domain
D
Correct answer
Explanation
VLANs are configured on switches to segment broadcast domains. While routers can interconnect VLANs via router-on-a-stick or Layer 3 switching, the actual VLAN configuration (assigning ports to VLANs, creating VLAN IDs) happens on the switch itself. Hubs are Layer 1 devices and cannot create VLANs.
-
URL (Universal Resource Locator)
-
LAN (Local Area Network)
-
WAN (Wide Area Network)
-
World Wide Web
C
Correct answer
Explanation
WAN (Wide Area Network) connects networks over large geographical distances, typically using dedicated high-speed telephone lines or other communication links. A LAN covers a small area like a building, while WAN spans cities, countries, or continents. URL is an address format and World Wide Web is a service, not network types.
-
URL (Universal Resource Locator)
-
LAN (Local Area Network)
-
WAN (Wide Area Network)
-
World Wide Web
C
Correct answer
Explanation
A Wide Area Network (WAN) is a network that covers a large geographic area, connecting multiple smaller networks (LANs) over long distances. WANs typically use dedicated high-speed communication lines (like fiber optics, leased lines, or satellite links) provided by telecom carriers to connect networks in different cities, countries, or continents. The definition in the question precisely matches WAN characteristics.
B
Correct answer
Explanation
The physical layer should use simple joins based on primary-foreign key relationships. Complex joins (those using SQL expressions with OR, CASE, etc.) belong in the BMM layer where they can be reused and optimized. Physical joins should mirror actual database relationships.
A
Correct answer
Explanation
SCSI-1 (Small Computer System Interface, first version 1986) supports up to 8 devices on a single SCSI cable. This includes the SCSI controller/host adapter itself, leaving 7 device IDs for actual peripherals. The devices are connected in a daisy-chain configuration. SCSI-2 and later versions maintained this limit for narrow (8-bit) buses, while wide (16-bit) SCSI increased it to 16 devices. SCSI-3 Ultra Wide also supported 16 devices.
-
Asynchronous Data Transfer
-
Synchronous Data Transfer
-
Semi-synchronous Data Transfer
-
None of the Above
B
Correct answer
Explanation
Fast SCSI employs synchronous data transfer mode, which allows higher throughput by using a continuous clock signal rather than per-transfer handshakes. Asynchronous transfer requires acknowledgment for each data phase, limiting speed. The synchronous mode enabled Fast SCSI to achieve 10 MB/s transfer rates compared to 5 MB/s for earlier asynchronous SCSI.
-
Small Computer System Interface
-
Small Connection System Interface
-
Secure Connection Server Interface
-
Small Connection Sys Interface
-
Asynchronous Data Transfer
-
Synchronous Data Transfer
-
Semi-synchronous Data Transfer
-
None of the Above
B
Correct answer
Explanation
Fast SCSI uses synchronous data transfer to achieve speeds up to 10 MB/s. Standard SCSI defaults to asynchronous transfer, but the Fast SCSI specification relies on synchronous timing protocols to coordinate rapid transmission cycles without waiting for acknowledgment handshakes. Asynchronous transfer is too slow for Fast SCSI requirements.
A
Correct answer
Explanation
SCSI-1 specified a narrow (8-bit) bus that could support up to 8 devices total, including the SCSI controller/host adapter. This means you could connect 7 peripheral devices plus the host adapter. The 8-device limit was a key constraint of the original SCSI-1 standard, later expanded to 16 devices with Wide SCSI.
-
Small Computer System Interface
-
Small Connection System Interface
-
Secure Connection Server Interface
-
Small Connection Sys Interface