wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Networking Quiz

Total questions: 100

Worksheet time: 50mins

Name
Class
Date
1.

A company has two offices. Office A uses network 192.168.1.0/24 and Office B uses network 192.168.1.0/24. When they connect both offices via a VPN, devices cannot communicate properly. What is the problem and how should it be solved?

a)

The VPN is not configured correctly; reconfigure the VPN.

b)

Both offices use the same subnet; change one office's subnet.

c)

The devices are not compatible with VPN; replace the devices.

d)

The switch is faulty; replace the switch.

2.

A technician configures PC-A with IP 192.168.10.65/26 and PC-B with IP 192.168.10.130/26. Both are connected to the same switch. PC-A cannot ping PC-B. The technician believes the switch is faulty. Is this correct? Explain.

a)

Yes, the switch is faulty; replace it.

b)

No, the IP addresses are in different subnets; reconfigure the IPs.

c)

Yes, the switch is faulty; reset it.

d)

No, the devices are incompatible; replace them.

3.

An administrator needs to create 4 subnets from network 10.0.0.0/8. A junior technician suggests using /10 mask. A senior technician suggests using /30 mask. Which is more appropriate and why?

a)

/10 mask is appropriate; it provides enough addresses for subnets.

b)

/30 mask is appropriate; it provides more subnets.

c)

/10 mask is inappropriate; it provides too few subnets.

d)

/30 mask is inappropriate; it provides too few addresses per subnet.

4.

Host A (10.1.1.50/16) sends a packet to Host B (10.2.1.50/16). No router exists between them. Will the communication succeed? Explain your reasoning.

a)

Yes, they are in the same subnet.

b)

No, they are in different subnets.

c)

Yes, they are directly connected.

d)

No, the IP addresses are invalid.

5.

A network uses 172.16.0.0/16. The administrator creates subnet 172.16.5.0/24 for Sales. Later, Finance needs a subnet for only 10 hosts. Can the administrator use 172.16.5.128/28 from the original /16? Why or why not?

a)

Yes, it provides enough addresses for Finance.

b)

No, it overlaps with the Sales subnet.

c)

Yes, it is part of the original /16.

d)

No, it is not part of the original /16.

6.

A router has an interface with IP 192.168.1.1/24. A host on that network is configured with IP 192.168.1.1/24. What will happen and why?

a)

The host will communicate normally.

b)

The host will experience IP conflict; reconfigure the host's IP.

c)

The router will block the host's communication.

d)

The host will communicate with limited functionality.

7.

Wireshark capture shows two packets from the same source: Packet 1 - ID: 0x5F3A, Flags: 0x20 (More Fragments), Offset: 0, Length: 1500. Packet 2 - ID: 0x5F3A, Flags: 0x00, Offset: 185, Length: 700. What can you conclude?

a)

The packets are part of the same fragmented message.

b)

The packets are unrelated and from different sources.

c)

The packets indicate a routing loop.

d)

The packets are corrupted and cannot be analyzed.

8.

Analyze this routing table entry: S 10.10.0.0/16 [1/0] via 192.168.1.1. A packet arrives for destination 10.10.50.25. Another entry shows: S 10.10.50.0/24 [1/0] via 192.168.1.2. Which path will the packet take and why?

a)

The packet will take the path via 192.168.1.1 because it has a lower metric.

b)

The packet will take the path via 192.168.1.2 because it matches a more specific route.

c)

The packet will be dropped because no valid route exists.

d)

The packet will take the path via 192.168.1.1 because it is the default route.

9.

Routing table shows: C 192.168.1.0/24 is directly connected, GigabitEthernet0/0 and S 0.0.0.0/0 [1/0] via 192.168.1.254. A packet arrives for 192.168.1.50. Which route is used and why?

a)

The route via 192.168.1.254 is used because it has a lower metric.

b)

The directly connected route is used because it matches the destination IP.

c)

The packet is dropped because no valid route exists.

d)

The route via 192.168.1.254 is used because it is the default route.

10.

