0% found this document useful (0 votes)
4 views38 pages

Computer Networking Study Guide

Guide cn

Uploaded by

alihusnin497
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views38 pages

Computer Networking Study Guide

Guide cn

Uploaded by

alihusnin497
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

COMPUTER NETWORKING
Exam Study Guide

Complete MCQ Bank · IP Classes Reference · Quick Revision Tables

▸ LAN / WAN / MAN & OSI Model


▸ TCP/IP Protocol Suite
▸ Routers & Switches
▸ Device Connectivity
▸ IP Addressing & VLSM
▸ VLANs, Inter-VLAN Routing & STP
▸ DHCP
▸ Routing Fundamentals
▸ NAT & PAT
▸ Access Control Lists (ACLs)

Page 1 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Contents
IP Address Classes — Complete Reference Table
Special & Reserved IP Addresses
Private IP Address Ranges
1. LAN, WAN, MAN & OSI Model
2. TCP/IP Protocol Suite
3. Routers & Switches
4. Device Connectivity
5. IP Addressing & VLSM
6. VLANs, Inter-VLAN Routing & STP
7. DHCP
8. Routing Fundamentals
9. NAT & PAT
10. Access Control Lists (ACLs)
Quick Revision Tables
High-Yield Exam Tips

Page 2 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

IP Address Classes — Complete Reference

IPv4 Address Classes


IPv4 uses classful addressing to define how IP addresses are divided into network and host portions.
The table below shows the complete breakdown — a common source of exam mistakes.

⚠️ BIG EXAM MISTAKE: Class A starts at 1, not 0. Class A ends at 126, not 127. The
127.x.x.x range is RESERVED for loopback and is NOT Class A public addressing!

CID Network
First Default Max Max
Clas R Bits / Address
Octet Subnet Network Hosts per
s Pref Host Range
Range Mask s Network
ix Bits

[Link] –
8 Net / 24 16,777,21
A 1 – 126 [Link] /8 126 [Link]
Host 4
55
[Link] –
128 – 16 Net /
B [Link] /16 16,384 65,534 [Link]
191 16 Host
55
[Link] –
192 – 255.255.255 24 Net / 8 2,097,15
C /24 254 [Link]
223 .0 Host 2
55
[Link] –
224 – N/A
D — Reserved — — [Link]
239 (Multicast)
55
[Link] –
240 – N/A
E — Reserved — — [Link]
255 (Reserved)
55

Special & Reserved IP Addresses


Address / Range Type Purpose

[Link] – Testing TCP/IP stack on local device ([Link] most


Loopback
[Link] common)
[Link] – APIPA / Link-
Auto-assigned when DHCP fails — no internet access
[Link] Local
Default/
Used as source when host has no IP yet (DHCP
[Link] Unknown
discover)
Host
Limited
[Link] Broadcast to all devices on local subnet
Broadcast
[Link] – Multicast Send to a group of devices (streaming, routing

Page 3 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Address / Range Type Purpose

[Link] (Class D) protocols)


[Link] – Reserved
Experimental use — not used in public internet
[Link] (Class E)

Private IP Address Ranges (RFC 1918)


Private addresses are NOT routable on the public Internet. They are used inside organizations and
translated by NAT to access the Internet.

Clas Hosts
Private Range CIDR Common Use
s Available

[Link] – 10.0.0
A 16,777,214 Large enterprises, data centers
[Link] .0/8
172.1
[Link] –
B 6.0.0/ 1,048,574 Medium-to-large enterprises
[Link]
12
192.1
[Link] –
C 68.0.0 65,534 Home / small office networks
[Link]
/16

💡 TIP [Link]/8 is loopback — NOT private. APIPA (169.254.x.x) auto-assigns when DHCP fails.

Page 4 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Section 1 — LAN, WAN, MAN & OSI Model


Network Types — Quick Summary
Network
Coverage Area Key Feature Example
Type

High speed, low delay,


LAN Room / Building School computer lab
single org
Larger than LAN, smaller
MAN City / Large campus University across a city
than WAN
Leased lines, routers, ISP
WAN Country / World The Internet
links
Personal area Bluetooth, USB, personal
PAN Wireless headphones
(~10m) devices

OSI Model — 7 Layers


Lay Layer
Main Function PDU Key Devices / Protocols
er # Name

User-facing
7 Application Data HTTP, FTP, DNS, SMTP
services
Presentatio Format, encryption,
6 Data SSL/TLS, JPEG
n compression
Session
5 Session Data NetBIOS, RPC
management
End-to-end delivery, Segment /
4 Transport TCP, UDP
ports Datagram
IP addressing &
3 Network Packet Router, IP, OSPF
routing
MAC, frames,
2 Data Link Frame Switch, Bridge, 802.3
switching
Bits over
1 Physical Bit Hub, Cables, NIC, Repeater
cables/wireless

💡 TIP Memory trick: All People Seem To Need Data Processing (Application → Physical)

Common Mistakes — LAN/WAN/OSI


❌ Common Mistake ✅ Correct Understanding

MAN covers a city; WAN covers countries or the


MAN is larger than WAN
entire world

Page 5 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

❌ Common Mistake ✅ Correct Understanding

LAN can be wired (Ethernet) or wireless (Wi-Fi) —


LAN always means wireless
it is about coverage, not medium
OSI is mainly a reference model; TCP/IP is the real
OSI is a real protocol suite
protocol suite
Standard switches work at Layer 2 (Data Link);
Switches work at Layer 3
Layer 3 switches are special
TCP is in the Network layer TCP is in the Transport layer (Layer 4)

MCQs — LAN, WAN, MAN & OSI Model


Q1. Which network covers the smallest geographical area?
A. WAN
B. MAN
C. LAN ✓
D. Internet
Answer: C | LAN covers a limited area like a room or building — smallest of all.
Others: WAN and Internet are global; MAN covers a city-sized area.

Q2. Which network connects multiple campuses in one city?


A. LAN
B. MAN ✓
C. WAN
D. PAN
Answer: B | MAN is designed for city-level coverage.
Others: LAN is smaller; WAN is larger; PAN is personal-area scale.

