Security Part 2 Flashcards
What is computer security?
the policies, procedures and technical measures used to prevent unauthorized access, alteration, theft, interruption or physical damage to information systems
What are the 6 security services?
authentication access control data confidentiality data integrity availability non-repudiation
Define authetication
assurance that the other party is the one
claimed (i.e. not an imposter)
Define access control
prevention of the unauthorized use of a
resource
Define data confidentiality
protection of data from unauthorized
disclosure
Define data integrity
assurance that data received is exactly what authorized entity sent (i.e. it has not been tampered with).
Define availability
assurance that services are available when needed
Define non-repudiation and two types
protection against denial by one of the
parties in a communication
1) the sender denies sending the data
2) the receiver denies receiving the data
How to password crackers work? (3)
-try common passwords
-words with a suffix + variations
to target a specific person gather info about them
What are the 3 authentication approaches to control access?
- something you know (password)
- something you have (card, token)
- something you are (biometrics)
Best method for passwords (2)
Use a password manager or convert a phrase meaningful to you
What are 4 ways to secure your system? (bare minimum)
- software/hardware firewalls
- look for unusual activities
- antivirus software -> look for bit patterns in programs called a signature
What are 2 best practices for securing your system?
isolate and encrypt sensitive data
minimize your attack surface
how can you effectively isolate and encrypt sensitive data?
AES-256 encrypted documents are safe
have a separate user account for banking and financial activities
how can you minimize your attack surface?
configure the firewall in your OS and your modem/router
disconnect from internet when not in use