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 platforms and products
  1. Connector

  2. Notify

  3. Router

  4. Trigger

  5. Assembler

  6. None of the Above

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

All the listed options (Connector, Notify, Router, Trigger, Assembler) are valid activity types in Pega. Since the question asks which is 'not a type of Activity' and all listed options are valid, 'None of the Above' (option F) is logically correct - there is no invalid option among A-E.

Multiple choice technology
  1. A connected look up can return only one port within the data flow. An unconnected look up is used when multiple values are to be returned

  2. A connected look up can return multiple ports within the data flow. An unconnected look up is used when only one value is to be returned

  3. the performance of unconnected look up is lower than connected lookup

  4. the performance of connected look up is lower than unconnected lookup

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

Connected lookups participate in the data flow and can return multiple port values through a single lookup call, while unconnected lookups are called from expressions using :LKP syntax and return only one value. Unconnected lookups generally perform better because they're only executed when needed (cached results possible) and don't require continuous connection to the lookup source during data flow processing.

Multiple choice technology programming languages
  1. Channel Communication

  2. Channel Factory

  3. Channel Formatter

  4. Channel listeners

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

Channel listeners are responsible for creating channels and receiving messages from the network or lower layers in the WCF channel stack. They wait for incoming connections and create appropriate channel objects.

Multiple choice technology programming languages
  1. Managed Model

  2. Ad-Hoc Model

  3. Echo Model

  4. Discovery Model

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

The Ad-Hoc discovery model uses multicast announcement messages where services announce their presence on the network. Interested clients listen for these announcements. This is contrasted with managed discovery which uses a centralized discovery proxy. WS-Discovery protocol supports this ad-hoc multicast model.

Multiple choice technology platforms and products
  1. True

  2. False

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

Distributed scanning is superior when network bandwidth is limited because scanning workloads are distributed across multiple machines closer to document sources, minimizing network traffic. Centralized scanning requires all documents to traverse the network to a single scanner, creating bottlenecks.

Multiple choice technology web technology
  1. Direct connection through T1 lines

  2. Dial-up modem connections through phone lines

  3. DSL connections through phone lines

  4. Cable modem connections through cable TV lines

  5. Satellite connections through satellite dishes

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

Dial-up modem connections are the slowest among these options, with maximum speeds of 56 Kbps. All other options (T1, DSL, cable, satellite) provide broadband speeds significantly faster than dial-up. T1 lines offer dedicated 1.5 Mbps, while modern cable and DSL can reach 100+ Mbps.

Multiple choice technology platforms and products
  1. True

  2. False

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

Exadata uses a Unified InfiniBand fabric that serves dual purposes: high-bandwidth, low-latency connectivity for storage traffic AND RAC (Real Application Clusters) private interconnect communication between database nodes. This unified network replaces separate storage and cluster networks.

Multiple choice technology
  1. FXS

  2. FXO

  3. E&M

  4. E1

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

FXS (Foreign Exchange Station) interfaces connect analog devices like phones to VoIP networks, providing ring voltage and dial tone. FXO is for connecting to PSTN lines, E&M is for trunk connections between PBXs, and E1 is a digital carrier standard, not an analog interface type.

Multiple choice technology platforms and products
  1. 80 Gb/sec per link

  2. 40 Gb/Sec per link

  3. 40 Gb/sec each direction

  4. none of the above

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

The Sun Datacenter InfiniBand Switch 36 supports Quad Data Rate (QDR) speeds of 40 Gb/sec per link in each direction. Because it is bidirectional, this yields an aggregate bandwidth of 80 Gb/sec per link. Therefore, options a and c are correct statements, while b and d are false.

Multiple choice technology operating systems
  1. it means bind service which is used for dns service

  2. this is related to troubleshooting tool for ethernet cable

  3. used while configuring routers on linux

  4. id binding two (or more) physical ethernet interfaces together to look and act as a single interface under Linux

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

Ethernet bonding in Linux combines multiple physical network interfaces into a single logical interface for redundancy and increased bandwidth. The bonded interface acts as one interface with failover protection (if one link fails, traffic continues on others) and potential load balancing. Bonding is unrelated to DNS service (A), cable troubleshooting tools (B), or router configuration (C) - it specifically deals with interface aggregation at the network card level.

Multiple choice technology
  1. Internet

  2. Intranet

  3. Local Area Network

  4. Wide Area Network

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

A Local Area Network (LAN) connects computers within a limited geographic area like a single building, office, or campus. LANs enable devices to share resources like printers, files, and internet connections through direct or indirect connections.

Multiple choice technology
  1. Virtual Connection Manager

  2. Virtual Channel Memory

  3. Voice Controlled Modem

  4. Voice Communications Module

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

VCM stands for Virtual Channel Memory, a memory architecture developed by NEC that allows multiple virtual channels to reduce memory latency by creating separate paths for different types of memory accesses, improving efficiency in multi-tasking environments.

Multiple choice technology web technology
  1. Ethereal

  2. Wireshark

  3. Sniffer

  4. NetZer

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

A 'sniffer' is a network analyzer tool that captures and examines network traffic. While Wireshark (formerly Ethereal) is a specific popular sniffer application, 'sniffer' is the generic one-word term for any network analyzer. The term comes from the idea of 'sniffing' or capturing data packets as they travel across the network.

Multiple choice technology databases
  1. BYNET

  2. PE

  3. AMP

  4. VDISK

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

BYNET (Berkeley Networks YNet) is Teradata's proprietary high-speed interconnect that handles all communication and broadcasting between nodes, Parsing Engines (PEs), and Access Module Processors (AMPs). It ensures data is efficiently distributed and retrieved across the system. PE handles parsing, AMP manages data storage, and VDISK is virtual disk storage.