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
  1. 2.45 GHz

  2. 2.45 MHz

  3. 2.45 BHz

  4. 2.4 Hz

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

Bluetooth operates in the 2.4-2.48 GHz ISM (Industrial, Scientific, Medical) band. 2.45 GHz is the center frequency commonly cited. Options in MHz (megahertz) would be 1000x too small. BHz is not a standard unit. Hz alone is far too low. This is the same band used by WiFi and microwaves.

Multiple choice technology
  1. Blue tagging

  2. Blue bugging

  3. Blue error

  4. none

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

Blue bugging is a Bluetooth security attack where an unauthorized remotely connects to a Bluetooth-enabled phone to make calls, access data, or eavesdrop. Blue tagging and blue error are not standard Bluetooth security terms. This vulnerability exists in devices with vulnerable Bluetooth implementations.

Multiple choice technology
  1. 802.11

  2. 802.15

  3. 802.16

  4. 802.3

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

Bluetooth technology is standardized under IEEE 802.15, which covers wireless personal area networks (WPANs). 802.11 is for Wi-Fi (WLAN), 802.16 is for WiMAX (wireless broadband), and 802.3 is for Ethernet (wired). Bluetooth uses the 802.15.1 specification specifically.

Multiple choice technology operating systems
  1. Network Interface Communication

  2. Network Interconnecting Card

  3. Network Interface Card

  4. Networking Interface Card

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

NIC stands for Network Interface Card. It's the hardware component that connects a computer to a network. The other options misrepresent this standard acronym - Communication and Networking are not what the 'I' stands for.

Multiple choice technology
  1. Fiber Data Distributed Interface

  2. Fiber Distributed Data Interface

  3. Fiber Distributed Digital Interface

  4. Fiber Digital Ditributed Interface

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

FDDI stands for Fiber Distributed Data Interface, a standard for data transmission on fiber optic lines in a local area network (LAN). Option B is correct. It was developed by ANSI and supports data rates up to 100 Mbps. Option A has 'Data' and 'Distributed' in wrong positions. Option C incorrectly says 'Digital' instead of 'Data'. Option D has 'Digital' and misspells 'Distributed' as 'Ditributed'.

Multiple choice technology
  1. Service Optical NETworking

  2. Simple Optical NETworking

  3. Synchronous Optics NETworking

  4. Synchronous Optical NETworking

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

SONET is a standard for synchronous data transmission over optical fiber. The correct expansion is Synchronous Optical Networking (option D). Options A and B incorrectly use 'Service' or 'Simple', and option C incorrectly uses 'Optics' instead of 'Optical'.

Multiple choice technology enterprise content management
  1. Storage Area Network

  2. Simple Array Network

  3. The latest servers from SUN

  4. A festival in Eastern India

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

SAN stands for Storage Area Network, which is a dedicated, high-speed network that provides block-level network access to storage devices.

Multiple choice technology programming languages
  1. active

  2. passive

  3. connected

  4. Connected and unconnected

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

In Informatica PowerCenter, lookup transformations are broadly classified into two main operational types: connected (integrated into the mapping pipeline) and unconnected (called from an expression).

Multiple choice technology web technology
  1. C:\WINDOWS\system32\Logfiles

  2. C:\WINDOWS\system32\Logfiles\Date

  3. C:\WINDOWS\system32\Logfiles\W8SVX10

  4. C:\WINDOWS\system32\Logfiles\W3SVC1

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

IIS (Internet Information Services) stores log files in the W3SVC1 directory by default, where W3SVC1 represents the default website instance. The path C:\WINDOWS\system32\Logfiles\W3SVC1 is the standard location for the Default Web Site's logs. Options A and B are incomplete paths, while W8SVX10 is not a valid IIS website identifier.

Multiple choice technology storage
  1. 4TB

  2. 8TB

  3. 16TB

  4. 32TB

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

Celerra is an EMC NAS (Network Attached Storage) product that supports file systems up to 16TB in size. This is a hardware specification limit for the Celerra platform. Option A (4TB) and B (8TB) are below the actual maximum, while D (32TB) exceeds it.

Multiple choice technology web technology
  1. True

  2. False

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

MQI (Message Queue Interface) is an API that applications use to interact with queues - it's not a channel at all. MQI calls are made by applications locally to the MQ client libraries, which then communicate over channels. The actual channels used for communication between Queue Managers are Message Channels (MCA channels), not MQI channels. MQI channels don't exist as a concept.

Multiple choice technology web technology
  1. True

  2. False

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

Message Channels in IBM MQ are unidirectional - they transfer messages in one direction only. A Sender channel sends messages from one Queue Manager to another, while a Receiver channel receives them. For bidirectional communication, you need two separate channels (a sender/receiver pair in each direction).

Multiple choice technology
  1. can be configured separately for each locally defined queue.

  2. should be a local queue

  3. can not be accessed directly by any application.

  4. should have the same name as that of the remote queue manager where the remote queue is actually defined.

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

Transmission queues are specialized local queues in MQ that store messages destined for remote queue managers. Each remote queue definition can specify its own transmission queue, applications cannot directly access them, and their name conventionally matches the remote queue manager name.

Multiple choice technology programming languages
  1. Distributing

  2. Bursting

  3. Broadcasting

  4. Copying

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

Bursting is the feature that enables delivering a single report to multiple destinations simultaneously. Distributing typically refers to data distribution, broadcasting is one-to-many communication, and copying creates duplicates.

Multiple choice technology architecture
  1. physical

  2. transport

  3. network

  4. MAC sublayer of the data link layer

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

Flow control occurs at the transport layer (Layer 4), where mechanisms like TCP's sliding window prevent a fast sender from overwhelming a slow receiver. This ensures reliable data delivery. While the MAC sublayer has some flow control (e.g., Ethernet pause frames), the primary flow control is at the transport layer.