Q3. The Internet is best described as a:


A. LAN
B. MAN
C. WAN ✓
D. VLAN
Answer: C | The Internet spans countries and continents — classic WAN definition.
Others: LAN/MAN are smaller; VLAN is a logical LAN segmentation method.

Q4. Which OSI layer is responsible for routing?


A. Physical
B. Data Link
C. Network ✓
D. Transport
Answer: C | Routing uses IP addresses at Layer 3 (Network).
Others: Physical handles signals; Data Link handles MAC; Transport handles ports.

Q5. Which OSI layer uses MAC addresses?


A. Network
B. Data Link ✓
C. Transport

Page 6 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

D. Session
Answer: B | MAC addressing is a Layer 2 (Data Link) function.
Others: Network uses IP, Transport uses ports, Session manages sessions.

Q6. Which PDU is used at OSI Layer 2?


A. Packet
B. Segment
C. Frame ✓
D. Bit
Answer: C | Layer 2 data unit is the Frame.
Others: Packet is Layer 3, Segment is Layer 4, Bit is Layer 1.

Q7. TCP is part of which OSI layer?


A. Application
B. Transport ✓
C. Network
D. Data Link
Answer: B | TCP provides reliable transport between hosts — Transport layer.
Others: It is not an application or routing protocol.

Q8. Which OSI layer is closest to the user?


A. Physical
B. Network
C. Session
D. Application ✓
Answer: D | Application (Layer 7) is where user services like HTTP and DNS operate.
Others: Lower layers support communication infrastructure, not direct user services.

Q9. Which device mainly works at Layer 2?


A. Router
B. Switch ✓
C. Modem
D. Firewall only
Answer: B | Switches forward frames using MAC addresses — Layer 2.
Others: Routers work at Layer 3; modems handle signal conversion.

Q10. Which term refers to the actual successful data delivery rate?
A. Bandwidth
B. Throughput ✓
C. Latency
D. Jitter
Answer: B | Throughput is the real delivered data rate after losses.
Others: Bandwidth is capacity, latency is delay, jitter is variation in delay.

Page 7 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Section 2 — TCP/IP Protocol Suite


TCP vs UDP — Side-by-Side Comparison
Feature TCP UDP

Connection type Connection-oriented Connectionless


Reliability Reliable (ACKs, retransmit) Unreliable — no guarantee
Speed Slower (more overhead) Faster (minimal overhead)
Ordering Data arrives in order No ordering guarantee
Use cases Web, email, file transfer Streaming, VoIP, DNS, gaming
Header size 20 bytes minimum 8 bytes
Flow control Yes (windowing) No

TCP Three-Way Handshake


Ste
Message Direction Purpose
p

1 SYN Client → Server Client initiates connection request


2 SYN-ACK Server → Client Server acknowledges and responds
3 ACK Client → Server Client confirms — connection established

Common Mistakes — TCP/IP


❌ Common Mistake ✅ Correct Understanding

TCP is the transport protocol; IP is the network


TCP and IP are the same thing
protocol — they are different layers
UDP is better for real-time applications (voice,
UDP is always worse than TCP
gaming) where speed matters more than reliability
DNS normally uses UDP (port 53); TCP is used
DNS always uses TCP
only for large responses or zone transfers

MCQs — TCP/IP Protocol Suite


Q1. How many layers does the TCP/IP model commonly have?
A. 3
B. 4 ✓
C. 5
D. 7
Answer: B | TCP/IP is commonly taught as 4 layers: Network Access, Internet, Transport, Application.

Page 8 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Others: OSI has 7 layers; 3-layer versions are oversimplified.

Q2. Which protocol is connection-oriented?


A. UDP
B. TCP ✓
C. ICMP
D. ARP
Answer: B | TCP establishes a connection with SYN before sending data.
Others: UDP is connectionless; ICMP and ARP are different protocols.

Q3. Which protocol provides fast, low-overhead communication?


A. TCP
B. UDP ✓
C. FTP
D. HTTP
Answer: B | UDP avoids connection setup, making it lighter and faster.
Others: TCP has more overhead due to reliability mechanisms.

Q4. What does the TCP three-way handshake begin with?


A. ACK
B. SYN ✓
C. FIN
D. RST
Answer: B | A TCP connection starts with a SYN from the client.
Others: ACK confirms, FIN closes, RST resets the connection.

Q5. Which protocol does DNS commonly use?


A. TCP only
B. UDP mostly ✓
C. ICMP
D. ARP
Answer: B | DNS uses UDP (port 53) for fast query/response.
Others: TCP is used in special cases like zone transfers.

Q6. Which TCP/IP layer handles routing?


A. Application
B. Transport
C. Internet ✓
D. Network Access
Answer: C | IP and routing are Internet layer (equivalent to OSI Layer 3).
Others: Transport handles end-to-end connections, not routing.

Q7. A socket is made of:


A. MAC address + gateway
B. IP address + port number ✓
C. IP address + subnet mask
D. DNS name + MAC
Answer: B | A socket uniquely identifies a process on a host: IP + port.
Others: The other combinations do not define a socket.

Q8. Which is a real-world TCP application?

Page 9 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

A. File transfer ✓
B. Live voice calls only
C. Broadcast TV
D. Electrical signaling
Answer: A | TCP ensures reliable file delivery with no data loss.
Others: Live voice often prefers UDP for lower latency.

Q9. UDP provides:


A. Guaranteed delivery
B. Connection setup
C. Low overhead ✓
D. Sequence correction always
Answer: C | UDP is simple and fast — its main advantage is low overhead.
Others: It does not guarantee delivery, establish connections, or correct ordering.

Q10. Which layer in TCP/IP is equivalent to OSI's Physical + Data Link?


A. Application
B. Transport
C. Internet
D. Network Access ✓
Answer: D | Network Access combines OSI Layers 1 and 2 functions.
Others: Internet handles routing; Transport handles TCP/UDP.

Page 10 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Section 3 — Routers & Switches


Router vs Switch — Comparison
Feature Switch Router

