1.3 computer networks, connections and protocols Flashcards

1
Q

LAN (local area network)

A

-small geographic area
-all hardware is owned by the organisation using it
-wired with UTP or fibre optic cable or wireless using routers and Wi-Fi access points

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

WAN (wide area network)

A

-large geographic area
-infrastructure is hired from telecommunication companies who manage it. 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

-a client makes requests to the server for data and connections.
-A server controls access and security to one shared file store

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

peer-to-peer network

A

all computers are equal and serve their own files to each other. Each computer is responsible for its own security and backups and usually has its own printer

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

wireless access point

A

hardware that allows a Wi-Fi-enabled device to connect to a network

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

router

A

-sends data between networks
-it is needed to connect a LAN to a WAN. It uses the IP address on a device to route traffic

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

switch

A

-sends data between computers on a LAN
-it uses the NIC address on a device to route traffic

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

NIC (network interface card/controller)

A

hardware that connects a computer to a network

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

transmission media

A

-physical media that can be used to transmit data
-e.g. twisted copper wire cable, fibre optic

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

DNS (domain name system)

A

-the internet equivalent of the phone book
-maintains a directory of domain names and translates them to the internet protocol addresses

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

Hosting

A

-websites are stored on dedicated servers
-used for websites that need to be available 24/7, be accessed by thousands of users at one time, be well protected from hackers and have an IP address that doesn’t change

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

The cloud

A

-remote servers that store data to be accessed over the internet
-access anytime, anywhere from any device
-automatic backups
-collaborate files easily

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

web server

A

-a program that uses HTTP to deliver web pages to users. Page requests are forwarded by a computer’s HTTP client
-dedicated computers and appliances may also be referred to as web servers

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

client

A

a device that requests and/or uses services from a remote/connected server

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

network topology

A

-the physical or logical arrangement of connected devices on a network
-e.g. computers, switches routers, printers servers

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

star topology

A

-computers connected to a central switch
-if one computer fails, no others are affected. If the switch fails, all connections are affected

17
Q

mesh topology

A

-switches/routers connected so there is more than one route to the destination
-e.g. the internet. More resilient to faults but more cable is required

18
Q

wired connection

A

-any computer network that predominantly connects hardware via physical cables
- e.g. copper, fibre optic

19
Q

ethernet

A

-a standard for networking LAN using protocols. Frames are used to transmit data.
-a frame contains the source and destination addresses, the data and error-checking bits.
-uses twisted pair and fibre optic cables. A switch is used to connect computers

20
Q

wireless connection

A

-any computer network that predominantly connects hardware via Wi-Fi, eliminating much of the need for physical cabling

21
Q

Wi-Fi

A

wireless connection to a network.
-requires a wireless access point or router.
-data is sent on a specific frequency. Each frequency is called a channel

22
Q

Bluetooth

A

-a method of exchanging data wirelessly over short distances - much shorter than Wi-Fi

23
Q

encryption

A

-encoding readable data into unreadable data
-only the intended recipient can decode the data using a special key.
-protects sensitive communications against hacking

24
Q

IP address (internet protocol address)

A

-a unique as string of numbers separated by full stops.
-identifies each computer using IP to communicate via network

25
Q

MAC address (media access control address)

A

used as a unique identifier for most network technologies including Ethernet and Wi-Fi

26
Q

standards

A

-various rules for different areas of computing
-standards allow hardware and software from different manufacturers to interact with each other

27
Q

protocol

A

a set of rules that allow two devices to communicate

28
Q

TCP/IP (transmission control protocol/internet protocol

A

TCP provides error-free transmission between two routers. IP routes packets across a WAN

29
Q

HTTPS (hypertext transfer protocol)

A

-encryption and authentication for requesting and delivering HTML web pages.
-used in websites that are sending and/or receiving sensitive data

30
Q

FTP (file transfer protocol)

A

used for sending files between computers, usually on a WAN

31
Q

POP (post office protocol)

A

used by email clients to retrieve email from an email server

32
Q

IMAP (internet message access protocol)

A

used by email clients to manage remote mailboxes and retrieve email from a mail server

33
Q

SMTP (simple mail transfer protocol)

A

sends email to mail server

34
Q

protocol layering

A

the concept of protocol rules being built up in layers - the layered protocol stack facilitates the various rules being executed in defined order