Security in the Internet: IPSec, SSL/TLS, PGP, VPN, and Firewalls

Slides:



Advertisements
Similar presentations
IPSec.
Advertisements

17.1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 17 Security at the Transport Layer: SSL and TLS.
Working Connection Computer and Network Security - SSL, IPsec, Firewalls – (Chapter 17, 18, 19, and 23)
1 Chapter 2: Networking Protocol Design Designs That Include TCP/IP Essential TCP/IP Design Concepts TCP/IP Data Protection TCP/IP Optimization.
BASIC CRYPTOGRAPHY CONCEPT. Secure Socket Layer (SSL)  SSL was first used by Netscape.  To ensure security of data sent through HTTP, LDAP or POP3.
IPSec: Authentication Header, Encapsulating Security Payload Protocols CSCI 5931 Web Security Edward Murphy.
Security at the Network Layer: IPSec
Chapter 13 IPsec. IPsec (IP Security)  A collection of protocols used to create VPNs  A network layer security protocol providing cryptographic security.
McGraw-Hill © ©The McGraw-Hill Companies, Inc., 2004 Chapter 31 Security Protocols in the Internet.
IPsec: Internet Protocol Security Chong, Luon, Prins, Trotter.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 30 Internet Security.
K. Salah 1 Chapter 31 Security in the Internet. K. Salah 2 Figure 31.5 Position of TLS Transport Layer Security (TLS) was designed to provide security.
TCP/IP Protocol Suite 1 Chapter 28 Upon completion you will be able to: Security Differentiate between two categories of cryptography schemes Understand.
TCP/IP Protocol Suite 1 Chapter 28 Upon completion you will be able to: Security Differentiate between two categories of cryptography schemes Understand.
K. Salah1 Security Protocols in the Internet IPSec.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
SYSTEM ADMINISTRATION Chapter 13 Security Protocols.
Secure connections.
32.1 Chapter 32 Security in the Internet: IPSec, SSL/TLS, PGP, VPN, and Firewalls Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction.
16.1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 16 Security at the Application Layer: PGP and.
1 Chapter 8 Copyright 2003 Prentice-Hall Cryptographic Systems: SSL/TLS, VPNs, and Kerberos.
An Introduction to Encrypting Messages on the Internet Mike Kaderly INFS 750 Summer 2010.
Cosc 4765 SSL/TLS and VPN. SSL and TLS We can apply this generally, but also from a prospective of web services. Multi-layered: –S-http (secure http),
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display Chapter 10 Network Security.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Krerk Piromsopa. Network Security Krerk Piromsopa. Department of Computer Engineering. Chulalongkorn University.
©The McGraw-Hill Companies, Inc., 2000© Adapted for use at JMU by Mohamed Aboutabl, 2003Mohamed Aboutabl1 1 Chapter 29 Internet Security.
McGraw-Hill © ©The McGraw-Hill Companies, Inc., 2004 Chapter 31 Security Protocols in the Internet.
Internet Security. 2 PGP is a security technology which allows us to send that is authenticated and/or encrypted. Authentication confirms the identity.
1 Security Protocols in the Internet Source: Chapter 31 Data Communications & Networking Forouzan Third Edition.
IPsec IPsec (IP security) Security for transmission over IP networks –The Internet –Internal corporate IP networks –IP packets sent over public switched.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 14 Network Security: Firewalls and VPNs.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 29 Internet Security.
Chapter 32 Internet Security Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
TCP/IP Protocol Suite 1 Chapter 30 Security Credit: most slides from Forouzan, TCP/IP protocol suit.
Virtual Private Network. ATHENA Main Function of VPN  Privacy  Authenticating  Data Integrity  Antireplay.
IPSec and TLS Lesson Introduction ●IPSec and the Internet key exchange protocol ●Transport layer security protocol.
Securing Data Transmission and Authentication. Securing Traffic with IPSec IPSec allows us to protect our network from within IPSec secures the IP protocol.
INFORMATION SECURITY MANAGEMENT P ROTECTION M ECHANISMS - C RYPTOGRAPHY.
Understand Internet Security LESSON Security Fundamentals.
INFORMATION SECURITY MANAGEMENT P ROTECTION M ECHANISMS - C RYPTOGRAPHY.
K. Salah1 Security Protocols in the Internet IPSec.
Computer Science and Engineering Computer System Security CSE 5339/7339 Session 27 November 23, 2004.
Securing Access to Data Using IPsec Josh Jones Cosc352.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter Twelve Network Security.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Internet Protocol Version4 (IPv4)
11 SECURING NETWORK TRAFFIC WITH IPSEC Chapter 6.
Computer and Network Security
Virtual Private Networks and IPSec
IPSecurity.
Virtual Private Networks
Cryptography and Network Security
Chapter 18 IP Security  IP Security (IPSec)
IT443 – Network Security Administration Instructor: Bo Sheng
Internet Security CS457 Seminar Zhao Cheng
UNIT.4 IP Security.
BINF 711 Amr El Mougy Sherif Ismail
CIT 480: Securing Computer Systems
Security at the Application Layer: PGP and S/MIME
Security Protocols in the Internet
Virtual Private Networks (VPN)
Virtual Private Networks (VPNs)
Security at the Transport Layer: SSL and TLS
The University of Adelaide, School of Computer Science
Lecture 5: Transport layer (TLS / SSL) and Security ( PGP )
Transport Layer Security (TLS)
Unit 8 Network Security.
Virtual Private Networks (VPN)
Virtual Private Network zswu
Presentation transcript:

