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 testing
  1. SPI

  2. OmniVox3D Application layer.

  3. CTI

  4. PBX, LAN and Host Computer.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In Rogers Telecommunications, customer calls are forwarded to agents through a system infrastructure consisting of PBX (Private Branch Exchange), LAN (Local Area Network), and Host Computer. The PBX handles call routing, the LAN connects the system components, and the host computer manages the call data and agent interactions. SPI, OmniVox3D Application layer, and CTI (Computer Telephony Integration) are related technologies but not the complete forwarding path.

Multiple choice technology architecture
  1. Virtual Private Network

  2. System and Network Management system

  3. e-Mail

  4. Office (desktop) software

  5. All of these

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Infrastructure applications are foundational software systems that support core IT operations. A VPN provides secure network communication infrastructure, network management systems monitor and control infrastructure, email is fundamental communication infrastructure, and office productivity software (while end-user facing) is part of the standard software infrastructure in organizations. All these represent different layers of IT infrastructure.

Multiple choice technology architecture
  1. Fibre cable

  2. Fibre channel switch

  3. HBA

  4. storage array

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Fibre Channel switch provides physical connections and logical routing between devices in a SAN fabric. Fibre cable is just the physical medium. HBA (Host Bus Adapter) connects servers to the fabric. Storage array contains the actual storage devices. The switch is the intelligent component that routes traffic.

Multiple choice technology architecture
  1. FC arbitrated loop

  2. FC switched fabric

  3. FC full mesh

  4. FC partial mesh

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

FC arbitrated loop (FC-AL) is the topology that uses hubs to connect devices in a loop, with arbitrated access to the loop. Switched fabric uses switches, not hubs. Mesh topologies (full or partial) require point-to-point connections between devices, not hub-based architecture. The hub is the defining characteristic of arbitrated loop topology.

Multiple choice technology architecture
  1. NAS is traditionally used for server consolidation whereas SAN is used for storage consloidation

  2. NAS uses block level I/O protocols, SAN uses file level I/O protocols

  3. NAS devices uses FC protocols to connect storage devices, SAN devices relies on TCP / IP suite of protocols

  4. SAN provides multipathing capability for business continuity whereas NAS cannot support multipathing

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

NAS (Network Attached Storage) provides file-level storage consolidation for multiple servers, while SAN (Storage Area Network) provides block-level storage consolidation. Option A correctly identifies this distinction. Options B, C, and D are reversed: SAN uses block-level protocols (FC, iSCSI), NAS uses file-level protocols (NFS, SMB), NAS uses TCP/IP, SAN uses FC, and both support multipathing capabilities.

Multiple choice technology architecture
  1. World Wide Names (WWNs) are similar to MAC addresses for NICs in TCP/IP

  2. FC port id is similar to IP address for a NIC in TCP/IP

  3. Private FC-AL uses 8 bit addressing scheme which restrics the number of devices to 128

  4. FC-SW topology is analagous to token ring topology

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This question asks which statement is FALSE (all true except). FC-SW (switched fabric) is analogous to Ethernet switching, not token ring. Options A, B, and C are all true: WWNs are like MAC addresses (unique device IDs), FC port IDs are like IP addresses (assigned addresses for communication), and private FC-AL uses 8-bit addressing (limiting to 126 devices after addressing overhead). The question structure correctly identifies D as the false statement.

Multiple choice technology architecture
  1. Fibre cable

  2. Fibre channel switch

  3. HBA

  4. Storage array

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Host Bus Adapter (HBA) is the hardware component that physically and logically connects a host computer's I/O bus (such as PCI) to a Fibre Channel network. It acts as the interface card installed in the server, converting protocol and electrical signals between the host system and the SAN fabric. Fibre cables simply transmit data, switches route traffic, and storage arrays store data - only the HBA provides the actual connection point from the host to the network.

Multiple choice technology architecture
  1. 500 M

  2. 2 KM

  3. 20 KM

  4. 200 KM

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Single-mode fiber for ISLs (Inter-Switch Links) in Fibre Channel networks can support distances up to approximately 20 kilometers. Single-mode fiber uses a single light path and laser light sources, allowing for longer distances with less signal attenuation compared to multi-mode fiber. The 20 km distance is a standard specification for long-wave laser transceivers in SAN environments.

Multiple choice technology architecture
  1. 500 M

  2. 2 KM

  3. 20 KM

  4. 200 KM

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Multi-mode fiber for ISLs (Inter-Switch Links) in Fibre Channel networks typically supports distances up to 500 meters. Multi-mode fiber uses multiple light paths and LED or laser sources, which causes modal dispersion that limits effective distance. For longer ISL distances, single-mode fiber must be used instead. The 500 meter distance is the standard limit for multi-mode in SAN environments.

Multiple choice technology architecture
  1. Linear

  2. Star

  3. Ring

  4. Cellular

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Cellular topology broadcasts data over radio waves, making it inherently vulnerable to interception, eavesdropping, and unauthorized access since the medium is shared and publicly accessible. Linear bus, star, and ring topologies typically use wired connections which are physically more secure and harder to intercept without direct access.

Multiple choice technology architecture
  1. Ring

  2. Extended star

  3. Hierarchical

  4. Mesh

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Mesh topology provides multiple redundant paths between nodes, so if any link or node fails, traffic can route through alternative paths, making it ideal for uninterrupted communications. Ring topology has single points of failure between nodes. Star topology depends on the central switch. Hierarchical topology has single points of failure at each level.