Networking › Module 3 › Lesson 5
Quiz — Protocols
Quiz on DNS, HTTP/S, and common application protocols
Opening
Module 3 Knowledge Check — apply the protocols
You traced recursive vs authoritative DNS, treated HTTPS as channel encryption (not a honesty badge), contrasted FTP with SSH, and captured only your own packets. Ten APPLY scenarios. Scope is still your machine, example.com, or infrastructure you are authorized to touch. Next: TCP vs UDP Explained.
Knowledge Check
APPLY: getent hosts example.com returns an IPv4. Your stub talked to 1.1.1.1, which asked the example.com NS hosts. Which sentence is accurate?
Multiple choice
Knowledge Check
APPLY: A user typed pay.example.com (correct) but DHCP handed the laptop a rogue DNS server that returns an attacker A record. What is the first failure?
Multiple choice
Knowledge Check
APPLY: curl -I http://example.com shows 301 and Location: https://example.com/. curl -I https://example.com/ shows 200 and Strict-Transport-Security. What should you tell a teammate?
Multiple choice
Knowledge Check
APPLY: A phishing page at https://secure-login-example.com has a valid padlock. The real bank is https://bank.example. Best conclusion?
Multiple choice
Knowledge Check
APPLY: Why refuse production file transfer over classic FTP/21 in favor of SFTP on SSH/22?
Multiple choice
Knowledge Check
APPLY: Which pair matches the jobs: (A) inject/relay a message to another domain (B) sync a mailbox on a phone?
Multiple choice
Knowledge Check
APPLY: True or False: Pasting ~/.ssh/id_ed25519 into a ticket is acceptable if the mail server uses IMAPS 993, because TLS covers all secrets.
True or False
Knowledge Check
APPLY: Which two actions stay inside this module's ethical lab? (Select 2)
Select all that apply
Knowledge Check
APPLY: ss -tuln on your laptop shows 0.0.0.0:21 and 127.0.0.1:22. You are about to join public Wi-Fi. Which bind is the bigger LAN exposure?
Multiple choice
Knowledge Check
APPLY: True or False: After Protocols, the next lesson is TCP vs UDP Explained — multiplexing with ports, the three-way handshake as a concept, and when firewalls treat TCP and UDP differently.
True or False
Answer all 10 knowledge checks to continue. (0/10 answered)