OSI Layer Layer 2 (Data Link) Layer 3 (Network)


Address used MAC address IP address
Scope Within one LAN/VLAN Between different networks
Table used MAC address table Routing table
Does NOT forward between
Broadcasts Forwards within VLAN
networks
Main purpose Connect LAN devices Connect different networks

Common Mistakes — Routers & Switches


❌ Common Mistake ✅ Correct Understanding

A switch cannot route between different IP


A switch can replace a router
networks — only a router (or L3 switch) can
Routers use IP addresses; switches use MAC
Routers use MAC addresses for forwarding
addresses
Default gateway is the router interface; DNS server
Confusing default gateway with DNS server
translates domain names to IPs

MCQs — Routers & Switches


Q1. Which device uses MAC addresses to forward data?
A. Router
B. Switch ✓
C. Hub
D. Repeater
Answer: B | Switches forward frames based on learned MAC addresses.
Others: Routers use IP; hubs/repeaters do not learn addresses.

Q2. Which device connects different IP networks?


A. Switch
B. Hub
C. Router ✓
D. NIC
Answer: C | Routers join different IP networks using routing tables.
Others: Switches work within a single LAN.

Q3. Which table does a switch learn automatically?


A. Routing table
Page 11 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

B. MAC address table ✓


C. ARP cache only
D. DNS table
Answer: B | Switches build a MAC address table from incoming frames.
Others: Routing tables belong to routers, not standard switches.

Q4. Which table does a router use for forwarding?


A. VLAN table
B. Routing table ✓
C. MAC table only
D. DHCP pool
Answer: B | Routers look up destination IPs in the routing table.
Others: VLAN tables are Layer 2; DHCP pools are for address assignment.

Q5. A switch mainly works at which OSI layer?


A. Layer 1
B. Layer 2 ✓
C. Layer 3 only
D. Layer 7
Answer: B | Standard switches forward frames at the Data Link layer.
Others: Routers are Layer 3; Layer 1 is hubs/cables.

Q6. Which device reduces broadcast traffic between networks?


A. Hub
B. Switch
C. Router ✓
D. Cable
Answer: C | Routers block broadcasts by default between networks.
Others: Switches forward broadcasts within a VLAN.

Q7. Which command shows the MAC table on a Cisco switch?


A. show ip route
B. show mac address-table ✓
C. show vlan
D. show arp
Answer: B | This command displays all learned MAC addresses and ports.
Others: The others show routing, VLAN, or ARP information.

Q8. Which command shows a router's interfaces briefly?


A. show ip interface brief ✓
B. show mac address-table
C. show vlan brief
D. show cdp neighbors
Answer: A | It displays interface status and IP addresses in a compact format.
Others: The others show MAC, VLAN, or neighbor information.

Q9. Which device does NOT forward based on IP routes?


A. Router
B. Layer 3 switch
C. Standard switch ✓

Page 12 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

D. Firewall with routing


Answer: C | A standard switch forwards at Layer 2 only — no routing.
Others: Routers, L3 switches, and routing firewalls can use IP routes.

Q10. A router mainly works at which OSI layer?


A. Layer 1
B. Layer 2
C. Layer 3 ✓
D. Layer 4
Answer: C | Routers forward packets using IP addresses at Layer 3.
Others: Layer 2 is switch behavior; Layer 4 is TCP/UDP.

Page 13 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Section 4 — Device Connectivity


Cable Types Comparison
Max Distance
Cable Type Medium Speed Use Case
(typical)

Copper twisted- Up to 1 Standard office Ethernet


UTP Cat5e 100 m
pair Gbps LAN
Copper twisted- 100 m / 55 m Up to 10 High-speed LAN, data
UTP Cat6/6a
pair (10G) Gbps centers
Fiber Optic Glass — single 10–100 Long-distance, backbone
Up to 100 km+
(SM) mode Gbps+ links
Fiber Optic Glass — multi Building backbone,
Up to 550 m 1–10 Gbps
(MM) mode campus
Legacy cable TV /
Coaxial Copper coax Varies Varies
broadband

Common Mistakes — Device Connectivity


❌ Common Mistake ✅ Correct Understanding

A hub floods all ports; a switch intelligently


Hub and switch are the same device
forwards using MAC addresses
Modem converts ISP signals; router connects and
Modem and router are the same routes between networks — often combined in
home gear
Fiber supports longer distances; UTP has a 100m
All cables are interchangeable
limit — choice matters for design
Modern devices with Auto MDI/MDIX auto-detect
Straight-through vs crossover always matters
and adjust — reducing cable type dependency

MCQs — Device Connectivity


Q1. Which device connects a computer to a network?
A. NIC ✓
B. CPU
C. RAM
D. BIOS
Answer: A | The NIC (Network Interface Card) is the physical network adapter.
Others: CPU, RAM, and BIOS are not network interfaces.

Q2. Which device floods frames to all ports?


A. Switch
B. Router
C. Hub ✓
Page 14 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

D. Access Point
Answer: C | A hub repeats incoming data to all connected ports.
Others: Switches learn addresses; routers route; APs connect wireless clients.

Q3. Which cable is best for long distances and high speed?
A. Coaxial only
B. Fiber optic ✓
C. USB
D. HDMI
Answer: B | Fiber optic supports high bandwidth over very long distances.
Others: USB and HDMI are not standard LAN networking media.

Q4. Which command checks basic network connectivity?


A. ping ✓
B. format
C. shutdown
D. copy
Answer: A | Ping sends ICMP echo requests to verify reachability.
Others: The other commands are unrelated to connectivity testing.

Q5. Full-duplex means:


A. Only sending
B. Only receiving
C. Sending and receiving simultaneously ✓
D. No communication
Answer: C | Full-duplex supports simultaneous transmission and reception.
Others: Half-duplex means only one direction at a time.

Q6. Which device connects wireless clients to a wired LAN?


A. Access Point ✓
B. Hub
C. Repeater
D. NIC
Answer: A | An Access Point bridges Wi-Fi to Ethernet infrastructure.
Others: Hubs and repeaters don't serve as wireless access points.

Q7. Which device connects to an ISP line?