Wireshark shows: Source IP: 192.168.1.50, Source MAC: AA:BB:CC:DD:EE:01, Destination IP: 10.0.0.100, Destination MAC: AA:BB:CC:DD:EE:99. The capture was taken on the source host's network. What is AA:BB:CC:DD:EE:99?

a)

The MAC address of the source host.

b)

The MAC address of the destination host.

c)

The MAC address of the router.

d)

The MAC address of the switch.

11.

Wireshark IP header shows: Source: 10.0.0.5, Destination: 10.0.0.255, Protocol: 1. The network is 10.0.0.0/24. What is Protocol: 1 and what is the purpose of this packet?

a)

Protocol 1 indicates TCP, and the packet is used for data transfer.

b)

Protocol 1 indicates UDP, and the packet is used for streaming.

c)

Protocol 1 indicates ICMP, and the packet is used for network diagnostics.

d)

Protocol 1 indicates ARP, and the packet is used for address resolution.

12.

A router's routing table shows: S 192.168.0.0/22 [1/0] via 10.0.0.1. A packet arrives for destination 192.168.5.100. Will this route be used? Explain.

a)

Yes, because the destination matches the route.

b)

No, because the destination is outside the route's range.

c)

Yes, because the route has the lowest metric.

d)

No, because the route is inactive.

13.

A host sends a ping to a remote server. After some time, it receives an ICMP message with Type 11, Code 0. What does this tell the administrator about the network path?

a)

The destination host is unreachable.

b)

The packet was dropped due to TTL expiration.

c)

The server is not responding to pings.

d)

The network is experiencing congestion.

14.

Network documentation shows a subnet mask as 0xFFFFFF00. An administrator needs to configure a device that only accepts dotted decimal format. What should be entered?

a)

255.255.255.0

b)

255.255.0.0

c)

255.0.0.0

d)

255.255.255.255

15.

Determine the number of hosts that can exist in a /20 network.

a)

4096 hosts

b)

2048 hosts

c)

8192 hosts

d)

1024 hosts

16.

An administrator pings a host and receives the reply "Destination Host Unreachable" from the local router (192.168.1.1). What does this indicate compared to receiving no response at all?

a)

The host is powered off.

b)

The router cannot find a route to the destination.

c)

The host is unreachable due to a firewall.

d)

The host is reachable but not responding.

17.

A packet arrives at a router with TTL=0. What does the router do and why might this situation occur?

a)

Drops the packet and sends an ICMP Time Exceeded message.

b)

Forwards the packet to the next hop.

c)

Resets the TTL value and forwards the packet.

d)

Sends the packet back to the source.

18.

Wireshark shows a packet with Protocol field = 6. What protocol is being used above the IP layer?

a)

UDP

b)

TCP

c)

ICMP

d)

ARP

19.

A routing table shows: O IA 10.1.0.0/16 [110/30] via 192.168.1.1. What does IA indicate about this route?

a)

It is an internal route.

b)

It is an inter-area route.

c)

It is an external route.

d)

It is a static route.

20.

Host A (192.168.1.10/24) sends data to Host B (192.168.2.10/24). The packet leaves Host A with destination MAC set to Host A's default gateway. Why?

a)

Host B is unreachable.

b)

Host A is configured incorrectly.

c)

The packet is routed through the default gateway.

d)

Host A and Host B are on the same subnet.

21.

A router receives packets for 10.0.0.0/8 and has two equal-cost paths. What is this called and what happens?

a)

Load balancing; packets are distributed across both paths.

b)

Routing loop; packets are dropped.

c)

Static routing; packets follow a single path.

d)

Default routing; packets are sent to the default gateway.

22.

An IP packet has Total Length: 576, IHL: 5, and 20 bytes of options. Are these values consistent?

a)

Yes, the values are consistent.

b)

No, the Total Length is incorrect.

c)

No, the IHL value is incorrect.

d)

No, the options length is incorrect.

23.

Wireshark shows TCP RST flag set. Source port 80, destination port 45678. What likely happened?

a)

The connection was successfully established.

b)

The connection was reset by one of the endpoints.

c)

The connection experienced packet loss.

d)

The connection was terminated normally.

