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 40

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
VXLAN (Virtual Extensible LAN) extends VLANs by?
Encapsulating Layer 2 frames in UDP/IP, supporting 16M virtual networks
click to copy
GENEVE (Generic Network Virtualization Encapsulation) improves on VXLAN by?
Extensible metadata in header for more flexible network virtualization
click to copy
BGP EVPN uses which address families?
L2VPN EVPN (AFI 25, SAFI 70) for MAC/IP distribution
click to copy
Which protocol provides underlay in modern data center fabrics?
BGP with ECMP (Equal Cost Multi-Path)
click to copy
Spine-Leaf data center architecture provides?
Consistent low-latency any-to-any connectivity with 2 hops maximum
click to copy
ECMP (Equal Cost Multi-Path) allows?
Traffic load balancing across multiple equal-cost paths simultaneously
click to copy
Which hashing is used for ECMP flow distribution?
5-tuple hash (src IP, dst IP, src port, dst port, protocol)
click to copy
TRILL (Transparent Interconnection of Lots of Links) was designed to?
Enable optimal routing between switches (IS-IS based)
click to copy
SPB (Shortest Path Bridging, 802.1aq) uses?
IS-IS for computing shortest paths in Ethernet networks
click to copy
BFD (Bidirectional Forwarding Detection) provides?
Fast failure detection (sub-second) independent of routing protocol
click to copy
YANG data models are used in?
Network automation with NETCONF/RESTCONF for structured device configuration
click to copy
NETCONF protocol uses?
XML over SSH for network device configuration and management
click to copy
RESTCONF is to NETCONF as?
REST API to NETCONF — uses HTTP/HTTPS with JSON/XML for YANG-modeled data
click to copy
gNMI (gRPC Network Management Interface) uses?
gRPC/Protocol Buffers for streaming telemetry and device management
click to copy
Streaming telemetry vs SNMP polling: streaming?
Devices push data continuously — lower latency, higher frequency
click to copy
Which protocol provides NAT traversal for VoIP?
STUN (Session Traversal Utilities for NAT)
click to copy
TURN (Traversal Using Relays around NAT) is used when?
STUN fails — relays media through TURN server for symmetric NAT
click to copy
ICE (Interactive Connectivity Establishment) in WebRTC?
Systematically tries STUN/TURN/direct paths to find best connection
click to copy
SIP (Session Initiation Protocol) is used for?
Establishing, modifying, terminating multimedia sessions (VoIP)
click to copy
RTP (Real-time Transport Protocol) carries?
Media streams (audio/video) with timing and sequence information
click to copy
RTCP provides?
Quality statistics and control for RTP streams
click to copy
Jitter in network quality refers to?
Variation in packet arrival delay — problematic for real-time audio/video
click to copy
Jitter buffer compensates for jitter by?
Buffering received packets and playing them at consistent intervals
click to copy
Which codec is used in WebRTC for audio?
Opus (with fallback to G.711)
click to copy