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

Multiple choice technology
  1. L1

  2. L2

  3. L3

  4. L7

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology platforms and products
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology programming languages
  1. Windows service

  2. WAS

  3. None of above

  4. Both 1 and 2

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology security
  1. bridge

  2. hub

  3. router

  4. switch

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. URL (Universal Resource Locator)

  2. LAN (Local Area Network)

  3. WAN (Wide Area Network)

  4. World Wide Web

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. URL (Universal Resource Locator)

  2. LAN (Local Area Network)

  3. WAN (Wide Area Network)

  4. World Wide Web

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Asynchronous Data Transfer

  2. Synchronous Data Transfer

  3. Semi-synchronous Data Transfer

  4. None of the Above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. CRC

  2. Parity

  3. Both

  4. None

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology storage
  1. Asynchronous Data Transfer

  2. Synchronous Data Transfer

  3. Semi-synchronous Data Transfer

  4. None of the Above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology storage
  1. CRC

  2. Parity

  3. Both

  4. None

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology enterprise content management
  1. Star topology

  2. Hub-and-spoke topology

  3. Serial topology

  4. None of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology platforms and products
  1. Symmetrical

  2. Asymmetrical

  3. Master Node first

  4. 1 or 2

Reveal answer Fill a bubble to check yourself
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.