24.

Wireshark shows TCP options: MSS=1460, SACK permitted, Window Scale=7. What do these options tell you about the connection?

a)

The connection is using UDP.

b)

The connection supports large data transfers and selective acknowledgments.

c)

The connection is encrypted.

d)

The connection is experiencing high latency.

25.

Wireshark shows source port 53, destination port 49152, protocol UDP. What application is likely involved?

a)

HTTP

b)

DNS

c)

FTP

d)

SMTP

26.

A capture shows: UDP datagram to port 161. Response comes from port 161 to the original source port. What protocol is this?

a)

HTTP

b)

SNMP

c)

FTP

d)

SMTP

27.

Wireshark shows ICMP Port Unreachable (Type 3, Code 3) following a UDP packet. What happened?

a)

The destination port is open.

b)

The destination port is closed.

c)

The packet was successfully delivered.

d)

The packet was dropped due to congestion.

28.

A TCP capture shows window size going from 65535 to 32768 to 16384 to 0 across several segments. What is happening?

a)

The connection is being reset.

b)

The receiver is running out of buffer space.

c)

The sender is experiencing packet loss.

d)

The connection is idle.

29.

A capture shows TCP retransmission after 200ms, then 400ms, then 800ms. What pattern is this?

a)

Exponential backoff

b)

Linear retransmission

c)

Random retransmission

d)

Immediate retransmission

30.

A UDP header shows Length: 8. Is this valid? What does it mean?

a)

The packet is invalid.

b)

The packet contains only the header with no data.

c)

The packet is encrypted.

d)

The packet is fragmented.

31.

Wireshark shows duplicate ACKs: Ack=5000, Ack=5000, Ack=5000. What is the receiver signaling?

a)

Packet loss

b)

Connection termination

c)

Successful data transfer

d)

High latency

32.

A capture shows SACK blocks: 6000-6500, 7000-7500. The ACK number is 5000. What has been received?

a)

Data up to 5000

b)

Data up to 7500

c)

Data up to 6500

d)

Data up to 7000

33.

Wireshark shows TCP PSH flag set on a segment. What does this indicate and when is it typically used?

a)

The connection is being reset.

b)

The sender is signaling urgent data.

c)

The sender is pushing data to the application layer.

d)

The connection is idle.

34.

Wireshark capture shows a TCP connection with consistently high RTT (500ms+) but no packet loss. What might cause this?

a)

Network congestion

b)

Long physical distance between endpoints

c)

Packet corruption

d)

High bandwidth availability

35.

UDP checksum calculation includes a pseudo-header with source IP, dest IP, protocol, length. Why include IP addresses in a transport layer checksum?

a)

To verify the integrity of the transport layer data.

b)

To ensure the packet is routed correctly.

c)

To detect corruption in the IP header.

d)

To identify the sender and receiver.

36.

A developer asks: Why does DNS use UDP while HTTP uses TCP? Explain the fundamental transport needs that drive this choice.

a)

DNS requires reliable delivery, while HTTP does not.

b)

DNS is faster and does not require connection establishment.

c)

HTTP is slower and requires connection establishment.

d)

DNS uses encryption, while HTTP does not.

37.

Two applications on the same host both try to bind() to TCP port 8080. The second bind() fails with Address already in use. Why does the OS prevent this, and what would happen if it were allowed?

a)

To prevent data corruption; multiple applications could receive the same data.

b)

To ensure high bandwidth availability.

c)

To allow multiple applications to share the same port.

d)

To prevent packet loss.

38.

A client socket is identified by 4-tuple (192.168.1.10, 50000, 10.0.0.1, 80). The client host has one network interface. Can the same client create another connection with 4-tuple (192.168.1.10, 50000, 10.0.0.2, 80)?

a)

Yes, because the destination IP is different.

b)

No, because the source port is the same.

c)

Yes, because the source IP is the same.

d)

No, because the destination port is the same.

39.

Server runs on well-known port 80. Client connects from ephemeral port 52000. Why are port ranges divided into well-known (0-1023), registered (1024-49151), and dynamic/ephemeral (49152-65535)?