A. Modem ✓
B. Switch
C. Hub
D. Patch panel
Answer: A | A modem interfaces with ISP access technology (DSL, cable).
Others: Switches and hubs are LAN devices, not ISP interfaces.

Q8. Which command shows directly connected Cisco neighbors?


A. show cdp neighbors ✓
B. show ip route
C. show vlan brief
D. show spanning-tree
Answer: A | CDP (Cisco Discovery Protocol) lists nearby Cisco devices.

Page 15 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Others: The others display routing, VLAN, or STP data.

Q9. Which cable type is standard in Ethernet LANs?


A. UTP ✓
B. VGA
C. SATA
D. Lightning cable
Answer: A | UTP (Unshielded Twisted Pair) is the standard Ethernet medium.
Others: VGA, SATA, and Lightning are not network cables.

Q10. A crossover cable was traditionally used between:


A. PC and monitor
B. Like devices (switch-to-switch) ✓
C. Printer and paper tray
D. Router and keyboard
Answer: B | Older Ethernet needed crossover cables to connect similar device types.
Others: The other options are not networking cable scenarios.

Page 16 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Section 5 — IP Addressing & VLSM


Subnet Size Quick Reference
CIDR Total
Subnet Mask Usable Hosts Network Bits Host Bits
Prefix Addresses

/8 [Link] 16,777,216 16,777,214 8 24


/16 [Link] 65,536 65,534 16 16
/24 [Link] 256 254 24 8
/25 [Link] 128 126 25 7
/26 [Link] 64 62 26 6
/27 [Link] 32 30 27 5
/28 [Link] 16 14 28 4
/29 [Link] 8 6 29 3
/30 [Link] 4 2 30 2

💡 TIP Usable hosts = 2^(host bits) − 2. Always subtract network address and broadcast address.

VLSM Steps
Ste
Action
p

1 List all required host counts for each subnet


2 Sort subnets from largest to smallest host requirement
3 Choose smallest subnet that fits each requirement (2^n − 2 ≥ hosts needed)
4 Allocate subnets sequentially — no overlaps
5 For each subnet, identify: Network Address, Broadcast, Host Range

Common Mistakes — IP Addressing & VLSM


❌ Common Mistake ✅ Correct Understanding

Forgetting to subtract network and broadcast


Usable hosts = 2^host bits − 2, not 2^host bits
addresses
VLSM lets you right-size subnets — use /30 for
Using the same /24 for every subnet
point-to-point links, /24 for large LANs
Subnet mask ([Link]) tells which part is
Confusing subnet mask with IP address
network vs host — not an IP address
Allocating smallest subnets first in VLSM Always allocate largest subnets first — harder to fit

Page 17 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

❌ Common Mistake ✅ Correct Understanding

them later

MCQs — IP Addressing & VLSM


Q1. IPv4 address length is:
A. 16 bits
B. 32 bits ✓
C. 64 bits
D. 128 bits
Answer: B | IPv4 uses 32-bit addressing written in dotted-decimal.
Others: 128 bits is IPv6; 16 bits would allow only 65,536 addresses.

Q2. Which part of an IP address identifies the specific device?


A. Network part
B. Subnet mask
C. Host part ✓
D. MAC part
Answer: C | The host portion identifies the specific device within a subnet.
Others: The network part identifies the subnet, not the individual device.

Q3. A subnet mask tells:


A. The computer name
B. Network and host boundary ✓
C. Internet speed
D. DNS server
Answer: B | The mask distinguishes the network bits from the host bits.
Others: It does not define names, speeds, or DNS.

Q4. Which address is used to reach all hosts in a subnet?


A. Network address
B. Broadcast address ✓
C. Gateway address
D. Loopback address
Answer: B | The broadcast address (all host bits = 1) reaches all devices in the subnet.
Others: Network address identifies the subnet; gateway is the router exit.

Q5. How many usable hosts are in a /24 subnet?


A. 254 ✓
B. 256
C. 255
D. 252
Answer: A | 2^8 = 256 total addresses minus network and broadcast = 254 usable.
Others: 256 is the total count, not usable; [Link] is broadcast.

Q6. What does VLSM stand for?


A. Variable Length Subnet Mask ✓
B. Very Large Switching Mode

Page 18 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

C. Virtual Local Speed Method


D. Variable Link State Metric
Answer: A | VLSM — Variable Length Subnet Mask — allows different-sized subnets.
Others: The other options are fabricated terms.

Q7. Why is VLSM useful?


A. It wastes more IP addresses
B. It saves IP addresses ✓
C. It removes routing
D. It disables subnetting
Answer: B | VLSM allows right-sized subnets, preventing wasted addresses.
Others: It is the opposite of wasteful.

Q8. The formula for usable hosts per subnet is:


A. 2^host bits
B. 2^host bits + 2
C. 2^host bits − 2 ✓
D. 2^network bits − 2
Answer: C | Two addresses (network + broadcast) are always reserved.
Others: Including them gives total addresses, not usable hosts.

Q9. Which command displays IP configuration in Windows?


A. ipconfig ✓
B. ping
C. tracert
D. netstat only
Answer: A | ipconfig shows local IP address, subnet mask, and gateway.
Others: Ping tests reachability; tracert shows path hops.

Q10. In VLSM, subnets should be allocated:


A. Randomly
B. Smallest first
C. Largest first ✓
D. Only after routing
Answer: C | Largest subnets are hardest to place — allocate them first to avoid overlap.
Others: Allocating smallest first can leave fragmented space.

Page 19 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Section 6 — VLANs, Inter-VLAN Routing & STP


Access Port vs Trunk Port
Feature Access Port Trunk Port

VLANs carried One VLAN only Multiple VLANs


Typical connection End device (PC, printer) Switch-to-switch, switch-to-router
Tagging No VLAN tag (untagged) Tagged with 802.1Q
Configuration switchport mode access switchport mode trunk

STP Key Terms


Term Definition

