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

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. 8

  2. 16

  3. 32

  4. 64

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

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 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. 8

  2. 16

  3. 32

  4. 64

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