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. data link

  2. transport

  3. network

  4. physical

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

Packets are the protocol data units (PDUs) at the network layer (Layer 3), which handles routing and logical addressing (IP addresses). The data link layer uses frames, the transport layer uses segments, and the physical layer deals with bits. This is a fundamental OSI model concept.

Multiple choice technology architecture
  1. network

  2. data link

  3. transport

  4. physical

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

The network layer (Layer 3) translates between physical (MAC) addresses used for local delivery and logical (IP) addresses used for routing across networks. Protocols like ARP (Address Resolution Protocol) operate here to map IP addresses to MAC addresses for delivery on the local network segment.

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
  1. RTF

  2. Plain Text

  3. HTML

  4. DHTML

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

Plain text creates the smallest email message files because it contains only the raw text characters without any formatting information, markup tags, or embedded styling. RTF (Rich Text Format) includes formatting codes, HTML includes tags, and DHTML (Dynamic HTML) includes even more scripting and interactive elements.

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 packaged enterprise solutions
  1. Connection Tool

  2. ODBC DSN

  3. Connection Session

  4. Connection Pool

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

In the physical layer of an RPD, a Connection Pool is the specific component that defines the connection parameters, such as data source name, user credentials, and connection limits, used to connect to a physical database.

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.