Skip to content
StudyDex
IT & Cybersecurity

Which of the following is a best practice when browsing the internet?

Quick answer

The best practice is to confirm the site uses an encrypted connection — look for HTTPS and the padlock icon in the address bar — before entering any sensitive information. HTTPS encrypts data between your browser and the website so it cannot be intercepted in transit.

The answer

The correct best practice is to verify that a website uses an encrypted link (HTTPS / the padlock) before you enter sensitive information such as passwords, card numbers, or personal details. This is the answer the DoD Cyber Awareness Challenge and most security curricula expect.

HTTPS stands for HyperText Transfer Protocol Secure. The "S" means the connection is wrapped in TLS encryption, so anything you type is scrambled between your device and the server. Anyone intercepting the traffic — on public Wi-Fi, for example — sees ciphertext, not your password. Plain HTTP sends the same data in the clear.

Why the other options are wrong

Common distractors on this question fail for concrete reasons:

  • "Only the padlock proves a site is legitimate." A padlock means the connection is encrypted, not that the site is trustworthy. Phishing sites can obtain free TLS certificates, so HTTPS is necessary but not sufficient — you must also confirm the domain name is the real one.
  • "Disable your browser's security features / turn off updates for speed." Wrong — outdated browsers carry unpatched vulnerabilities that drive-by attacks exploit. Keeping the browser and its plugins current is itself a best practice.
  • "Save passwords and let any site auto-fill them." Reusing and freely auto-filling credentials increases blast radius when one site is breached; a reputable password manager with unique passwords is safer.
  • "Click links in unsolicited emails to reach your bank." This is exactly how phishing works. Type the address yourself or use a saved bookmark.

The bigger picture

Safe browsing is a checklist, not a single trick:

  • Inspect the URL, not just the padlock. Read the domain carefully. paypa1.com or bank-secure-login.com are look-alikes. The real domain sits immediately to the left of the first single slash.
  • Keep software patched. Enable automatic updates for the browser, OS, and extensions.
  • Be cautious on public Wi-Fi. Avoid banking or shopping on open networks; if you must, use a VPN so the whole session is encrypted end-to-end.
  • Watch for phishing cues. Urgency ("act now or your account is closed"), mismatched sender addresses, generic greetings, and requests for credentials are red flags.
  • Limit what you share. Only provide sensitive data on pages you reached deliberately and whose identity you have confirmed.

Putting it together: HTTPS protects the transmission of your data, while checking the domain and staying patched protects against who you are actually talking to. Both halves are needed — which is why confirming the encrypted link is the best-practice answer, but never the only step.

Practice question

Which of the following is a best practice when browsing the internet?

Frequently asked

What does HTTPS mean when browsing?

HTTPS is HyperText Transfer Protocol Secure. The 'S' indicates the connection is encrypted with TLS, so data exchanged between your browser and the website is scrambled and protected from eavesdroppers. Plain HTTP sends the same information in readable form.

How do you know if a website is secure?

Look for HTTPS and the padlock icon in the address bar, then carefully read the domain name to confirm it is the genuine site and not a look-alike. The padlock only proves the connection is encrypted, so verifying the exact domain is equally important.

Is public Wi-Fi safe for online banking?

Open public Wi-Fi is risky because others on the network may intercept traffic. If you must bank on it, use a VPN to encrypt your entire session, and always confirm the site itself is on HTTPS. When possible, wait for a trusted network or use cellular data.

Why should you keep your browser updated?

Updates patch security vulnerabilities that attackers exploit through malicious or compromised web pages (drive-by attacks). An outdated browser or plugin is one of the most common ways malware gets onto a device, so enabling automatic updates is a core safe-browsing habit.

What are signs of a phishing website?

Warning signs include a misspelled or look-alike domain, requests for credentials or payment on an unexpected page, a sense of urgency, generic greetings, and links arriving in unsolicited emails or texts. When in doubt, type the address yourself or use a saved bookmark instead of clicking a link.

Start freeLog in