The central reference switch in the STP topology — all paths calculated from
Root Bridge
it
Root Port Best port on a non-root switch toward the root bridge
Designated Port Forwarding port on each network segment (one per segment)
Blocked Port Port prevented from forwarding to eliminate loops
Broadcast Storm Endless looping frames multiplying exponentially — what STP prevents

Common Mistakes — VLANs, Inter-VLAN, STP


❌ Common Mistake ✅ Correct Understanding

VLANs are logical separations on the same


VLANs are physically separate networks
physical switch hardware
Devices in different VLANs can talk without Different VLANs require Layer 3 routing to
routing communicate
They are fundamentally different — trunks tag
Trunk port = access port with more VLANs
frames; access ports do not
Without STP, a Layer 2 loop causes a broadcast
STP is optional in redundant Layer 2 designs
storm that crashes the network

MCQs — VLANs, Inter-VLAN Routing & STP


Q1. VLAN stands for:
A. Very Large Area Network
B. Virtual LAN ✓
C. Verified LAN
D. Visual Link Access

Page 20 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Answer: B | VLAN = Virtual Local Area Network — a logical network segment.


Others: The other options are not real networking terms.

Q2. A VLAN creates a separate:


A. CPU
B. Broadcast domain ✓
C. Internet connection
D. Power supply
Answer: B | Each VLAN is an independent Layer 2 broadcast domain.
Others: VLANs are logical — they do not create hardware components.

Q3. Which port carries multiple VLANs?


A. Access port
B. Trunk port ✓
C. Console port
D. Auxiliary port
Answer: B | Trunk ports transport multiple VLANs using 802.1Q tagging.
Others: Access ports carry only one VLAN.

Q4. Which standard is used for VLAN tagging?


A. 802.11
B. 802.1Q ✓
C. 802.3ad
D. 802.5
Answer: B | 802.1Q is the IEEE VLAN tagging standard.
Others: 802.11 is Wi-Fi; 802.3ad is link aggregation; 802.5 is Token Ring.

Q5. For devices in different VLANs to communicate, they need:


A. DHCP only
B. Routing ✓
C. NAT only
D. STP only
Answer: B | VLANs are Layer 2 separated — Layer 3 routing is required.
Others: DHCP, NAT, and STP do not enable inter-VLAN communication.

Q6. Router-on-a-stick uses:


A. Separate physical interfaces
B. Subinterfaces on one physical interface ✓
C. A separate switch
D. DHCP relay only
Answer: B | One router interface with multiple subinterfaces handles multiple VLANs.
Others: The other options describe different configurations.

Q7. STP prevents:


A. IP address conflicts
B. Routing loops
C. Layer 2 switching loops ✓
D. DNS errors
Answer: C | STP blocks redundant paths to prevent Layer 2 broadcast storms.
Others: Routing loops and IP conflicts are different problems.

Page 21 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Q8. Without STP in a redundant Layer 2 network:


A. Routing improves
B. A broadcast storm occurs ✓
C. Security increases
D. More IP addresses are available
Answer: B | Frames loop endlessly and multiply, crashing the network.
Others: Loops are catastrophically harmful.

Q9. Which command shows VLANs on a Cisco switch?


A. show vlan brief ✓
B. show ip route
C. show cdp neighbors
D. show arp
Answer: A | show vlan brief lists all VLANs and their assigned ports.
Others: The other commands show routing, neighbors, or ARP data.

Q10. Which port is normally used for PC connection?


A. Trunk port
B. Access port ✓
C. Routed port only
D. Console port
Answer: B | End devices connect to access ports configured for one VLAN.
Others: Trunk ports are for switch/router interconnects.

Page 22 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Section 7 — DHCP
DHCP DORA Process
Step Message From → To Purpose

DISCOVE
1—D Client → Broadcast Client looks for any available DHCP server
R
Server offers IP settings (IP, mask, gateway,
2—O OFFER Server → Client
DNS)
Client formally requests the offered
3—R REQUEST Client → Broadcast
configuration
ACKNOW
4—A Server → Client Server confirms the lease — IP is now assigned
LEDGE

What DHCP Assigns


Parameter Example Notes

IP Address [Link] Leased for a defined time period


Subnet Mask [Link] Defines network/host boundary
Default Gateway [Link] Router interface for outside communication
DNS Server [Link] Resolves domain names to IP addresses
Lease Time 24 hours (varies) IP returned to pool when lease expires

Common Mistakes — DHCP


❌ Common Mistake ✅ Correct Understanding

DHCP assigns IP settings; DNS translates domain


DHCP and DNS do the same thing
names to IP addresses
DHCP also assigns subnet mask, default gateway,
DHCP only assigns the IP address
and DNS server
DHCP issues a lease with an expiration time — it is
DHCP address is permanent
temporary unless reserved

MCQs — DHCP
Q1. DHCP stands for:
A. Dynamic Host Configuration Protocol ✓
B. Digital Host Control Program
C. Domain Host Connection Protocol
D. Dynamic Hyperlink Configuration

Page 23 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Answer: A | That is the correct full expansion.


Others: The other options are fabricated.

Q2. DHCP is used to:


A. Assign IP settings automatically ✓
B. Route packets
C. Encrypt data
D. Test cables
Answer: A | DHCP automates IP address and network configuration.
Others: Routing, encryption, and cable testing are different functions.

Q3. DHCP DORA starts with:


A. Offer
B. Discover ✓
C. Request
D. Acknowledge
Answer: B | The client sends a DISCOVER broadcast to find DHCP servers.
Others: Offer, Request, and Acknowledge come afterward.

Q4. Which is NOT normally assigned by DHCP?


A. IP address
B. Subnet mask
C. Default gateway
D. CPU speed ✓
Answer: D | DHCP assigns network parameters only — not hardware properties.
Others: IP, mask, and gateway are standard DHCP assignments.

Q5. DHCP lease refers to:


A. Router password
B. Time the IP address is assigned ✓
C. VLAN number
D. Cable length
Answer: B | A lease has a defined expiration time after which it must be renewed.
Others: The other options are unrelated to DHCP leasing.

Q6. Which command renews a DHCP address in Windows?


