1.3 Computer networks, connections and protocols Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a network

A

Two or more computers joined together

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

What are the advantages of networks

A

Computers can share files
Computers can share peripherals
Easy to back up work
User connected can easily communicate

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

What are the disadvantages of a network

A

If a cable breaks, all computers might stop working
Computer viruses can easily spread
Big networks are difficult and expensive to set up
You need to buy more equipment and cable

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

What are the two types of networks

A

LAN - Local Area Network. All devices are in the same geographical location and you own the infrastructure
WAN - Wide Area Network. All devices are spread out in a large geographical location. The infrastructure is owned by third parties. Connect two or more LANs together

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

What are the factors that affect the performance of a network

A

Number of users - the more users there are, the more data traffic which causes the bandwidth to decrease
Error rate - retransmitted data causes more data traffic
Transmission media - different methods have different bandwidths
Bandwidth - the amount of data that can be transmitted at one time
Latency - the amount of time for the data to travel from the start of its journey to the satellites

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

What are the two models for sharing resources on a network

A

Client server model - a client (computer) makes requests on a network and the server provides the resources
Peer to peer model - all devices are of an equal status

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

What hardware is needed for a network

A

Router - connect a LAN to a WAN (connects a network to an external network
Switch - connect multiple devices into a star topology (remembers the address of devices connected to it)
Hub - connects multiple devices in a star topology (doesn’t remember the address of devices connected to it)
Wireless Access Point (WAP) - provides Wi-Fi access to a network
Network Interface Card (NIC) - connect a workstation to a LAN

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

How does the Domain Name System (DNS) work

A

User enters the URL
The URL is looked up on the DNS. The DNS stores pairs of URLs and the IP address
The IP address is search for
The IP address is used to navigate the internet to find the web server that hosts the website
Once found, the files for that server is sent to the device that entered the URL

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

What are the advantages of using the cloud

A

No need to buy expensive equipment
Can access from any location
Security and maintenance of data is responsibility for the cloud provider
Very cheap to purchase additional storage

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

What are the disadvantages of using the cloud

A

Increased amount of data needed to be transferred over the internet therefore there’s a higher chance of interception
Slower to access files than if you store them locally
Can’t access without an internet connection
If provider doesn’t keep the data secure, it can be subject to hacking

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

What are the types of network topologies

A

Star topology - all devices are connected to a central component. The central component directs data packets around a network. Very few data collisions
Mesh topology (full) - all devices are connected together. No central component
Mesh topology (partial) - each device is connected to at least one other device. No central component

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

What are the properties of a wired connection, e.g. ethernet

A

A physical connection is needed
Has a bigger bandwidth
More secure
Difficult to set up

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

What are the properties of a wireless connection, e.g. Wi-Fi, Bluetooth

A

Easy to connect new devices
A WAP enables this network
Easy to intercept data
Difficult to know what devices are connected

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

Define encryption

A

The data (plaintext) is scrambled into different characters so no one will understand it unless they know the key

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

What are facts about MAC addresses

A

Doesn’t change
A unique number for device is provided by the NIC
Used on a LAN
Used by a switch to send data to a device
Consists of 12 hexadecimal values
Hard coded

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

What are facts about IPv4 addresses

A

Used when sending data on the internet
Can be static or dynamic
Can change
Used on a WAN
Written in denary
Consist of four bytes of data
Allocated when needed
Address is configured by software

17
Q

What are facts about IPv6 addresses

A

Used when sending data on the internet
Can be static or dynamic
Can change
Used on a WAN
Consists of 32 hexadecimal values
Allocated when needed
16 bytes long
Address is configured by software

18
Q

What does the TCP (Transmission Control Protocol) do

A

Breaks data into multiple data packets; checks for errors; reorders them

19
Q

What does the IP (Internet Protocol) do

A

Governs data transmission on the internet

20
Q

What does HTTP(S) (Hyper Text Transfer Protocol Secure))

A

Governs data transmission between a client and web server (in a secure manner by encrypting data)

21
Q

What does FTP (File Transfer Protocol) do

A

Governs transfer of files over a network

22
Q

What does POP (Post Office Protocol) do

A

Governs retrieving data from the email server and deletes it when it’s locally downloaded. Read once

23
Q

What does IMAP (Internet Message Protocol) do

A

Governs retrieving data from the email server and can be read on any device

24
Q

What does SMTP (Simple Mail Transfer Protocol) do

A

Governs the sending of emails to an email server. Sends emails between servers

25
Q

What is the purpose of layers

A

Allows standards to be developed, but also to be adapted to new hardware and software over time

26
Q

What are the 4 types of layers

A

Application
Transport
Network
Link