Download presentation
Presentation is loading. Please wait.
1
Chapter 20: Network Security Business Data Communications, 4e
2
2 Security Threats 8Passive attacks 8Eavesdropping on, or monitoring, transmissions 8Electronic mail, file transfers, and client/server exchanges are examples of transmissions that can be monitored 8Active attacks 8Modification of transmitted data 8Attempts to gain unauthorized access to computer systems
3
Business Data Communications, 4e 3 Encryption Methods 8The essential technology underlying virtually all automated network and computer security applications is cryptography 8Two fundamental approaches are in use: 8conventional encryption, also known as symmetric encryption 8public-key encryption, also known as asymmetric encryption
4
Business Data Communications, 4e 4 Conventional Encryption 8The only form of encryption prior to late 1970s 8Five components to the algorithm 8Plaintext: The original message or data 8Encryption algorithm: Performs various substitutions and transformations on the plaintext. 8Secret key: Input to the encryption algorithm. Substitutions and transformations performed depend on this key 8Ciphertext: Scrambled message produced as output. depends on the plaintext and the secret key 8Decryption algorithm: Encryption algorithm run in reverse. Uses ciphertext and the secret key to produce the original plaintext.
5
Business Data Communications, 4e 5 Conventional Encryption Operation
6
Business Data Communications, 4e 6 Conventional Encryption Requirements & Weaknesses 8Requirements 8A strong encryption algorithm 8Secure process for sender & receiver to obtain secret keys 8Methods of Attack 8Cryptanalysis 8Brute force
7
Business Data Communications, 4e 7 Data Encryption Standard (DES) 8Adopted in 1977, reaffirmed for 5 years in 1994, by NBS/NIST 8Plaintext is 64 bits (or blocks of 64 bits), key is 56 bits 8Plaintext goes through 16 iterations, each producing an intermediate value that is used in the next iteration. 8DES is now too easy to crack to be a useful encryption method
8
Business Data Communications, 4e 8 Triple DEA 8Alternative to DES, uses multiple encryption with DES and multiple keys 8With three distinct keys, TDEA has an effective key length of 168 bits, so is essentially immune to brute force attacks 8Principal drawback of TDEA is that the algorithm is relatively sluggish in software
9
Business Data Communications, 4e 9 Public-Key Encryption 8Based on mathematical functions rather than on simple operations on bit patterns 8Asymmetric, involving the use of two separate keys 8Misconceptions about public key encryption 8it is more secure from cryptanalysis 8it is a general-purpose technique that has made conventional encryption obsolete
10
Business Data Communications, 4e 10 Public-Key Encryption Components 8Plaintext 8Encryption algorithm 8Public key 8Private key 8Ciphertext 8Decryption algorithm
11
Business Data Communications, 4e 11 Public-Key Encryption Operation
12
Business Data Communications, 4e 12 Public-Key Signature Operation
13
Business Data Communications, 4e 13 Characteristics of Public-Key 8Infeasible to determine the decryption key given knowledge of the cryptographic algorithm and the encryption key. 8Either of the two related keys can be used for encryption, with the other used for decryption. 8Slow, but provides tremendous flexibility to perform a number of security-related functions 8Most widely used algorithm is RSA
14
Business Data Communications, 4e 14 Location of Encryption Devices 8Link encryption 8Each vulnerable communications link is equipped on both ends with an encryption device. 8All traffic over all communications links is secured. 8Vulnerable at each switch 8End-to-end encryption 8the encryption process is carried out at the two end systems. 8Encrypted data are transmitted unaltered across the network to the destination, which shares a key with the source to decrypt the data 8Packet headers cannot be secured
15
Business Data Communications, 4e 15 Conventional Encryption Key Distribution 8Both parties must have the secret key 8Key is changed frequently 8Requires either manual delivery of keys, or a third- party encrypted channel 8Most effective method is a Key Distribution Center (e.g. Kerberos)
16
Business Data Communications, 4e 16 Public-Key Encryption Key Distribution 8Parties create a pair of keys; public key is broadly distributed, private key is not 8To reduce computational overhead, the following process is then used: 1. Prepare a message. 2. Encrypt that message using conventional encryption with a one-time conventional session key. 3. Encrypt the session key using public-key encryption with recipient’s public key. 4. Attach the encrypted session key to the message and send it.
17
Business Data Communications, 4e 17 Digital Signature Process
18
Business Data Communications, 4e 18 Public Key Certificates 1. A public key is generated by the user and submitted to Agency X for certification. 2. X determines by some procedure, such as a face-to-face meeting, that this is authentically the user’s public key. 3. X appends a timestamp to the public key, generates the hash code of the result, and encrypts that result with X’s private key forming the signature. 4. The signature is attached to the public key.
19
Business Data Communications, 4e 19 Web Vulnerabilities 8Unauthorized alteration of data at the Web site 8Unauthorized access to the underlying operating system at the Web server 8Eavesdropping on messages passed between a Web server and a Web browser 8Impersonation
20
Business Data Communications, 4e 20 Methods for Improving Web Security 8Securing the Web site itself 8install all operating system security patches 8install the Web server software with minimal system privileges 8use a more secure platform 8Securing the Web application
21
Business Data Communications, 4e 21 Web Application Security 8Secure HyperText Transfer Protocol (SHTTP) 8Secure Sockets Layer (SSL) 8Web server packages should incorporate both of these protocols
22
Business Data Communications, 4e 22 Virtual Private Networks (VPNs) 8The use of encryption and authentication in the lower protocol layers to provide a secure connection through an otherwise insecure network, typically the Internet. 8Generally cheaper than real private networks using private lines but rely on having the same encryption and authentication system at both ends. 8The encryption may be performed by firewall software or possibly by routers.
23
Business Data Communications, 4e 23 IPSec 8Can secure communications across a LAN, WANs, and/or the Internet 8Examples of use: 8Secure branch office connectivity over the Internet 8Secure remote access over the Internet 8Establishing extranet and intranet connectivity with partners 8Enhancing electronic commerce security
24
Business Data Communications, 4e 24 Benefits of IPSec 8When implemented in a firewall or router, provides strong security for all traffic crossing the perimeter 8IPSec in a firewall is resistant to bypass 8Runs below the transport layer (TCP, UDP) and so is transparent to applications 8Can be transparent to end users 8Can provide security for individual users if needed
25
Business Data Communications, 4e 25 IPSec Functions 8IPSec provides three main facilities 8authentication-only function referred to as Authentication Header (AH) 8combined authentication/encryption function called Encapsulating Security Payload (ESP) 8a key exchange function 8For VPNs, both authentication and encryption are generally desired
26
Business Data Communications, 4e 26 ESP Encryption & Authentication
27
Business Data Communications, 4e 27 IPSec Key Management 8Manual 8System administrator manually configures each system with its own keys and with the keys of other communicating systems 8Practical for small, relatively static environments 8Automated 8Enables the on-demand creation of keys for SAs and facilitates the use of keys in a large distributed system 8Most flexible but requires more effort to configure and requires more software
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.