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 39

Full backup copies
All selected data
click to copy
Snapshot is
Point-in-time copy (often copy-on-write)
click to copy
Backup encryption protects
Data at rest in backup storage
click to copy
Backup testing validates
That backups can actually be restored
click to copy
Air-gapped backup is
Physically isolated backup storage unreachable via network
click to copy
What is BGP hijacking
Announcing another''s IP prefix to attract their traffic
click to copy
What is BGP route leak
Propagating route to unauthorized part of internet
click to copy
MANRS stands for
Mutually Agreed Norms for Routing Security
click to copy
RPKI ROA validates
IP prefix and maximum prefix length authorized by owner
click to copy
BGP security best practice includes
Filtering bogons and implementing RPKI
click to copy
Bogon prefix is
IP prefix not expected on public internet
click to copy
BCP38 recommends
Ingress filtering to prevent IP spoofing
click to copy
BCP84 recommends
Ingress filtering and defeating source address spoofing
click to copy
What is DDoS mitigation using BGP
Blackhole routing or scrubbing via BGP announcement
click to copy
Scrubbing center in DDoS
Cleans attack traffic before forwarding legitimate traffic
click to copy
What is network telemetry purpose
Collecting real-time network data for monitoring and analytics
click to copy
gNMI Subscribe RPC types are
Once poll and stream modes
click to copy
OpenConfig provides
Vendor-neutral YANG models for network configuration
click to copy
YANG module imports use
Import or include statements for module reuse
click to copy
RESTCONF PATCH method
Partially modifies existing resource
click to copy
NETCONF commit operation
Applies changes from candidate to running datastore
click to copy
NETCONF candidate datastore is
Workspace for uncommitted changes
click to copy
NETCONF lock protects
Datastore from concurrent modification
click to copy
NETCONF validate checks
Configuration syntax and semantics before apply
click to copy
What is network intent in IBN
High-level business policy expressed in business terms
click to copy
Closed-loop automation in networking
Monitors detects issues and self-remediates without human
click to copy
What is AI-powered anomaly detection
ML detecting unusual patterns indicating failures or attacks
click to copy
Digital twin in networking allows
Testing changes on virtual copy before production deployment
click to copy
AIOps reduces
Alert noise and accelerates incident resolution with ML
click to copy
What is network as code
Managing network configuration in version control like software
click to copy
GitOps pipeline for networks
Validates and deploys network config changes via Git
click to copy
What is immutable infrastructure
Replacing rather than modifying running infrastructure
click to copy
Blue-green deployment uses
Two identical environments switching between them for zero-downtime
click to copy
Canary deployment
Gradually rolls out to subset of users to reduce risk
click to copy
Feature flags in deployment
Enable or disable features without code deployment
click to copy
Rolling deployment
Gradually replaces old instances with new version
click to copy
A/B testing in deployments
Comparing two versions with different user groups
click to copy
What is SRE toil reduction
Automating repetitive manual operational work
click to copy
What is capacity planning in SRE
Ensuring resources meet current and future demand
click to copy

Computer Networks → Application Layer 1

Streaming telemetry advantage over SNMP polling is
Real-time push reduces latency and missed events
click to copy