Complete the code to identify the protocol used for secure web browsing.
The protocol used for secure web browsing is [1].
HTTPS is the protocol used for secure web browsing by encrypting data between the browser and server.
Complete the code to name the protocol primarily used to send emails.
The protocol mainly used to send emails is [1].SMTP (Simple Mail Transfer Protocol) is used to send emails from a client to a server or between servers.
Fix the error in the statement about a common network vulnerability.
A common vulnerability that allows attackers to intercept and alter communication is called [1] attack.
A Man-in-the-Middle attack involves intercepting and possibly altering communication between two parties without their knowledge.
Fill both blanks to complete the description of a protocol and its vulnerability.
The [1] protocol is vulnerable to [2] attacks because it transmits data in plain text.
Telnet sends data without encryption, making it vulnerable to DNS Spoofing attacks where attackers redirect traffic to malicious sites.
Fill all three blanks to complete the dictionary comprehension describing protocols and their ports.
protocol_ports = { [1]: [2][[1]] for [1] in [3] }This dictionary comprehension assigns the correct port numbers to each protocol in the list.