A. ipconfig /renew ✓
B. ipconfig /release
C. ping [Link]
D. tracert
Answer: A | ipconfig /renew requests a new lease from the DHCP server.
Others: ipconfig /release drops the current lease; the others do not renew.

Q7. DHCP reservation means:


A. Random address every time
B. Permanent IP mapping for a device's MAC ✓
C. No IP needed
D. Manual switch port assignment
Answer: B | Reservation ties a specific MAC address to a fixed IP.
Others: Without reservation, DHCP assignments are dynamic and may change.

Page 24 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Q8. Which device usually provides DHCP service?


A. Printer
B. DHCP server or router ✓
C. Monitor
D. Hub
Answer: B | DHCP runs on dedicated servers or on routers.
Others: Printers, monitors, and hubs do not assign IP addresses.

Q9. DHCP reduces:


A. Manual configuration errors ✓
B. Need for cables
C. Need for switches
D. Need for routing
Answer: A | Automation dramatically reduces human IP assignment mistakes.
Others: DHCP does not replace physical or routing infrastructure.

Q10. DNS differs from DHCP because DNS:


A. Assigns IP addresses
B. Translates domain names to IPs ✓
C. Sets up VLANs
D. Prevents switching loops
Answer: B | DNS resolves names like [Link] to IP addresses.
Others: DHCP handles IP assignment; DNS handles name resolution.

Page 25 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Section 8 — Routing Fundamentals


Routing Protocol Comparison
Admin
Protocol Type Metric Best For
Distance

Static Small/simple networks,


Manual N/A 1
Route stub routes
Default Gateway of last resort for
Manual N/A 1
Route unknown destinations
Dynamic — Hop count (max
RIP v2 120 Small/legacy networks
Distance Vector 15)
Dynamic — Link Cost (based on
OSPF 110 Large enterprise networks
State bandwidth)
Dynamic — Composite (BW +
EIGRP 90 (internal) Cisco environments
Hybrid delay)

Common Mistakes — Routing


❌ Common Mistake ✅ Correct Understanding

Default gateway is the router exit interface; DNS


Default gateway is the same as DNS server
server translates names to IPs
Routers need routes for all known networks plus a
Routers only need one route
default route for unknown destinations
Static routes are for specific networks; default route
Static route and default route are the same
([Link]/0) is the last-resort route
RIP has a max hop count of 15 and slow
RIP is better than OSPF for large networks
convergence — OSPF scales far better

MCQs — Routing Fundamentals


Q1. Routing is used to send packets between:
A. Cables
B. Different IP networks ✓
C. CPU cores
D. Switch ports only
Answer: B | Routing connects separate IP networks.
Others: Routing is not about physical media or CPU operations.

Q2. A router forwards packets using:


A. MAC address table
B. Routing table ✓
C. VLAN list

Page 26 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

D. DHCP pool
Answer: B | The routing table stores network paths and next-hop addresses.
Others: MAC tables are for switches; VLAN lists are L2; DHCP pools assign IPs.

Q3. Default gateway is usually:


A. A DNS server
B. A router interface ✓
C. A switch port number
D. A broadcast address
Answer: B | The default gateway is the router interface that exits the local subnet.
Others: DNS servers resolve names; switch ports and broadcast addresses are different.

Q4. A static route is:


A. Learned automatically by protocol
B. Configured manually by admin ✓
C. A VLAN name
D. A DHCP lease
Answer: B | Static routes are manually entered by the network administrator.
Others: Dynamic routes are learned automatically via routing protocols.

Q5. Which command displays the routing table on a Cisco router?


A. show ip route ✓
B. show vlan brief
C. show mac address-table
D. show cdp neighbors
Answer: A | show ip route displays all known routes and their details.
Others: The other commands show L2 or neighbor information.

Q6. RIP uses which metric?


A. Delay
B. Hop count ✓
C. Bandwidth only
D. MAC address
Answer: B | RIP (Routing Information Protocol) counts router hops to reach a network.
Others: OSPF uses cost; EIGRP uses a composite metric.

Q7. Which routing protocol is widely used and link-state based?


A. ARP
B. OSPF ✓
C. DHCP
D. STP
Answer: B | OSPF (Open Shortest Path First) is the most common link-state IGP.
Others: ARP, DHCP, and STP are not routing protocols.

Q8. The next hop is:


A. The final destination device
B. The immediate next router on the path ✓
C. The switch port number
D. The subnet mask
Answer: B | The next hop is the very next router that receives the forwarded packet.

Page 27 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Others: It is not the final destination.

Q9. Traceroute is used to:


A. Show the hop-by-hop path to a destination ✓
B. Change IP addresses
C. Assign DHCP leases
D. Create VLANs
Answer: A | Traceroute reveals each router hop between source and destination.
Others: It does not modify configurations.

Q10. Which route matches any destination not in the routing table?
A. Static route
B. Dynamic route
C. Default route ✓
D. Host route
Answer: C | Default route ([Link]/0) is the gateway of last resort.
Others: Static routes match specific networks; host routes match single IPs.

Page 28 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Section 9 — NAT & PAT


NAT Types Comparison
NAT Type Mapping IP Usage Common Use

One private ↔ One public


Static NAT 1:1 Servers needing consistent public IP
(fixed)
Many:Ma
One private ↔ One public Outbound access — pool of public
Dynamic NAT ny
(from pool) IPs
(limited)
PAT (NAT Many private ↔ One public Home/office internet sharing (most
Many:1
Overload) (port-multiplexed) common)

Common Mistakes — NAT & PAT


❌ Common Mistake ✅ Correct Understanding

NAT translates addresses; routing forwards


NAT is the same as routing packets based on destination IP — different
functions
PAT multiplexes many private IPs to one public IP
PAT and static NAT are identical
using ports; static NAT is one-to-one fixed
NAT hides internal structure but is not a security
NAT provides security by itself
mechanism — firewalls provide security

MCQs — NAT & PAT


Q1. NAT stands for:
A. Network Access Transfer
B. Network Address Translation ✓
C. Node Address Table
D. New Address Tagging
Answer: B | Network Address Translation — translates private IPs to public IPs.
Others: The other options are fabricated.

