100

What does IP stand for?

Internet Protocol

100

Which topology connects all devices to a central hub or switch?

Star topology

100

What does LAN stand for?

Local Area Network 

100

Which port is used for HTTP?

Port 80 

100

What is the default subnet mask for Class C IP addresses?

255.255.255.0

100

Your IP address is 192.168.10.25 and your subnet mask is 255.255.255.0. What is your network address?

192.168.10.0

100

Which device broadcasts data to all devices in a network?

Hub 

100

Which OSI layer handles data formatting like JPEG or SSL?

Presentation layer

100

Give an example of a Class B private IP range.

172.16.0.0 – 172.31.255.255

100

What does MAC stand for in networking?

Media Access Control

100

Which type of network connects devices over short distances like Bluetooth?

PAN (Personal Area Network)

100

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

Public IPs are routable on the internet; private IPs are only used within local networks.

100

In which topology are all devices connected in a circular path?

Ring topology

100

Which OSI layer manages sessions between devices?

Session layer

100

Which protocol uses port 25?

SMTP (Simple Mail Transfer Protocol)

100

Which OSI layer is responsible for routing data between networks?

Network layer

100

Name the device that connects two LANs.

Bridge

100

What are the ranges for Class A, Class B, and Class C private IP addresses?

Class A: 10.0.0.0 – 10.255.255.255

Class B: 172.16.0.0 – 172.31.255.255

Class C: 192.168.0.0 – 192.168.255.255

100

What does the Transport layer do in the OSI model?

The Transport layer ensures reliable data transfer between devices.

Protocols like TCP and UDP operate at this layer.

100

What is the difference between a Hub and a Switch?

A Hub broadcasts incoming data to all connected devices regardless of the destination.

A Switch forwards data only to the specific device with the matching MAC address, making it more efficient and secure.

100

List all 7 layers of the OSI model from top to bottom.

Application, Presentation, Session, Transport, Network, Data Link, Physical 

100

Why can’t private IP addresses be routed over the internet?

They are not globally unique and are blocked by internet routers per RFC 1918.

100

Which topology is least affected if one cable fails: ring, star, or bus?

Star topology

100

What is the default subnet mask for a Class C IP address? How many usable hosts does it allow?

255.255.255.0

100

You have been assigned the IP address 192.168.1.0/26. How many usable host addresses are available in this subnet? Show your calculation.

The subnet mask /26 means 26 bits are used for the network portion, leaving 32 - 26 = 6 bits for hosts.

Total number of IP addresses = 2^6 = 64.

Usable host addresses = total addresses minus 2 (network address + broadcast address) = 64 - 2 = 62 usable hosts.

M
e
n
u