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

HTTP/2 improvements over HTTP/1.1 include?
Binary framing, header compression (HPACK), multiplexing, server push
click to copy
gRPC uses which protocol and format?
HTTP/2 + Protocol Buffers (binary)
click to copy
Which protocol enables real-time bidirectional streaming?
WebSocket
click to copy
Server-Sent Events (SSE) provides?
One-way server-to-client real-time updates over HTTP
click to copy
Long polling technique?
Keeps HTTP connection open until server has new data, then reconnects
click to copy
SPF (Sender Policy Framework) prevents?
Email spoofing by listing authorized mail servers for a domain
click to copy
DMARC builds on SPF and DKIM by?
Providing policy for handling authentication failures and reporting
click to copy
Which protocol assigns MAC address for a given IP in IPv4?
ARP
click to copy
RARP (Reverse ARP) does?
MAC to IP mapping (predecessor to BOOTP/DHCP)
click to copy
BOOTP precedes which modern protocol?
DHCP
click to copy
TFTP uses which transport protocol?
UDP (port 69)
click to copy
SFTP vs SCP: SFTP provides?
Full file management (list, delete, rename) over SSH
click to copy
Which protocol synchronizes time with microsecond precision?
PTP (Precision Time Protocol IEEE 1588)
click to copy
SNMP trap vs SNMP polling: trap is?
Device sends unsolicited notification to manager on event
click to copy
Which SNMP version provides strongest security?
SNMPv3
click to copy
Syslog protocol sends log messages to?
Central syslog server (UDP/TCP port 514 or 6514 TLS)
click to copy
NetFlow/IPFIX is used for?
Network traffic flow monitoring and analysis
click to copy
Which protocol provides link-level flow control using PAUSE frames?
Ethernet flow control (IEEE 802.3x)
click to copy
LLDP (Link Layer Discovery Protocol) allows?
Network devices to advertise identity and capabilities to neighbors
click to copy
CDP (Cisco Discovery Protocol) is?
Cisco proprietary neighbor discovery protocol
click to copy
Which protocol provides dynamic port security?
802.1X
click to copy
DHCP Snooping prevents?
Rogue DHCP servers by filtering DHCP messages on untrusted ports
click to copy
Dynamic ARP Inspection (DAI) prevents?
ARP spoofing/poisoning by validating ARP packets against DHCP Snooping binding table
click to copy
VLAN hopping attack techniques include?
Switch spoofing and double tagging (802.1Q)
click to copy
Port security on switches limits?
Number of MAC addresses allowed per port
click to copy
MAC flooding attack aims to?
Fill the CAM table forcing the switch to flood all frames like a hub
click to copy
Private VLAN (PVLAN) provides?
Layer 2 isolation between ports in the same VLAN (promiscuous, isolated, community)
click to copy
Which QoS marking is used at Layer 2?
CoS (Class of Service) in 802.1Q tag
click to copy
DSCP in QoS marks traffic at?
Layer 3 — 6 bits in IP header ToS/DS field
click to copy
ECN (Explicit Congestion Notification) allows?
Routers to signal congestion without packet drop to TCP endpoints
click to copy
Traffic shaping vs policing: shaping?
Buffers/delays excess traffic to conform to rate — smoother output
click to copy
DiffServ QoS model provides?
Scalable per-class service differentiation across the network
click to copy
IntServ (Integrated Services) QoS uses?
Per-flow resource reservation using RSVP
click to copy
RSVP (Resource Reservation Protocol) is used for?
Reserving network resources for specific flows (IntServ QoS)
click to copy
MPLS label stack supports?
Multiple labels (label stacking) for nested tunnels
click to copy
MPLS TE (Traffic Engineering) allows?
Explicit path control different from IGP shortest path
click to copy
Segment Routing (SR-MPLS, SRv6) advantage over MPLS TE?
Source-based path encoding eliminates per-router state and RSVP signaling
click to copy
SRv6 encodes path information using?
IPv6 extension headers (Segment Routing Header)
click to copy
EVPN (Ethernet VPN) is used for?
Providing Layer 2 VPN services over MPLS/VXLAN using BGP control plane
click to copy

Computer Fundamentals → Internet Basics 1

Which DNS record type is used for email authentication (DKIM)?
TXT (with DKIM public key)
click to copy