[백준] 1764 - 듣보잡
문제
[프로그래머스] Level 1 - 신고 결과 받기
in Algorithm on Programmers, Problems
문제
[프로그래머스] Level 3 - 등굣길
in Algorithm on Programmers, Problems
문제
[컴퓨터 보안] Denial Of Service Attacks
in CS Review on ComputerSecurity
Denial-Of-Service(DoS) Attack
DoS 공격이란 CPU, 메모리, 대역폭 및 디스크 공간과 같은 리소스를 소진하여 네트워크, 시스템 또는 애플리케이션의 인증된 사용을 방지하거나 저해하는 것을 말한다.
[컴퓨터 보안] Malware
in CS Review on ComputerSecurity
Malware
Malware란 피해자의 데이터, 애플리케이션 또는 운영 체제의 기밀성, 무결성 또는 가용성을 손상시킬 목적으로 시스템에 일반적으로 은밀하게 삽입되는 프로그램을 말한다.
[컴퓨터 보안] Database Security
in CS Review on ComputerSecurity
Database security
[컴퓨터 보안] Access Control
in CS Review on ComputerSecurity
Acess Control
자원을 무단으로 사용하는 것을 방지한다.
Access Control Policies
아래 세 가지 policy들은 상호 배타적이지 않다.
- Mandatory access control policy
- Discretionary access control policy
- Role-based access control policy