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. 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
  1. Only one consumer

  2. More than one consumer

  3. two consumers

  4. No Consumer

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

JMS Topics use publish-subscribe model supporting multiple consumers (subscribers). Each subscriber receives a copy of every message. Queues use point-to-point with single consumer, but topics specifically support multiple.

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. 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.

Multiple choice technology
  1. Router A

  2. Router B

  3. Router C

  4. Router D

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

In OSPF DIS election, the router with the highest priority becomes the DIS. Priority values range from 0-255, with higher values preferred. A priority of 0 makes a router ineligible. Router D with priority 100 wins over C(70), A(64), and B(0-ineligible).

Multiple choice technology
  1. to aggregate routes learned from the ABR

  2. to lower the cost of routes advertised by the ABR

  3. to connect a non-contiguous area to the backbone

  4. to decrease the size of the link-state database in that area

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

Configuring a non-backbone area as a stub or NSSA (Not-So-Stubby-Area) significantly reduces the link-state database size in that area by preventing Type-5 LSAs (stub) or limiting external route advertisements (NSSA). Stub areas don't receive external LSAs from non-backbone areas. NSSA areas allow limited external routes but still reduce the database size compared to a regular area. Options A, B, and C describe incorrect purposes for stub/NSSA configuration.

Multiple choice technology
  1. Load http://msnconfig/ and search for the device name. Click the device name in the results

  2. Load http://mconf/ and search for the device name. Click the device name in the results

  3. Load http://msncon/ and search for the device name. Click the device name in the results

  4. Load http://msnconf/ and search for the device name. Click the device name in the results

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

To view network device configuration in MSNConf, load http://msnconf/, search for the device name, and click the device name in the results. Option A incorrectly uses 'msnconfig', option B uses 'mconf', and option C uses 'msncon' - all are incorrect URLs. The correct URL matches the tool name MSNConf.