IPV6 vs. SSL comparing Apples with Oranges

Size: px
Start display at page:

Download "IPV6 vs. SSL comparing Apples with Oranges"

Transcription

1 IPV6 vs. SSL comparing Apples with Oranges Reto E. Haeni The George Washington University Cyberspace Policy Institute 2033 K Str. Suite 340 N Washington DC Washington DC, January 1997

2 Index 1 Abstract 3 2 Introduction 4 3 Overview on IPv Header Addressing Routing Security IPv6 Authentication Header IPv6 Encapsulating Security Header Transition 8 4 IP Security in comparison to SSL Architecture Typical use Key exchange Used Ciphers Authentication Encryption Traffic Analysis 13 5 Conclusions 14 6 References R. Haeni Jan 1996

3 1 Abstract IPv6, also called IPng, is the next generation of IP protocol following IPv4. Its design exists as a proposed standard, and multiple organizations are researching its implementation in different operating systems and have such IPv6 running. IPv6 uses the actual security specifications of IP secure, which can also used with IPv4. If IPv6 and SSL (Secure Sockets Layer) are not located on the same level, I compared them to each other. The results are: IPv6 is located on the network layer while SSL is a Transport layer protocol. IPv6 can use its security capabilities for all packets passing to its layer, while SSL provides authentication and confidentiality only to the HTTP, NNTP and SMTP protocols. While SSL is used for host-to-host or mostly host-to-server services, IPv6 can be used for host-to-host, host-to-subnet and subnet-to-subnet authentication or encryption. In my point of view, IPv6 security will mostly be activated on a subnet-to-subnet basis while the local traffic on the LAN will not be encrypted, as encryption requires additional processing time. Key exchange mechanisms are not yet defined for IPv6 but are absolutely necessary if its security mechanisms shall be used on a regular basis. Due to the large number of hosts a as manual key exchange in large networks is very difficult. Both protocols (IPv6 and SSL) are open and are not restricted to certain ciphers. However, both protocols use DES CBC as standard algorithm. This cipher is relatively weak for todays standards as it can be broken with relative small effort (see section 4.4). For a next generation protocol, the standard cipher should be more secure as it will be used in the future. Therefore I propose to use 3DES (triple DES) as the standard cipher. Due to its location at the Network layer, IPv6 can provide authentication and confidentiality (by using the tunnel mode ESP) to the whole IP packet and not only to the payload. This capability prevents a large number of network attacks such as host masquerading and IP spoofing. None of the protocols have the capability to prevent traffic analysis, although the routing header of IPv6 could be used to make traffic analysis attempts more difficult. While IPv6 provides stronger authentication and confidentiality in all cases over SSL, Secure Sockets Layer will still be used in spontaneous (potentially) secure transactions on the World Wide Web by its Web Browser applications such as Netscape Navigator. These applications make it possible to create a potential secure transmissions over an unsecure network with moderate expenditure. The reader should keep in mind that 100% secure transmissions over an unsecure network are not possible. Every security protocol is only as strong as its implementation. While SSL is used in popular applications like Netscape and security leaks were discovered, IPv6 is only implemented in test applications for the different operating systems. It will show its strengths and weaknesses when implementations are widely available and used R. Haeni Jan 1996

4 2 Introduction Security is an important issue for today's communication. With the increasing factor in networking and the Internet in particular, the need for authentication and encryption is climbing rapidly. Many commercial and government (not to mention defense) organizations are no longer willing to send their sensitive information and communications unencrypted over an insecure network. In addition, the Internet is running out of IP addresses. As the Internet continues to grow exponentially, the 32 bit addressing scheme will run out of addresses in a short time. Certainly, a 32 bit addressing space contains a lot of possible addresses. But with the partition of this space into A,B,C and D addresses, we are already short of C addresses, which represent the most needed network size.during a relatively short period, we can work around this problem with subnetting larger classes, however a solution to this problem will soon be required. IPv6 (IP version 6), also known as IPng (IP next generation) is a proposed standard and most features are already implemented and IPv6 packets are being tested on the Internet by different organizations. In IPv6, the proposed standards for IPsec (IP secure) will be implemented. IPsec is not restricted to IPv6 but can also be implemented in IPv4 (actual IP version). In this paper I will give a brief overview of the features of IPv6 and discuss the security specifications of IPsec, which throughout this paper I will refer to as the security features of IPv6. In the later sections of the paper, I compare the security specifications of IPv6 to one of today's available security protocols, SSL (Secure Sockets Layer). I am aware, that I am comparing "apples with oranges". The two protocols are located on different layers and work in different ways. Both protocols have the goal to provide authentication and confidentiality of the data. Therefore my focus will not be which one of them is "better" but if IPv6 has strong enough security and if SSL has still a place in a world where everyone is using IPv6. 3 Overview on IPv6 These pages provide a practical overview of the proposed standard of IPv6. For more specific information please refer to the IPng Web pages at You will find links to different Request For Comments (RFCs) where the specific sections are explained in detail. 3.1 Header Although the address space of IPv6 is significant larger than in version 4 (see next section), the header is only twice as large. This is the result of dropping a number of header Fields in IPv6 to reduce the processing cost of packet handling and keeping the bandwidth requirements as low as possible R. Haeni Jan 1996

5 The header of IPv6 contains the following fields [5]: Version Priority Flow Label Payload Length Next Header Hop Limit Source Address Destination Address Version 4- bit field, contains version number of Internet Protocol (6) Priority 4-bit field. Enables a source to determine the delivery priority of the packet. The following priority values are recommended: 0 - uncharacterized traffic 1 - filler traffic such as netnews 2 - unattended data transfer such as 3 - reserved 4 - attended bulk transfer such as FTP 5 - reserved 6 - interactive traffic such as telnet 7 - internet control traffic such as SNMP Values 8 to 15 are used to specify the priority of non back off traffic such as videos. The lowest priority (8) should be used for traffic that the user is most willing to lose (such as high fidelity videos) and the highest priority (15) should be used for the traffic that the user is least willing to lose (such as low fidelity voice). Flow Label 24-bit field. A flow would be a sequence of packets where either the sender or the receiver has the need for special handling by the routers. Real time video represents an application in which a Flow label would most likely be used. Payload Length 16 bit field. Defines the length of the packet following the header. IPv6 requires that the links can handle packets with 576 bytes. This means that the payload for normal packets can be as large as 536 bytes (576 minus 40 bytes for header) regardless of the environment. However, IPv6 can carry payloads as large as 65,535 bytes. IPv6 supports fragmentation to transport large packets over limited links. If larger packets have to be sent than the link R. Haeni Jan 1996