a)

To ensure efficient routing of packets.

b)

To differentiate between server and client ports.

c)

To prevent port conflicts between applications.

d)

To allow encryption of data.

40.

Wireshark shows TCP segment: Source Port: 443, Dest Port: 51234, Seq: 1000, Ack: 5000, Flags: ACK, PSH. What does the PSH flag tell us about this data and what should the receiver do?

a)

The PSH flag indicates the data is urgent and should be processed immediately.

b)

The PSH flag signals the receiver to wait for more data before processing.

c)

The PSH flag tells the receiver to flush the buffer and process the data immediately.

d)

The PSH flag is used to indicate a connection termination.

41.

An application developer creates a UDP socket and sends a 10,000-byte message. The developer expects one recv() call to receive all 10,000 bytes. Will this work? How does UDP handle large messages compared to TCP?

a)

UDP guarantees delivery of large messages in one recv() call.

b)

UDP splits large messages into smaller packets, which may arrive out of order.

c)

UDP uses flow control to ensure large messages are received in one call.

d)

UDP does not support sending messages larger than 1,000 bytes.

42.

A firewall administrator sees thousands of half-open TCP connections (SYN received, SYN-ACK sent, no final ACK). The server is slow and memory is exhausted. Explain this attack and why it targets the transport layer specifically.

a)

This is a SYN flood attack targeting the transport layer to exhaust server resources.

b)

This is a DNS spoofing attack targeting the transport layer to redirect traffic.

c)

This is a UDP flood attack targeting the transport layer to overload the server.

d)

This is an ARP poisoning attack targeting the transport layer to disrupt communication.

43.

DNS uses UDP port 53 for queries, but sometimes uses TCP port 53. Under what circumstances does DNS switch to TCP, and why not use TCP always?

a)

DNS switches to TCP for large responses or zone transfers.

b)

DNS switches to TCP when UDP is unavailable.

c)

DNS switches to TCP for encrypted communication.

d)

DNS switches to TCP for faster query resolution.

44.

A user sends email from alice@gmail.com to bob@yahoo.com. The email travels through multiple servers. Which protocol is used between Gmail's server and Yahoo's server, and why is this different from what Bob uses to read the email?

a)

SMTP is used between servers, while Bob uses POP3 or IMAP to read the email.

b)

IMAP is used between servers, while Bob uses SMTP to read the email.

c)

POP3 is used between servers, while Bob uses IMAP to read the email.

d)

HTTP is used between servers, while Bob uses SMTP to read the email.

45.

When a browser makes an HTTPS request to port 443, the HTTP content is encrypted. But TCP and IP headers remain unencrypted. Why can't we encrypt everything including port numbers and IP addresses?

a)

Encrypting TCP and IP headers would prevent routing and delivery of packets.

b)

Encrypting TCP and IP headers is unnecessary for security.

c)

Encrypting TCP and IP headers would slow down communication.

d)

Encrypting TCP and IP headers is technically impossible.

46.

HTTP uses human-readable text format (GET /index.html HTTP/1.1). DNS also uses a specific message format. Why do application layer protocols define their own message formats instead of using a universal format?

a)

Application layer protocols define formats to optimize for specific use cases.

b)

Universal formats are too complex for application layer protocols.

c)

Application layer protocols use unique formats to ensure security.

d)

Universal formats are incompatible with network protocols.

47.

What is the purpose of the TTL (Time To Live) field in an IP packet?

a)

To determine the size of the packet

b)

To prevent packets from looping indefinitely

c)

To identify the source of the packet

d)

To encrypt the packet data

48.

A router receives a packet for destination 10.5.5.5. The routing table has: 10.0.0.0/8 via 192.168.1.1, 10.5.0.0/16 via 192.168.1.2, 10.5.5.0/24 via 192.168.1.3. Which route is selected?

a)

10.0.0.0/8 via 192.168.1.1

b)

10.5.0.0/16 via 192.168.1.2

c)

10.5.5.0/24 via 192.168.1.3

d)

None of the above

49.

What is a default route and when is it used?

a)

