quiz Informatica · 23 questions

Fundamentals of Internet Services and Security

help_outline 23 questions
timer ~12 min
auto_awesome AI-generated
0 / 23
Score : 0%
1

Which component directly translates a human‑readable URL into the numeric IP address required for routing?

2

A user receives an email that appears to come from their bank, asks for login credentials, and contains a link to a domain that looks similar to the bank's official site. Which of the following is the most reliable indicator that the message is a phishing attempt?

3

When a web browser displays a green padlock icon next to the address bar, which of the following statements is true?

4

A student wants to download a 12 MB PDF from a university website but the email server blocks attachments larger than 10 MB. Which of the following is the most appropriate workaround that respects the server’s policy?

5

Which of the following best explains why a website’s IP address consists of four numbers ranging from 0 to 255?

6

An organization wants to restrict employees from downloading large video files during work hours to avoid network congestion. Which technical measure directly addresses this goal?

7

Which statement correctly distinguishes a hyperlink from a URL?

8

A user clicks a hyperlink that opens a new browser window instead of a new tab. Which HTML attribute is most likely responsible for this behavior?

9

Which of the following best describes the role of a digital certificate in HTTPS transactions?

10

When configuring a web browser’s privacy settings, which option most effectively prevents unknown users from seeing a user’s personal contact information?

11

A web developer wants to ensure that a downloaded file is recognized as a compressed archive by the operating system. Which file extension should they use?

12

Which of the following best explains why a website’s IP address can be represented by both numbers and a domain name?

13

In the context of e‑learning, which characteristic most directly differentiates distance learning from traditional classroom instruction?

14

Which protocol ensures that data transmitted between a client and a server is encrypted, preventing eavesdropping on the content?

15

A user wants to verify the authenticity of a website before entering credit‑card details. Which of the following actions provides the most reliable verification?

16

Which of the following best describes the function of a ‘proxy server’ in a corporate network?

17

When a user saves a frequently visited website as a ‘bookmark’, which part of the browser’s interface typically stores this entry?

18

Which of the following statements accurately reflects the legal status of a work that bears the © symbol but is not registered with any authority?

19

A user wants to ensure that a downloaded image file is not altered by the browser’s rendering engine before insertion into a document. Which method should they use?

20

Which of the following best explains why a ‘spam filter’ might mistakenly block a legitimate marketing email?

21

When a user selects the “CCN” field while composing an email, what is the primary privacy implication?

22

Which of the following best characterizes the difference between a ‘forum’ and a ‘chat’ in online communities?

23

A user wants to download a video from a website but the site displays a red padlock without a lock icon. Which of the following actions should the user take before proceeding?

menu_book

Fundamentals of Internet Services and Security

Review key concepts before taking the quiz

Understanding Core Internet Services

In today’s digital world, a solid grasp of how the internet works is essential for anyone studying informatics or cybersecurity. This module explores the fundamental building blocks that enable web communication, from domain resolution to secure connections.

Domain Name System (DNS): The Phone Book of the Internet

The Domain Name System, commonly abbreviated as DNS, translates human‑readable addresses such as www.example.com into the numeric IP address that routers use to forward packets. Without DNS, users would need to remember long strings of numbers like 192.0.2.45 for every website they wish to visit.

  • How DNS works: A client sends a query to a recursive resolver, which then contacts authoritative name servers until it obtains the correct IP address.
  • Key terms: resolver, authoritative server, zone file, record types (A, AAAA, CNAME).
  • Security considerations: DNS spoofing and DNSSEC.

IP Addressing and IPv4 Structure

Every device on an IP network is identified by an IP address. The most common version, IPv4, uses a 32‑bit address expressed as four decimal numbers (octets) ranging from 0 to 255, e.g., 203.0.113.12. Each octet represents 256 possible values (2⁸), which is why the range stops at 255.

  • Why four numbers? The 32‑bit space is divided into four 8‑bit sections, making it easy for humans to read and for machines to process.
  • Limitations: IPv4 provides roughly 4.3 billion unique addresses, a scarcity that led to the development of IPv6.
  • Practical tip: Use subnet masks (e.g., /24) to allocate address blocks efficiently.

Secure Communication on the Web

When you see a green padlock icon next to the address bar, it signals that the browser has established a secure HTTPS connection. This security layer relies on Transport Layer Security (TLS) certificates issued by trusted Certificate Authorities (CAs).

What the Padlock Really Means

The padlock guarantees two things:

  • Encryption: Data exchanged between your browser and the server is encrypted, preventing eavesdropping.
  • Authentication: The server presented a valid digital certificate that matches the domain name.

It does not guarantee that the site is free of advertising, malware, or that the server is owned by a government entity. Those aspects must be evaluated separately.

