Mich 1 Flashcards

(46 cards)

1
Q

What are some advantages to connecting computers in a network?

(4 advantages)

A
  • sharing of files/data
  • sharing of peripherals (e.g. printer)
  • improved communication (e.g. email, video conferencing)
  • centralised management of computers (e.g. installing software, monitoring)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the topology of a

Local Area Network?

A

bus, star, mesh

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

What is the topology of a

Wide Area Network?

A

partial mesh

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

What type of addressing does a

LAN use?

A

MAC addressing

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

What type of addressing does a

WAN use?

A

IP addressing

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

What hardware forwards packets in a

LAN?

A

switches

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

What hardware forwards packets in a

WAN?

A

routers

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

Why is IPv6 needed?

(instead of just IPv4)

A

It allows for many more addresses

(IPv4 only allows 2^32 addresses which is not enough)

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

What things are found in the

header of a network packet?

(6 things)

A
  • source/ sender IP address
  • destination IP address
  • packet/sequence number
  • checksum (for error checking)
  • packet/data size
  • protocol and version
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define

speed.

A

the data transmission rate achieved in bits per second

this is affected by the latency and the bandwidth

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

Define

range.

A

the maximum distance a signal can travel before becoming disrupted

(measured in metres)

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

Define

latency.

A

the time delay between the moment the data is transmitted and the moment that it is received

(measured in milliseconds - higher is worse)

this can be visualised as the speed limit on the road

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

Define

bandwidth.

A

the maximum amount of data that can be transmitted in one second

(measured in bits per second bps)

this can be visualised as the number of lanes on a motorway

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

How would you calculate

file size?

A

size (bits) = time (seconds) x bandwidth (bps)

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

What are the powers of bytes in ascending order?

A

Burger - byte (B)
King - kibibyte (KiB) or kilobyte (KB)
Made - mebibibyte (MiB) or megabyte (MB)
Great - gibibyte (GiB) or gigabyte (GB)
Toast - tebibyte (TiB) or terabyte (TiB)
Previously - pebibyte (PiB) or petabyte (PB

but - bit (b)
now? - nibble (N)

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

Define

protocol.

A

a set of rules that allows devices to communicate

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

Define

amplitude.

(relating to sound waves)

A

the extent to which air particles are displaced

this sound amplitude is experienced as the loudness of sound

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

Define

bit depth.

(as relating to sound representation)

A

the number of bits stored per sample

the higher the number of bits, the greater the quality of the sound, and the larger the file size

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

Define

sample interval.

A

the amount of time which passes between capturing each sample

20
Q

Define

sample rate.

A

the number of samples stored per second

the higher the number of samples per second, the higher the quality of the sound, and the larger the file size

21
Q

What does a larger amplitude mean for a sound wave?

22
Q

What does a higher frequency mean for a sound wave?

23
Q

What does a microphone do?

A

converts the continuous changes in air pressure caused by sound waves into an electrical signal

since computers are digital devices, they can only handle sound if it is converted from a continuously changing signal into a sequence of binary values

24
Q

What does the process of analogue to digital conversion (ADC) involve?

A

a series of sound ‘snapshots’ are taken and represented as binary data
these are called samples and the process of taking them is called sampling

25
What bit depth is used for CD recordings?
16
26
How would you calculate a sound file size?
file size (bits) = sample rate x bit depth x duration (seconds)
27
What is FLAC used for and what type of compression is it?
sound lossless
28
What is JPEG used for and what type of compression is it?
image lossy
29
What is MP3 used for and what type of compression is it?
sound lossy
30
What is WAV used for and what type of compression is it?
sound uncompressed
31
What is ZIP used for and what type of compression is it?
file archives lossless
32
What is png used for and what type of compression is it?
image lossless
33
What is MP4 used for and what type of compression is it?
video lossy
34
What is BMP used for and what type of compression is it?
image uncompressed
35
# What does HTTP stand for?
Hyper Text Transfer Protocol
36
# What does HTTPS stand for?
Hyper Text Transfer Protocol Secure
37
# What does FTP stand for?
File Transfer Protocol
38
# What does SMTP stand for?
Simple Mail Transfer Protocol
39
# What does IMAP stand for?
Internet Mail Access Protocol
40
# What does POP3 stand for?
Post Office Protocol
41
What is HTTP used for?
requests and responses between web browser and web servers
42
What is HTTPS used for?
encryption communication between browser and web server
43
What is FTP used for?
sending and receiving files over the internet
44
What SMTP is used for?
sending emails
45
What is IMAP used for?
reading/receiving emails | leaves the email on the mail server (often used for web-based email)
46
What POP3 is used for?
reading/receiving emails | deletes the email off the mail server