6 has the capability to carry, the link may use the Fragment header (8 bytes) to split up the packet. This packet will be reassembled at the destination. Another option defined by the Hop by Hop Header is the Jumbo Payload option, which can be used if packets have to be larger than 65,535 bytes Next Header 8 bit field. Identifies the type of header which follows immediately the IPv6 header. For example, this can be a TCP, Routing or Fragmentation header and the combinations of them. With the exception of the Hop by Hop header, which carries optional information about the packet, the entry in this header is not processed by the intermediate nodes along the path. Hop Limits 8 bit field. Decremented by one by every node that processes the packet. If the Hop Limit is zero, the packet is discarded. Source Address 128 bit address of the packet sender. Destination Address 128 bit address of the recipient. If a Routing Header is present, the Destination Address is not the ultimate recipient. 3.2 Addressing IPv6 has three type of addresses: unicast anycast multicast identify a single interface identify a set of interfaces. Packet will be delivered to one member of the set identify a group of interfaces. Packet will be delivered to all interfaces in group To avoid the experience that an exponentially growing Internet has had with IPv4 - that is, a 32 bit address results in routing problems and an inadequate amount of addresses - IPv6 has a 128 bit address fied. To verify if this number of addresses is large enough, I made a calculation refering to the surface of the earth [7]. IPv6 can in theory address interfaces or set of interfaces. In the practical implementation, this number will be much smaller as an appropriate addressing scheme will be used. an example of such a scheme could be (the actual address scheme is not yet defined): <provider><organization ><network><interface> Therefore, the usable addressing space will be significantly smaller than Huitema [8] concluded that IPv6 addresses could address between 8*10 17 and 2*10 33 nodes. Using the lowest estimation, 1,564 addresses would be available for every square meter of the planet Earth's surface (assuming that the surface of the earth is 511,263,971,197,990 square meters). This should provide enough addresses into the more distant future when in addition to computers TV sets, maybe even toasters will be addressable R. Haeni Jan 1996

7 3.3 Routing Routing of IPv6 does not differ much from IPv4 routing except that the addresses are 128 bit long. Therefore all of IPv4's routing algorithms will work with IPv6. IPv6 also includes routing extensions which support powerful new routing possibilities. This includes [7]: Provider Selection based on policy, performance etc Host mobility (routing to current location) Auto Readdressing (route to new address) The Routing header (defined in the "Next Header" field) is used to list one or more intermediate nodes, where the packet has to follow the link. This function is very similar to the Source Route in IPv Security This section gives a brief description of IPv6 security. IPv6 security will be addressed more specifically in the section in which I compare it to SSL. IPv6 Authentication and Encapsulating can be used separately or in combination IPv6 Authentication Header The Authentication Header is a mechanism which provides authentication and integrity. This does not include confidentiality, as the IPv6 datagrams are not encrypted. IPv6 does support many different authentication techniques and algorithms. The keyed MD5 algorithm is the proposed standard to help prevent compatibility problems within the Internet. This mechanism helps to eliminate a large amount of network attacks such as IP spoofing or host masquerade. As IP is located at the Internet layer, it helps to provide host authentication (origin authentication). Although the export restrictions of the US are out of the topic of this paper, authentication should be exportable because it only provides authentication and integrity, not confidentiality IPv6 Encapsulating Security Header The second security extension Header, the IPv6 Encapsulation Security Header, provides integrity and confidentiality to IPv6 datagrams. Like the authentication, the Encapsulating Security Header is also cipher independent. To get interoperability within the Internet, the DES CBC algorithm is being used as the standard algorithm. The ESP uses Tunnel mode where the whole IP packet is encrypted and a new unencrypted IP header is allocated; and Transport mode where only the payload is encrypted as options R. Haeni Jan 1996

8 3.5 Transition IPv6 is designed so that IPv6 and IPv4 hosts and router can interoperate. The goal is to make the transition of the Internet to IPv6 with as little disruption as possible. The IPv6 transition mechanisms provide the following features [7]: Incremental upgrade and deployment. New IPv6 hosts and routers can be installed (or upgraded) one by one Minimal upgrade dependencies. The only prerequisite is that the DNS (Default Name Server) is upgraded first. Easy addressing. When hosts or routers are upgraded from IPv4 to IPv6, the existing addressing plan does not need to be changed. The host or router may continue to use the existing address. Low start up cost. Little or no preparation work is needed to upgrade existing systems to IPv6. Mechanisms used by the IPv6 transition mechanisms are: IPv6 addressing structure embeds IPv4 addresses and encodes other information used by the transition mechanisms. Technique of encapsulating IPv6 packets within IPv4 headers to carry the packets over segments where the routers have not yet been upgraded to IPv6. Header translation technique allows the eventual introduction of routing topologies that route only IPv6 traffic. These mechanisms guaranty that IPv6 hosts and routers can interoperate with IPv4 hosts and routers anywhere until the time when IPv6 is installed in all places. I believe that the transition time for the Internet will be very short as we are running out of address space with the IPv4 protocol. The most likely topology will be that the local area networks (LANs) will use IPv4 until they are upgraded host by host. The DNS and the router which connects the LAN to the Internet will be upgraded as soon as the appropriate IPv6 protocol is ready to use. This would be the easiest way to get the advantages of IPv6 in the Internet environment quickly and to provide the local network management enough time to upgrade their network R. Haeni Jan 1996

9 4 IP Security in comparison to SSL In this chapter, I compare the security specifications of IPv6 versus SSL (Secure Sockets Layer). When using SSL, I am refering to SSL Version 3 (Internet Draft March 1996). I do not compare IPv6 to the implemented version of SSL V2 in Netscape, as SSL can be used in general by different applications and not only by Netscapes Web browser. 4.1 Architecture While IPv6 is located at the Network Layer, SSL is a Transport layer protocol. With this, a major difference appears. IPv6 handles everything above the network layer equally. In other words, IPv6 has no notion of the transport protocol (TCP, UDP) or their port numbers. It can also work with non transport protocols like ICMP. All the packets are handled similarly and therefore are authenticated or encrypted without regard to what they contain. SSL is a session layer protocol, that works with reliable transport protocols only (such as TCP). SSL has a specific port number assigned that is dependent on the application protocol where SSL is located in the next lower layer. Until now, there are three port numbers assigned by the IANA (The Internet Numbers Authority) and therefore can be used with SSL. These are: HTTP NNTP SMTP Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Figure 1: OSI Layer Architecture Principally, SSL doesn't need to have separate ports allocation. If the existing protocol supports some form of negotiation, then you can add SSL negotiation into that protocol. However, this is not a standard but is used in a few applications based on the free SSL version. With its location on a lower layer, IPv6 provides more security as all information from the layers above are encrypted. Therefore information such as port numbers are not available to traffic analysis attempts and provide some more security R. Haeni Jan 1996

10 4.2 Typical use Both mechanisms (IPv6 and SSL) do roughly the same thing from a user standpoint. Both provide data confidentiality and authentication. From the network point of view, IPv6 can be used in three different ways, while SSL only provides security from Host-to-Host. The three cases where the security features of IPv6 can be used are: Host to Host Host to Subnet Subnet to Subnet In all three cases, encryption, authentication or the combination of both can be used. This makes it possible that not only encryption between two hosts can be used but that inside a corporation network, the traffic can go unencrypted (and therefore with less delay and computation resources used) and that the router encrypts all traffic at IP level at the point where the traffic leaves the local network and goes over the Internet (Subnet to Subnet). Figure 2: Host to Host Figure 3: Host to Subnet Figure 4: Subnet to Subnet In my point of view, this is the most likely case in which the security mechanisms of IPv6 will be used. This demands that the network is designed properly and clear gateways to the "outside world" are defined. In addition to this, both sides must support the same version of IP (v4 or v6). SSL provides only the possibility of confidentiality and authenticity between two hosts or typically between a host and a server. A Host to Subnet or Subnet to Subnet application is not reasonable as SSL provides its features only for defined ports and therefore not for all protocols as described in the last section. 4.3 Key exchange Despite the lack of a key exchange mechanism for IPv6 until now, all the keys have to be distributed manually. In large networks, this can be an almost impossible task. However, there will be developed protocol and cryptographic techniques that will support the key management requirements of IPv6. The Internet Key Management Protocol (IKMP) will be specified as an application layer protocol. It will be independent of the security protocol of the layers below it. It will support public key based techniques and eventual support of Key Distribution Centers such as R. Haeni Jan 1996