A route used for local traffic only

b)

A route used when no specific route matches the destination

c)

A route used for encrypted traffic

d)

A route used for multicast traffic

50.

What is the difference between a routing table in a router and a routing table in a regular computer (host)?

a)

Routers have static tables, while hosts have dynamic tables

b)

Routers handle network traffic, while hosts handle local traffic

c)

Routers use routing tables for forwarding packets, while hosts use them for selecting the default gateway

d)

Routers use tables for encryption, while hosts use them for decryption

51.

What does TCP provide that UDP does not?

a)

Faster data transmission

b)

Connectionless communication

c)

Reliable data delivery and error checking

d)

Support for multicast traffic

52.

What is DNS and why is it necessary for internet communication?

a)

DNS encrypts internet traffic

b)

DNS translates domain names into IP addresses

c)

DNS provides faster internet speeds

d)

DNS blocks malicious websites

53.

What is the difference between HTTP and HTTPS?

a)

HTTPS uses encryption, while HTTP does not

b)

HTTP is faster than HTTPS

c)

HTTPS is used for local networks only

d)

HTTP supports multimedia, while HTTPS does not

54.

HTTP/1.0 opens a new TCP connection for each request. HTTP/1.1 introduced persistent connections. Why is this more efficient?

a)

It reduces the number of connections needed

b)

It increases the speed of encryption

c)

It allows for larger packet sizes

d)

It improves error detection

55.

Alice sends email to bob@company.com. Alice's mail server needs to find company.com's mail server. What DNS query does Alice's server make?

a)

MX record query

b)

A record query

c)

CNAME record query

d)

PTR record query

56.

A peer-to-peer (P2P) application lets users share files directly. How does this differ from the client-server model?

a)

P2P applications rely on centralized servers for file sharing.

b)

P2P applications distribute files directly between users without a central server.

c)

P2P applications use DNS for file sharing.

d)

P2P applications require a dedicated server for file sharing.

57.

A browser requests a page and receives: HTTP/1.1 301 Moved Permanently, Location: https://www.example.com/. What should the browser do?

a)

Display an error message.

b)

Redirect to the new URL provided in the Location header.

c)

Retry the request to the same URL.

d)

Ignore the response and close the connection.

58.

A user visits a website. The browser shows the page but some images show broken icons. What might have happened at the DNS or HTTP level?

a)

The DNS server failed to resolve the image URLs.

b)

The HTTP server returned a 404 error for the images.

c)

The images were blocked by the browser's security settings.

d)

The images were cached incorrectly by the browser.

59.

A company's website is www.company.com and their mail server is mail.company.com. In DNS, what records would exist for this setup?

a)

A record for www.company.com and MX record for mail.company.com.

b)

CNAME record for www.company.com and PTR record for mail.company.com.

c)

MX record for www.company.com and A record for mail.company.com.

d)

TXT record for www.company.com and SRV record for mail.company.com.

60.

TCP guarantees reliable delivery. If a segment is lost, how does TCP know to retransmit it?

a)

TCP uses a timer to detect lost segments and retransmits them.

b)

TCP relies on the application layer to request retransmission.

c)

TCP uses UDP to retransmit lost segments.

d)

TCP does not retransmit lost segments.

61.

UDP does not guarantee delivery. Why doesn't UDP simply add reliability like TCP?

a)

UDP is designed for applications that require low latency and high speed.

b)

UDP cannot implement reliability due to protocol limitations.

c)

UDP relies on TCP for reliability.

d)

UDP is only used for DNS queries.

62.

What is the basic purpose of NAT (Network Address Translation)?

a)

To assign public IP addresses to all devices in a network.

b)

To allow multiple devices to share a single public IP address.

c)

To encrypt data transmitted over the internet.

d)

To block unauthorized access to a network.

63.

A packet from the internet arrives at a NAT router destined for a private host. How does the router know which internal device should receive it?

a)

The router uses a static routing table.

b)

The router uses port numbers to map the packet to the correct device.

c)

The router broadcasts the packet to all devices.

d)

The router uses DNS to resolve the device's IP address.

64.

