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 architecture
  1. Repeater

  2. Switch

  3. Hub

  4. Network segment

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

A switch operates like a multiport bridge because it learns MAC addresses and forwards frames only to the specific port where the destination device is connected, unlike a hub which broadcasts to all ports. Switches operate at Layer 2 and provide dedicated bandwidth to each port.

Multiple choice technology architecture
  1. Hub

  2. Repeater

  3. Bridge

  4. Switch

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

A switch provides concentrated connectivity by connecting multiple devices while making transmission efficient through MAC address learning and selective forwarding. Unlike hubs that broadcast to all ports, switches send data only to the destination port, reducing collisions and improving performance.

Multiple choice technology packaged enterprise solutions
  1. IPV4

  2. IPV5

  3. IPV6

  4. None of the above

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

Fourth Generation (4G) mobile networks natively support IPv6 to accommodate the vast number of mobile devices requiring unique IP addresses. IPv4 addresses are exhausted and cannot scale to meet 4G device density, while IPv5 was an experimental real-time stream protocol that was never deployed commercially.

Multiple choice technology architecture
  1. 1 hour

  2. 30 minutes

  3. 15 minutes

  4. 5 minutes

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

At 10 Mbps with 20% overhead, effective bandwidth is 8 Mbps. Transferring 1 GB (approximately 8000 Mb) takes 8000/8 = 1000 seconds, or about 16.7 minutes. Option C (15 minutes) is the closest approximation among the choices.

Multiple choice technology architecture
  1. Throughput

  2. Response Time

  3. Number in the system

  4. Utilization of network

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

Network bandwidth fundamentally measures throughput - the amount of data transmitted per unit of time across the network. Response time measures latency, number in the system is a queuing metric, and utilization measures capacity usage. Bandwidth is specifically about data transfer capacity.

Multiple choice technology performance
  1. User site

  2. File server

  3. Utility server

  4. Administration site

  5. Controller machine

  6. Load generator machine

Reveal answer Fill a bubble to check yourself
A,C,D,E Correct answer
Explanation

In Performance Center architecture, the database server stores results and configuration data from multiple sources. The User site stores test results, the Utility server manages authentication and licensing data, the Administration site handles configuration information, and the Controller machine sends runtime test data. Load generators communicate with the Controller but don't write directly to the database, and the File server is for storage management rather than database communication.

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

HBA (Host Bus Adapter) is the physical component that connects a host computer's I/O bus (like PCIe) to the Fibre Channel network. It enables the host to communicate with storage devices. Fibre cables connect devices, switches route traffic, and storage arrays store data.

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 primarily enables server consolidation through file-level data sharing across networks, while SAN focuses on storage consolidation using block-level protocols. NAS typically uses TCP/IP, whereas SAN employs Fibre Channel.

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 is particularly susceptible to security violations due to its distributed nature and use of public airwaves for transmission. The broadcast-based communication and reliance on multiple base stations create numerous potential entry points for attackers. Linear, star, and ring topologies have more centralized control and typically wired connections which are easier to secure.

Multiple choice technology architecture
  1. LANs

  2. WANs

  3. MANs

  4. WLANs

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

A Local Area Network (LAN) is confined to a small geographic area like a single building or campus. It connects devices within a limited area using private networking equipment. WANs span large geographic areas, MANs cover metropolitan regions, and WLANs are wireless LANs.