11 used by Kerberos. However, the IKMP should be submitted by March 1997 to IESG for consideration as a Draft Standard. SSL has built in key exchange capabilities. It supports Server key exchange messages as well as Client key exchange messages. It is able to provide a (presumably) secure communication where the server does not have to have knowledge a priori of the clients public key. The client can have a limited set of server public keys which are trusted by the client (approved by an authority). After the request to make a secure connection, the client encrypts its public key with the use of the servers public key. The server decrypts the client's public key by using his own private key. From this point, the secure connection by using both keys can be established. This mechanism has the limitation that the Server cannot authenticate the Clients identity as it gets the Clients public key without being able to identify it. The Client on the other hand can be sure about the Servers identity as the Server can only decrypt the Clients public key if it has his own private key corresponding to the trusted public key used by the client. With this capability of key exchange, SSL can be used for spontaneous secure communications between a Server and a Client. This case is often used in potential secure WWW Internet connections where passwords or credit card numbers have to cross the Internet. 4.4 Used Ciphers IPv6 as well as SSLv3 are cipher independent. This has the advantage that while ciphers are changing and cipher attacks get more successful for small keylength, the protocol can be set up to use another, more sophisticated encryption algorithm. However, both protocols have defined algorithms. These are: IPv6 SSL Authentication Hash size byte Hash size byte Keyed MD5 16 MD 5 16 SHA 20 Encryption Key Bits Encryption Key Bits DES CBC 56 Fortezza 96 IDEA CBC 128 RC2 CBC RC RC DES40 CBC 40 DES CBC 56 3DES EDE CBD 168 Both protocols have as default DES CBC with a 56 bit key (SSL in the US version according to the actual export restrictions). IPv6 chose the DES CBC cipher mainly for compatibility reasons. They also realized that this cipher is potentially weak and vulnerable to attacks. Weiner has shown that it's possible to design a DES cracking computer that can crack one key every 3.5 hours by spending $1 million for this computer. In the mean time, the price for a similar computer is R. Haeni Jan 1996

12 decreasing rapidly and therefore DES CBC does not really provide confidentiality on a strong basis. In my opinion, IPv6 should not choose DES CBC as a default as at the time the protocol will be used, the cipher will not provide much more confidentiality as sending plaintext. Instead of DES CBC, triple DES (3DES) should be chosen, as this cipher offers significantly more confidentiality and should be able to resist attacks in the near future. 4.5 Authentication Both protocols rely on basically the same default authentication algorithm. While SSL uses MD5, IPv6 has proposed keyed MD5. Both algorithms have a 128 bit has length. Although basically the same algorithms are used, the authentication of IPv6 is more resistible to attack who can find two chosen texts with a common MD5 hash value [7]. The main difference between the two authentication possibilities lies on the different levels on which they work. As SSL works on the transport layer, it can only authenticate these packets. IPv6 is located on the network layer and therefore its authentication is much more valuable. This can be used to eliminate a significant amount of network attacks. This includes host masquerading and IP spoofing techniques which have gained more importance in the last months. IPv6 authentication provides authentication to the source and destination address as well as to the upper layer protocols, while SSL is only capable to provide authentication to the transport layer and above. 4.6 Encryption As both protocols use the same possible encryption algorithms, I focus on the accordingly to the layer where the protocols are defined. While SSL only has the option to encrypt the whole (HTTP, NNTP or SMTP) packet on it's layer, IPv6 has two possibilities to provide confidentiality. Tunnel mode ESP (Encapsulating Security Payload) In this mode, the original IP datagram (including header) is encrypted. This entire ESP frame is placed within a new datagram having an unencrypted IP header. All additional unencrypted information as routing header are placed between the IP header and the encapsulated security payload. The receiver strips off the cleartext IP header and decrypts the ESP. Transport mode ESP (Encapsulating Security Payload) In this mode, only the payload is encrypted. The IP header and the IP options are unencrypted and are used for routing the packet. The receiver decrypts the ESP and uses the unencrypted header as IP header further if necessary. The transport mode ESP provides approximately the same capabilities as the SSL protocol except that it provides its services to all packets and not only to defined port addresses like SSL. The tunnel mode ESP can be used that in the LAN, all traffic goes unencrypted and the gateway to the Internet (IPv6 capable router) encrypts the IP packets using the tunnel mode to route the R. Haeni Jan 1996

13 packets to the gateway of the next corporate LAN. This capability makes it possible that the original source and destination address is not readable for someone who tries to get information on the content of the packets or makes attempts at traffic analysis. The original source and destination address (including all other IP header information) are encrypted and this datagram is encapsulated by a new IPv6 header which contains the source and destination address of the two routers. The router at the destination LAN strips off the unencrypted IPv6 header and decrypts the packet. The header of the decrypted packet is then used to route the packet to the recipient. 4.7 Traffic Analysis Neither SSL or IPv6 does provide any possibility to prevent traffic analysis. However, I had the idea to use the Routing Header in IPv6 to prevent from a large amount of traffic analysis attacks. I believe that the Routing Header information could be set up so that the list of intermediate nodes changes when the system setting provide a list of alternative routing paths. An error condition could arise similar to the definition in the fragmentation header, if not all packets are received to complete reassembly of the message within 60 seconds (a long time but I think this is a reasonable waiting for users concerned about traffic analysis). This would prevent (or at least make the attempt more difficult) Traffic analysis in the case that not only one routing path between the two hosts exists. I could imagine that this would be used from one corporation router to the other if the links in between are using the Internet. Figure 5: Alternative routing path to make traffic analysis more difficult. I proposed this to the IPsec working group but did not receive an enthusiastic reaction. The fact that a lot of attacks cannot be defended at the IP layer seems to make it reasonable enough not to implement some mechanisms at this layer. At IP layer the intermediate routers must be able to look at the packet header to route the packets. Therefore the source and destination address must be cleartext and is available for traffic analysis which is also true for the packet size. A more successful implementation would be at the link layer, as one can encrypt all the bits (including addresses). Therefore no information would be available for traffic analysis, particularly if a stream cipher would be used that keeps the link occupied although no "real" information is transmitted R. Haeni Jan 1996

14 5 Conclusions The security specifications are clear enough to conclude that the IPv6 protocol has enough security capabilities to provide better authentication and confidentiality than SSL in general. This is based mainly on the fact that IPv6 is located at the Network layer while SSL is placed at the Transport layer. Therefore, IP can provide its services to all information (packets) above the Network Layer while SSL's standard provides only authentication and confidentiality to protocols using defined port numbers. Therefore IPv6 is universally usable without being limited to the type of payload. One of the most important mechanisms, the key exchange, is still not defined for the IPv6 protocol. It is vital that this will be an universal standard and will probably be located at the application level, so that it can provide key exchange services to all layers below. However, as long as no such mechanism exists, IPv6 security can be used only on a very limited basis as manual key exchange is not realistic in large networks and particularly not on the Internet. While IPv6 has its advantages in all discussed fields over SSL (except key exchange which is not yet defined for IPv6), SSL will have, at least in the near future, still its place in a world where everyone runs IPv6 with its security features enabled. I see the most plausible place for SSL to be in spontaneous Internet transactions (like encrypted credit card numbers) as a probably secure transmission can be made without prior knowledge of the private key of the client. Therefore, SSL will still have its applications in Web browsers. In general, every security specification is only as secure as its implementation in the final product. While Netscape uses its SSL version 2 in the Netscape Navigator browser, IPv6 is implemented only by multiple organizations in research projects. Therefore, I cannot make any predictions about the IPv6 implementations and their security but it is quite possible that IPv6 will have security holes in the implementation like SSL had (and still has) in its implementation in Netscape. The reader should keep in his mind that IPv6 offers a high standard for probably secure transmissions over network but no protocol or application can guarantee a 100% secure way for transmitting information over networks R. Haeni Jan 1996