Why are private IP address ranges (10.x.x.x, 172.16.x.x, 192.168.x.x) not routable on the internet?

a)

They are reserved for internal use and cannot be used publicly.

b)

They are blocked by firewalls.

c)

They are encrypted and cannot be routed.

d)

They are only used for DNS queries.

65.

Two computers in the same room can communicate, but a computer in another building cannot join the conversation. What determines whether devices can communicate on a network?

a)

Network topology

b)

Network protocols

c)

Network bandwidth

d)

Network latency

66.

A company has computers connected with cables, but they still cannot share files. What essential component might be missing?

a)

Network switch

b)

Network router

c)

Network software

d)

Network hub

67.

Two companies use different email systems. Company A uses System X, Company B uses System Y. Yet employees can send emails between companies. How is this possible?

a)

Email protocols

b)

Shared network topology

c)

Common bandwidth

d)

Unified IP addresses

68.

A home user connects a new laptop to their Wi-Fi. Without any manual configuration, the laptop gets an IP address and can browse the internet. What made this automatic configuration possible?

a)

DNS

b)

DHCP

c)

HTTP

d)

FTP

69.

What is the difference between the Internet and the World Wide Web (WWW)?

a)

The Internet is hardware; the WWW is software

b)

The Internet is a network; the WWW is a service

c)

The Internet is global; the WWW is local

d)

The Internet uses IP; the WWW uses HTTP

70.

Why do network protocols typically operate in layers rather than as a single monolithic system?

a)

To simplify troubleshooting

b)

To increase bandwidth

c)

To reduce latency

d)

To improve hardware compatibility

71.

What does it mean when we say the Internet uses packet switching?

a)

Data is sent in continuous streams

b)

Data is divided into packets and sent independently

c)

Data is compressed before transmission

d)

Data is encrypted during transmission

72.

A user complains: My file download started fast but then slowed down. How does packet switching explain this behavior?

a)

Packets are lost during transmission

b)

Packets are delayed due to congestion

c)

Packets are corrupted during transmission

d)

Packets are rerouted to different servers

73.

What is the primary function of a router in a network?

a)

To connect devices within a local network

b)

To forward data between different networks

c)

To store data for backup purposes

d)

To increase network bandwidth

74.

A network has 20 computers connected to a hub. When Computer A sends data to Computer B, what happens?

a)

The hub sends the data directly to Computer B

b)

The hub broadcasts the data to all computers

c)

The hub encrypts the data before sending

d)

The hub compresses the data before sending

75.

What is bandwidth in networking terms?

a)

The speed of data transmission

b)

The amount of data that can be transmitted per second

c)

The delay in data transmission

d)

The reliability of data transmission

76.

What is the difference between bandwidth and throughput?

a)

Bandwidth is theoretical; throughput is actual

b)

Bandwidth is actual; throughput is theoretical

c)

Bandwidth measures latency; throughput measures speed

d)

Bandwidth measures reliability; throughput measures efficiency

77.

A user in London plays an online game with a server in Tokyo. They experience lag despite having high bandwidth. What network characteristic explains this?

a)

Packet loss

b)

Latency

c)

Bandwidth congestion

d)

Network topology

78.

What is packet loss and why does it occur?

a)

Data packets are corrupted during transmission

b)

Data packets are dropped due to network congestion

c)

Data packets are delayed due to latency

d)

Data packets are rerouted to different servers

79.

Why do network engineers consider both bandwidth AND latency when designing networks?

a)

To ensure data is transmitted quickly and reliably

b)

To reduce the cost of network infrastructure

c)

To increase the number of connected devices

d)

To improve network security

80.

What are network protocols HTTP, HTTPS, and FTP used for?

a)

Encrypting data

b)

Transmitting data over the internet

c)

Compressing data

d)

Storing data

81.

A user types www.university.edu in their browser. The browser has never visited this site. What must happen before the webpage can load?

a)

The browser must resolve the IP address using DNS

b)

The browser must establish a direct connection to the server

c)

The browser must compress the webpage data

d)

The browser must encrypt the webpage data

82.

