Computer Networking Fundamentals

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

1/35

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering the definition of computer networks, types of networks (PAN, LAN, WAN), topologies, protocols, security methods, and the four-layer TCP/IP model.

Last updated 4:48 PM on 5/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

36 Terms

1
New cards

Computer network

A group of connected devices, such as computers, printers, and smartphones, that share data and resources like files or internet access.

2
New cards

PAN (Personal Area Network)

A network covering a very small geographical area, such as around a single person or desk, typically connecting personal devices like smartphones and headphones via Bluetooth.

3
New cards

LAN (Local Area Network)

A network covering a relatively small geographical area like a school, home, or office, which is often owned and managed by a single person or organisation.

4
New cards

WAN (Wide Area Network)

A network covering a wide geographical area, such as the internet, usually made up of several LANs connected together and often under collective ownership.

5
New cards

Wired network

A network where devices are connected using physical cables, generally offering faster speeds and higher security than wireless options.

6
New cards

Wireless network

A network where devices connect using radio signals, offering more convenience and mobility for users.

7
New cards

Copper cables

Wired network cables that are cheaper than fibre, transmit data over short distances, are susceptible to interference, and are slower than fibre cables.

8
New cards

Fibre cables

Expensive network cables that use light to transmit data, providing high speeds, less susceptibility to interference, and the ability to transmit over long distances.

9
New cards

Topology

The specific way that devices are connected within a network.

10
New cards

Star topology

A layout where each client has its own direct connection to a central hub or switch, which handles the delivery of data packets.

11
New cards

Hub

A device in a star network that sends received data packets to all connected devices.

12
New cards

Switch

A device in a star network that sends data packets only to the intended recipient device.

13
New cards

Bus topology

A network layout where all clients are connected to a single shared cable called a backbone.

14
New cards

Backbone

The single central cable used for communication in a bus topology.

15
New cards

Terminator

A device placed at either end of the backbone in a bus topology.

16
New cards

Network protocol

A set of rules that allows devices to communicate with each other.

17
New cards

Ethernet

A common protocol for connecting devices in a LAN using wired connections over physical cables.

18
New cards

Wi-Fi (Wireless Fidelity)

A wireless technology using radio waves to allow devices to connect to a LAN and access the internet without cables.

19
New cards

TCP (Transmission Control Protocol)

A protocol that ensures data arrives completely and in the correct order by breaking data into packets and checking for successful receipt.

20
New cards

UDP (User Datagram Protocol)

A fast, lightweight, connectionless protocol that sends data packets without checking if they arrive correctly or establishing a prior connection.

21
New cards

IP (Internet Protocol)

A protocol responsible for addressing and routing data packets across networks to ensure they find the correct destination computer.

22
New cards

HTTP (Hypertext Transfer Protocol)

The protocol used for transferring web pages and content between web servers and browsers.

23
New cards

HTTPS (Hypertext Transfer Protocol Secure)

A secure version of HTTP that encrypts data transferred between web browsers and servers to protect sensitive information.

24
New cards

FTP (File Transfer Protocol)

A protocol used to upload or download files between computers and remote servers over a network.

25
New cards

SMTP (Simple Mail Transfer Protocol)

A protocol used for handling the delivery of outgoing emails from one email server to another.

26
New cards

IMAP (Internet Message Access Protocol)

A protocol that allows users to access, manage, and synchronise emails stored on a remote email server across multiple devices.

27
New cards

Authentication

The process of verifying the identity of a user or device before allowing access, often using passwords or two-factor authentication (2FA2FA).

28
New cards

Encryption

A method of converting data into a coded format so that it can only be understood by authorised users with the correct decryption key.

29
New cards

Firewall

A network security device that monitors traffic and blocks or allows data based on a set of security rules.

30
New cards

MAC (Media Access Control) address

A unique address built into every device's physical network adaptor.

31
New cards

MAC address filtering

A security method that uses unique device addresses to only permit an allow list of specific devices to access the network.

32
New cards

TCP/IP model

A four-layer model used to transmit data over a network, consisting of the Application, Transport, Internet, and Link layers.

33
New cards

Application layer

The first layer of the TCP/IP model where network applications like web browsers and email programs operate.

34
New cards

Transport layer

The second layer of the TCP/IP model that sets up communication between hosts and agrees on settings like packet size.

35
New cards

Internet layer

The third layer of the TCP/IP model which addresses, packages, and routes data packets across the network.

36
New cards

Link layer

The fourth layer of the TCP/IP model where network hardware like the NIC (network interface card) and OS device drivers are located.