Security in the Internet: IPSec, SSL/TLS, PGP, VPN, and Firewalls Chapter 32 Security in the Internet: IPSec, SSL/TLS, PGP, VPN, and Firewalls Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Figure 32.1 Common structure of three security protocols

Topics discussed in this section: 32-1 IPSecurity (IPSec) IPSecurity (IPSec) is a collection of protocols designed by the Internet Engineering Task Force (IETF) to provide security for a packet at the network level. Topics discussed in this section: Two Modes Two Security Protocols Security Association Internet Key Exchange (IKE) Virtual Private Network

Figure 32.2 TCP/IP protocol suite and IPSec

Figure 32.3 Transport mode and tunnel modes of IPSec protocol

Note IPSec in the transport mode does not protect the IP header; it only protects the information coming from the transport layer.

Figure 32.4 Transport mode in action

Figure 32.5 Tunnel mode in action

IPSec in tunnel mode protects the original IP header. Note IPSec in tunnel mode protects the original IP header.

Figure 32.6 Authentication Header (AH) Protocol in transport mode

Note The AH Protocol provides source authentication and data integrity, but not privacy.

Figure 32.7 Encapsulating Security Payload (ESP) Protocol in transport mode

ESP provides source authentication, data integrity, and privacy. Note ESP provides source authentication, data integrity, and privacy.

Table 32.1 IPSec services

Figure 32.8 Simple inbound and outbound security associations

IKE creates SAs for IPSec. Note IKE creates SAs for IPSec.

Figure 32.9 IKE components

Table 32.2 Addresses for private networks

Figure 32.10 Private network

Figure 32.11 Hybrid network

Figure 32.12 Virtual private network

Figure 32.13 Addressing in a VPN

Topics discussed in this section: 32-2 SSL/TLS Two protocols are dominant today for providing security at the transport layer: the Secure Sockets Layer (SSL) Protocol and the Transport Layer Security (TLS) Protocol. The latter is actually an IETF version of the former. Topics discussed in this section: SSL Services Security Parameters Sessions and Connections Four Protocols Transport Layer Security

Figure 32.14 Location of SSL and TLS in the Internet model

Table 32.3 SSL cipher suite list

Table 32.3 SSL cipher suite list (continued)

The client and the server have six different cryptography secrets. Note The client and the server have six different cryptography secrets.

Figure 32.15 Creation of cryptographic secrets in SSL

Figure 32.16 Four SSL protocols

Figure 32.17 Handshake Protocol

Figure 32.18 Processing done by the Record Protocol

Topics discussed in this section: 32-3 PGP One of the protocols to provide security at the application layer is Pretty Good Privacy (PGP). PGP is designed to create authenticated and confidential e-mails. Topics discussed in this section: Security Parameters Services A Scenario PGP Algorithms Key Rings PGP Certificates

Figure 32.19 Position of PGP in the TCP/IP protocol suite

algorithms used in the message as well as the values of the keys. Note In PGP, the sender of the message needs to include the identifiers of the algorithms used in the message as well as the values of the keys.

Figure 32.20 A scenario in which an e-mail message is authenticated and encrypted

Table 32.4 PGP Algorithms

Figure 32.21 Rings

Note In PGP, there can be multiple paths from fully or partially trusted authorities to any subject.

Topics discussed in this section: 32-4 FIREWALLS All previous security measures cannot prevent Eve from sending a harmful message to a system. To control access to a system, we need firewalls. A firewall is a device installed between the internal network of an organization and the rest of the Internet. It is designed to forward some packets and filter (not forward) others. Topics discussed in this section: Packet-Filter Firewall Proxy Firewall

Figure 32.22 Firewall

Figure 32.23 Packet-filter firewall

A packet-filter firewall filters at the network or transport layer. Note A packet-filter firewall filters at the network or transport layer.

Figure 32.24 Proxy firewall

A proxy firewall filters at the application layer. Note A proxy firewall filters at the application layer.