Exchanging data and encryption Flashcards

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

what is the purpose of compression ?
and the benefits ?

A

To reduce the amount of data to send or store

Benefits:
-Data is sent more quickly
-less storage is required

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

what are the different types of compression ?

A

-Lossy - non essential data is permanetly removed

-lossless- Patterns in the data are spotted and summerized in a shorter format ; without permanetly removing any information

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

what are the different types of Lossless Compression :

A

-RLE (Run length Encoding)
A basic method of compression that summerises consecutive patterns of the same data

-Dictionary Compression
Spots reguarly Occuring data and stores it seperatly in a dictionary

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

what is Encryption?

A

A way of making sure data cannot be understood , if you dont possess the means to decrypt

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

what is Caesar Cipher ?

A

the Caesar cipher is the most basic type of encryption and the most insecure

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

what is brute fore attack ?

A

Tries all the possible combinations to attempt to decrypt ciphertext until one works

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

what is frequency Analysis ?

A

letters are not used equally often

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

what is Vernham cipher ?
and ADV and DIS-adv?

A
  • Vernham cipher is the most secure type of encrpytion , this generates an OTP that is unique

ADV:
-most secure encryption
dis-adv:
-true random number is diffucult to acheive
-the key mus be shared secretly
-they key must be as long as text

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

what is an entitiy?

A
  • An entitiy is a category of object, person, event to thing of intrest about which data needs to be recorded
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is a primary key ?
what is a secondary key ?
what is a foreign key ?

A

primary key - is a unique identifier for each record in a table
secondary key - allows a database to be searched quickly
foreign key - a foreign key is the attribute which links two tables together

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

what is a composite primary key?

A

a composite primary key is two or more primary keys in a table

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

name the three entity relationships ?

A
  • one to one = husband to wife
  • one to many = mother to kids
  • many to many = actor to films
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is suitable for lossy and lossess?

A

Lossy:
- Audio
-Images
-video

Lossless:
-Documents
-files

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

explain how asymmetric information works ?

A

The role of asymmertic information works is that both the sender and receiver have a public key, which is used to encrypt the data, both public keys are available to both parties, an accessible by anyone. Then a private key, which is used to decrypt the data, is only available to the specific recipient,

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

what is a public key
what is a private key

A

a Public key is a key that is used to encrypt data( this is avaliable to anyone , and is sent to the receiver)
a private key is a key that is used to dycrpt data( the recipient only has access to there own private key)

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

what is symmetric encryption ?

A

This uses the same private key to encrypt an decrypt data , the keys are are transferred which makes it easy to be intercepted

17
Q

state the purpose of each protocol?

HTTP
IMAP
FTP
DHCP
SMTP
POP3

A

HTTP- requesting webpages
IMAP- email protocol, designed to keep emails on a server
FTP- used to transfer files
DHCP- dynamic host configuration protocol
SMTP- used to transfer outgoing emails
POP3- responsible for retrieving emails, from a mail server that temporarily stores incoming mail