'분류 전체보기' 카테고리의 글 목록 (34 Page) — Archive

분류 전체보기

Computer Science/Security

[Security] Firewall | 방화벽

Firewall 방화벽 - Premises Network와 Internet 사이의 제어 가능한 Link를 형성해주고 외부로부터 보안을 강화해주는 메커니즘이다. - Premises Network를 Internet-Based Attack으로부터 방어하고, 보안성 강화와 감시를 위해 Single Choke Point를 제공한다. - Defense 측면에서 추가적인 Layer를 제공하며, 내부 시스템을 외부 시스템으로부터 격리시키는 효과를 가져온다. Firewall Design Goals (방화벽 설계 목적) 내부에서 외부로, 외부에서 내부로의 모든 트래픽은 반드시 방화벽을 통해야 한다. Local Security Policy에 따라, 반드시 Authorized Traffic만 방화벽을 통과할 수 있다. 방화벽..

Computer Science/Artificial Intelligence

[Artificial Intelligence] Neural Network Overview | 신경망 개요

Neural Network Overview (NN Overview) 신경망 개요 * Neural Network = Artificial Neural Network = NN - Neural Network(신경망)이란, 인간 두뇌의 생물학적 뉴런의 작용('학습'과 '인지')을 모방하여 여러 뉴런들로부터 들어오는 입력을 일정한 함수를 거쳐 출력 노드를 통해 결과를 얻어내는 네트워크이다. - 각 뉴런은 독립적으로 작동하는 Processor로, NN은 Parallelism이 뛰어나다. - Connectionism(연결주의) 기반 인공지능 모델이다. - 일반적으로, 신경망에서의 학습은 Supervised Learning(지도 학습)으로 이루어진다. - 신경망을 통한 음성인식 기술은 음성 파형의 오차에 대한 허용도가 ..

Computer Science/Security

[Security] Malware | 악성 소프트웨어

Malware (Malicious Software) 악성 소프트웨어 (멀웨어, 맬웨어) “A program that is inserted into a system, usually covertly, with the intent of compromising the confidentiality, integrity, or availability of the victim’s data, applications, or operating system or otherwise annoying or disrupting the victim.” - Guide to Malware Incident Prevention and Handling for Desktops and Laptops (URL) - 멀웨어는 피해자의 데이터, 응용프..

Computer Science/Security

[Security] DNS Security | DNS 보안

DNS Security DNS 보안 - DNS와 같이 고성능 Macine들과 High-Capacity Network로 구성된 Massively Distributed System에는 DoS 공격이 자행되기는 어렵지만, 여러가지 유형의 Hijacking이 가능하므로 DNS에 대한 보안도 네트워크 보안에서 중요한 이슈 중 하나이다. Attacks on DNS (DNS에 대한 공격) DoS Attacks on DNS (URL) [Security] Denial-of-Service Attacks (DoS) | 서비스 거부 공격 Denial-of-Service Attacks (DoS) 서비스 거부 공격 A denial of service (DoS) is an action that prevents or impairs ..

Computer Science/Security

[Security] Denial-of-Service Attacks (DoS) | 서비스 거부 공격

Denial-of-Service Attacks (DoS) 서비스 거부 공격 “A denial of service (DoS) is an action that prevents or impairs the authorized use of networks, systems, or applications by exhausting resources such as central processing units (CPU), memory, bandwidth, and disk space.” - Computer Security Incident Handling Guide (URL) - 시스템의 Critical Resource를 소진시켜 서비스의 정상적 제공을 방해 및 봉쇄하여 서비스의 Availability(가용성)를 훼손하는 공..

Computer Science/Security

[Security] Network Security | 네트워크 보안

Network Security 네트워크 보안 - 네트워크 상에서 벌어질 수 있는 공격과 그에 대한 대응 방법들을 논의한다. * Security Protocols Firewall Systems (방화벽, 침입 차단 시스템) [Security] Firewall | 방화벽 Archive [Security] Firewall | 방화벽 본문 Computer Engineering/Security [Security] Firewall | 방화벽 Byeong Heon 2022. 5. 7. 02:34 Prev 1 2 3 4 5 6 7 8 ··· 628 Next dad-rock.tistory.com - 해당 네트워크에 허용되지 않은 입장을 방지하는 메커니즘이다. Intrusion Detection Systems (IDS; ..

lww7438
'분류 전체보기' 카테고리의 글 목록 (34 Page)