Q2. NAT is used to:


A. Convert private IPs to public IPs ✓
B. Create VLANs
C. Encrypt packets
D. Remove routing tables
Answer: A | NAT translates internal private addresses to routable public IPs.
Others: VLANs, encryption, and routing tables are separate functions.

Q3. PAT is also called:


A. Port routing
B. NAT overload ✓
Page 29 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

C. VLAN translation
D. DHCP relay
Answer: B | PAT / NAT overload maps many private IPs to one public IP using different ports.
Others: The other terms are incorrect.

Q4. Which NAT type uses one-to-one fixed mapping?


A. Static NAT ✓
B. PAT
C. Dynamic NAT
D. DHCP
Answer: A | Static NAT permanently maps one private IP to one public IP.
Others: PAT and Dynamic NAT are not fixed one-to-one mappings.

Q5. PAT multiplexes many devices using:


A. VLAN IDs
B. Port numbers ✓
C. MAC addresses
D. Subnet masks
Answer: B | PAT uses unique source port numbers to track each session.
Others: MACs and VLANs don't provide session multiplexing at Layer 4.

Q6. NAT is commonly used because:


A. IPv4 addresses are unlimited
B. Public IPv4 addresses are limited ✓
C. Switches require it
D. DNS doesn't work without it
Answer: B | The IPv4 address exhaustion problem is solved by NAT conserving public IPs.
Others: NAT is not required for switches or DNS.

Q7. Which command shows NAT translations on Cisco?


A. show ip nat translations ✓
B. show vlan brief
C. show spanning-tree
D. show ip dhcp pool
Answer: A | This command lists all active private-to-public address mappings.
Others: The other commands show unrelated features.

Q8. NAT inside and NAT outside refer to:


A. Wireless and wired sides
B. Internal and external router interfaces ✓
C. Routing and switching modes
D. DNS and DHCP servers
Answer: B | Inside = private side; Outside = public/Internet-facing side.
Others: They are interface classifications, not protocol types.

Q9. Dynamic NAT uses:


A. A pool of public IPs ✓
B. No public IPs
C. VLAN tagging
D. STP root bridge

Page 30 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Answer: A | Dynamic NAT maps private addresses to available IPs from a public pool.
Others: The other options are unrelated to NAT.

Q10. NAT operates conceptually at:


A. Layer 1
B. Layer 2
C. Layer 3/4 boundary ✓
D. Layer 7 only
Answer: C | NAT modifies IP addresses (L3) and PAT also modifies port numbers (L4).
Others: It is not a physical or pure application-layer function.

Page 31 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Section 10 — Access Control Lists (ACLs)


Standard ACL vs Extended ACL
Feature Standard ACL Extended ACL

Number range 1–99, 1300–1999 100–199, 2000–2699


Filter criteria Source IP only Source IP, Dest IP, Protocol, Ports
Placement Near destination Near source
Flexibility Limited Highly specific
Allow only HTTP from subnet to
Example use Block a subnet from all access
server

ACL Common Well-Known Port Numbers


Protoco
Port Service Transport
l

File Transfer Protocol


20/21 FTP TCP
(data/control)
22 SSH Secure Shell remote access TCP
23 Telnet Unencrypted remote access TCP
25 SMTP Email sending TCP
53 DNS Domain Name System UDP (mostly) / TCP
Dynamic Host Config
67/68 DHCP UDP
(server/client)
80 HTTP Web traffic (unencrypted) TCP
110 POP3 Email retrieval TCP
443 HTTPS Web traffic (encrypted) TCP
3389 RDP Remote Desktop Protocol TCP

Common Mistakes — ACLs


❌ Common Mistake ✅ Correct Understanding

Every ACL ends with an invisible 'deny all' — if no


Forgetting the implicit deny at the end
rule matches, traffic is dropped
ACLs are processed top-to-bottom — first match
ACL order does not matter
wins; wrong order causes incorrect filtering
Wildcard is the inverse of subnet mask:
Using wrong wildcard mask
[Link] → wildcard is [Link]

Page 32 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

❌ Common Mistake ✅ Correct Understanding

Standard ACLs only check source IP — placing


Applying standard ACL near the source
near source may block too much traffic
in = traffic entering the interface; out = traffic
Applying ACL in wrong direction
leaving — direction matters for filtering

MCQs — Access Control Lists


Q1. ACL stands for:
A. Access Control List ✓
B. Active Connection Layer
C. Address Change Link
D. Access Channel Log
Answer: A | Access Control List — a set of rules to permit or deny traffic.
Others: The other options are fabricated.

Q2. ACLs are used to:


A. Permit or deny traffic ✓
B. Assign IP addresses
C. Replace switches
D. Make cables faster
Answer: A | ACLs are traffic filtering rules applied on router interfaces.
Others: DHCP assigns IPs; switches and cables serve different purposes.

Q3. Standard ACLs filter based on:


A. Destination MAC
B. Source IP address only ✓
C. Destination port only
D. VLAN name
Answer: B | Standard ACLs match only the source IP address.
Others: Extended ACLs can match source, destination, protocol, and ports.

Q4. Extended ACLs can filter by:


A. Source IP only
B. Source + Destination IP + Protocol + Ports ✓
C. MAC address only
D. Switch speed only
Answer: B | Extended ACLs provide granular control over many fields.
Others: Standard ACLs are limited to source IP only.

Q5. ACL rules are processed in which order?


A. Randomly
B. Bottom to top
C. Top to bottom ✓
D. By IP class only
Answer: C | First matching rule wins — order is critical.
Others: ACLs are deterministic, not random.

Page 33 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Q6. If no ACL rule matches traffic, what happens?


A. Permit by default
B. Deny by implicit deny ✓
C. Reset the router
D. Create a VLAN
Answer: B | Every ACL ends with an invisible implicit deny all statement.
Others: There is no default permit — unmatched traffic is dropped.

Q7. The wildcard mask for subnet [Link] is:


A. [Link]
B. [Link] ✓
C. [Link]
D. [Link]
Answer: B | Wildcard = inverse of subnet mask: 255−255=0, 255−255=0, 255−255=0, 255−0=255.
Others: Other options don't correctly invert a /24 mask.

