Topic 3: Networks

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/31

Last updated 4:34 AM on 4/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

Local Area Network (LAN)

A network that connects devices over a small geographical area, such as a single building or office. Typically owned and managed by a single organization.

2
New cards

Wide Area Network (WAN)

A network that connects devices over a large geographical area, such as across cities or countries. The internet is the largest example of a WAN.

3
New cards

Wireless Local Area Network (WLAN)

A LAN that uses wireless technology (Wi-Fi) instead of cables to connect devices. Devices communicate via radio waves through a wireless access point.

4
New cards

Virtual Private Network (VPN)

A secure, encrypted connection over a public network (such as the internet) that allows users to access a private network remotely as if they were physically connected to it.

5
New cards

Personal Area Network (PAN)

A network used for communication between devices in close proximity to an individual, typically within a few meters. Common technologies include Bluetooth and infrared.

6
New cards

Virtual Local Area Network (VLAN)

A logical subdivision of a LAN that groups devices together regardless of their physical location, improving security and network management without requiring additional hardware.

7
New cards

Storage Area Network

A dedicated high-speed network that provides access to consolidated block-level data storage, typically used by organizations to connect servers to storage devices.

8
New cards

Client-Server

A network model where a central server provides resources or services, and clients request and receive those services from the server. The server is always on and waiting for requests. (Centralized)

9
New cards

Peer-to-Peer (P2P)

A network model where all devices (peers) act as both clients and servers simultaneously, sharing resources directly with each other without a central server.

(Decentralized)

10
New cards

Router

Directs traffic between networks. Forwards packets to their destination using IP addresses.

11
New cards

Switch

Connects devices within a single network. Smarter than a hub because it sends data only to the intended recipient using MAC addresses.

12
New cards

Hub

A basic device, broadcasts to all connected devices. Mostly obsolete, and replaced by Switches

13
New cards

Modem

A device that modulates and demodulates signals to allow digital data to be transmitted over analogue lines (e.g. telephone lines). Converts digital analogue.

14
New cards

Network Interface Card (NIC)

The hardware installed in a device that allows it to connect to a network. Each NIC has a unique MAC address.

15
New cards

Internet Protocol Address (IP Address)

A numerical label assigned to every device connected to a network using IP communication. It identifies the device's location on the network and enables data to be routed to the correct destination.

16
New cards

HyperText Transfer Protocol (HTTP)

The protocol used for transferring web pages over the internet between a web server and a browser.

17
New cards

HyperText Transfer Protocol Secure (HTTPS)

A secure version of HTTP that uses encryption to protect data in transit.

18
New cards

File Transfer Protocol

A protocol used to transfer files between a client and a server over a network.

19
New cards

Simple Mail Transfer Protocol (SMTP)

A protocol used for sending emails from a client to a mail server or between mail servers.

20
New cards

Post Office Protocol 3 (POP3)

A protocol used to retrieve emails from a server. Downloads emails to the local device and typically deletes them from the server.

21
New cards

Internet Message Access Protocol (IMAP)

A protocol used to retrieve emails from a server. Emails remain on the server and can be accessed from multiple devices.

22
New cards

Domain Name System (DNS)

A protocol/system that translates human-readable domain names (e.g. gooner67diddy.com) into IP addresses that computers can understand.

23
New cards

What is a pro of Wireless Networking?

Convenient, more mobility, cheaper.

24
New cards

What is a con of Wireless Networking

Slower, security risks, interference issues.

25
New cards

What is a pro of Ethernet?

Faster speed, reliable, secure.

26
New cards

What is a con of Ethernet?

Costly, limited mobility, easier to damage.

27
New cards

Encryption

Scrambling data so only the recipient can read it.

28
New cards

Authentication

The process of verifying the identity of a user or device before granting access.

29
New cards

Firewall

Filters network traffic to block unauthorized access.

30
New cards

Wi-Fi Protected Access (WPA)

Security protocols used to protect wireless networks through encryption and authentication.

31
New cards

Two-Factor Authentication (2FA)

An authentication method that requires two forms of verification.

32
New cards

Proxy Server

An intermediary server that filters requests between clients and the internet, providing anonymity and content filtering.