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. Router

  2. Hub

  3. Switch

  4. Modem

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

A router acts as a 'traffic cop' by directing data packets between different networks based on IP addresses and routing tables. It makes intelligent decisions about the best path for packets, unlike a hub (which broadcasts to all ports) or a switch (which forwards based on MAC addresses within a network).

Multiple choice technology testing
  1. Testing of web pages and their run time transactions

  2. Testing of backend batch jobs by using GUI for I/P and O/P of the job

  3. Running backend jobs and monitoring the system resources used by it

  4. Running jobs and monitoring logs, I/P & O/P files and database to verify/validate the run

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

Batch testing refers to validating background, non-interactive processes. Since there is no user interface, testers must run the jobs and directly verify output files, system logs, execution resources, and database updates to ensure correct processing, rather than testing interactive web pages or using a GUI.

Multiple choice technology platforms and products
  1. True

  2. False

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

Android networking is NOT principally handled by ConnectivityManager for actual network operations. ConnectivityManager monitors network connectivity state and availability, but actual network requests use HttpURLConnection, OkHttp, or other HTTP libraries. The statement confuses connectivity monitoring with network communication.

Multiple choice technology platforms and products
  1. getNetworkInfo()

  2. getNetworkStatus()

  3. getActiveNetworkInfo()

  4. Both, a & b above

  5. Both a & c above

  6. All of above

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

getNetworkInfo() and getActiveNetworkInfo() are both valid ConnectivityManager methods for retrieving network details. getNetworkStatus() is not a standard Android API method. Both getNetworkInfo() (deprecated) and getActiveNetworkInfo() provide information about network state and connectivity.

Multiple choice technology
  1. True

  2. False

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

In messaging systems, ST (possibly referring to Secure Transport or similar technologies) can communicate externally through a Gateway component. Gateways typically serve as intermediaries that enable secure external communication for internal systems.

Multiple choice technology architecture
  1. Browser Compare

  2. Explorer Compare

  3. Browser virtualization

  4. Browser tester

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

Browser virtualization allows developers to test applications across multiple browser environments without needing each browser physically installed. This approach significantly reduces testing time while improving application compatibility and user experience.

Multiple choice technology testing
  1. Quick Test Professional

  2. Rational Robot

  3. Load Runner

  4. Selenium

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

Load Runner is the correct answer because it's a widely-used performance testing tool that simulates virtual users to test system behavior under load. Quick Test Professional and Selenium are for functional testing automation, while Rational Robot is also a functional testing tool.

Multiple choice technology
  1. Variables

  2. Stored Procedures

  3. Functions

  4. All of the above

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

In SSRS (SQL Server Reporting Services), cascading parameters are typically implemented through stored procedures where one parameter's value is used to filter available values for another parameter. The stored procedure can accept the first parameter as input and return filtered options for the dependent parameter. Variables and functions alone don't provide the mechanism for parameter dependency.

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.