Computer Knowledge

Computer Networks

2,614 Questions

Computer networks involve the architecture, protocols, and security measures used for digital communication. This collection covers OSI model layers, IP addressing, data transmission, and cryptographic standards. These concepts are vital for the computer knowledge sections of banking and government exams.

OSI model layersNetwork protocolsIP subnet maskingData encryption standardsServer configurationsNetwork commands

Computer Networks Questions

Multiple choice
  1. Internet Header Length (IHL)

  2. Differentiated Services Code Point (DSCP)

  3. Explicit Congestion Notification (ECN)

  4. Time To Live (TTL)

  5. Protocol

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

Time to live (TTL) or hop limit is a mechanism that limits the lifespan or lifetime of data in a computer or network. TTL may be implemented as a counter or timestamp attached to or embedded in the data. Once the prescribed event count or timespan has elapsed, data is discarded.

Multiple choice
  1. Remote Procedure Call

  2. Random Procedure Call

  3. Random Protocol Connection

  4. None of these

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

RPC (Remote Procedure Call) is a protocol that allows a program to execute a procedure or function on another computer (remote server) as if it were a local call. The programmer doesn't need to explicitly code the details of network communication - the RPC mechanism handles the transparent communication between local and remote systems.