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
  1. client/server computing

  2. enterprise collaboration

  3. electronic commerce

  4. internet worked enterprise

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

Client/server computing involves end-user PCs (clients) connected to servers that share resources like software, processing power, and databases. This architecture allows distributed processing while centralizing shared resources. Enterprise collaboration focuses on communication tools, while electronic commerce is about online transactions.

Multiple choice
  1. Signal Array Network

  2. Storage Area Network

  3. Save All Network

  4. Sell Arch Network

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

SAN stands for Storage Area Network, which is a high-speed network that provides access to block-level storage. Signal Array Network, Save All Network, and Sell Arch Network are not valid technical terms. SAN is a fundamental concept in enterprise storage architecture.

Multiple choice
  1. Asynchronous transfer mode

  2. Aggregated topography method

  3. Automatic transferral of multiplex

  4. Automatic teller machine

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

ATM in networking stands for Asynchronous Transfer Mode, a high-speed networking technology that uses fixed-size cells for data transmission. 'Automatic teller machine' is the common banking meaning of ATM, not networking. The other options are fabricated terms.

Multiple choice
  1. Local Area Network

  2. Local Area Net

  3. Large Area Network

  4. Large Area Net

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

LAN stands for Local Area Network, a network connecting devices in a limited area. Options C and D incorrectly use 'Large', and option B truncates 'Network' to 'Net'.

Multiple choice
  1. LAN

  2. Intranet

  3. Internet

  4. WAN

  5. Subnet

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

An intranet is a computer network that uses Internet Protocol technology to share information, operational systems, or computing services within an organization. This term is used in contrast to internet, a network between organizations, and instead refers to a network within an organization

Multiple choice
  1. LAN

  2. WAN

  3. IPv4

  4. MAN

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

LAN (Local Area Network), WAN (Wide Area Network), and MAN (Metropolitan Area Network) are all network classifications based on geographical scope. IPv4 is a network layer protocol that defines IP addressing and packet routing, not a network type. This makes IPv4 the odd one out as it's a protocol standard rather than a network category.

Multiple choice
  1. The ports cannot communicate with other ports.

  2. The ports default back to the management VLAN.

  3. The ports automatically become a part of VLAN1.

  4. The ports remain a part of that VLAN until the switch is rebooted. They then become members of the management VLAN.

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

When a VLAN is deleted from a switch, the member ports lose their VLAN association and cannot communicate with other ports until they are reassigned to another VLAN. They don't automatically revert to any default VLAN without explicit reconfiguration.

Multiple choice
  1. SSH uses TCP whereas Telnet does not.

  2. SSH encrypts only the username and password when logging in.

  3. SSH encrypts all remote management communications whereas Telnet does not.

  4. SSH sends a clear text message steam which reduces the bandwidth use for management.

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

SSH encrypts the entire management session including all commands, output, and authentication credentials. Telnet transmits everything in clear text, making passwords and configuration visible to packet sniffers. SSH provides confidentiality and integrity for remote device management.