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
  1. Medium Access Control

  2. Mandatory access control

  3. Media Access Control

  4. Media Access Controller

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

In networking and hardware contexts, MAC stands for Media Access Control. Medium Access Control is a common variation, but Media Access Control is the standard terminology.

Multiple choice technology
  1. True

  2. False

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

Traditional telephone networks (PSTN) use circuit switching, where a dedicated communication path is established for the duration of a call. This guarantees quality but wastes resources during silent periods. This contrasts with modern packet-switched VoIP networks.

Multiple choice technology embedded technologies
  1. CAN

  2. Flex-Ray

  3. MOST

  4. LIN

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

FlexRay operates at the highest speed (up to 10 Mbps) among the listed automotive protocols, designed for high-performance and safety-critical applications like drive-by-wire systems. CAN operates at up to 1 Mbps, MOST at up to 150 Mbps for multimedia, and LIN is the slowest at up to 20 kbps for low-cost body electronics.

Multiple choice technology embedded technologies
  1. Mobile oriented Synchronous Transfer

  2. Mobile oriented System Transfer

  3. Media oriented Synchronous Transfer

  4. Media oriented System Transfer

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

MOST stands for Media Oriented Systems Transport. It is a high-speed multimedia network technology optimized for the automotive industry, used to connect infotainment components like radios, amplifiers, and displays.

Multiple choice technology embedded technologies
  1. 128

  2. 64

  3. 32

  4. 16

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

The RS485 standard specifies a maximum of 32 unit loads on a single network segment without repeaters. While modern transceivers with fractional unit loads can extend this to 128 or more devices, the classic RS485 specification defines 32 as the standard limit. Options A and B (128, 64) require special low-unit-load transceivers, and D (16) is below the standard capacity.

Multiple choice technology web technology
  1. wired

  2. wireless

  3. both 1 and 2

  4. None of these

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

To solve this question, the user needs to know what the WAP protocol is and what it was designed for. The user must then identify which type of clients the protocol was intended to be used on.

The WAP protocol, or Wireless Application Protocol, was designed specifically for wireless clients. It was developed in the late 1990s to enable mobile devices to access internet content over wireless networks.

Therefore, the correct answer is:

The Answer is: B. wireless

Multiple choice technology web technology
  1. pagers

  2. computers

  3. mobile phones

  4. networks

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

WAP (Wireless Application Protocol) was created to enable web access on early mobile devices, primarily phones, not on pagers, desktop computers, or generic networks. It defined how browsers on mobiles retrieve and display content, making mobile phones the intended platform, so the other options are unrelated.

Multiple choice technology databases
  1. distributes a row to single output and another to the other output

  2. distributes its input to one or more outputs

  3. join two inputs

  4. extract data from a connection

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

Multicast Transformation in SSIS takes a single input row and distributes it to multiple outputs simultaneously. Each output receives a copy of the same row, enabling parallel processing paths.