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
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.
-
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.
A
Correct answer
Explanation
SCSI-3 employs Cyclic Redundancy Check (CRC) for robust error detection of data transferred on the bus, replacing the simpler single-bit parity used in SCSI-1 and SCSI-2. CRC can detect multiple bit errors and provides better data integrity protection. Parity was the legacy method, while CRC is the modern standard.
-
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-3 employs Cyclic Redundancy Check (CRC) for robust error detection of data transferred on the bus, replacing the simpler single-bit parity used in SCSI-1 and SCSI-2. CRC can detect multiple bit errors and provides better data integrity protection. Parity was the legacy method, while CRC is the modern standard.
-
Star topology
-
Hub-and-spoke topology
-
Serial topology
-
None of the above
A,B,C
Correct answer
Explanation
OpenDeploy supports multiple deployment topologies to distribute content, including star, hub-and-spoke, and serial (cascaded) configurations. These topologies allow flexible distribution of content from source servers to multiple target destinations, making all three choices correct.
-
Symmetrical
-
Asymmetrical
-
Master Node first
-
1 or 2
B
Correct answer
Explanation
Asymmetrical deployment in production MWS clusters allows specialized node roles and optimized resource allocation. Unlike symmetrical setups where all nodes are identical, asymmetrical configurations can dedicate specific nodes to particular tasks for better performance and manageability.