1.3 Computer Networks, Connections & Protocols Flashcards

1
Q

Local Area Network (LAN)

A

A network that covers a small geographical area.
All hardware for a LAN is owned by the organisation using it. E.g. School
LANs can be wired (UTP cables, fibre optic) or wireless (Wi-Fi).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Wide Area Network (WAN)

A

A network that covers a large geographical area, connecting LANs together.
The Internet is a WAN, some infrastructure is owned by someone else e.g. telecommunication companies, ISPs.
WANs are connected with telephone lines, fibre optic cables or satellite links.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Client-Server Network

A

Every device is either a client or server.
A client establishes a connection with the server over the network.
Servers can backup and store data centrally, however can be expensive and difficult to run.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Peer-to-Peer Network

A

This network configuration has no central server.
Each computer is equal in responsibility and each has the ability to work as both a client and a server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Bandwidth

A

The maximum amount of data that can be sent and received successfully in a given time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Latency

A

The delay from transmitting data to receiving it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Transmission media

A

Wired connections, particularly fibre optic, have a higher bandwidth than wireless connections.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The number of users

A

Too many users or devices on the same network can cause the network to slow down if there is insufficient bandwidth for the data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Error rate

A

A greater number of errors that occur when data is transferred, means the data has to be resent until it arrives correctly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Network Interface Controller/Card (NIC)

A

Connects a device to a wired or wireless network. All have a hardcode unique identifier called a MAC address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Wireless Access Point (WAP)

A

Allows wireless enabled devices to connect to a network without cables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Switch

A

Forwards packets between devices in other segments of a LAN. Uses MAC Addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Router

A

Forwards packets between networks. Needed to connect a LAN to a WAN. It uses an IP address to route traffic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Transmission Media - Copper Cables (UTP)

A

Data is transmitted through these using electrical signals, with insulation to reduce interference.
Copper cable is cheap and easy to install.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Transmission Media – Fibre Optic Cables

A

Data is transmitted through light.
Low latency and cover long distances – Expensive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

DNS (Domain Name Server)

A

Converts a website address (URL e.g. www.google.co.uk) into an IP address (e.g. 172.217.14.195) for routers.

17
Q

Hosting

A

The storing of websites on domain name servers.
The World Wide Web (WWW) is the collection of web pages hosted on these servers. A hosting company will provide 24/7 access, high bandwidth connections and security.

18
Q

The Cloud – Remote Service Provision

A

Servers that store data and programs remotely that can be accessed and used over the Internet are referred to as cloud servers.

19
Q

Advantages/Disadvantages of the Internet

A

Access any time & anywhere.
Flexible storage capacity.
Automatic backup.
Do not need to purchase & maintain expensive hardware.
Environmentally friendly.

Need for a reliable Internet connections.
No direct control over the security of your data.
Legal implications: Data Protection Act 2018

20
Q

Star Network Topology

A

All devices connect into the central switch.

21
Q

Mesh Network Topology

A

Every device is connected to every other device.

22
Q

Advantages/Disadvantages to Star Topology

A

A failure of one device does not affect any other devices.
New devices can be added easily to the network.

The whole network fails if the switch fails.

23
Q

Advantages/Disadvantages to Mesh Topology

A

Messages can be received more quickly.
Messages should always get through as they have many possible routes (backups).

Expensive.
Difficult to set up & establish connections.
Requires a lot of maintenance.
Difficult to expand the network.

24
Q

Wired – Ethernet

A

The main standard for wired connections is Ethernet.

25
Q

Wireless – Wi-Fi & Bluetooth

A

Both common standards for wireless networks.
Wi-Fi and Bluetooth both use radio waves.

26
Q

Advantages/Disadvantages to Wired Connection

A

Usually faster.
More secure than wireless as a hacker would need physical access.

Need to manually set up the cabling.
Hard to add new devices as each will require additional cabling.
Expensive.

27
Q

Advantages/Disadvantages to Wireless Connection

A

Cheap.
Easy to connect new devices without new hardware.
Better for the environment.

Can be interference, particularly through walls.
Slower and less stable.
More security risks.

28
Q

(Media Access Control) MAC address

A

A unique hexadecimal identification number assigned to every Network Interface card (NIC) used in network devices.

29
Q

IP Address

A

Uniquely identifies a device’s connection on a network, and defines where it is located geographically.

30
Q

IPv4 Address

A

Uses 32 bits to specify an address.
For readability, they are expressed in dotted decimal notation. Example: 69.89.31.212
Each decimal number (between 0 and 255) corresponds to a byte.

31
Q

IPv6 Address

A

Uses 128 bits to specify an address.
Dotted decimal is too long, so they are expressed in colon hex notation.
8 groups of 16 bits (4 hex digits), separated by colons. Example: 2001:02b8:85a3:0000:8a2e:0370:7334

32
Q

Protocol

A

A set of rules that govern communication on a network.

33
Q

TCP/IP – Transmission Control Protocol/Internet Protocol

A

TCP provides an error free transmission between 2 routers.
IP routes packets across a wide area network (WAN).
Together they make up the TCP/IP protocol stack which is the foundation of communication over the Internet.

34
Q

HTTP/HTTPS – Hypertext Transfer Protocol Secure

A

HTTP is a client-server method of requesting and delivering HTML web pages. It is the fundamental protocol of the World Wide Web (WWW).
HTTPS is the same as a HTTP except it adds in encryption and authentication. Used when a website needs to deal with sensitive information e.g. passwords or bank account details.

35
Q

FTP – File Transfer Protocol

A

Used for sending files between computers, usually on a wide area network (WAN).

36
Q

POP – Post Office Protocol, IMAP – Internet Message Access Protocol, SMTP – Simple Mail Transfer Protocol

A

POP retrieves emails from a mail server. It will remove it from server and transfer to your device.
IMAP is used by mail clients to manage remote mail boxes and retrieved email from a mail server.
SMTP sends emails to an email server.