返回卡包市场

SCC141: term 2

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

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

卡片预览 (24 张)

#1
正面 (问题)

why is system security important?

背面 (解答)

-everyday life relies on digital systems -attacks are costly -data security, sensitive data may be being stored

#2
正面 (问题)

what can system security weaknesses lead to?

背面 (解答)

-downtime -data loss -safety issues -harassment- robotics

#3
正面 (问题)

what is the CIA triad?

背面 (解答)

-foundation for security requirements that aims to secure a system -confidentiality -integrity -availability

#4
正面 (问题)

what does the confidentiality portion of CIA triad represent?

背面 (解答)

-makes sure data is only accessible by authorised users -enacted through: encryption, access control and authentication methods

#5
正面 (问题)

what does the integrity portion of the CIA triad represent?

背面 (解答)

-makes sure data can only be modified or removed by authorised users -enacted through: checksums, hashing, digital signatures and version control

#6
正面 (问题)

what does the availability portion of the CIA triad represent?

背面 (解答)

-makes sure resources/system is accessible when needed by authorised users -prevented by denial of service/ransomware

#7
正面 (问题)

why does the CIA triad matter?

背面 (解答)

-security fails if confidentiality/integrity/availability is compromised

#8
正面 (问题)

list some security design principles:

背面 (解答)

-economy of mechanism -fail-safe defaults -complex mediation -open design -separation of privilege -least privilege -least common mechanism -psychological acceptability

#9
正面 (问题)

what is the security design principle economy of mechanism?

背面 (解答)

-keeping designs simple reduces the risk of bugs/error -encourages reusing quality components where possible

#10
正面 (问题)

what is the security design principle fail-safe defaults?

背面 (解答)

-denying access to resources, granting access if explicitly allowed

#11
正面 (问题)

what is the security design principle complete mediation?

背面 (解答)

-requests for resources must be authorised EVERY time -no, ‘once you’re in, you’re in forever’

#12
正面 (问题)

what is the security design principle open design?

背面 (解答)

-transparency about system security -peer reviews designs -allows others the opportunity to find loopholes/bugs in the security that may be exploited

#13
正面 (问题)

what is the security design principle separation of privilege?

背面 (解答)

-dividing power over security across multiple parties -means no single authority can compromise system security

#14
正面 (问题)

what is the security design principle defence in depth?

背面 (解答)

-multiple layers of security -if one layer of security fails, the others should hold

#15
正面 (问题)

what is the security design principle least privilege?

背面 (解答)

-a user or process should be granted the least privileges necessary for a task -reducing access

#16
正面 (问题)

what is the security design principle least common mechanism?

背面 (解答)

-minimising shared resources or mechanisms being used by multiple components -if one is compromised, they all are

#17
正面 (问题)

what is the security design principle psychological acceptability?

背面 (解答)

-security should be user friendly -could fail if users choose to bypass it

#18
正面 (问题)

what are the immutable laws of security?

背面 (解答)

10 security principles -published by microsoft in 2001 -updated 2009/2023

#19
正面 (问题)

why are privacy regulations needed ??

背面 (解答)

-to prevent data misuse -to protect a user’s fundamental right to privacy -help establish trust between user and service provider

#20
正面 (问题)

what does the EU artificial intelligence act regulate?

背面 (解答)

-addresses unregulated AI applications -categorises AI systems by risk -high risk AI needs to be highly regulated -proposed in April 2021 -enforcement expected by 2025

#21
正面 (问题)

what is federated learning and how does it improve AI privacy?

背面 (解答)

-trains models locally on user’s device without transferring data to a centralised server -protects sensitive data and reduces chance of data breaches during transmission.w

#22
正面 (问题)

what is differential privacy?

背面 (解答)

-introducing statistical noise -makes it impossible to trace data to its origin -means data breaches are less damaging, as identities are hidden

#23
正面 (问题)

what are some methods that can be used to increase privacy?

背面 (解答)

-federated learning: training AI locally -differential privacy: noise in data sets to anonymize -encryption

#24
正面 (问题)

what are some emerging privacy concerns with new technologies?

背面 (解答)

-generative AI and deepfakes -biometric data: eg voice recognition -neurotechnology: brain computer interfaces like neuralink -consent fatigue: endless pop ups, users ignore and accept privacy agreements -rapid tech evolution: can laws keep up with advancements?