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 programming languages
  1. active

  2. passive

  3. connected

  4. Connected and unconnected

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

Lookups in Informatica are classified into two types: Connected lookup (part of the data flow pipeline, receives input rows directly) and Unconnected lookup (called from within another transformation using :LKP reference, not directly in data flow). Active and passive refer to transformation types, not lookup categories. Connected vs unconnected determines how the lookup is invoked and whether it's part of the main flow.

Multiple choice technology packaged enterprise solutions
  1. Sendind and receiving heart beat packets

  2. management of starting,stoping and relocating packages

  3. monitoring network connectivity

  4. management and coordination of node membership

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

The cluster manager in Serviceguard handles node membership - tracking which nodes join, leave, or fail in the cluster. It coordinates membership changes during reconfiguration. Heartbeat monitoring is typically handled by separate cluster communication protocols, not the membership manager itself.

Multiple choice technology embedded technologies
  1. True

  2. False

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

RS-485 uses differential signaling over a twisted pair of wires to transmit data, which provides high noise immunity. Single-ended transmission, where signals are referenced to a common ground, is used by standards like RS-232.

Multiple choice technology
  1. 100 Mbps

  2. 54 Mbps

  3. 24 Mbps

  4. 10 Mbps

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

802.11a operates in the 5 GHz frequency band and supports a maximum theoretical data rate of 54 Mbps. It was one of the first high-speed wireless standards. Options A, C, and D are incorrect - 100 Mbps is closer to 802.11n/g speeds in ideal conditions, while 24 and 10 Mbps are far below 802.11a's specification.

Multiple choice technology
  1. IEEE 802.3u

  2. IEEE 802.3

  3. Ethernet II

  4. IEEE 802.3z

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

IEEE 802.3z is the standard for Gigabit Ethernet (1000 Mbps). In contrast, 802.3u defines Fast Ethernet (100 Mbps), and 802.3 is the original base standard for Ethernet. The letter suffixes denote different speed and media specifications.

Multiple choice technology
  1. DTE

  2. LMI

  3. DCE

  4. DLCI

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

DLCI (Data Link Connection Identifier) is the identifier used in Frame Relay to determine which virtual circuit a frame belongs to. Each DLCI identifies a specific PVC (Permanent Virtual Circuit) through the Frame Relay network. DTE and DCE are devices, and LMI is a signaling protocol, but only DLCI identifies the channel.

Multiple choice technology programming languages
  1. True

  2. False

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

WCF (Windows Communication Foundation) was designed specifically to provide a unified programming model that abstracts and encapsulates various distributed communication technologies. This includes MSMQ for queued messaging, .NET Remoting for cross-application communication, and ASMX for legacy XML web services - allowing developers to use a single framework instead of learning multiple technologies.

Multiple choice technology
  1. True

  2. False

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

Unacknowledged connectionless service means the sender transmits frames without waiting for acknowledgments. Each frame is independent and there's no connection setup. This is simple but provides no reliability guarantees.

Multiple choice technology
  1. Certified Novell Engineer

  2. Chief Network Engineer

  3. Certified Network Engineer

  4. None of the Above

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

CNE (Certified Novell Engineer) is a professional certification for network administrators using Novell NetWare. It was a widely recognized certification in the 1990s for Novell networking products.

Multiple choice technology
  1. Hardware

  2. Software

  3. Both Hardware and Software

  4. None of the Above

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

Firewalls can be implemented as hardware devices (network appliances, dedicated firewall appliances), software (host-based firewalls on individual machines, or software firewalls running on general-purpose hardware), or a combination of both approaches. Hybrid implementations are common in enterprise environments. Option C correctly captures this implementation flexibility.

Multiple choice technology
  1. Port that receives small amount of data

  2. Port that receives large amount of data

  3. Both ports

  4. None of the above

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

In a join component, the driving port should be the one receiving the larger amount of data. This optimizes performance because the join operation processes data more efficiently when driving from the larger dataset.

Multiple choice technology
  1. Data Terminal Equipment

  2. Distributed Terminal Environment

  3. Data Transmission Equipment

  4. Data Terminal Environment

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

DTE stands for Data Terminal Equipment, which refers to end-user devices in a network (like computers, terminals) that initiate or terminate data communication. DTE interfaces with DCE (Data Circuit-Terminating Equipment) like modems to communicate over networks.

Multiple choice technology
  1. Distributed Computing Environment

  2. Data Communications Equipment

  3. Data Circuit-Terminating Equipment

  4. Digital Communications Environment

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

DCE stands for Data Circuit-terminating Equipment (also known as Data Communications Equipment in some contexts). It's the network-side device that connects DTE (Data Terminal Equipment) to the network - examples include modems, CSU/DSU units. The 'C' represents Circuit or Communications in this context.

Multiple choice technology
  1. Network File System

  2. Network Filing System

  3. Network File Server

  4. Network File Sharing

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

NFS stands for Network File System, a distributed file system protocol allowing a user on a client computer to access files over a network much like local storage. It's commonly used in Unix/Linux environments for sharing files across systems.