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
-
Connector
-
Notify
-
Router
-
Trigger
-
Assembler
-
None of the Above
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.
-
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
-
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
-
the performance of unconnected look up is lower than connected lookup
-
the performance of connected look up is lower than unconnected lookup
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.
-
Channel Communication
-
Channel Factory
-
Channel Formatter
-
Channel listeners
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.
-
Managed Model
-
Ad-Hoc Model
-
Echo Model
-
Discovery Model
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.
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.
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.
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.
-
80 Gb/sec per link
-
40 Gb/Sec per link
-
40 Gb/sec each direction
-
none of the above
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.
-
it means bind service which is used for dns service
-
this is related to troubleshooting tool for ethernet cable
-
used while configuring routers on linux
-
id binding two (or more) physical ethernet interfaces together to look and act as a single interface under Linux
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.
-
Internet
-
Intranet
-
Local Area Network
-
Wide Area Network
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.
-
Virtual Connection Manager
-
Virtual Channel Memory
-
Voice Controlled Modem
-
Voice Communications Module
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.
-
Ethereal
-
Wireshark
-
Sniffer
-
NetZer
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.
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.