Computer Science 0-

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/67

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:47 PM on 7/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

68 Terms

1
New cards

What is the role of ethical hacking in network security?

Ethical hacking improves security by finding and fixing vulnerabilities before criminals exploit them.

2
New cards

What is the purpose of ethical hacking?

To identify weaknesses, improve system security, and prevent unauthorised access.

3
New cards

What is penetration testing?

A controlled security test where ethical hackers attempt to exploit vulnerabilities to assess system security.

4
New cards

What is the difference between ethical and unethical hacking?

Ethical hacking has permission and aims to improve security; unethical hacking is unauthorised and may cause harm or steal data.

5
New cards

What is the purpose of the Privacy Act 1988?

It protects personal information by regulating how organisations collect, store, use and disclose data.

6
New cards

What are the Australian Privacy Principles (APPs)?

A set of 13 principles that guide how personal information must be handled by organisations.

7
New cards

What are the 13 Australian Privacy Principles (APPs)?

  • Open and Transparent Management: Policies must be clear, current, and publicly available.

  • Anonymity and Pseudonymity: Individuals must be given the option to interact anonymously where practicable.

  • Collection of Solicited Info: Only collect personal information that is directly necessary for your functions.

  • Unsolicited Personal Info: Safely destroy or de-identify data you didn't ask for and couldn't lawfully collect.

  • Notification of Collection: Tell individuals why you are collecting their data and how you will use it.

  • Use and Disclosure: Only use data for the primary purpose it was collected, unless an exception applies.

  • Direct Marketing: Strict rules for using personal information to market products; individuals must always be able to opt out.

  • Cross-Border Disclosure: Organizations are accountable for protecting data that gets sent overseas.

  • Government-Related Identifiers: Do not adopt or use government identifiers (like Medicare numbers) as your own.

  • Quality of Personal Information: Take reasonable steps to ensure the data collected is accurate, complete, and up-to-date.

  • Security of Personal Information: Actively protect data from misuse, loss, and unauthorized access.

  • Access to Personal Information: Individuals have the right to request access to the personal information you hold about them.

  • Correction of Personal Information: Take reasonable steps to correct data if it is inaccurate or out-of-date.

8
New cards

How do the Australian Privacy Principles relate to data security?

They require organisations to protect personal information from misuse, loss, and unauthorised access.

9
New cards

What is authentication?

The process of verifying a user's identity before allowing access.

10
New cards

What are characteristics of a strong password?

Long, complex, unique, and contains a mix of uppercase/lowercase letters, numbers and symbols.

11
New cards

What is an organisational password policy?

Rules created by an organisation to manage password security, such as password length and expiry requirements.

12
New cards

How do password policies improve data security?

They reduce weak passwords and make unauthorised access more difficult.

13
New cards

What is two-factor authentication (2FA)?

A security method requiring two forms of identification, such as a password and a code.

14
New cards

What is biometric authentication?

Using unique physical characteristics, such as fingerprints or facial recognition, to verify identity.

15
New cards

What is the purpose of encryption?

To protect data by converting it into an unreadable form that only authorised users can decode.

16
New cards

What is symmetric encryption?

Encryption that uses the same key to encrypt and decrypt data.

<p>Encryption that uses the same key to encrypt and decrypt data.</p>
17
New cards

What is public key (asymmetric) encryption?

Encryption that uses two keys: a public key for encryption and a private key for decryption.

<p>Encryption that uses two keys: a public key for encryption and a private key for decryption.</p>
18
New cards

What is the difference between a Public Key and a Private Key?

  • Public Key: Shared openly with anyone; used to encrypt messages intended for the owner or verify their digital signature.

  • Private Key: Kept strictly secret by the owner; used to decrypt incoming messages or create digital signatures.

19
New cards

What is the difference between symmetric and asymmetric encryption?

Symmetric uses one shared key; asymmetric uses a public and private key pair.

20
New cards

What is social engineering?

Manipulating people into revealing information or performing actions that compromise security.

21
New cards

What is phishing?

A social engineering attack where fake messages or websites trick users into revealing information.

22
New cards

What is a denial-of-service (DoS) attack?

An attack that overwhelms a system with traffic, making it unavailable to users.

23
New cards

What is a back door?

A hidden method of accessing a system while bypassing normal security controls.

24
New cards

What is IP spoofing?

Changing the source IP address of a device to disguise its identity.

25
New cards

What is SQL injection?

An attack where malicious SQL commands are inserted into a database query to access or modify data.

26
New cards

What is a man-in-the-middle (MITM) attack?

An attack where someone secretly intercepts communication between two parties.

27
New cards

What is cross-site scripting (XSS)?

An attack where malicious scripts are inserted into websites to target users.

28
New cards

What is malware?

Malicious software designed to harm, disrupt, or steal data from a device or network.

29
New cards

What is a virus?

Malware that attaches to files and spreads when the infected file is opened.

30
New cards

What is a worm?

Malware that automatically spreads across networks without needing a host file.

