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 33

BGP confederation uses
Sub-ASes within one AS to reduce iBGP mesh
click to copy
BGP RR cluster avoids need for
Full iBGP mesh within a cluster
click to copy
RPKI ROA stands for
Route Origin Authorization
click to copy
BGPSEC provides
BGP path validation using cryptographic signatures
click to copy
RTBH stands for
Remotely Triggered Black Hole
click to copy
DNS SOA record defines
Zone authority and timing parameters
click to copy
DNS NS record specifies
Authoritative name server for zone
click to copy
DNS SRV record is used for
Service location (used by SIP XMPP etc)
click to copy
DNS DNSSEC uses which records for signing
RRSIG DNSKEY DS and NSEC
click to copy
DNS split horizon serves
Different answers based on source of query
click to copy
Anycast DNS routes to
Nearest DNS server by routing metric
click to copy
EDNS0 extends DNS to support
Larger UDP packets beyond 512 bytes
click to copy
DNS QNAME minimization
Reduces privacy leakage by sending minimal query names
click to copy
Email DKIM signs
Email content with private key for verification
click to copy
Email SPF record lists
Authorized sending IP addresses for domain
click to copy
DMARC policy can instruct receivers to
Quarantine or reject emails failing SPF/DKIM checks
click to copy
Greylisting temporarily rejects unknown senders to
Force retry (legitimate servers retry spam bots often dont)
click to copy
Email MIME allows
Sending non-text content like images and attachments
click to copy
Base64 in email is used to
Encode binary data as text for transmission
click to copy
PGP email encryption uses
Combination of symmetric and asymmetric cryptography
click to copy
S/MIME uses
X.509 certificates for email signing and encryption
click to copy
SDN northbound interface connects
Applications to SDN controller
click to copy
SDN southbound interface connects
SDN controller to network devices
click to copy
SDN eastbound westbound interfaces connect
Multiple SDN controllers for federation
click to copy
OpenFlow table-miss action can
Send packet to controller
click to copy
SDN proactive flow setup
Pre-installs forwarding rules before traffic arrives
click to copy
SDN reactive flow setup
Installs flow on first packet sent to controller
click to copy
OF-Config manages
OpenFlow switch configuration (separate from OpenFlow)
click to copy
Faucet is
Open source SDN controller using OpenFlow
click to copy
P4Runtime is
API for controlling P4-programmed data planes
click to copy
Intent NBI in SDN expresses
High-level network intent abstracting device details
click to copy
VTP domain name mismatch
Prevents VLAN propagation between switches
click to copy
VTP transparent mode
Passes VTP messages but does not participate
click to copy

Computer Networks → Application Layer 2

DHCP option 43 is for
Vendor-specific information
click to copy
DHCP option 82 is for
Relay agent information (subscriber ID)
click to copy

Computer Networks → FTP and SMTP 2

SMTP EHLO command
Identifies client and requests extended features
click to copy
SMTP STARTTLS upgrades connection from
Plain to TLS encrypted
click to copy

Computer Networks → Switching Techniques 3

VLAN ID range for standard VLANs is
1-4094
click to copy
VLAN 1 on Cisco is
Default native VLAN
click to copy
Native VLAN on trunk sends frames
Without 802.1Q tag
click to copy