3.5 Computer 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/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:01 PM on 6/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Computer network

A group of devices connected together so that they can communicate.

2
New cards

PAN – Personal Area Network

Devices connected and communicating over a small distance around one person.

3
New cards

LAN – Local Area Network

Devices connected and communicating over a small geographical area. They are often owned and controlled/managed by a single person or organisation.

4
New cards

WAN – Wide Area Network

Devices connected and communicating over a large geographical area. They are often under collective or distributed ownership.

5
New cards

Network protocol

A set of rules that allow devices/networks to communicate/transfer data.

6
New cards

TCP – Transmission Control Protocol

TCP is a transport layer protocol. It is used to establish communication between two end points and ensure that this is error free.

7
New cards

IP – Internet Protocol

IP is an internet layer protocol. IP is responsible for routing. An IP address is given to a device when it connects to a network. The IP address consists of four bytes of information and is typically represented as a dotted quad with each having a value in the range 0 to 255. An example is: 10.10.100.4

8
New cards

HTTP/HTTPS

HyperText Transfer Protocol HyperText Transfer Protocol Secure An application layer protocol concerned with sending and receiving web pages between a webserver and a client (browser). HTTPS adds encryption to the protocol allowing for secure data movement.

9
New cards

SMTP

Simple Mail Transfer Protocol An application layer protocol. To send emails to another email server/client.

10
New cards

IMAP

Internet Message Access Protocol An application layer protocol. To receive emails from an email server. To allow management of emails on the server.

11
New cards

Authentication

Authentication is the process of confirming someone is who they say they are. This can be completed by a variety of methods including username and password.

12
New cards

Encryption

Using an algorithm to convert a message into a form that is not understandable without the key to decrypt it.

13
New cards

MAC address (Media Access Control address)

A unique identifier assigned to a network device.

14
New cards

Firewall

A firewall is a network security device that monitors incoming and outgoing network traffic and decides whether to allow or block specific traffic based on a defined set of security rules. A firewall generally has a set of rules that will either allow or deny traffic and these can be set to look at: • IP address (sender/destination) • Ports • MAC address (sender/destination) For example, a rule could block all incoming FTP traffic on ports 20 and 21.

15
New cards

MAC address filtering

MAC address filtering allows devices to access, or be blocked from accessing, a network based on the physical address embedded within the device’s network adapter.

16
New cards

TCP/IP model

The TCP/IP model is a protocol stack used when connecting a device to the Internet. It is made up of four layers: Application, Transport, Internet and Link.

17
New cards

Application layer

The application layer controls how data moves in and out of applications from the transport layer. Applications include email clients, web browsers and protocols such as HTTP, HTTPS and IMAP.

18
New cards

Transport layer

The transport layer breaks down messages into smaller chunks (packets). This layer sets up the communication between the two hosts and they agree settings such as the size of packets. Each packet is given a sequence number so the receiver can put the message back together again. The transport layer uses protocols such as TCP.

19
New cards

Internet layer

The Internet layer adds the source and destination IP addresses to the packet and packages the data for transmission. This layer is concerned with the routing of packets across the Internet.

20
New cards

Link layer

The link layer includes the network interface card and drivers necessary to send data out onto the network. The link layer is where the network hardware such as the NIC (network interface card) is located. OS device drivers also operate here.