1.3 - networks, connections, protocols Flashcards

1
Q

Network

A

Two or more computers connected together for the purposes of sharing data or resources.

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

LAN (Local Area Network)

A

A network which covers a small geographic area such as a single building.

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

WAN (Wide Area Network)

A

A network which covers a large geographic area. The internet is a WAN

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

Client - Server network

A

A network setup where resources or processing are carried out by a central computer (called a server) with other devices (called clients) accessing resources via the network.

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

Peer to Peer Network

A

A network setup where all computers have an equal status and function as both client and server.

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

Wireless Access Point

A

Uses a wireless radio to allow devices to connect wirelessly to an existing network.

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

Router

A

A device which connects two or more different networks together allowing them to communicate with one another.

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

Switch

A

A device which provides computers and other devices with a wired connection to a network.

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

NIC (Network Interface Card)

A

A component within a computer or other device which allow it to connect to a network. The card provides the physical connection to the network and controls the sending and receiving of data between a computer & network. It may be built into the computer motherboard or a separate expansion card.

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

Transmission Media

A

The physical connection which carries data between network devices. This could be a cable or wireless signals depending on the network.

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

DNS (Domain Name System)

A

A system which links a URL or other human readable name with an IP address.

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

Hosting

A

The storing of files or other data on a server. The server storing the data is called the host.

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

The Cloud

A

A term for accessing storage or other resources remotely across The Internet.

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

Web Server

A

A server which hosts web sites and pages for users to access, usually via the internet.

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

Network Topology

A

The way in which computers and other network devices are connected together.

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

Star Network Topology

A

A network topology where all devices connect back to a single central point. All communications travel via the central point.

17
Q

Mesh Network Topology

A

A network topology where all devices are connected to each other rather than a central point.

18
Q

Bandwidth

A

The amount of data which can be transferred via a network in any given time. More bandwidth allows more data to travel across the network at the same time resulting in faster transfer speeds.

19
Q

The Internet

A

A global network connecting millions of computers and other devices.

20
Q

URL

A

Uniform Resource Locator. A human readable name given to websites and other Internet resources. DNS is used to translate the URL into the IP of the web server.

21
Q

Client

A

A computer or other device which accesses data from a central server.

22
Q

Ethernet

A

A physical copper cable used to connect devices on a network. The term also refers to the protocols and standards used to control how data is sent and received on the cable.

23
Q

Wi-Fi

A

A technology which uses wireless signals to connect network devices.

24
Q

Bluetooth

A

A short range wireless networking technology. It has relatively low range and speeds and is most often used for peripheral devices such as mice or headsets.

25
Q

Encryption

A

The process of converting data so that it can’t be easily read/understood without first being decrypted. It is often used to keep important data secure when sharing it over a network.

26
Q

IP Address

A

Stands for Internet Protocol Address. A unique address assigned to every computer on a network.

27
Q

IPv4

A

Internet Protocol Version 4. Devices are assigned addresses made up of four numbers separated by dots, e.g. 232.112.11.1 each number can be between 0 and 255.

28
Q

IPv6

A

Internet Protocol Version 6. Designed in response to the limited number of addresses in IPv4. Devices are assigned an address made of eight groups of hexadecimal characters such as
FE80:CD00:0000:0CDE:1257:0000:211E:729C

29
Q

MAC Address

A

Media Access Control Address. A 12 digit hexadecimal number assigned to a network interface card. Each card has its own unique MAC addressed assigned when the card is made. 2C:54:91:88:C9:E3

30
Q

Standard

A

An agreed way of doing something allowing different people and organisations to make products and services which work together.

31
Q

Protocol

A

An agreed set of rules for how network communications should take place.

32
Q

TCP/IP

A

Transfer Control Protocol / Internet Protocol. A group of standards which control how data is sent and received over networks including the Internet.

33
Q

HTTP

A

Hypertext Transfer Protocol. A standard for transferring web pages between a client and web server. It is based that clients send a request which the server responds to.

34
Q

HTTPS

A

Hypertext Transfer Protocol Secure. A version of the HTTP standard with security added. Commonly used for accessing secure websites such as online banking.

35
Q

FTP

A

File Transfer Protocol. A standard for file transfer over networks.

36
Q

POP

A

Post Office Protocol. A standard used by email clients to retrieve emails from an email server.

37
Q

IMAP

A

Internet Message Access Protocol. A standard used by email clients to access emails stored on an email server. It has the advantage over POP of allowing emails to be stored and organised on the mail server.

38
Q

SMTP

A

Simple Message Transfer Protocol. A standard used for the sending of emails over networks and The Internet.