Best Practices for Users

  • Always verify the padlock and check the certificate details (click the lock icon).
  • Use browsers that enforce HSTS (HTTP Strict Transport Security) to protect against downgrade attacks.
  • Remember that a valid certificate does not replace good security hygiene, such as keeping software up to date.

Recognizing and Defending Against Phishing

Phishing attacks aim to trick users into revealing sensitive information by masquerading as trusted entities, such as banks or corporate services. Detecting phishing relies on careful observation of subtle cues.

Key Indicators of a Phishing Email

The most reliable indicator is a mismatched domain name in any embedded link. Even if the email uses the correct logo and professional language, a URL like secure‑bank‑login.co instead of bank.com signals a potential fraud attempt.

  • Domain mismatch: Hover over links to view the actual destination.
  • Unexpected requests: Legitimate institutions rarely ask for credentials via email.
  • Urgency and threats: Phishers often create a sense of panic to prompt immediate action.

Protective Measures

  • Enable multi‑factor authentication (MFA) on all critical accounts.
  • Use email security gateways that scan for known phishing signatures.
  • Educate users to verify sender addresses and to report suspicious messages.

Managing File Transfers and Email Policies

Many organizations enforce size limits on email attachments to preserve bandwidth and storage. When a file exceeds the allowed limit, the recommended workaround is to use a cloud storage service and share a secure download link.

Why Cloud Links Are Preferred

  • Policy compliance: The original email remains within size constraints.
  • Scalability: Recipients can download the file at their convenience without overloading the mail server.
  • Security controls: Most cloud platforms offer link expiration, password protection, and access logs.

Alternative (Less Secure) Options

Splitting the PDF into multiple parts, renaming the file extension, or compressing it into a ZIP may bypass the size limit, but they can introduce confusion, reduce usability, or trigger security alerts. Cloud sharing remains the most professional and policy‑friendly solution.

Network Traffic Management: Bandwidth Shaping

To prevent network congestion caused by large video downloads during work hours, organizations often implement bandwidth‑shaping policies. This technique prioritizes certain types of traffic while throttling others, such as video streaming protocols (e.g., RTMP, HLS).

How Bandwidth Shaping Works

  • Identify traffic classes using deep packet inspection (DPI) or port‑based rules.
  • Assign a maximum throughput limit to the video class during peak hours.
  • Allow essential services (email, VoIP, web browsing) to retain higher priority.

Benefits Over Other Controls

Unlike blanket restrictions such as lowering WAN capacity or installing parental‑control software, bandwidth shaping targets the specific problem—large media files—without hindering overall productivity.

Hyperlinks vs. URLs: Clarifying the Difference

A common source of confusion is the relationship between a hyperlink and a URL. In simple terms, a hyperlink is the clickable element (often rendered as underlined text or a button) that points to a URL, which is the actual address of the resource on the web.

Components of a Hyperlink

  • Anchor text: The visible, clickable part that users see.
  • href attribute: Holds the URL that the browser navigates to when the anchor is activated.
  • Optional attributes: target, rel, title, etc.

Example

<a href="https://www.example.com" target="_blank" rel="noopener">Visit Example</a>

In this snippet, the href contains the URL, while the surrounding <a> tag creates the hyperlink.

HTML Attributes That Influence Link Behavior

Web developers can control how a link opens using the target attribute. Setting target="_blank" instructs the browser to open the destination in a new browsing context, which is typically a new tab but can be a new window depending on user settings and browser defaults.

Common Target Values

  • _self – Opens in the same frame or tab (default).
  • _blank – Opens in a new tab or window.
  • _parent – Opens in the parent frame.
  • _top – Opens in the full body of the window.

Security Considerations

When using target="_blank", add rel="noopener noreferrer" to prevent the newly opened page from gaining access to the original window via window.opener. This mitigates potential phishing or tab‑nabbing attacks.

Summary and Further Learning

By mastering the concepts covered in this course—DNS resolution, IPv4 addressing, HTTPS security indicators, phishing detection, email attachment policies, bandwidth shaping, and the distinction between hyperlinks and URLs—you will be better equipped to navigate and protect modern digital environments.

Continue expanding your knowledge with these next steps:

  • Explore DNSSEC and its role in preventing cache poisoning.
  • Practice configuring TLS certificates on a local web server.
  • Set up a simple bandwidth‑shaping rule using a router or firewall appliance.
  • Conduct a phishing simulation within a controlled lab to reinforce detection skills.

Staying current with cybersecurity best practices and network management techniques will ensure you remain a valuable asset in any IT or security team.

Stop highlighting.
Start learning.

Join students who have already generated over 50,000 quizzes on Quizly. It's free to get started.