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 general knowledge
  1. IBM

  2. Sun Microsystem

  3. CISCO

  4. Cognizant Technologies

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

Sun Microsystems coined the famous tagline 'The Network is the Computer', reflecting their vision of network-centric computing and distributed systems. IBM, CISCO, and Cognizant are technology companies but use different taglines. This question tests knowledge of tech industry slogans.

Multiple choice general knowledge foreign languages
  1. Laptop

  2. Office

  3. Network

  4. I-Security

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

Réseau is the French word for network, referring to interconnected systems or social connections. Network is the correct English translation. Laptop and Office are unrelated French technology terms.

Multiple choice general knowledge foreign languages
  1. Light

  2. Lift

  3. Network

  4. Door

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

Ascenseur is the French word for lift or elevator, used to transport people vertically between floors. Lift is the correct English equivalent, commonly used in British English. Network and Door are unrelated French vocabulary terms.

Multiple choice general knowledge foreign languages
  1. Computer

  2. Laptop

  3. Network

  4. Elevator

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

Portatif in French means portable or mobile, commonly referring to a laptop computer (ordinateur portatif). Laptop is the best answer as it represents a portable computing device. Computer is too general, and Network is unrelated.

Multiple choice general knowledge
  1. Serves as an interface between a computer and another computer or devices.

  2. Serves as an interface between two software.

  3. Serves as an interface between hardware and software.

  4. Serves as an interface between CPU and RAM.

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

In computing, a port is a physical or virtual connection point that serves as an interface between a computer and external devices or other computers. Ports allow data transfer between systems - examples include USB ports for connecting peripherals, network ports for internet connectivity, and serial/parallel ports for various devices.

Multiple choice general knowledge
  1. Communication server

  2. Print server

  3. File server

  4. None of the Above

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

A file server is a network server dedicated to storing and managing files so that multiple users on a LAN can access shared programs and data. Communication servers handle network connections, print servers manage printers, and file servers specifically handle file sharing - which is exactly what the question describes.

Multiple choice general knowledge
  1. Bus

  2. Star

  3. Ring

  4. Double ring

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

In bus topology, all devices share a single backbone cable. If that main cable breaks anywhere, the entire network fails because the backbone is the communication path for all nodes. In star topology, only the disconnected node fails. Ring and double ring can often recover from breaks using dual rings or token reconfiguration.

Multiple choice general knowledge
  1. Bus

  2. Star

  3. Ring

  4. None of the Above

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

Star topology is preferred for large networks because it offers better scalability and easier troubleshooting. All devices connect to a central hub or switch, making it simple to add or remove nodes without disrupting the entire network. Bus and ring topologies become impractical at scale due to single points of failure and collision management issues.

Multiple choice general knowledge
  1. STP server

  2. Hub/switch

  3. PDC

  4. Router

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

In a star topology, all devices connect to a central hub or switch that acts as the central connection point. This central device manages communication between all connected nodes. STP servers and routers serve different purposes in networking, while PDC relates to domain controllers.

Multiple choice general knowledge
  1. ARCnet

  2. Ethernet

  3. ARPAnet

  4. Sancharnet

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

Ethernet uses CSMA/CD (Carrier Sense Multiple Access with Collision Detection) as its media access control method. This protocol helps manage how devices share the communication medium and handle collisions when multiple devices transmit simultaneously. ARCnet uses token passing, while ARPAnet and Sancharnet use different access methods.

Multiple choice general knowledge
  1. Server

  2. Client

  3. Mainframe

  4. Web server

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

A server is a computer that shares resources (files, printers, applications, services) with other computers on the network. Clients are computers that request and use these resources. Mainframes are large centralized computers, while web servers specifically serve web content, making Server the most accurate general answer.

Multiple choice general knowledge
  1. Application

  2. Network

  3. Physical

  4. Transport

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

Network cables operate at the Physical layer (Layer 1) of the OSI model, which deals with the actual physical connection and transmission of raw bits over the medium. The Physical layer defines specifications for cables, connectors, and signaling. Higher layers deal with logical rather than physical aspects.

Multiple choice general knowledge
  1. Circuit switched

  2. Packet switched

  3. Both

  4. None of the Above

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

ISDN (Integrated Services Digital Network) is an example of circuit-switched networking, where a dedicated communication path is established for the duration of the connection. Circuit switching reserves bandwidth throughout the session, unlike packet switching which breaks data into packets and shares network resources dynamically.