31
New cards

What is a Trojan horse?

Malware disguised as legitimate software to trick users into installing it.

32
New cards

What is spyware?

Malware that secretly monitors user activity and collects information.

33
New cards

What is adware?

Software that displays unwanted advertisements, often tracking user behaviour.

34
New cards

What is ransomware?

Malware that blocks access to data or systems until a payment is made.

35
New cards

What are physical security threats?

Threats involving physical access, damage, or theft of hardware and data.

  • Device theft

  • Unauthorised access to buildings

  • Hardware damage

36
New cards

What is the CIA Triad?

A model used to analyse and improve information security.

  • Confidentiality

  • Integrity

  • Availability

37
New cards

What is confidentiality?

Ensuring information is only accessible to authorised users.

38
New cards

What is integrity?

Ensuring data remains accurate and is not altered without permission.

  • Hashes

  • Digital signatures

39
New cards

What is availability?

Ensuring systems and data are accessible when needed.

  • Backups

  • Extra servers

40
New cards

How is the CIA Triad used to analyse security threats?

It identifies whether a threat affects confidentiality, integrity, availability, or multiple areas.

41
New cards

What is the AAA framework?

A security model based on Authentication, Authorisation and Accounting.

42
New cards

What is authentication in AAA?

Verifying who a user is.

  • Token

  • Password

  • Biometrics

43
New cards

What is authorisation in AAA?

Determining what resources a user can access.

44
New cards

What is accounting in AAA?

Recording and monitoring user activity.

  • Session duration

  • Actions performed

45
New cards

How is AAA used for security analysis and auditing?

It checks who accessed systems, what they accessed, and what actions they performed.

46
New cards

What is the purpose of cryptography?

To protect information by securing communication and preventing unauthorised access.

47
New cards

What is plain text?

Original readable data before encryption.

48
New cards

What is cipher text?

Encrypted unreadable data produced after encryption.

49
New cards

What is a substitution cipher?

A cipher that replaces letters or symbols with different ones.

50
New cards

What is a rotation cipher?

A substitution cipher where letters are shifted by a fixed number of positions.

51
New cards

What is a random substitution cipher?

A cipher where each letter is replaced with another letter using a random mapping.

  • No rule

52
New cards

What is a polyalphabetic cipher?

A cipher that uses multiple substitution alphabets, such as the Vigenère cipher.

53
New cards

What is the Atbash cipher?

A substitution cipher where the alphabet is reversed (A becomes Z, B becomes Y, etc.).

A → Z
B → Y
C → X

54
New cards

What is a Caesar shift cipher?

A substitution cipher that shifts each letter by a fixed number of positions in the alphabet.

Shift +3: A → D, B → E, C → F

55
New cards

What is a Vigenère cipher?

A polyalphabetic substitution cipher that uses a keyword to encrypt messages.

<p>A polyalphabetic substitution cipher that uses a keyword to encrypt messages.</p>
56
New cards

How is the Vigenère cipher different from Caesar shift?

Caesar uses one fixed shift; Vigenère uses multiple shifts based on a keyword.

57
New cards

What is an advantage of public key encryption?

Users can securely communicate without sharing a secret key beforehand.

58
New cards

What is a secret key?

A secret key is a private piece of information used in encryption that is known only by the authorised sender and receiver. The same secret key is used to encrypt (scramble) and decrypt (unscramble) data in symmetric encryption.

59
New cards

What is a zero-day vulnerability?

A security weakness that is unknown to the developer and has no available fix.

60
New cards

Why are zero-day vulnerabilities dangerous?

Attackers can exploit them before security updates are created.

61
New cards

What is cipher cracking?

The process of breaking encryption to reveal the original message.

62
New cards

What is brute force cracking?

Trying every possible key until the correct one is found.

63
New cards

What is frequency analysis?

Analysing how often letters appear to identify patterns in encrypted messages.

64
New cards

Strengths and Weaknesses of Common Ciphers

Cipher

Strengths

Weaknesses

Rotation Cipher

Simple to implement and understand

Easily cracked using brute force (only 25 possible shifts)

Random Substitution Cipher

More secure than a rotation cipher

Vulnerable to frequency analysis if the ciphertext is long enough

Vigenère Cipher

Harder to crack than simple substitution ciphers

Vulnerable to advanced frequency analysis, especially with a short keyword

65
New cards

What are hashes?

Hashes are one-way functions that convert data into a fixed-length string of characters. They are used to check data integrity and store passwords securely.

66
New cards

What are MACs?

MACs (Message Authentication Codes) are used to verify that a message is authentic and has not been changed. They use a secret key to create a code that checks message integrity.

67
New cards

What is Non-repudiation?

Non-repudiation ensures that a person cannot deny sending a message or performing an action. It provides proof of who did something, often using digital signatures.

68
New cards

What are digital signatures?

Digital signatures are a way to verify who sent a message and prove that it has not been changed. They use a person's private key to create the signature and a public key to verify it.