15 6 References [1] R. Atkinson, Security Architecture for the Internet Protocol, RFC 1825, August [2] R. Atkinson, IP Authentication Header, RFC 1826, August [3] R. Atkinson, IP Encapsulating Security Payload (ESP), RFC 1827, August [4] S. Bradner, A. Mankin, The Recommendation for the IP Next Generation Protocol, RFC 1752, January 1995 [5] S. Deering, R. Hinden, Internet Protocol, Version 6 (IPv6) Specification, RFC 1883, December 1995 [6] A. Freier P. Karlton P. Kocher, The SSL Protocol Version 3.0, Internet Draft, Netscape Communications Corporation, 03/04/96 [7] Robert M. Hinden, IP Next Generation Overview, May [8] C. Huitems, The H Ratio for Address Assignment Efficiency, RFC 1715, November 1994 [9] P. Karn, P. Metzger, W. Simpson, The ESP DES-CBC Transform, RFC 1829, August [10] P. Metzger, W. Simpson, IP Authentication using Keyed MD5, RFC 1828, August [11] Adam Shostack, An Overview of SSL, May [12] M.J. Wiener, Efficient DES Key Search, Carleton University, Ottawa, August , R. Haeni Jan 1996

Security in IPv6. Basic Security Requirements and Techniques. Confidentiality. Integrity

Security in IPv6. Basic Security Requirements and Techniques. Confidentiality. Integrity Basic Security Requirements and Techniques Confidentiality The property that stored or transmitted information cannot be read or altered by an unauthorized party Integrity The property that any alteration

More information

Overview. Securing TCP/IP. Introduction to TCP/IP (cont d) Introduction to TCP/IP

Overview. Securing TCP/IP. Introduction to TCP/IP (cont d) Introduction to TCP/IP Overview Securing TCP/IP Chapter 6 TCP/IP Open Systems Interconnection Model Anatomy of a Packet Internet Protocol Security (IPSec) Web Security (HTTP over TLS, Secure-HTTP) Lecturer: Pei-yih Ting 1 2

More information

CS 356 Lecture 27 Internet Security Protocols. Spring 2013

CS 356 Lecture 27 Internet Security Protocols. Spring 2013 CS 356 Lecture 27 Internet Security Protocols Spring 2013 Review Chapter 1: Basic Concepts and Terminology Chapter 2: Basic Cryptographic Tools Chapter 3 User Authentication Chapter 4 Access Control Lists

More information

7 Network Security. 7.1 Introduction 7.2 Improving the Security 7.3 Internet Security Framework. 7.5 Absolute Security?

7 Network Security. 7.1 Introduction 7.2 Improving the Security 7.3 Internet Security Framework. 7.5 Absolute Security? 7 Network Security 7.1 Introduction 7.2 Improving the Security 7.3 Internet Security Framework 7.4 Firewalls 7.5 Absolute Security? 7.1 Introduction Security of Communications data transport e.g. risk

More information

Security Protocols HTTPS/ DNSSEC TLS. Internet (IPSEC) Network (802.1x) Application (HTTP,DNS) Transport (TCP/UDP) Transport (TCP/UDP) Internet (IP)

Security Protocols HTTPS/ DNSSEC TLS. Internet (IPSEC) Network (802.1x) Application (HTTP,DNS) Transport (TCP/UDP) Transport (TCP/UDP) Internet (IP) Security Protocols Security Protocols Necessary to communicate securely across untrusted network Provide integrity, confidentiality, authenticity of communications Based on previously discussed cryptographic

More information

Network Security Part II: Standards

Network Security Part II: Standards Network Security Part II: Standards Raj Jain Washington University Saint Louis, MO 63131 Jain@cse.wustl.edu These slides are available on-line at: http://www.cse.wustl.edu/~jain/cse473-05/ 18-1 Overview

More information

Chapter 9. IP Secure

Chapter 9. IP Secure Chapter 9 IP Secure 1 Network architecture is usually explained as a stack of different layers. Figure 1 explains the OSI (Open System Interconnect) model stack and IP (Internet Protocol) model stack.

More information

INTERNET SECURITY: FIREWALLS AND BEYOND. Mehernosh H. Amroli 4-25-2002

INTERNET SECURITY: FIREWALLS AND BEYOND. Mehernosh H. Amroli 4-25-2002 INTERNET SECURITY: FIREWALLS AND BEYOND Mehernosh H. Amroli 4-25-2002 Preview History of Internet Firewall Technology Internet Layer Security Transport Layer Security Application Layer Security Before

More information

Internet Protocol: IP packet headers. vendredi 18 octobre 13

Internet Protocol: IP packet headers. vendredi 18 octobre 13 Internet Protocol: IP packet headers 1 IPv4 header V L TOS Total Length Identification F Frag TTL Proto Checksum Options Source address Destination address Data (payload) Padding V: Version (IPv4 ; IPv6)

More information

Security. Contents. S-72.3240 Wireless Personal, Local, Metropolitan, and Wide Area Networks 1

Security. Contents. S-72.3240 Wireless Personal, Local, Metropolitan, and Wide Area Networks 1 Contents Security requirements Public key cryptography Key agreement/transport schemes Man-in-the-middle attack vulnerability Encryption. digital signature, hash, certification Complete security solutions

More information

Protocol Rollback and Network Security

Protocol Rollback and Network Security CSE 484 / CSE M 584 (Spring 2012) Protocol Rollback and Network Security Tadayoshi Kohno Thanks to Dan Boneh, Dieter Gollmann, Dan Halperin, John Manferdelli, John Mitchell, Vitaly Shmatikov, Bennet Yee,

More information

13 Virtual Private Networks 13.1 Point-to-Point Protocol (PPP) 13.2 Layer 2/3/4 VPNs 13.3 Multi-Protocol Label Switching 13.4 IPsec Transport Mode

13 Virtual Private Networks 13.1 Point-to-Point Protocol (PPP) 13.2 Layer 2/3/4 VPNs 13.3 Multi-Protocol Label Switching 13.4 IPsec Transport Mode 13 Virtual Private Networks 13.1 Point-to-Point Protocol (PPP) PPP-based remote access using dial-in PPP encryption control protocol (ECP) PPP extensible authentication protocol (EAP) 13.2 Layer 2/3/4

More information

INF3510 Information Security University of Oslo Spring 2011. Lecture 9 Communication Security. Audun Jøsang

INF3510 Information Security University of Oslo Spring 2011. Lecture 9 Communication Security. Audun Jøsang INF3510 Information Security University of Oslo Spring 2011 Lecture 9 Communication Security Audun Jøsang Outline Network security concepts Communication security Perimeter security Protocol architecture

More information

Protocols. Packets. What's in an IP packet

