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
A
Correct answer
Explanation
Early Ethernet networks (like 10Base5 Thicknet and 10Base2 Thinnet) did transmit data over thick, heavy coaxial cables. These cables were bulky, difficult to work with, and had limited bandwidth compared to modern twisted-pair and fiber alternatives.
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).
-
Testing of web pages and their run time transactions
-
Testing of backend batch jobs by using GUI for I/P and O/P of the job
-
Running backend jobs and monitoring the system resources used by it
-
Running jobs and monitoring logs, I/P & O/P files and database to verify/validate the run
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.
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.
-
getNetworkInfo()
-
getNetworkStatus()
-
getActiveNetworkInfo()
-
Both, a & b above
-
Both a & c above
-
All of above
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.
-
ConnectivityManager
-
WiFiManager
-
NetworkManager
-
None of above
B
Correct answer
Explanation
WifiManager is the correct Android service class for WiFi connectivity management. It provides methods for scanning, connecting, and managing WiFi networks. ConnectivityManager handles overall network connectivity state, not specifically WiFi.
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.
-
Browser Compare
-
Explorer Compare
-
Browser virtualization
-
Browser tester
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.
D
Correct answer
Explanation
Cable internet uses coaxial or fiber-optic cables to deliver high-speed data, classifying it as broadband. 28.8k and 56k are dial-up modem speeds (narrowband), and Modem is the device, not a connection type.
-
Quick Test Professional
-
Rational Robot
-
Load Runner
-
Selenium
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.
-
Variables
-
Stored Procedures
-
Functions
-
All of the above
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.
A
Correct answer
Explanation
BYNET (Teradata's high-speed interconnect) bandwidth increases with each consecutive node added to the system. This is because BYNET uses a switched architecture where adding nodes adds additional pathways and aggregate bandwidth. This is a fundamental characteristic of BYNET's scalability.
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.
-
Direct connection through T1 lines
-
Dial-up modem connections through phone lines
-
DSL connections through phone lines
-
Cable modem connections through cable TV lines
-
Satellite connections through satellite dishes
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.