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 operating systems
  1. stop slave

  2. service mysql stop

  3. shutdown

  4. service mysql restart

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

The 'STOP SLAVE' command is the correct MySQL statement to stop replication on a slave server. This command halts the replication SQL thread and/or I/O thread without stopping the entire MySQL service. 'service mysql stop' would stop the entire MySQL server, not just replication.

Multiple choice technology databases
  1. The SQL*Plus Keyword.

  2. The username

  3. The password

  4. The database name

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

When connecting to Oracle via SQL*Plus, you must specify the SQL*Plus keyword (command), username, and password. The database name is optional if connecting to a default database or using other connection methods. Options A, B, and C are all required components.

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 testing
  1. Functional changes in components/systems

  2. Connectivity between components/systems

  3. Completeness of backups

  4. If OAT is successful

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

Heartbeat messages are periodic signals sent between components to verify that communication channels are working and systems are reachable. They specifically test connectivity status rather than functionality, backup completeness, or test success. When heartbeats stop, it indicates a connection failure.

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.

Multiple choice technology databases
  1. Gateway's

  2. PE's

  3. Nodes

  4. AMP's

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

Clique in Teradata is a physical grouping of Nodes (hardware units) that share disk arrays. If one node fails, another node in the clique can take over its AMPs and access the same disk storage. Clique is NOT composed of Gateways, PEs, or AMPs - those are software components running on nodes.

Multiple choice technology
  1. Communicate with other computer peripherals

  2. Download files from the web

  3. Communicate with all hard drives

  4. Connect computers together

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

A computer port serves as a physical or virtual interface point that allows the computer to communicate with peripheral devices such as printers, keyboards, mice, and external storage. Ports provide the necessary connection points for data transfer between the computer's internal systems and external hardware components. The other options are incorrect because downloading files requires network connectivity not just a port, communicating with all hard drives uses internal interfaces like SATA/IDE not ports, and connecting computers together typically requires network cards or crossover cables.

Multiple choice technology databases
  1. Network Layer, Transport Layer

  2. Operating system, Hardware Vendors

  3. Developer, DBA

  4. Program Design, Oracle Server

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

Grid computing capabilities require physical infrastructure support from hardware vendors (servers, storage, networking equipment) and operating systems (resource management, clustering, virtualization). Hardware provides the physical resources, while operating systems manage and pool these resources. Developers and DBAs work at higher abstraction layers, while network/transport layers are communication protocols, not Grid infrastructure providers.