Protocols. Packets. What's in an IP packet Protocols Precise rules that govern communication between two parties TCP/IP: the basic Internet protocols IP: Internet Protocol (bottom level) all packets shipped from network to network as IP packets

More information

Transport and Network Layer

Transport and Network Layer Transport and Network Layer 1 Introduction Responsible for moving messages from end-to-end in a network Closely tied together TCP/IP: most commonly used protocol o Used in Internet o Compatible with a

More information

Application Note: Onsight Device VPN Configuration V1.1

Application Note: Onsight Device VPN Configuration V1.1 Application Note: Onsight Device VPN Configuration V1.1 Table of Contents OVERVIEW 2 1 SUPPORTED VPN TYPES 2 1.1 OD VPN CLIENT 2 1.2 SUPPORTED PROTOCOLS AND CONFIGURATION 2 2 OD VPN CONFIGURATION 2 2.1

More information

Securing an IP SAN. Application Brief

Securing an IP SAN. Application Brief Securing an IP SAN Application Brief All trademark names are the property of their respective companies. This publication contains opinions of StoneFly, Inc., which are subject to change from time to time.

More information

Implementing and Managing Security for Network Communications

Implementing and Managing Security for Network Communications 3 Implementing and Managing Security for Network Communications............................................... Terms you ll need to understand: Internet Protocol Security (IPSec) Authentication Authentication

More information

Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet

Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet Basic Networking Concepts 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet 1 1. Introduction -A network can be defined as a group of computers and other devices connected

More information

Ethernet. Ethernet. Network Devices

Ethernet. Ethernet. Network Devices Ethernet Babak Kia Adjunct Professor Boston University College of Engineering ENG SC757 - Advanced Microprocessor Design Ethernet Ethernet is a term used to refer to a diverse set of frame based networking

More information

Security vulnerabilities in the Internet and possible solutions

Security vulnerabilities in the Internet and possible solutions Security vulnerabilities in the Internet and possible solutions 1. Introduction The foundation of today's Internet is the TCP/IP protocol suite. Since the time when these specifications were finished in

More information

21.4 Network Address Translation (NAT) 21.4.1 NAT concept

21.4 Network Address Translation (NAT) 21.4.1 NAT concept 21.4 Network Address Translation (NAT) This section explains Network Address Translation (NAT). NAT is also known as IP masquerading. It provides a mapping between internal IP addresses and officially

More information

IPv6 Fundamentals Ch t ap 1 er I : ntroducti ti t on I o P IPv6 Copyright Cisco Academy Yannis Xydas

IPv6 Fundamentals Ch t ap 1 er I : ntroducti ti t on I o P IPv6 Copyright Cisco Academy Yannis Xydas IPv6 Fundamentals Chapter 1: Introduction ti to IPv6 Copyright Cisco Academy Yannis Xydas The Network Today The Internet of today is much different that it was 30, 15 or 5 years ago. 2 Technology Tomorrow

More information

CSCI 454/554 Computer and Network Security. Topic 8.1 IPsec

CSCI 454/554 Computer and Network Security. Topic 8.1 IPsec CSCI 454/554 Computer and Network Security Topic 8.1 IPsec Outline IPsec Objectives IPsec architecture & concepts IPsec authentication header IPsec encapsulating security payload 2 IPsec Objectives Why

More information

Network Security. Lecture 3

Network Security. Lecture 3 Network Security Lecture 3 Design and Analysis of Communication Networks (DACS) University of Twente The Netherlands Security protocols application transport network datalink physical Contents IPSec overview

More information

Other VPNs TLS/SSL, PPTP, L2TP. Advanced Computer Networks SS2005 Jürgen Häuselhofer

Other VPNs TLS/SSL, PPTP, L2TP. Advanced Computer Networks SS2005 Jürgen Häuselhofer Other VPNs TLS/SSL, PPTP, L2TP Advanced Computer Networks SS2005 Jürgen Häuselhofer Overview Introduction to VPNs Why using VPNs What are VPNs VPN technologies... TLS/SSL Layer 2 VPNs (PPTP, L2TP, L2TP/IPSec)

More information

Measurement of the Usage of Several Secure Internet Protocols from Internet Traces

Measurement of the Usage of Several Secure Internet Protocols from Internet Traces Measurement of the Usage of Several Secure Internet Protocols from Internet Traces Yunfeng Fei, John Jones, Kyriakos Lakkas, Yuhong Zheng Abstract: In recent years many common applications have been modified

More information

Introduction to IP v6

Introduction to IP v6 IP v 1-3: defined and replaced Introduction to IP v6 IP v4 - current version; 20 years old IP v5 - streams protocol IP v6 - replacement for IP v4 During developments it was called IPng - Next Generation

More information

EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst

EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst Data communication in reality In reality, the source and destination hosts are very seldom on the same network, for

More information

APNIC elearning: IPSec Basics. Contact: training@apnic.net. esec03_v1.0

APNIC elearning: IPSec Basics. Contact: training@apnic.net. esec03_v1.0 APNIC elearning: IPSec Basics Contact: training@apnic.net esec03_v1.0 Overview Virtual Private Networks What is IPsec? Benefits of IPsec Tunnel and Transport Mode IPsec Architecture Security Associations

More information

IP - The Internet Protocol

IP - The Internet Protocol Orientation IP - The Internet Protocol IP (Internet Protocol) is a Network Layer Protocol. IP s current version is Version 4 (IPv4). It is specified in RFC 891. TCP UDP Transport Layer ICMP IP IGMP Network

More information

3.2: Transport Layer: SSL/TLS Secure Socket Layer (SSL) Transport Layer Security (TLS) Protocol

3.2: Transport Layer: SSL/TLS Secure Socket Layer (SSL) Transport Layer Security (TLS) Protocol Chapter 2: Security Techniques Background Chapter 3: Security on Network and Transport Layer Network Layer: IPSec Transport Layer: SSL/TLS Chapter 4: Security on the Application Layer Chapter 5: Security

More information

cnds@napier Slide 1 Introduction cnds@napier 1 Lecture 6 (Network Layer)

cnds@napier Slide 1 Introduction cnds@napier 1 Lecture 6 (Network Layer) Slide 1 Introduction In today s and next week s lecture we will cover two of the most important areas in networking and the Internet: IP and TCP. These cover the network and transport layer of the OSI

More information

Chapter 7 Transport-Level Security

Chapter 7 Transport-Level Security Cryptography and Network Security Chapter 7 Transport-Level Security Lectured by Nguyễn Đức Thái Outline Web Security Issues Security Socket Layer (SSL) Transport Layer Security (TLS) HTTPS Secure Shell

More information

Final exam review, Fall 2005 FSU (CIS-5357) Network Security

Final exam review, Fall 2005 FSU (CIS-5357) Network Security Final exam review, Fall 2005 FSU (CIS-5357) Network Security Instructor: Breno de Medeiros 1. What is an insertion attack against a NIDS? Answer: An insertion attack against a network intrusion detection

More information

CS 4803 Computer and Network Security

CS 4803 Computer and Network Security Network layers CS 4803 Computer and Network Security Application Transport Network Lower level Alexandra (Sasha) Boldyreva IPsec 1 2 Roughly Application layer: the communicating processes themselves and

More information

Address Resolution Protocol (ARP), Reverse ARP, Internet Protocol (IP)

