Advanced Networking MCQs Quiz

Scratch to Hero practice for DevOps, Linux, AWS, Docker, Kubernetes, CIDR, subnetting, protocols, commands, and troubleshooting.

Instructions: Select one answer for each question, then click Submit Quiz. You will get score, answer checking, timer result, and short explanations.

Questions40
Timer40:00
Answered0
Score0

What This Quiz Covers

This advanced quiz covers OSI, TCP/IP, CIDR, subnetting, network IP, broadcast IP, private ranges, localhost, ports, DNS, ARP, ICMP, routing, NAT, firewall, load balancer, Linux commands, AWS VPC, Docker networking, Kubernetes Services, and real troubleshooting logic.

Result

Question 1

Advanced

A DevOps engineer can ping 8.8.8.8 but cannot open google.com. Which layer/component is most likely failing?

Question 2

Advanced

In the OSI model, which layer is mainly responsible for logical addressing and routing between networks?

Question 3

Advanced

Which statement best describes CIDR?

Question 4

Advanced

For the subnet 192.168.10.0/24, what is the broadcast address?

Question 5

Advanced

For 192.168.10.0/24, which address is the network address?

Question 6

Advanced

Which private IP range belongs to the old Class A private range?

Question 7

Advanced

Which private IP range is commonly known as the Class C private range?

Question 8

Advanced

What is 127.0.0.1 mainly used for?

Question 9

Advanced

Which protocol maps an IP address to a MAC address inside a local network?

Question 10

Advanced

Which protocol is normally used by ping?

Question 11

Advanced

Which command is best for checking your Linux routing table using modern Linux tools?

Question 12

Advanced

Which command shows listening TCP/UDP ports on Linux?

Question 13

Advanced

A website uses HTTPS. Which default TCP port is normally used?

Question 14

Advanced

HTTP normally uses which default port?

Question 15

Advanced

SSH normally uses which port?

Question 16

Advanced

DNS commonly uses which port?

Question 17

Advanced

Which command is commonly used to query DNS records from the command line?

Question 18

Advanced

What is the main purpose of a default gateway?

Question 19

Advanced

Which device/function distributes client traffic across multiple backend servers?

Question 20

Advanced

What is the main purpose of NAT?

Question 21

Advanced

Which protocol provides reliable, connection-oriented communication?

Question 22

Advanced

Which protocol is faster and connectionless but does not guarantee delivery?

Question 23

Advanced

Which command can trace the path packets take to a remote host?

Question 24

Advanced

In Docker networking, what is usually the default network type for containers on a single host?

Question 25

Advanced

In Kubernetes, which object provides a stable virtual IP/DNS name for a group of Pods?

Question 26

Advanced

In AWS networking, what is a VPC?

Question 27

Advanced

Which AWS component allows resources in a public subnet to communicate with the internet?

Question 28

Advanced

Which AWS component is commonly used by private subnet instances to access the internet for updates without being directly public?

Question 29

Advanced

A security group in AWS is best described as what?

Question 30

Advanced

Which tool captures and analyzes packets from a network interface?

Question 31

Advanced

What does MTU mean in networking?

Question 32

Advanced

What does TTL help prevent in IP networking?

Question 33

Advanced

Which statement about network IP and broadcast IP is correct?

Question 34

Advanced

For 192.168.1.0/26, how many total addresses are in the subnet?

Question 35

Advanced

A server listens on 0.0.0.0:80. What does 0.0.0.0 mean in this context?

Question 36

Advanced

A curl command returns HTTP status code 200. What does it usually mean?

Question 37

Advanced

Which troubleshooting order is most logical when a website is not opening?

Question 38

Advanced

Which statement best describes HTTPS compared with HTTP?

Question 39

Advanced

Which command is useful to check HTTP headers without downloading the full page body?

Question 40

Advanced

What does DHCP do?