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 Fundamentals → Introduction to Computer 39

CSMA/CA is used in?
Wi-Fi (802.11)
click to copy
Which is NOT a network protocol?
ALU
click to copy
Packet switching sends data as?
Variable-size packets with routing info
click to copy
Circuit switching is used in?
Traditional telephone networks
click to copy
ATM in networking stands for?
Asynchronous Transfer Mode
click to copy
Which is the default subnet mask for Class A network?
255.0.0.0
click to copy
Class B IP addresses range is?
128.0.0.0 to 191.255.255.255
click to copy
Class C default subnet mask is?
255.255.255.0
click to copy
Multicast addresses belong to?
Class D
click to copy
APIPA address range is?
169.254.x.x
click to copy
Which addressing is used in IPv6 for same-network devices?
Link-local
click to copy
Which is a valid IPv6 address?
2001:db8::1
click to copy
What does '::' represent in IPv6?
Consecutive groups of all-zero octets
click to copy
CIDR stands for?
Classless Inter-Domain Routing
click to copy
A /28 subnet has how many host addresses?
14
click to copy
Proxy server acts as?
Intermediary between client and internet
click to copy
Reverse proxy is placed?
Between internet and web servers
click to copy
Content filtering by proxy is used to?
Block access to certain websites
click to copy
What is the purpose of TTL in IP packets?
Time To Leave packet on network — prevents infinite loops
click to copy
Which layer does SSL/TLS operate at?
Between Transport and Application layers
click to copy
WEP encryption for Wi-Fi is?
Deprecated — has serious security flaws
click to copy
WPA3 is the most secure Wi-Fi protocol because?
Uses SAE (Simultaneous Authentication of Equals)
click to copy
SSID is?
Service Set Identifier — Wi-Fi network name
click to copy
802.11b Wi-Fi maximum speed is?
11 Mbps
click to copy
802.11g maximum speed is?
54 Mbps
click to copy
802.11n (Wi-Fi 4) maximum speed is?
Up to 600 Mbps
click to copy
802.11ac (Wi-Fi 5) operates on?
5 GHz only
click to copy
Computer forensics is used for?
Investigating digital crimes and evidence
click to copy
Chain of custody in forensics ensures?
Integrity of evidence from collection to court
click to copy
Which hashing algorithm is recommended for password storage?
bcrypt/SHA-256+salt
click to copy
Salting a password before hashing?
Prevents identical passwords from having identical hashes
click to copy
PKI stands for?
Public Key Infrastructure
click to copy
In asymmetric encryption, data encrypted with public key can only be decrypted by?
The corresponding private key
click to copy
Which standard defines digital certificates?
X.509
click to copy
Kerberos is used for?
Network authentication protocol
click to copy
LDAP stands for?
Lightweight Directory Access Protocol
click to copy
Active Directory is a service by?
Microsoft
click to copy
Which command tests DNS resolution in Windows?
nslookup
click to copy
A white hat hacker is?
Ethical hacker testing with permission
click to copy

Computer Fundamentals → Computer Security 1

Ethical hacking is also called?
Penetration testing
click to copy