Address Resolution Protocol (ARP), Reverse ARP, Internet Protocol (IP) Tik-110.350 Computer Networks (3 cr) Spring 2000 Address Resolution Protocol (ARP), Reverse ARP, Internet Protocol (IP) Professor Arto Karila Helsinki University of Technology E-mail: Arto.Karila@hut.fi

More information

Guide to Network Defense and Countermeasures Third Edition. Chapter 2 TCP/IP

Guide to Network Defense and Countermeasures Third Edition. Chapter 2 TCP/IP Guide to Network Defense and Countermeasures Third Edition Chapter 2 TCP/IP Objectives Explain the fundamentals of TCP/IP networking Describe IPv4 packet structure and explain packet fragmentation Describe

More information

Understanding TCP/IP. Introduction. What is an Architectural Model? APPENDIX

Understanding TCP/IP. Introduction. What is an Architectural Model? APPENDIX APPENDIX A Introduction Understanding TCP/IP To fully understand the architecture of Cisco Centri Firewall, you need to understand the TCP/IP architecture on which the Internet is based. This appendix

More information

ICTTEN8195B Evaluate and apply network security

ICTTEN8195B Evaluate and apply network security ICTTEN8195B Evaluate and apply network security Release 1 ICTTEN8195B Evaluate and apply network security Modification History Release Release 2 Comments This version first released with ICT10 Integrated

More information

Chapter 17. Transport-Level Security

Chapter 17. Transport-Level Security Chapter 17 Transport-Level Security Web Security Considerations The World Wide Web is fundamentally a client/server application running over the Internet and TCP/IP intranets The following characteristics

More information

Chapter 3. TCP/IP Networks. 3.1 Internet Protocol version 4 (IPv4)

Chapter 3. TCP/IP Networks. 3.1 Internet Protocol version 4 (IPv4) Chapter 3 TCP/IP Networks 3.1 Internet Protocol version 4 (IPv4) Internet Protocol version 4 is the fourth iteration of the Internet Protocol (IP) and it is the first version of the protocol to be widely

More information

Secure Sockets Layer

Secure Sockets Layer SSL/TLS provides endpoint authentication and communications privacy over the Internet using cryptography. For web browsing, email, faxing, other data transmission. In typical use, only the server is authenticated

More information

Network Security [2] Plain text Encryption algorithm Public and private key pair Cipher text Decryption algorithm. See next slide

Network Security [2] Plain text Encryption algorithm Public and private key pair Cipher text Decryption algorithm. See next slide Network Security [2] Public Key Encryption Also used in message authentication & key distribution Based on mathematical algorithms, not only on operations over bit patterns (as conventional) => much overhead

More information

Protocol Security Where?

Protocol Security Where? IPsec: AH and ESP 1 Protocol Security Where? Application layer: (+) easy access to user credentials, extend without waiting for OS vendor, understand data; (-) design again and again; e.g., PGP, ssh, Kerberos

More information

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network.

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network. Course Name: TCP/IP Networking Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network. TCP/IP is the globally accepted group of protocols

More information

Communication Systems 16 th lecture. Chair of Communication Systems Department of Applied Sciences University of Freiburg 2009

Communication Systems 16 th lecture. Chair of Communication Systems Department of Applied Sciences University of Freiburg 2009 16 th lecture Chair of Communication Systems Department of Applied Sciences University of Freiburg 2009 1 25 Organization Welcome to the New Year! Reminder: Structure of Communication Systems lectures

More information

CPS221 Lecture: Layered Network Architecture

CPS221 Lecture: Layered Network Architecture CPS221 Lecture: Layered Network Architecture Objectives last revised 9/10/12 1. To discuss the OSI layered architecture model 2. To discuss the specific implementation of this model in TCP/IP Materials:

More information

WEB Security & SET. Outline. Web Security Considerations. Web Security Considerations. Secure Socket Layer (SSL) and Transport Layer Security (TLS)

WEB Security & SET. Outline. Web Security Considerations. Web Security Considerations. Secure Socket Layer (SSL) and Transport Layer Security (TLS) Outline WEB Security & SET (Chapter 19 & Stalling Chapter 7) Web Security Considerations Secure Socket Layer (SSL) and Transport Layer Security (TLS) Secure Electronic Transaction (SET) Web Security Considerations

More information

Outline. INF3510 Information Security. Lecture 10: Communications Security. Communication Security Analogy. Network Security Concepts

Outline. INF3510 Information Security. Lecture 10: Communications Security. Communication Security Analogy. Network Security Concepts Outline INF3510 Information Security Lecture 10: Communications Security Network security concepts Communication security Perimeter security Protocol architecture and security services Example security

More information

TCP/IP and Encryption. CIT304 University of Sunderland Harry R. Erwin, PhD

TCP/IP and Encryption. CIT304 University of Sunderland Harry R. Erwin, PhD TCP/IP and Encryption CIT304 University of Sunderland Harry R. Erwin, PhD Resources Garfinkel and Spafford, 1996, Practical UNIX and Internet Security, O Reilly, ISBN: 1-56592-148-8 B. Schneier, 2000,

More information

Communication Systems SSL

Communication Systems SSL Communication Systems SSL Computer Science Organization I. Data and voice communication in IP networks II. Security issues in networking III. Digital telephony networks and voice over IP 2 Network Security

More information

12/3/08. Security in Wireless LANs and Mobile Networks. Wireless Magnifies Exposure Vulnerability. Mobility Makes it Difficult to Establish Trust

12/3/08. Security in Wireless LANs and Mobile Networks. Wireless Magnifies Exposure Vulnerability. Mobility Makes it Difficult to Establish Trust Security in Wireless LANs and Mobile Networks Wireless Magnifies Exposure Vulnerability Information going across the wireless link is exposed to anyone within radio range RF may extend beyond a room or

More information

Lecture 10: Communications Security

Lecture 10: Communications Security INF3510 Information Security Lecture 10: Communications Security Audun Jøsang University of Oslo Spring 2015 Outline Network security concepts Communication security Perimeter security Protocol architecture

More information

Computer Networks CS321

Computer Networks CS321 Computer Networks CS321 Dr. Ramana I.I.T Jodhpur Dr. Ramana ( I.I.T Jodhpur ) Computer Networks CS321 1 / 22 Outline of the Lectures 1 Introduction OSI Reference Model Internet Protocol Performance Metrics

More information

Introduction to Computer Security

Introduction to Computer Security Introduction to Computer Security Network Security Pavel Laskov Wilhelm Schickard Institute for Computer Science Circuit switching vs. packet switching OSI and TCP/IP layered models TCP/IP encapsulation

More information

Introduction to Computer Security

Introduction to Computer Security Introduction to Computer Security Network Security Pavel Laskov Wilhelm Schickard Institute for Computer Science Circuit switching vs. packet switching OSI and TCP/IP layered models TCP/IP encapsulation

More information

Securing IP Networks with Implementation of IPv6

Securing IP Networks with Implementation of IPv6 Securing IP Networks with Implementation of IPv6 R.M.Agarwal DDG(SA), TEC Security Threats in IP Networks Packet sniffing IP Spoofing Connection Hijacking Denial of Service (DoS) Attacks Man in the Middle

More information

IP Security. Ola Flygt Växjö University, Sweden http://w3.msi.vxu.se/users/ofl/ Ola.Flygt@vxu.se +46 470 70 86 49

