Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the sentence to identify the protocol used for secure communication on the web.
Computer Networks
The protocol used for secure communication on the web is [1].
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing HTTP with HTTPS
Choosing unrelated protocols like FTP or SMTP
✗ Incorrect
HTTPS is the secure version of HTTP, using encryption to protect data.
2fill in blank
mediumComplete the sentence to explain what HTTPS uses to secure data.
Computer Networks
HTTPS uses [1] to encrypt data between the browser and the server.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing HTTP instead of SSL/TLS
Confusing DNS or IP with encryption protocols
✗ Incorrect
SSL/TLS protocols encrypt data to keep it secure during transmission.
3fill in blank
hardFix the error in the sentence describing HTTP.
Computer Networks
HTTP is a [1] protocol that does not encrypt data.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'secure' or 'encrypted' which are incorrect for HTTP
Confusing 'network' with protocol type
✗ Incorrect
HTTP is a stateless protocol, meaning it does not keep track of previous interactions.
4fill in blank
hardFill both blanks to complete the explanation about HTTPS and HTTP ports.
Computer Networks
HTTP typically uses port [1], while HTTPS uses port [2].
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up port numbers
Choosing ports used by other protocols like FTP (21) or SMTP (25)
✗ Incorrect
HTTP uses port 80 and HTTPS uses port 443 for communication.
5fill in blank
hardFill all three blanks to complete the sentence about the main difference between HTTP and HTTPS.
Computer Networks
The main difference is that HTTPS uses [1] to encrypt data, making it [2], while HTTP sends data in [3].
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing encryption protocols
Misunderstanding what 'secure' means in this context
✗ Incorrect
HTTPS encrypts data using SSL/TLS, making it secure, while HTTP sends data as plain text.