HANNAM UNIVERSITY 1 Chapter 29 Internet Security
HANNAM UNIVERSITY 2 CONTENTS INTRODUCTION PRIVACY DIGITAL SIGNATURE SECURITY IN THE INTERNET APPLICATION LAYER SECURITY TRANSPORT LAYER SECURITY: TLS SECURITY AT THE IP LAYER: IPSEC FIREWALLS
HANNAM UNIVERSITY 3 INTRODUCTION 29.1
HANNAM UNIVERSITY 개요 보안에서 필요한 기능
HANNAM UNIVERSITY 5 PRIVACY 29.2
HANNAM UNIVERSITY 기밀성 비밀키 암호화
HANNAM UNIVERSITY 기밀성 In secret-key encryption, the same key is used by the sender (for encryption) and the receiver (for decryption). The key is shared.
HANNAM UNIVERSITY 기밀성 Secret-key encryption is often called symmetric encryption because the same key can be used in both directions.
HANNAM UNIVERSITY 기밀성 Secret-key encryption is often used for long messages.
HANNAM UNIVERSITY 기밀성 We discuss one secret-key algorithm in Appendix E.
HANNAM UNIVERSITY 기밀성 KDC can solve the problem of secret-key distribution.
HANNAM UNIVERSITY 기밀성 공개키 암호화
HANNAM UNIVERSITY 기밀성 Public-key algorithms are more efficient for short messages.
HANNAM UNIVERSITY 기밀성 A CA can certify the binding between a public key and the owner.
HANNAM UNIVERSITY 기밀성 비밀키와 공개키의 결합
HANNAM UNIVERSITY 기밀성 To have the advantages of both secret-key and public-key encryption, we can encrypt the secret key using the public key and encrypt the message using the secret key.
HANNAM UNIVERSITY 17 DIGITAL SIGNATURE 29.3
HANNAM UNIVERSITY 디지털 서명 전체 문서에 서명
HANNAM UNIVERSITY 디지털 서명 Digital signature cannot be achieved using only secret keys.
HANNAM UNIVERSITY 디지털 서명 Digital signature does not provide privacy. If there is a need for privacy, another layer of encryption/decryption must be applied.
HANNAM UNIVERSITY 디지털 서명 다이제스트에 서명
HANNAM UNIVERSITY 디지털 서명 송신자 측
HANNAM UNIVERSITY 디지털 서명 수신자 측
HANNAM UNIVERSITY 24 SECURITY IN THE INTERNET 29.4
HANNAM UNIVERSITY 인터넷 보안 인터넷 보안 기능 제공 응용 계층 Client 와 server 고려 전송 계층 새로운 계층 추가 IP 계층 OSPF, ICMP, IGMP 층과 같은 프로토콜을 위한 서비스
HANNAM UNIVERSITY 26 APPLICTION LAYER SECURITY 29.5
HANNAM UNIVERSITY 응용계층 보안 PGP(Pretty Good Privacy) Phill Zimmermann 에 의해 개발 기밀성, 무결성, 인증, 부인방지 서비스 제공 무결성, 인증, 부인 방지를 위해 디지털 서명 사용 기밀성을 위해 비밀키와 공개키 암호화 조합 이용
HANNAM UNIVERSITY 응용계층 보안 송신측의 PGP
HANNAM UNIVERSITY 응용계층 보안 수신측의 PGP
HANNAM UNIVERSITY 응용계층 보안 SSH(Secure Shell) 보안을 제공하는 클라이언트 - 서버 프로그램 인증, 권한부여, 기밀성, 무결성, 터널링 기능 제공
HANNAM UNIVERSITY 31 TRANSPORT LAYER SECURITY (TLS) 29.6
HANNAM UNIVERSITY 전송계층 보안 TLS 의 위치
HANNAM UNIVERSITY 전송계층 보안 TLS(Transport Layer Security) 전송계층 보안 제공 넷스케이프사 개발 SSL(Secure Socket Layer) IETF 에 의해 설계된 SSL 의 공개 버전 Handshake Protocol : 보안 협상, 브라우저 / 서버간 인 증 Data Exchange Protocol : 무결성, 기밀성 제공
HANNAM UNIVERSITY 전송계층 보안 핸드쉐이크 프로토콜
HANNAM UNIVERSITY 35 SECURITY AT THE IP LAYER (IPSec) 29.7
HANNAM UNIVERSITY IP 계층 보안 : IPSEC 인증
HANNAM UNIVERSITY IP 계층 보안 : IPSEC 헤더 형식
HANNAM UNIVERSITY IP 계층 보안 : IPSEC ESP
HANNAM UNIVERSITY IP 계층 보안 : IPSEC ESP 형식
HANNAM UNIVERSITY 40 FIREWALLS 29.8
HANNAM UNIVERSITY 방화벽
HANNAM UNIVERSITY 방화벽 패킷 - 필터 방화벽
HANNAM UNIVERSITY 방화벽 A packet-filter firewall filters at the network or transport layer.
HANNAM UNIVERSITY 방화벽 프록시 방화벽
HANNAM UNIVERSITY 방화벽 A proxy firewall filters at the application layer.