IP Security. Ola Flygt Växjö University, Sweden http://w3.msi.vxu.se/users/ofl/ Ola.Flygt@vxu.se +46 470 70 86 49 IP Security Ola Flygt Växjö University, Sweden http://w3.msi.vxu.se/users/ofl/ Ola.Flygt@vxu.se +46 470 70 86 49 1 Internetworking and Internet Protocols (Appendix 6A) IP Security Overview IP Security

More information

Internet Protocol Version 6 (IPv6)

Internet Protocol Version 6 (IPv6) Internet Protocol Version 6 (IPv6) Raj Jain Washington University Saint Louis, MO 63131 Jain@cse.wustl.edu These slides are available on-line at: http://www.cse.wustl.edu/~jain/cse473-05/ 14-1 Overview

More information

Configuring IPSec VPN Tunnel between NetScreen Remote Client and RN300

Configuring IPSec VPN Tunnel between NetScreen Remote Client and RN300 Configuring IPSec VPN Tunnel between NetScreen Remote Client and RN300 This example explains how to configure pre-shared key based simple IPSec tunnel between NetScreen Remote Client and RN300 VPN Gateway.

More information

Effectiveness of IPv6 in Addressing Wireless Security Vulnerabilities

Effectiveness of IPv6 in Addressing Wireless Security Vulnerabilities Effectiveness of IPv6 in Addressing Wireless Security Vulnerabilities Rahul Mukherjee and Animesh Jain December 10, 2003 Abstract Over the next several years it is expected that mobile devices will become

More information

Web Security Considerations

Web Security Considerations CEN 448 Security and Internet Protocols Chapter 17 Web Security Dr. Mostafa Hassan Dahshan Computer Engineering Department College of Computer and Information Sciences King Saud University mdahshan@ccis.ksu.edu.sa

More information

Virtual Private Networks: IPSec vs. SSL

Virtual Private Networks: IPSec vs. SSL Virtual Private Networks: IPSec vs. SSL IPSec SSL Michael Daye Jr. Instructor: Dr. Lunsford ICTN 4040-001 April 16 th 2007 Virtual Private Networks: IPSec vs. SSL In today s society organizations and companies

More information

Protocol Specification & Design. The Internet and its Protocols. Course Outline (trivia) Introduction to the Subject Teaching Methods

Protocol Specification & Design. The Internet and its Protocols. Course Outline (trivia) Introduction to the Subject Teaching Methods The Internet and its Protocols Protocol Specification & Design Robert Elz kre@munnari.oz.au kre@coe.psu.ac.th http://fivedots.coe.psu.ac.th/~kre/ Friday: 13:30-15:00 (Rm: 101)???: xx:x0-xx:x0 (Rm:???)

More information

E-Commerce Security. The Client-Side Vulnerabilities. Securing the Data Transaction LECTURE 7 (SECURITY)

E-Commerce Security. The Client-Side Vulnerabilities. Securing the Data Transaction LECTURE 7 (SECURITY) E-Commerce Security An e-commerce security system has four fronts: LECTURE 7 (SECURITY) Web Client Security Data Transport Security Web Server Security Operating System Security A safe e-commerce system

More information

MINI-FAQ: OpenBSD 2.4 IPSEC VPN Configuration

MINI-FAQ: OpenBSD 2.4 IPSEC VPN Configuration MINI-FAQ: OpenBSD 2.4 IPSEC VPN Configuration Maintainer: Steve McQuade v1.07 - March 2, 1999 After trying to configure an OpenBSD 2.4 IPSEC based VPN based on the samples and

More information

Security (II) ISO 7498-2: Security Architecture of OSI Reference Model. Outline. Course Outline: Fundamental Topics. EE5723/EE4723 Spring 2012

Security (II) ISO 7498-2: Security Architecture of OSI Reference Model. Outline. Course Outline: Fundamental Topics. EE5723/EE4723 Spring 2012 Course Outline: Fundamental Topics System View of Network Security Network Security Model Security Threat Model & Security Services Model Overview of Network Security Security Basis: Cryptography Secret

More information

Appendix A: Configuring Firewalls for a VPN Server Running Windows Server 2003

Appendix A: Configuring Firewalls for a VPN Server Running Windows Server 2003 http://technet.microsoft.com/en-us/library/cc757501(ws.10).aspx Appendix A: Configuring Firewalls for a VPN Server Running Windows Server 2003 Updated: October 7, 2005 Applies To: Windows Server 2003 with

More information

High Performance VPN Solutions Over Satellite Networks

High Performance VPN Solutions Over Satellite Networks High Performance VPN Solutions Over Satellite Networks Enhanced Packet Handling Both Accelerates And Encrypts High-Delay Satellite Circuits Characteristics of Satellite Networks? Satellite Networks have

More information

Computer Networks. Secure Systems

Computer Networks. Secure Systems Computer Networks Secure Systems Summary Common Secure Protocols SSH HTTPS (SSL/TSL) IPSec Wireless Security WPA2 PSK vs EAP Firewalls Discussion Secure Shell (SSH) A protocol to allow secure login to

More information

Internet Security. Internet Security Voice over IP. Introduction. ETSF10 Internet Protocols 2011-11-22. ETSF10 Internet Protocols 2011

Internet Security. Internet Security Voice over IP. Introduction. ETSF10 Internet Protocols 2011-11-22. ETSF10 Internet Protocols 2011 Internet Security Voice over IP ETSF10 Internet Protocols 2011 Kaan Bür & Jens Andersson Department of Electrical and Information Technology Internet Security IPSec 32.1 SSL/TLS 32.2 Firewalls 32.4 + Voice

More information

Chapter 10. Network Security

Chapter 10. Network Security Chapter 10 Network Security 10.1. Chapter 10: Outline 10.1 INTRODUCTION 10.2 CONFIDENTIALITY 10.3 OTHER ASPECTS OF SECURITY 10.4 INTERNET SECURITY 10.5 FIREWALLS 10.2 Chapter 10: Objective We introduce

More information

EXPLORER. TFT Filter CONFIGURATION

EXPLORER. TFT Filter CONFIGURATION EXPLORER TFT Filter Configuration Page 1 of 9 EXPLORER TFT Filter CONFIGURATION Thrane & Thrane Author: HenrikMøller Rev. PA4 Page 1 6/15/2006 EXPLORER TFT Filter Configuration Page 2 of 9 1 Table of Content

More information

VPN SECURITY. February 2008. The Government of the Hong Kong Special Administrative Region

VPN SECURITY. February 2008. The Government of the Hong Kong Special Administrative Region VPN SECURITY February 2008 The Government of the Hong Kong Special Administrative Region The contents of this document remain the property of, and may not be reproduced in whole or in part without the

More information

LinkProof And VPN Load Balancing

LinkProof And VPN Load Balancing LinkProof And Load Balancing Technical Application Note May 2008 North America Radware Inc. 575 Corporate Dr. Suite 205 Mahwah, NJ 07430 Tel 888 234 5763 International Radware Ltd. 22 Raoul Wallenberg

More information

The BANDIT Products in Virtual Private Networks

The BANDIT Products in Virtual Private Networks encor! enetworks TM Version A.1, March 2010 2010 Encore Networks, Inc. All rights reserved. The BANDIT Products in Virtual Private Networks One of the principal features of the BANDIT products is their

More information

Protocol Data Units and Encapsulation

Protocol Data Units and Encapsulation Chapter 2: Communicating over the 51 Protocol Units and Encapsulation For application data to travel uncorrupted from one host to another, header (or control data), which contains control and addressing

More information

Lecture Objectives. Lecture 8 Mobile Networks: Security in Wireless LANs and Mobile Networks. Agenda. References

