5.1: networks Flashcards

1
Q

network

A

a group of devices connected together so they can communicate with each other and share resources

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

communication systems examples

A
  • text (SMS) message
  • email
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

central backup procedures

A
  • A network allows data to be backed up centrally
  • Networks allow important systems to be mirrored so that there is always a duplicate system with a copy of the live data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

advantages of a network

A
  • The ability to share expensive hardware devices between multiple users
  • The ability to share files
  • The ability to have multi-user systems
  • The ability for the organisation to track what users are doing
  • The ability to back up files centrally
  • The ability to deploy and upgrade software centrally
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

disadvantages of a network

A
  • Extra hardware costs (cabling and connection devices)
  • The cost of having to have employ someone to look after the network
  • Greater security risks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

types of networks

A
  • personal area network (PAN)
  • local area network (LAN)
  • wide are network (WAN)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

personal area network

A
  • PAN
  • connected devices that are located within a few metres of each other
  • example: bluetooth
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

local area network

A
  • LAN
  • a single network that is located in a small geographical area such as someone’s home, an office, or to cover a school site
  • examples: network at home or school
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

wide area network

A
  • WAN
  • a network that connects two or more networks over a wider geographical area
  • example: bank contacting all of its machines across the country
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

server

A
  • a program on a computer that shares resources with, or provides services to, any authorised client
  • usually work 24/7
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

types of servers

A
  • file
  • web
  • email
  • database
  • print
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

client

A
  • A client sends a request to the server and the server processes the request and then sends a response
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

peer-to-peer network

A
  • no central servers
  • peers communicate directly with each other.
  • example: sharing files
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

comparing peer-to-peer and client-server

A
  • setup cost peer-to-peer is cheaper as no additional hardware required
  • security client to server is more secure as it can be easier to monitor
  • backups in client to server files are stored on servers so its easier to make sure files are backed up
  • points of failure in client to server if the server fails many users will be affected whereas in peer-to-peer it has less impact
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

wired networks

A

a range of devices that are connected through a network Switch by a UTP cable

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

wireless networks

A

based around a central communications device
called a wireless access point (WAP)

17
Q

comparing wired and wireless

A
  • speed wired is faster
  • security wired is more secure as as cables are harder to intercept
  • range wired has an infitite range and wireless only has a range of 50m
  • setup wireless is easier to setup as devices can be wherever and there are no cables
  • cost wired networks are more expensive as hardware and cables are needed
18
Q

bit rate

A

the measure of the amount of data (in bits) that is transferred per second

19
Q

HTTP

A
  • Hypertext Transfer Protocol
  • application
  • Used to make a request for a webpage
20
Q

HTTPS

A
  • Hypertext Transfer Protocol Secure
  • application
  • Sends an encrypted request for a webpage
21
Q

FTP

A
  • File Transfer Protocol
  • application
  • Used to upload or download a file
22
Q

SMTP

A
  • Simple Mail Transfer Protocol
  • application
  • Used to send an email to an email server
23
Q

POP

A
  • Post Office Protocol
  • application
  • Used to request any new emails for a specific email account
24
Q

IMAP

A
  • Internet Message Access Protocol
  • application
  • Used to synchronise a client email account with an account on a mail server which allows a user to use multiple devices to access their email account
25
DHCP
* Dynamic Host Configuration Protocol * application * Used to assign IP addresses and other configuration options to devices in a network
26
TCP
* Transmission Control Protocol * transport * When data is to be sent the data is split into packets and each packet is given a sequence number. This is a reliable transmission protocol. At the receiving end, the packets are checked. If any packets go missing, they will be resent
27
UDP
* User Datagram Protocol * transport * Data is split into packets (as with TCP). UDP is suitable where data does not have to be 100% accurate but speed is important, e.g., with some video streaming services
28
IP
* Internet Protocol * network * Creates a new packet. Adds the source and destination IP addresses to allow the packet to be delivered.
29
ethernet and wifi protocols
* link * Encapsulates the data from the previous layer into frames with a source and destination
30
bus network
On a bus network, all computers are connected to a single main cable. Terminators at the end of the cable stop the signal.
31
bus network advantages and disadvantages
**Advantages**: * Cheap to install * Easy to install **Disadvantages**: * One point of failure (the main cable) * the more devices on the cable the slower performance * All devices see all the data (security risk)
32
ring network
All computers are connected in a circle. Each device is connected to two other devices. Data is passed around the "ring" until the destination has been found.
33
ring network advantages and disadvantages
**Advantages:** * Data can be transferred quickly * No data collision (data only flows in one direction) **Disadvantages:** * If one device or one cable fails, the entire network is down
34
star network
All computers have their own link to a central network device (hub or switch).
35
star network advantages and disadvantages
**Advantages:** * Very reliable (one device or cable fails, the rest of the network is still up) * No data collision **Disadvantages:** * Expensive (you need a dedicated device + more cables) * If entral device fails thee whole network goes down
36
mesh network
Each computer can connect to other computers.
37
mesh network advantages and disadvantages
**Advantages:** * Multiple paths between devices **Disadvantages:** * Expensive (a lot of cables) * Complicated to install