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. It's reliable: If one cable/device fails, the rest work.

  2. It is very reliable but I don't know why

  3. No extra hardware is required

  4. The hub can fail

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

A primary benefit of the star topology is its fault tolerance. If one cable or device fails, the central hub keeps the rest of the network operational, unlike bus or ring topologies where a single point of failure can crash the entire system.

Multiple choice
  1. Local Available Network

  2. Lovely Area Network

  3. Local Area Network

  4. Local Area Nodes

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

LAN is the standard acronym for Local Area Network, which refers to a computer network that interconnects computers within a limited area such as a residence, school, or office building.

Multiple choice
  1. Several LANs connected together.

  2. Several LANS not connected together

  3. The Internet

  4. Bread

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

A Wide Area Network (WAN) covers a broad area and is typically constructed by connecting multiple Local Area Networks (LANs) together over long distances using various communication links.

Multiple choice
  1. Hub

  2. Cat5 Cable

  3. Satellite

  4. Router

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

Routers operate at the Network Layer (Layer 3) because they make forwarding decisions based on logical IP addresses, unlike hubs or switches which operate at lower layers.

Multiple choice
  1. Nothing

  2. Provides data routing paths

  3. Changes colors

  4. Shuts down computers

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

The primary function of the Network Layer is to determine the best physical path for data to reach its destination, a process known as routing.

Multiple choice
  1. True

  2. False

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

Data is broken down into smaller segments or packets to be transmitted across a network. A single file is rarely sent as one large block due to MTU limitations.

Multiple choice
  1. Routes packets

  2. Connect the device to networks

  3. Connects the device to the World Wide Web

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

The primary function of the Network/Internet layer is to determine the best path for data to travel from the source to the destination, which is the process of routing.

Multiple choice
  1. When you move from one network to another

  2. When you move from one wifi to another

  3. When a packet is passed from one network segment to the next

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

A network hop occurs when a packet is forwarded by a router from one network segment to another on its path toward the destination.

Multiple choice
  1. Firewall

  2. Bridge Router and Switch

  3. Modem

  4. Motherboard

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

A Layer 3 switch combines routing and switching capabilities. Traditionally, a router handles routing between networks, and a switch moves frames within a network. The question has a typo - should be 'Bridge, Router and Switch'.

Multiple choice
  1. For apples to communicate

  2. Lets Apple products communicate with other Apple products

  3. Allows MACs in the same LAN to connect with no setup

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

AppleTalk was a proprietary suite of networking protocols developed by Apple, designed to allow Macintosh computers to connect to each other in a local network without requiring a dedicated server or complex configuration.

Multiple choice
  1. Interconnects any devices with any networks

  2. Interconnects networks that use Novell's NetWare clients and servers

  3. somthin, idk

  4. Internetwork Protocol Exchange

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

IPX (Internetwork Packet Exchange) was a network layer protocol used primarily by Novell NetWare operating systems to interconnect clients and servers.

Multiple choice
  1. Physical

  2. Network

  3. Session

  4. Application

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

The Session layer (Layer 5) manages sessions between applications, including establishing, maintaining, and synchronizing the dialogue between communicating systems.