← Back to quizzesFree quiz

ICT Network Fundamentals

In the world of computer networks , selecting the right network architecture is crucial for meeting business goals. This section explores the most common network classifications and explains…

21 questions~11 min
ICT Network Fundamentals — Qwi
0 / 21
Score: 0%
1

Which type of network is best suited for a multinational corporation needing to connect offices across continents?

2

A company wants to share internal documents securely while preventing external access. Which network classification should they implement?

3

When a router receives a data packet, what is the first step it performs to forward the packet correctly?

4

Which device forwards data only to the intended recipient by checking MAC addresses?

5

A user wants to securely access a corporate intranet from home. Which protocol should they use to ensure encryption of the connection?

6

Which of the following best describes a firewall's primary function?

7

Which characteristic distinguishes a WLAN from a LAN with cables?

8

A student uploads a diagram to a cloud storage service at home and later downloads it at university. Which step is essential for maintaining data integrity?

9

Which of the following is a true statement about an intranet?

10

When configuring a Wi‑Fi router, why is it important to change the default password?

11

Which of the following best explains why a strong password should not contain personal information?

12

A user receives an email with an attachment from an unknown sender. Which action best reduces the risk of a virus infection?

13

Which network device operates at the data link layer and can segment a collision domain?

14

Why might an organization choose to implement a VPN for remote workers?

15

Which of the following best describes the purpose of a DNS server in a network?

16

In a Bluetooth connection between two devices, which step occurs first?

17

Which factor most directly improves the effectiveness of a password policy?

18

What is the main advantage of using HTTPS over HTTP for web browsing?

19

When comparing a hub and a switch, which statement is accurate?

20

Which of the following best explains why phishing emails often request personal information?

21

A network administrator wants to block access to a specific website for all users. Which device should be configured to achieve this?

Understanding Network Types and Their Applications

In the world of computer networks, selecting the right network architecture is crucial for meeting business goals. This section explores the most common network classifications and explains when each is appropriate.

Wide Area Network (WAN)

A WAN interconnects multiple local area networks (LANs) across large geographic distances—often spanning cities, countries, or even continents. Multinational corporations rely on WANs to provide seamless communication between offices worldwide.

  • Uses technologies such as MPLS, leased lines, or satellite links.
  • Offers centralized management and consistent security policies.
  • Supports high‑capacity links to handle large volumes of data.

Local Area Network (LAN)

A LAN is confined to a single building or campus. It typically uses Ethernet cables or fiber optics to deliver high‑speed connectivity to devices such as computers, printers, and servers.

  • Ideal for small‑to‑medium offices, schools, and labs.
  • Provides low latency and high bandwidth.
  • Can be extended with wireless access points to create a hybrid environment.

Wireless LAN (WLAN)

Unlike a wired LAN, a WLAN transmits data using radio waves. This flexibility allows devices to connect without physical cables, making it perfect for environments where mobility is essential.

  • Uses standards such as IEEE 802.11a/b/g/n/ac/ax.
  • Requires careful planning of access point placement to avoid interference.
  • Security is enforced through protocols like WPA3.

Private vs. Public Networks

Organizations often need to protect internal data from external threats. A private network restricts access to authorized users only, whereas a public network (like the Internet) is open to anyone.

  • Private networks use firewalls, VPNs, and access control lists (ACLs) to enforce security.
  • Public networks are suitable for services that must be reachable by anyone, such as public websites.
  • Hybrid solutions combine both, allowing selective exposure of services.

Core Networking Devices and Their Functions

Understanding the role of each networking device helps you design efficient and secure infrastructures.

Switches

A switch operates at Layer 2 of the OSI model. It forwards frames only to the intended recipient by examining MAC addresses, reducing unnecessary traffic and improving performance.

  • Supports features like VLAN tagging, port security, and link aggregation.
  • Can be managed (smart) or unmanaged, depending on the required control.

Routers

Routers work at Layer 3, directing packets based on IP addresses. The first step a router takes when receiving a packet is to check the destination IP address against its routing table to determine the best outbound interface.

  • Maintain routing protocols such as OSPF, BGP, and RIP.
  • Provide NAT, DHCP, and firewall capabilities.

Firewalls

The primary function of a firewall is to block unauthorized traffic based on predefined rules. By inspecting inbound and outbound packets, firewalls protect networks from malicious intrusion.

  • Can be hardware‑based, software‑based, or cloud‑based.
  • Support stateful inspection, deep packet inspection, and application‑level filtering.

Other Devices

While hubs broadcast to all ports and bridges segment networks, modern designs rarely use hubs due to inefficiency. Bridges are still useful for connecting two LAN segments, but switches have largely superseded them.

Secure Communication Protocols

Ensuring data confidentiality and integrity during transmission is a cornerstone of network security.

HTTPS

When accessing web resources, HTTPS encrypts the connection using TLS/SSL, protecting credentials and data from eavesdropping. It is the recommended protocol for any remote access to corporate intranets.

  • Uses port 443 by default.
  • Provides server authentication via digital certificates.
  • Can be combined with client certificates for mutual authentication.

VPN (Virtual Private Network)

For employees working from home, a VPN creates an encrypted tunnel over the public Internet, allowing secure access to internal resources as if the user were on the corporate LAN.

  • Common protocols: OpenVPN, IPsec, WireGuard.
  • Ensures data integrity, confidentiality, and optional authentication.

Other Protocols

While HTTP, SMTP, and FTP are useful for specific tasks, they transmit data in clear text and should be avoided for sensitive information unless wrapped in a secure layer (e.g., FTPS, SMTPS).

Maintaining Data Integrity in Cloud Environments

When storing and retrieving files from cloud services, several best practices help preserve data integrity and security.

Strong Authentication

Using a strong password (or better yet, multi‑factor authentication) is the first line of defense. It prevents unauthorized access that could compromise file integrity.

Encryption at Rest and in Transit

Most reputable cloud providers encrypt data both while it is stored and while it travels between your device and the cloud. Verify that encryption is enabled and that you manage encryption keys appropriately.

Versioning and Backup

Enable file versioning to retain previous copies of documents. This feature allows you to recover from accidental overwrites or corruption.

Secure Sharing Practices

Share files only with intended recipients and set expiration dates or view‑only permissions when possible. Avoid public sharing unless the content is meant for wide distribution.

Key Takeaways for Network Professionals

  • Choose a WAN for global connectivity, a LAN for localized high‑speed networks, and a WLAN when mobility is required.
  • Implement private networks to restrict access to internal resources and use firewalls to enforce security policies.
  • Routers forward packets by consulting their routing tables; switches forward frames based on MAC addresses.
  • Secure remote access with HTTPS or VPN protocols to protect data in transit.
  • Maintain data integrity in the cloud by using strong authentication, encryption, versioning, and careful sharing settings.

By mastering these fundamentals, you’ll be equipped to design, deploy, and safeguard modern computer networks that meet both performance and security requirements.