Network Basics
OSI Model
Subnetting and IP Addressing
Routing and Switching
Network Security and Protocols
100

What device is used to separate broadcast domains in a network?

A router

100

Which layer of the OSI model is responsible for data encryption and decryption?

The Presentation layer.

100

What is the subnet mask for a /24 network?

255.255.255.0.

100

What is the default administrative distance for a static route on a Cisco router?

1

100

What does SSH provide that Telnet does not?

Encrypted communication.

200

What is the primary function of DNS in a network?

To resolve domain names to IP addresses

200

What is the PDU (Protocol Data Unit) at the Transport layer of the OSI model?

A segment.

200

What is the range of valid host addresses in the network 192.168.1.0/28?

192.168.1.1 to 192.168.1.14.

200

What is the difference between Layer 2 and Layer 3 switching?

Layer 2 switching is based on MAC addresses, while Layer 3 switching is based on IP addresses.

200

What is the primary purpose of an Access Control List (ACL)?

To filter traffic based on defined rules.

300

What is the purpose of the ARP protocol in a network?

To map IP addresses to MAC addresses

300

At which OSI layer does the HTTP protocol operate?

Layer 7 (Application).

300

How many subnets are created when you divide a /24 network into /27 subnets?

Eight subnets.

300

Name one advantage of using dynamic routing protocols over static routing.

Dynamic routing protocols automatically update routes in response to network changes.

300

What does WPA2 use to secure wireless communication?

AES encryption.

400

Name two differences between a hub and a switch.

A hub broadcasts data to all devices, while a switch forwards data based on MAC addresses. A switch operates at Layer 2, while a hub is Layer 1

400

Explain how the Transport layer ensures reliable delivery of data.

It uses error detection, retransmissions, and acknowledgments through TCP.

400

If given the IP address 10.0.0.1/16, what is the broadcast address for the subnet?

10.0.255.255.

400

What is the primary purpose of a VLAN?

To logically segment a network into smaller, isolated broadcast domains.

400

What is the role of SNMP in network management?

SNMP (Simple Network Management Protocol) is used to monitor and manage network devices

500

What is the IEEE standard for wireless networking, commonly known as Wi-Fi?

IEEE 802.11

500

What is the purpose of flow control in the Transport layer, and how does it work?

Flow control prevents the sender from overwhelming the receiver by managing the rate of data transmission, often using sliding windows.

500

What is the primary difference between public and private IP addresses?

Public IP addresses are routable on the internet, while private IP addresses are only used within local networks and require NAT for internet access.

500

What does the show cdp neighbors command display on a Cisco device?

A list of directly connected Cisco devices and their interfaces.

500

What is the difference between symmetric and asymmetric encryption, and which is faster?

Symmetric encryption uses a single shared key and is faster, while asymmetric encryption uses a public/private key pair and is slower.