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 → Switching Techniques 2

Packet switching is preferred for
Bursty data traffic
click to copy
Circuit switching is preferred for
Continuous real-time voice and video
click to copy

Computer Networks → Introduction to Computer Networks 38

Computer Networks subject is important for CSE because
Foundation for internet cloud mobile AI and all computing
click to copy
What is a SAN (Storage Area Network)?
High-speed network connecting servers to storage via fiber
click to copy
NAS (Network Attached Storage) is accessed via
IP network using NFS or SMB
click to copy
iSCSI runs SCSI over
IP network (TCP/IP)
click to copy
Fiber Channel is used in
SANs for block-level storage access
click to copy
NFS stands for
Network File System
click to copy
SMB stands for
Server Message Block
click to copy
CIFS is
Common Internet File System (Windows SMB variant)
click to copy
GlusterFS is
Distributed scale-out network file system
click to copy
Ceph provides
Unified block object and file distributed storage
click to copy
Object storage uses
Flat address space with unique IDs
click to copy
Block storage is best for
Databases requiring low-latency block-level access
click to copy
File storage is best for
Shared file access across multiple servers
click to copy
Erasure coding in storage
Provides redundancy with less overhead than full replication
click to copy
RAID 0 provides
Striping for performance but no redundancy
click to copy
RAID 1 provides
Mirroring for redundancy
click to copy
RAID 5 requires minimum
3 disks
click to copy
RAID 6 can tolerate
2 disk failures
click to copy
RAID 10 combines
RAID 1 mirroring and RAID 0 striping
click to copy
Thin provisioning allocates
Storage on demand rather than upfront
click to copy
Storage deduplication
Removes duplicate data blocks
click to copy
Storage tiering automatically
Moves data between fast and slow storage based on access frequency
click to copy
What is a hyperconverged infrastructure
Combining compute storage and networking in software-defined system
click to copy
VMware vSAN is
Software-defined storage pooling local server disks
click to copy
Kubernetes persistent volume is
Storage resource provisioned in cluster
click to copy
CSI in Kubernetes stands for
Container Storage Interface
click to copy
StatefulSet in Kubernetes manages
Stateful applications with stable identity and storage
click to copy
What is data replication
Copying data to multiple locations for availability
click to copy
Synchronous replication means
Write confirmed only after all copies updated
click to copy
Asynchronous replication means
Write confirmed at primary then replicated asynchronously
click to copy
RTO in disaster recovery is
Maximum tolerable downtime before recovery must complete
click to copy
RPO in disaster recovery is
Maximum tolerable data loss measured in time
click to copy
Warm standby site has
Pre-configured systems needing minimal time to activate
click to copy
Hot standby site is
Fully active duplicate environment
click to copy
Cold standby site has
Only physical space and basic infrastructure
click to copy
Backup 3-2-1 rule means
3 copies 2 different media 1 offsite
click to copy
Incremental backup copies
Only data changed since last backup
click to copy
Differential backup copies
Only changed since last full
click to copy