返回卡包市场

Exchanging data and encryption

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 17内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (17 张)

#1
正面 (问题)

what is the purpose of compression ? and the benefits ?

背面 (解答)

To reduce the amount of data to send or store Benefits: -Data is sent more quickly -less storage is required

#2
正面 (问题)

what are the different types of compression ?

背面 (解答)

-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

#3
正面 (问题)

what are the different types of Lossless Compression :

背面 (解答)

-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

#4
正面 (问题)

what is Encryption?

背面 (解答)

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

#5
正面 (问题)

what is Caesar Cipher ?

背面 (解答)

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

#6
正面 (问题)

what is brute fore attack ?

背面 (解答)

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

#7
正面 (问题)

what is frequency Analysis ?

背面 (解答)

letters are not used equally often

#8
正面 (问题)

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

背面 (解答)

• 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

#9
正面 (问题)

what is an entitiy?

背面 (解答)

• An entitiy is a category of object, person, event to thing of intrest about which data needs to be recorded

#10
正面 (问题)

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

背面 (解答)

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

#11
正面 (问题)

what is a composite primary key?

背面 (解答)

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

#12
正面 (问题)

name the three entity relationships ?

背面 (解答)

• one to one = husband to wife • one to many = mother to kids • many to many = actor to films

#13
正面 (问题)

what is suitable for lossy and lossess?

背面 (解答)

Lossy: - Audio -Images -video Lossless: -Documents -files

#14
正面 (问题)

explain how asymmetric information works ?

背面 (解答)

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,

#15
正面 (问题)

what is a public key what is a private key

背面 (解答)

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)

#16
正面 (问题)

what is symmetric encryption ?

背面 (解答)

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

#17
正面 (问题)

state the purpose of each protocol? HTTP IMAP FTP DHCP SMTP POP3

背面 (解答)

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