Quick Revision

GK One-Line Question & Answer

15541+ short questions with short answers, covering every category and sub-category on the site — no long articles to scroll through. Good for a fast recap before an exam, or a few minutes of daily practice.

Computer Networks → HTTP and HTTPS 4

HTTP is a
Connectionless stateless protocol
click to copy
HTTP cookies maintain
User state across stateless HTTP requests
click to copy
HTTP 1.1 key feature over 1.0 is
Persistent connections
click to copy
HTTPS uses which port
443
click to copy

Computer Networks → Introduction to Computer Networks 34

HTTP/2 major feature is
Header compression and multiplexing
click to copy
HTTP/3 uses which transport
UDP via QUIC
click to copy
DNS resolves
Domain name to IP address
click to copy
DNS query types include
Recursive and iterative
click to copy
DNS caching purpose is
Reduce lookup time by storing recent results locally
click to copy
MX record in DNS is for
Mail Exchange - directing email to mail server
click to copy
CNAME record is
Canonical Name record - alias for another hostname
click to copy
AAAA record maps
Domain to IPv6 address
click to copy
PTR record is used for
Reverse DNS - IP to hostname
click to copy
TXT record is used for
SPF DKIM DMARC email authentication
click to copy
URL stands for
Uniform Resource Locator
click to copy
WWW stands for
World Wide Web
click to copy
RSA is
Asymmetric public key algorithm
click to copy
In RSA n equals
p*q
click to copy
RSA public key is
(n,e)
click to copy
RSA private key is
(n,d)
click to copy
RSA encryption formula is
M^e mod n
click to copy
RSA decryption formula is
C^d mod n
click to copy
RSA security is based on
Integer factorization difficulty
click to copy
AES stands for
Advanced Encryption Standard
click to copy
DES key length is
56 bits
click to copy
AES key lengths are
128 192 256 bits
click to copy
Symmetric encryption uses
Same key for encryption and decryption
click to copy
Asymmetric encryption uses
Public and private key pair
click to copy
MD5 and SHA-256 are examples of
Hash functions
click to copy
Digital signature provides
Authentication and non-repudiation
click to copy
PKI stands for
Public Key Infrastructure
click to copy
CA in PKI stands for
Certificate Authority
click to copy
SHA-256 produces digest of
256 bits
click to copy
HMAC stands for
Hash-based Message Authentication Code
click to copy
Packet filter firewall inspects
Packet headers only
click to copy
Stateful inspection firewall tracks
State of network connections
click to copy
DMZ stands for
De-Militarized Zone
click to copy
IDS stands for
Intrusion Detection System
click to copy

Computer Networks → Presentation Layer 1

SSL/TLS protocol provides security between
Transport and Application layers
click to copy

Computer Networks → Application Layer 1

Application layer firewall operates at
Application layer
click to copy