Lecture Objectives. Lecture 8 Mobile Networks: Security in Wireless LANs and Mobile Networks. Agenda. References Lecture Objectives Wireless Networks and Mobile Systems Lecture 8 Mobile Networks: Security in Wireless LANs and Mobile Networks Introduce security vulnerabilities and defenses Describe security functions

More information

Authentication applications Kerberos X.509 Authentication services E mail security IP security Web security

Authentication applications Kerberos X.509 Authentication services E mail security IP security Web security UNIT 4 SECURITY PRACTICE Authentication applications Kerberos X.509 Authentication services E mail security IP security Web security Slides Courtesy of William Stallings, Cryptography & Network Security,

More information

20-CS-6053-00X Network Security Spring, 2014. An Introduction To. Network Security. Week 1. January 7

20-CS-6053-00X Network Security Spring, 2014. An Introduction To. Network Security. Week 1. January 7 20-CS-6053-00X Network Security Spring, 2014 An Introduction To Network Security Week 1 January 7 Attacks Criminal: fraud, scams, destruction; IP, ID, brand theft Privacy: surveillance, databases, traffic

More information

Networking Security IP packet security

Networking Security IP packet security Networking Security IP packet security Networking Security IP packet security Copyright International Business Machines Corporation 1998,2000. All rights reserved. US Government Users Restricted Rights

More information

IP Next Generation (IPv6)

IP Next Generation (IPv6) IP Next Generation (IPv6) Columbus, OH 43210 Jain@cse.ohio-State.Edu http://www.cse.ohio-state.edu/~jain/ 18-1 Overview q Limitations of current Internet Protocol (IP) q How many addresses do we need?

More information

Network Layer IPv4. Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS. School of Computing, UNF

Network Layer IPv4. Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS. School of Computing, UNF Network Layer IPv4 Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF IPv4 Internet Protocol (IP) is the glue that holds the Internet together.

More information

Mobile IP Network Layer Lesson 02 TCP/IP Suite and IP Protocol

Mobile IP Network Layer Lesson 02 TCP/IP Suite and IP Protocol Mobile IP Network Layer Lesson 02 TCP/IP Suite and IP Protocol 1 TCP/IP protocol suite A suite of protocols for networking for the Internet Transmission control protocol (TCP) or User Datagram protocol

More information

Review: Lecture 1 - Internet History

Review: Lecture 1 - Internet History Review: Lecture 1 - Internet History late 60's ARPANET, NCP 1977 first internet 1980's The Internet collection of networks communicating using the TCP/IP protocols 1 Review: Lecture 1 - Administration

More information

Network Security. Abusayeed Saifullah. CS 5600 Computer Networks. These slides are adapted from Kurose and Ross 8-1

Network Security. Abusayeed Saifullah. CS 5600 Computer Networks. These slides are adapted from Kurose and Ross 8-1 Network Security Abusayeed Saifullah CS 5600 Computer Networks These slides are adapted from Kurose and Ross 8-1 roadmap 1 What is network security? 2 Principles of cryptography 3 Message integrity, authentication

More information

March 2005. PGP White Paper. Transport Layer Security (TLS) & Encryption: Complementary Security Tools

March 2005. PGP White Paper. Transport Layer Security (TLS) & Encryption: Complementary Security Tools March 2005 PGP White Paper Transport Layer Security (TLS) & Encryption: Complementary Security Tools PGP White Paper TLS & Encryption 1 Table of Contents INTRODUCTION... 2 HISTORY OF TRANSPORT LAYER SECURITY...

More information

Chapter 32 Internet Security

Chapter 32 Internet Security Chapter 32 Internet Security Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 32: Outline 32.1 NETWORK-LAYER SECURITY 32.2 TRANSPORT-LAYER SECURITY 32.3

More information

Email, SNMP, Securing the Web: SSL

Email, SNMP, Securing the Web: SSL Email, SNMP, Securing the Web: SSL 4 January 2015 Lecture 12 4 Jan 2015 SE 428: Advanced Computer Networks 1 Topics for Today Email (SMTP, POP) Network Management (SNMP) ASN.1 Secure Sockets Layer 4 Jan

More information

VXLAN: Scaling Data Center Capacity. White Paper

VXLAN: Scaling Data Center Capacity. White Paper VXLAN: Scaling Data Center Capacity White Paper Virtual Extensible LAN (VXLAN) Overview This document provides an overview of how VXLAN works. It also provides criteria to help determine when and where

More information

Communications and Computer Networks

Communications and Computer Networks SFWR 4C03: Computer Networks and Computer Security January 5-8 2004 Lecturer: Kartik Krishnan Lectures 1-3 Communications and Computer Networks The fundamental purpose of a communication system is the

More information

Network layer: Overview. Network layer functions IP Routing and forwarding

Network layer: Overview. Network layer functions IP Routing and forwarding Network layer: Overview Network layer functions IP Routing and forwarding 1 Network layer functions Transport packet from sending to receiving hosts Network layer protocols in every host, router application

More information

Wireless Security Overview. Ann Geyer Partner, Tunitas Group Chair, Mobile Healthcare Alliance 209-754-9130 ageyer@tunitas.com

Wireless Security Overview. Ann Geyer Partner, Tunitas Group Chair, Mobile Healthcare Alliance 209-754-9130 ageyer@tunitas.com Wireless Security Overview Ann Geyer Partner, Tunitas Group Chair, Mobile Healthcare Alliance 209-754-9130 ageyer@tunitas.com Ground Setting Three Basics Availability Authenticity Confidentiality Challenge

More information

VPN VPN requirements Encryption VPN-Types Protocols VPN and Firewalls

VPN VPN requirements Encryption VPN-Types Protocols VPN and Firewalls Overview VPN VPN requirements Encryption VPN-Types Protocols VPN and Firewalls Computer Net Lab/Praktikum Datenverarbeitung 2 1 VPN - Definition VPNs (Virtual Private Networks) allow secure data transmission

More information

(Refer Slide Time: 02:17)

(Refer Slide Time: 02:17) Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #06 IP Subnetting and Addressing (Not audible: (00:46)) Now,

More information

Overview. SSL Cryptography Overview CHAPTER 1

Overview. SSL Cryptography Overview CHAPTER 1 CHAPTER 1 Note The information in this chapter applies to both the ACE module and the ACE appliance unless otherwise noted. The features in this chapter apply to IPv4 and IPv6 unless otherwise noted. Secure

More information

VPN. VPN For BIPAC 741/743GE

VPN. VPN For BIPAC 741/743GE VPN For BIPAC 741/743GE August, 2003 1 The router supports VPN to establish secure, end-to-end private network connections over a public networking infrastructure. There are two types of VPN connections,

More information

Lecture Computer Networks

Lecture Computer Networks Prof. Dr. H. P. Großmann mit M. Rabel sowie H. Hutschenreiter und T. Nau Sommersemester 2012 Institut für Organisation und Management von Informationssystemen Thomas Nau, kiz Lecture Computer Networks

More information

Michal Ludvig, SUSE Labs, 01/30/2004, Secure networking, 1

Michal Ludvig, SUSE Labs, 01/30/2004, Secure networking, 1 Michal Ludvig, SUSE Labs, 01/30/2004, Secure networking, 1 Communication between User and Server: In the form of packets. Traverse several Routers. Can be intercepted by a BadBoy. Michal Ludvig, SUSE Labs,

More information