Computer Knowledge

Computer Networks

2,461 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 science & technology
  1. Secure Socket Layer

  2. System Socket Layer

  3. Superuser System Login

  4. Secure System Login

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

SSL stands for Secure Socket Layer, a cryptographic protocol designed to provide secure communication over a computer network. It creates an encrypted link between a web server and browser, protecting sensitive data in transit. Note that SSL has been deprecated in favor of TLS (Transport Layer Security), but the term SSL is still widely used.

Multiple choice general knowledge sports
  1. allowing and denying network access to system

  2. accessing users

  3. controlling commands

  4. table structure of system

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

iptables is the Linux firewall tool that allows administrators to configure rules for allowing or blocking network traffic based on IP addresses, ports, and protocols. It operates at the kernel level to control network access to and from the system.

Multiple choice general knowledge science & technology
  1. General Packet Radio Service

  2. Global Packet Radio Service

  3. General Packet Radio System

  4. General Packet Render Service

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

GPRS stands for General Packet Radio Service. It's a mobile data service that enables packet-based communication. Option A is correct - 'General' (not Global), 'Packet' (data transmission method), and 'Service' (not System or Render). GPRS is a 2.5G technology.

Multiple choice general knowledge science & technology
  1. 74.125.127.100

  2. 69.72.169.241

  3. 192.168.1.100

  4. 209.131.36.100

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

192.168.1.100 is in the private IP address range 192.168.0.0/16, which is reserved for local networks according to RFC 1918. The other options are all public IP addresses: 74.125.127.100 belongs to Google, 69.72.169.241 is a public address, and 209.131.36.100 belongs to Yahoo. Private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) are not routable on the internet and used only for internal networks.

Multiple choice general knowledge
  1. Verified Private Network

  2. Virtual Process Network

  3. Virtual Project Network

  4. Virtual Private Network

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

VPN stands for Virtual Private Network, a technology that creates a secure, encrypted connection over a public network. It's used to protect privacy and secure data transmission. From any technical or business perspective including TCS, VPN expands to Virtual Private Network - the industry standard term. The other options are not real technical terms.

Multiple choice general knowledge science & technology
  1. Internet Relay Channel

  2. Internet Relay Chat

  3. Internet Respond Channel

  4. Internet Response Cache

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

IRC stands for Internet Relay Chat, which is a protocol for real-time internet text messaging. It's not a channel, response system, or cache. IRC was one of the first forms of real-time internet chat.

Multiple choice general knowledge science & technology
  1. HTTP

  2. RIP

  3. PIM

  4. PSI

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

The question asks which is NOT a network protocol. HTTP (HyperText Transfer Protocol), RIP (Routing Information Protocol), and PIM (Protocol Independent Multicast) are all legitimate network protocols. PSI is not a standard network protocol - it may refer to various things in different contexts but is not recognized as a networking protocol like the others.

Multiple choice general knowledge sports
  1. LDAP

  2. UDP

  3. BGP

  4. SMTP

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

BGP (Border Gateway Protocol) is the protocol that maintains a table of IP networks which designate network reachability among autonomous systems (AS). It's the core routing protocol of the Internet. LDAP is for directory services, UDP is a transport protocol, and SMTP is for email transmission.