What is a client-server model in networking?

a)

A model where all devices are equal

b)

A model where one device provides services to others

c)

A model where devices communicate directly

d)

A model where data is stored locally on each device

83.

What is peer-to-peer (P2P) networking and how does it differ from client-server?

a)

P2P has centralized control; client-server does not

b)

P2P has no central server; client-server does

c)

P2P uses encryption; client-server does not

d)

P2P is faster than client-server

84.

A messaging app stores all messages on company servers. Another app sends messages directly between users' phones. Which model does each use?

a)

Client-server and peer-to-peer

b)

Peer-to-peer and client-server

c)

Centralized and decentralized

d)

Encrypted and unencrypted

85.

A small office has all computers connected to a central switch. What topology is this?

a)

Star topology

b)

Ring topology

c)

Bus topology

d)

Mesh topology

86.

A company's network continues functioning when one cable fails because traffic automatically uses another path. What characteristic of the network enables this?

a)

Redundancy

b)

Scalability

c)

Latency

d)

Bandwidth

87.

What is the difference between a LAN and a WAN?

a)

LAN covers a small geographic area, while WAN covers a large geographic area.

b)

LAN is slower than WAN.

c)

WAN is used only for wireless networks.

d)

LAN requires more infrastructure than WAN.

88.

A university has networks in multiple buildings connected together. All buildings are on the same campus. Is this a LAN or WAN?

a)

LAN

b)

WAN

c)

MAN

d)

PAN

89.

What is a MAN (Metropolitan Area Network)?

a)

A network that connects devices within a single room.

b)

A network that connects devices across a city.

c)

A network that connects devices across multiple countries.

d)

A network that connects devices within a single building.

90.

A home network has a laptop, smartphone, smart TV, printer, and a gaming console all connected to the router. What term describes the exponential growth of such connected devices?

a)

Internet of Things (IoT)

b)

Network Scalability

c)

Redundancy

d)

Bandwidth Expansion

91.

What is a MAC address?

a)

A unique identifier assigned to a network interface card.

b)

A protocol used for routing data packets.

c)

A type of IP address.

d)

A device used to connect networks.

92.

A network card has MAC address 00:1A:2B:3C:4D:5E. What do the first three pairs (00:1A:2B) represent?

a)

Manufacturer of the network card.

b)

Device type.

c)

Network protocol.

d)

IP address.

93.

Why do devices need both MAC addresses and IP addresses?

a)

MAC addresses identify devices on the local network, while IP addresses identify devices globally.

b)

MAC addresses are used for wireless networks, while IP addresses are used for wired networks.

c)

MAC addresses are temporary, while IP addresses are permanent.

d)

MAC addresses are used for routing, while IP addresses are used for switching.

94.

What is an Ethernet frame?

a)

A data packet used in Ethernet networks.

b)

A physical cable used for Ethernet connections.

c)

A protocol for wireless communication.

d)

A type of IP address.

95.

A computer receives an Ethernet frame. The FCS check fails. What does the computer do?

a)

Discards the frame.

b)

Resends the frame.

c)

Corrects the error and processes the frame.

d)

Ignores the error and processes the frame.

96.

Why do small ISPs pay larger ISPs for Internet connectivity?

a)

To access a larger customer base

b)

To connect to the global Internet

c)

To improve their network speed

d)

To reduce their operational costs

97.

What is an IXP (Internet Exchange Point)?

a)

A location where ISPs exchange traffic

b)

A type of Internet protocol

c)

A server used for storing data

d)

A method for encrypting Internet traffic

98.

What is a CDN (Content Delivery Network)?

a)

A network for delivering emails

b)

A system for storing and delivering web content

c)

A protocol for Internet communication

d)

A type of Internet service provider

99.

Why do popular websites like YouTube and Netflix use CDNs?

a)

To reduce server costs

b)

To improve content delivery speed and reliability

c)

To increase their advertising revenue

d)

To store user data securely

100.

What type of content is typically stored on CDN servers?

a)

Dynamic web pages

b)

Static content like images and videos

c)

Encrypted user data

d)

Real-time communication data