What transmission method does a cable TV provider use to deliver internet and television services simultaneously?
Broadband communication at Physical – Layer 1.
What type of payload does each of the first four OSI layers handle
L1 Bits
L2 Frame
L3 Packet
L4 Segment/Datagram
A corrupted data frame is detected during transmission. Which mechanism within the Data Link layer identifies this issue?
Checksum used by Logical Link Control (LLC)
What is NetBIOS commonly used for?
File sharing between computers, especially in Windows environments.
What is 802.1Q tagging, and how does it support VLAN management across switches?
Inserts a VLAN Identifier (VID) into each frame to maintain VLAN separation across trunk links.
You’re planning to automate or orchestrate a network task. What kinds of questions should you ask to decide if it’s worth doing, and whether it’ll hold up over time?
Complexity of the process
Cost of development, implementation, and maintenance
Mitigating Single Points of Failure
Technical debt
Ensuring ongoing supportability
What is a root port in STP?
The root port is the port on a non-root bridge that provides the best path to the root bridge. Each non-root switch has exactly one root port It’s used to forward traffic toward the root bridge
What is a Switch Virtual Interface (SVI), and how does it enable inter-VLAN communication?
A virtual Layer 3 interface on a switch. Provides routing between VLANs without needing an external router. Each VLAN can be assigned an SVI with an IP address.
What is Security Orchestration, Automation, and Response (SOAR)?
A class of security tools that automates incident response, threat hunting, and security configurations using runbooks—no human input required.
A network frequently transitions between blocking and forwarding states, disrupting connectivity. What protocol upgrade and configuration can reduce these disruptions?
Enable RSTP — it speeds up convergence when topology changes occur and root bridge election is redone.
A network engineer is deploying a software-defined networking (SDN) solution to improve flexibility and streamline traffic management. Which component is responsible for managing flow control and enabling efficient, centralized decision-making?
The SDN controller—manages flow control and provides flexibility and efficiency by centralizing network decisions.
Briefly describe each of the three layers in a 3-tiered model
Access = Entry point for end devices
Distribution = Policy control and traffic optimization
Core = High-speed backbone
Briefly describe 3G 4G and 5G What technologies they use
3G = HSPA+ & EV-DO
4G = LTE & LTE-A
5G = mmwave, Massive MIMO
Compare SSL VPN, PPP, PPTP, and IPsec.
SSL VPN: Secure, easy for remote users, web based
PPP/PPTP: Older, weaker, sometimes for backward compatibility
IPsec: Strong, full-featured VPN for site-to-site or remote access
What is (NDP) used for in IPv6?
Neighbor Discovery Protocol helps devices discover each other, find other MAC addresses, and automatically configure themselves. It replaces several IPv4 functions like ARP and router discovery.
What is ZeroConf and what features does it provide?
Assigns IPv4 link-local addresses (like APIPA)
Uses mDNS for name resolution without DNS
Enables service discovery on the local network.
What is BOOTP and what was its original purpose?
A legacy protocol that dynamically assigns IPs and allows a workstation to load a boot image over the network.
A network administrator is configuring a subnet with the network address of 192.168.10.0/28.
What is the range of usable host IP addresses for this subnet?
192.168.10.1 to 192.168.10.14
Name the following ranges
🔒 Private Ranges x3
🌐 Public Ranges x5
🔁 Loopback
⚠️ APIPA
🔒 Private Ranges
Class A: 10
Class B: 172.16 – 172.31
Class C: 192.168
🌐 Public Ranges
Class A: 1-127
Class B: 128-191
Class C: 192-223
Class D: 224-239
Class E: 240-255
🔁 Loopback
127
⚠️ APIPA
169.254
What does RFC 1918 define?
The private IP address ranges for Class A, B, and C networks
What are the 4 key components of a fully configured network client?
IP address, Subnet mask, Default gateway, DNS server or WINS serve
How many bits and digits are in an IPv4 and IPv6 address?
IPv4
32 Bits
12 Digits
IPv6
128 Bits
32 Digits
What do IPv6 unicast and multicast addresses begin with
Global Unicast: Routable on the internet, starts with 2000–3999
Link-Local: LAN-only, starts with FE80
Multicast: FF
A company wants to connect branch offices over the internet without using costly leased lines. They configure a tunneling protocol on their routers to encapsulate network layer traffic across a virtual point-to-point link. What protocol is being used?
Generic Routing Encapsulation (GRE); used for creating secure, flexible tunnels between remote sites.