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 → Introduction to Computer Networks 34

Istio is
Service mesh for Kubernetes
click to copy
etcd is used for
Distributed key-value store for Kubernetes cluster state
click to copy
Consul provides
Service discovery health checking and KV store
click to copy
Circuit breaker pattern prevents
Cascade failures by stopping calls to failing service
click to copy
Duplex mismatch causes
Collisions and extremely poor performance
click to copy
Broadcast storm results from
Layer 2 loop causing uncontrolled broadcast proliferation
click to copy
Black hole router silently drops packets without
Notifying sender with ICMP
click to copy
Output queue drops indicate
Interface congested with egress buffer overflowing
click to copy
MTU mismatch causes
Large packets dropped or fragmented degrading performance
click to copy
Asymmetric routing causes issues for
Stateful firewalls that see only one direction of flow
click to copy
gRPC uses which serialization
Protocol Buffers
click to copy
GraphQL allows client to
Specify exactly what data is needed in query
click to copy
JWT stands for
JSON Web Token
click to copy
OAuth 2.0 is used for
Authorization framework for third-party access
click to copy
OIDC is
Identity layer on top of OAuth 2.0 for authentication
click to copy
SAML stands for
Security Assertion Markup Language
click to copy
SSO stands for
Single Sign-On - one login for multiple applications
click to copy
FIDO2/WebAuthn provides
Passwordless authentication using cryptographic keys
click to copy
MFA requires
Two or more authentication factors knowledge possession inherence
click to copy
GDPR stands for
General Data Protection Regulation
click to copy
HIPAA relates to
Healthcare Information Portability and Accountability Act
click to copy
SOC 2 compliance is for
Trust Service Criteria for service organization security
click to copy
Data tokenization replaces sensitive data with
Non-sensitive token with original stored securely
click to copy
Data masking replaces sensitive data with
Realistic but fictitious data for non-production use
click to copy
Patch management is
Process of updating software to fix vulnerabilities
click to copy
Principle of least privilege means
Grant minimum access rights needed for a task
click to copy
Non-repudiation means
Inability to deny performing an action proven by digital signature
click to copy
CIA triad stands for
Confidentiality Integrity and Availability
click to copy
Defense in depth means
Multiple overlapping security layers for comprehensive protection
click to copy
SRE stands for
Site Reliability Engineering
click to copy
Error budget in SRE is
Permitted unreliability calculated as 1 minus SLO target
click to copy
Toil in SRE is
Manual repetitive automatable work with no enduring value
click to copy
Post-mortem in IT is
Blameless incident analysis document to prevent recurrence
click to copy
ITIL stands for
IT Infrastructure Library best practices
click to copy

Computer Networks → Presentation Layer 1

mTLS in service mesh provides
Mutual authentication between services
click to copy

Computer Networks → Routing Algorithms 1

OSPF hello timer mismatch causes
Adjacency failure between neighbors
click to copy

Computer Networks → Data Link Layer 3

CRC error on interface indicates
Physical layer issue bad cable noise or duplex mismatch
click to copy
Runts in Ethernet statistics are
Frames shorter than 64 bytes usually from collisions
click to copy
Giants in Ethernet statistics are
Frames larger than maximum allowed 1518 bytes
click to copy

Computer Networks → HTTP and HTTPS 1

REST API uses which HTTP methods
GET POST PUT DELETE and PATCH
click to copy