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 general knowledge
  1. OSPF

  2. RIP

  3. EIGRP

  4. ICMP

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

ICMP is not a routing protocol - it's used for error reporting and network diagnostics (like ping). OSPF, RIP, and EIGRP are all routing protocols that determine optimal paths for data packets through networks.

Multiple choice general knowledge
  1. Enhanced Interior Gateway Routing Protocol

  2. Extended Internal Group Routing Protocol

  3. Emerging Internal Gateway Routing Protocol

  4. Emergent Interior Gateway Routing Protocol

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

EIGRP stands for Enhanced Interior Gateway Routing Protocol, a Cisco-proprietary advanced distance-vector routing protocol. It's an enhancement of IGRP (Interior Gateway Routing Protocol), not "Emerging" or "Emergent".

Multiple choice general knowledge science & technology
  1. Secure Sockets Layer

  2. Secret Service Logarithm

  3. Systematic Security Level

  4. Secured Service Level

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

SSL (Secure Sockets Layer) is a standard security technology for establishing an encrypted link between a server and a client. The link ensures that all data passed between the web server and browser remains private and integral.

Multiple choice general knowledge math & puzzles
  1. File Transfer Protocol

  2. Fake Transfer Protocol

  3. File Truncate Protocol

  4. None of these

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

FTP stands for File Transfer Protocol. It is a standard network protocol used for the transfer of computer files between a client and server on a computer network. 'Fake' and 'Truncate' are incorrect terms in this context.

Multiple choice general knowledge math & puzzles
  1. The time taken to transfer a web page

  2. Standards of communication between two or more computers

  3. The size of the e-mail attachment

  4. None of these

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

A protocol is a standardized set of rules and conventions that govern communication between devices on a network. In the context of the internet, protocols like HTTP, FTP, and TCP/IP define how computers exchange data reliably. Option A refers to transfer time, which is a performance metric, not a communication standard. Option C refers to email attachment size, which is unrelated to protocols.

Multiple choice general knowledge
  1. IEEE

  2. WWW

  3. IANA

  4. IETF

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

IANA (Internet Assigned Numbers Authority) is the organization that coordinates the global allocation of domain names and IP addresses. IANA maintains the root zone of the Domain Name System (DNS) and coordinates country code top-level domains (ccTLDs). While individual domain names are registered through domain registrars, IANA operates at the top level of the domain registration system.

Multiple choice general knowledge sports
  1. Simple Mail Transfer Protocol

  2. Single Mail Transfer Protocol

  3. Simple Message Transfer Protocol

  4. Single Message transfer Protocol

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

SMTP correctly stands for Simple Mail Transfer Protocol. It is the standard protocol for email transmission across the internet, working on port 25 by default. The protocol handles sending emails from a mail client to a mail server or between mail servers.

Multiple choice general knowledge
  1. Stand alone PC

  2. Network environment

  3. Both

  4. None of the Above

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

The ISO OSI (Open Systems Interconnection) model is specifically designed for network environments to standardize communication between different systems and protocols. It's not relevant for standalone PCs that don't participate in network communication. The model provides a framework for network protocol development and implementation.

Multiple choice general knowledge
  1. File Transport Protocol

  2. Form Transfre Protocol

  3. File Transfer Protocol

  4. File Transfer Program

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

FTP stands for File Transfer Protocol, a standard network protocol used for transferring files between a client and server on a network. File Transport Protocol, Form Transfre Protocol, and File Transfer Program are incorrect.

Multiple choice general knowledge
  1. UDP

  2. TFTP

  3. DNS

  4. TCP

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

The Transport Layer specifies protocols like TCP (reliable, connection-oriented) and UDP (unreliable, connectionless). TFTP uses UDP but is an Application layer protocol, while DNS operates at the Application layer and can use both TCP and UDP for transport.