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 enterprise content management
  1. Star topology

  2. Hub-and-spoke topology

  3. Serial topology

  4. None of the above

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

OpenDeploy supports multiple deployment topologies to distribute content, including star, hub-and-spoke, and serial (cascaded) configurations. These topologies allow flexible distribution of content from source servers to multiple target destinations, making all three choices correct.

Multiple choice technology operating systems
  1. NIC

  2. Network Connector

  3. MODEM

  4. Internet Card

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

NIC (Network Interface Card) is the standard technical name for a LAN Card. A Network Connector is a physical port, MODEM is a modulation-demodulation device for analog signals, and Internet Card is not a standard networking term.

Multiple choice technology
  1. 21 Datacenters

  2. 27 Datacenters

  3. 15 Datacenters

  4. 25 Datacenters

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

The network infrastructure spans 27 datacenters globally. This is a factual detail about the scale of GFS network operations. The other options (21, 15, 25) are incorrect counts.

Multiple choice technology architecture
  1. a) Router

  2. b) Assign

  3. c) Utility

  4. d) Connect

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

Connect activities are specifically designed for integration in Pega, handling communication with external systems through connectors, SOAP, REST, and other protocols. The Integration smart shape uses Connect activities to manage data exchange. Router, Assign, and Utility serve different purposes in flow processing.

Multiple choice technology
  1. Cable

  2. Switch

  3. Configuration

  4. Software

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

In storage networking context (specifically Fibre Channel SANs), fabric refers to the configuration and topology of interconnected switches that form the network. The fabric is the logical and physical arrangement of switches, ports, and zoning that enables communication between servers and storage. It's not just the cable, switch, hardware, or software alone - it's the entire configuration.

Multiple choice technology
  1. Multipath

  2. Replication

  3. Cluster

  4. Load Balance

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

Load balancing across multiple paths distributes data traffic across available paths between initiator (server) and target (storage) to maximize throughput. By spreading the load, faster overall data transfer is achieved. Multipathing provides redundancy but not necessarily load distribution. Replication copies data to secondary sites. Clustering provides server failover.

Multiple choice technology
  1. programs

  2. dialogs

  3. protocols

  4. bits

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

To solve this question, the user needs to have knowledge about the layers of the OSI Model, which is a conceptual framework used to describe the functions of a networking system. The physical layer is the first layer of the OSI Model, and it is responsible for the transmission and reception of unstructured raw data between a device and a physical transmission medium. This layer is concerned with the movement of bits over the physical medium.

Now, let's go through each option and explain why it is right or wrong:

A. programs: This option is incorrect because the physical layer is not concerned with the movement of programs. Programs are sets of instructions that perform specific tasks on a computer, and they are executed at higher layers of the OSI Model.

B. dialogs: This option is incorrect because the physical layer is not concerned with the movement of dialogs. Dialogs are a sequence of messages exchanged between applications at the application layer of the OSI Model.

C. protocols: This option is incorrect because the physical layer is not concerned with the movement of protocols. Protocols are a set of rules that govern the communication between devices and systems and are implemented at higher layers of the OSI Model.

D. bits: This option is correct. The physical layer is concerned with the movement of bits over the physical medium. The bits are the smallest unit of information in a computer, and they are transmitted over the physical medium in the form of electrical or optical signals.

Therefore, the answer is: D. bits.

Multiple choice technology
  1. 01:02:01:2C:4B

  2. 07:01:02:01:2C:4B:2C

  3. 07:01:02:01:2C:4B

  4. none of the above

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

Ethernet physical addresses (MAC addresses) are 48-bit (6-byte) addresses represented as six groups of two hexadecimal digits separated by colons. Option A only has 5 groups, Option B has 7 groups, and Option C has exactly 6 groups, making it a valid MAC address format. MAC addresses are always 6 bytes.

Multiple choice technology programming languages
  1. It supports loosly coupled architecture

  2. It can work across various protocols

  3. We cannot have more than one endpoint in WCF Service

  4. It provides Security and Scalability

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

WCF services can have multiple endpoints - this is a core feature of WCF's flexibility. You can expose the same service through different endpoints using various protocols (HTTP, TCP, MSMQ) and bindings. The statement that we cannot have more than one endpoint is FALSE. WCF does support loosely coupled architecture, works across various protocols, and provides security and scalability.

Multiple choice technology
  1. One per physical interface

  2. multiple per physical interface

  3. one per logical unit in each direction (input and output)

  4. multiple per logical unit in each direction (input and output)

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

Historically, Juniper Junos allows only one firewall filter to be applied per logical unit (subinterface) in each direction (input and output). While modern Junos supports filter lists to evaluate multiple filters sequentially, the fundamental interface configuration structure accommodates a single designated input and output filter per logical interface unit.