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 technology architecture
  1. RJ-45

  2. RJ-10

  3. COM1

  4. RJ-11

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

RJ-11 is the standard 6-pin modular connector used for telephone lines and connecting modems to phone jacks. It typically uses 4 or 6 wires. RJ-45 (option A) is the larger 8-pin connector used for Ethernet networks. RJ-10 doesn't exist as a standard connector type, and COM1 is a serial port designation, not a physical connector type.

Multiple choice technology operating systems
  1. network

  2. net

  3. netsh

  4. netstat

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

The 'net' command suite provides various Windows networking and service commands including net use, net user, net share, net start, etc. netsh (network shell) is more advanced for network config. netstat shows network statistics. 'network' and 'netstat' are not suites like net is.

Multiple choice technology web technology
  1. USENET

  2. Static Web sites

  3. ARPANET

  4. Ethernet

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

ARPANET (Advanced Research Projects Agency Network), created by the U.S. Department of Defense in 1969, was the precursor to the modern Internet. It pioneered packet-switching technology and TCP/IP protocols that form the Internet's foundation.

Multiple choice technology web technology
  1. USENET

  2. Static Web sites

  3. ARPANET

  4. Ethernet

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

ARPANET (Advanced Research Projects Agency Network), funded by the U.S. Department of Defense, was the precursor to the modern Internet. It pioneered packet switching and TCP/IP protocols in the late 1960s and 1970s, while USENET came later and Ethernet is a local networking technology.

Multiple choice technology operating systems
  1. networkconn.cpl

  2. ncpa.cpl

  3. ntcn.cpl

  4. netwkconn.cpl

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

ncpa.cpl (Network Connections Control Panel Applet) opens Windows network connection settings. The name derives from Network Connections Panel Applet. Options A, C, and D are made-up names - only ncpa.cpl is the actual Control Panel file for network connections.

Multiple choice technology platforms and products
  1. Consists of Zero or more Grids.

  2. Consists of One or more Grids.

  3. Can not have a Grid.

  4. Can have only one Grid.

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

A PowerCenter Domain consists of zero or more Grids. A Grid is a collection of nodes that can run services, and a domain must have at least one node but can have zero grids initially or multiple grids as needed.

Multiple choice technology platforms and products
  1. Consists of Zero or more Grids.

  2. Consists of One or more Grids.

  3. Can not have a Grid.

  4. Can have only one Grid.

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

A PowerCenter Domain can consist of zero or more grids - grids are the computing resources that execute workflows, and a domain can exist without any grids or contain multiple grids. Options B, C, and D are incorrect because domains are not restricted to having exactly one grid, can have zero grids, and are not required to have at least one grid.

Multiple choice technology packaged enterprise solutions
  1. 1

  2. 2

  3. 3

  4. No Limit

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

In Ab Initio Co>Operating system architecture, the Enterprise Server can have exactly one Gateway Server configured. The Gateway handles client connections and routes requests to the Enterprise Server, and this single-instance architecture prevents routing conflicts and maintains centralized control.

Multiple choice technology operating systems
  1. arp -a

  2. arp -vi

  3. apr -a

  4. apr -vi

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

The arp -a command displays the ARP (Address Resolution Protocol) cache, which shows the MAC addresses of network devices that the system has recently communicated with. This is the standard way to view MAC addresses in the ARP table. Options with 'apr' are typos, and -vi is not the correct flag combination for displaying ARP information.

Multiple choice technology operating systems
  1. arp -a

  2. arp -vi

  3. apr -a

  4. apr -vi

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

The arp -a command displays the ARP (Address Resolution Protocol) cache, which shows IP-to-MAC address mappings for recently communicated network devices. This is the standard way to view MAC addresses of network interfaces and remote systems. Options B, C, and D have incorrect command syntax or don't exist.

Multiple choice technology storage
  1. Point to Point topology

  2. FC Arbitrated Loop ( FC :Fiber Channel )

  3. Switched Fabric

  4. All the above

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

Storage Area Network (SAN) topologies include three main architectures: Point-to-Point (direct connection between two devices), FC Arbitrated Loop (devices connected in a loop sharing bandwidth), and Switched Fabric (devices connected through switches providing dedicated paths). Since all three are valid SAN topologies, 'All the above' is the correct answer.

Multiple choice technology operating systems
  1. router activity

  2. Maximum Transmission Unit (MTU) size

  3. MAC address connectivity between network cards

  4. loopback address connectivity between network cards

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

The linkloop command tests MAC address connectivity between network cards by sending packets with the source MAC set to the destination MAC, testing if the card can receive its own transmissions. It doesn't test router activity, MTU size, or IP-level loopback (ping does that).