Q8. Standard ACLs should be placed:


A. Near the source
B. Near the destination ✓
C. On switches only
D. On PCs only
Answer: B | Since standard ACLs check only source IP, place near destination to avoid over-blocking.
Others: Extended ACLs go near the source for efficiency.

Q9. Which Cisco command applies ACL 101 inbound on g0/0?


A. ip access-group 101 in ✓
B. access-list 101 in g0/0
C. show acl 101
D. permit acl 101
Answer: A | ip access-group <number> in|out is the correct interface application command.
Others: The other options are not valid Cisco ACL syntax.

Q10. Which ACL statement allows HTTP web traffic to a specific host?
A. permit tcp any host [Link] eq 80 ✓
B. permit icmp any any
C. deny tcp any any
D. permit udp any any eq 53
Answer: A | TCP port 80 is HTTP web traffic to that host.
Others: ICMP is ping, UDP 53 is DNS, deny blocks all TCP.

Page 34 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Quick Revision Tables


1. OSI ↔ TCP/IP Layer Mapping
OSI
Laye OSI Name Main Function PDU TCP/IP Layer
r

User-facing services
7 Application Data Application
(HTTP, DNS, FTP)
Presentatio Encryption, compression,
6 Data Application
n format
Session management
5 Session Data Application
between apps
TCP/UDP, ports, Segment/
4 Transport Transport
reliability Datagram
3 Network IP addressing and routing Packet Internet
MAC addresses, frames,
2 Data Link Frame Network Access
switching
Bits over physical
1 Physical Bit Network Access
medium

2. Device Summary
OSI Address
Device Main Role Key Feature
Layer Used

Repeats signal to No intelligence — creates one


Hub Layer 1 None
all ports collision domain
Forwards frames MAC Builds MAC table — reduces
Switch Layer 2
using MAC Address collisions
Routes packets
Router between Layer 3 IP Address Segments broadcast domains
networks
Connects
Access
wireless to wired Layer 2/3 Both 802.11 wireless bridge
Point
LAN
ISP signal
Modem Layer 1/2 Varies DSL/Cable interface to ISP
conversion
Filters traffic by Layer
Firewall IP + Port ACL-based or stateful inspection
policy 3/4/7

Page 35 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

3. Essential Cisco Commands


Command Purpose Mode

Quick status of all interfaces with IP


show ip interface brief Privileged EXEC
addresses
show ip route Display the full routing table Privileged EXEC
show vlan brief List all VLANs and assigned ports Privileged EXEC
show interfaces trunk Show trunk port details and allowed VLANs Privileged EXEC
show spanning-tree Display STP topology and port states Privileged EXEC
show mac address-table Show learned MAC addresses and ports Privileged EXEC
show ip nat translations Display active NAT/PAT translations Privileged EXEC
show access-lists Show all configured ACLs and hit counts Privileged EXEC
show ip dhcp binding Show DHCP leases issued by the router Privileged EXEC
show cdp neighbors List directly connected Cisco devices Privileged EXEC
ping <ip> Test reachability using ICMP Privileged EXEC
traceroute <ip> Show hop-by-hop path to destination Privileged EXEC

4. Protocol & Port Reference


Transpo
Protocol Port Purpose
rt

FTP (data) 20 TCP File transfer data channel


FTP (control) 21 TCP File transfer control channel
SSH 22 TCP Secure encrypted remote access
Telnet 23 TCP Unencrypted remote access (avoid)
SMTP 25 TCP Sending email
UDP/
DNS 53 Name-to-IP resolution
TCP
DHCP Server 67 UDP DHCP server receives requests
DHCP Client 68 UDP DHCP client sends requests
HTTP 80 TCP Unencrypted web traffic
HTTPS 443 TCP Encrypted web traffic (TLS)
IMAP 143 TCP Email retrieval (leaves on server)
RDP 3389 TCP Remote Desktop Protocol

Page 36 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

High-Yield Exam Tips

If the question is about... Think about...

MAC addresses Think SWITCH / Layer 2


IP addresses and routing Think ROUTER / Layer 3
Ports and reliability Think TCP / Transport Layer
Automatic IP assignment Think DHCP
One network split into logical parts Think VLAN
Loop prevention in switches Think STP
Public and private IP translation Think NAT / PAT
Traffic filtering by rules Think ACL
Name to IP address translation Think DNS
8 network bits / 24 host bits — up to 16.7 million
Class A IP (first octet 1–126)
hosts!
Class B IP (first octet 128–191) 16 network bits / 16 host bits — up to 65,534 hosts
Class C IP (first octet 192–223) 24 network bits / 8 host bits — only 254 hosts
LOOPBACK — never Class A public; always
127.x.x.x
reserved
169.254.x.x APIPA — DHCP failed; no internet access
Every ACL ends with deny all — always add
Implicit deny
explicit permits!

Final Pre-Exam Checklist


• Know the difference between LAN, MAN, and WAN by coverage area
• Memorize all 7 OSI layers in order (Physical → Application)
• Know TCP vs UDP — reliability vs speed tradeoffs
• Know what switches do (Layer 2, MAC) vs routers (Layer 3, IP)
• Practice IP subnetting: usable hosts = 2^host bits − 2
• Know the 5 IPv4 address classes and their first-octet ranges
• Remember Class A is 1–126, NOT 0–127 (127 is loopback!)
• Understand VLSM: allocate largest subnets FIRST
• Know VLAN, trunk vs access port, and inter-VLAN routing
• Memorize DHCP DORA: Discover → Offer → Request → Acknowledge
• Know static route vs default route vs dynamic routing
• Understand NAT (translate IPs) vs PAT (one public IP + ports)
• Know ACL implicit deny, top-to-bottom processing, wildcard masks
• Standard ACL near DESTINATION; Extended ACL near SOURCE

Page 37 of 38
Computer Networking Exam Study Guide | Complete MCQ Bank & IP Reference

Good luck on your exam!

Page 38 of 38

You might also like