EssaysForStudent.com - Free Essays, Term Papers & Book Notes
Search

Securing Clientserver Transactions Securing Clien

By:   •  Essay  •  2,331 Words  •  March 8, 2010  •  755 Views

Page 1 of 10

Securing Clientserver Transactions Securing Clien

/Server Transactions The three basic ways that security is implemented in the area of client/server transaction. The first area is firewalls. The basic idea of a firewall to monitor traffic from a trusted network ( a companyЎЇs internal network) to an untrusted network (such as the Internet). Firewalls fall into two categories, Ў°proxiesЎ± and Ў°packet-filteringЎ± firewalls. Packet-filtering determines whether a packet is allowed or disallowed depending on the source of the packet and the contents of it. Packet-filtering also looks at the source and destination ports, and to determine if a packet is part of an ongoing conversation. An application-level firewall, better known as a proxy acts as an intermediary between the client and the server. The client application connects to the proxy. The proxy opens a connection to the server and passes information back and forth between the server and the client (refer to Figure 1.). Figure 1. Both firewalls have their advantages and disadvantages. In most cases both categories will be implemented on the same firewall. A packet-filtering firewall tends to be less secure than a proxy based firewall, since complete knowledge of the protocol is used by the application. However packet filtering can allow a concept known as masquerading. Masquerading is when the firewall takes the outgoing source address on the packets and converts the address so the receiver thinks they are talking to the firewall. The receiverЎЇs packets will have itЎЇs address on it coming back so the firewall can determine which sender gets the packet. The advantage of masquerading is that a companyЎЇs internal network can be hidden behind the firewall. Another security implementation is encryption. Encryption is the process of modifying information so that it can not be read by anyone except the intended recipient. This is done by applying mathematical algorithms that require a Ў°keyЎ± to unlock, or decrypt, the original data. Algorithms that use the same key to encrypt and decrypt data are known as Ў°symmetricЎ± encryption algorithms. Algorithms that use different keys to encrypt and decrypt data are known as Ў°asymmetricЎ± or Ў°public-keyЎ± encryption algorithms. Encrypted data comes in two forms 40-bit and 128-bit. 40-bit encryption uses a 40 bits of space to encrypt data and 128 bits of space for the 128-bit form. The process of verifying the senderЎЇs identity is known as Ў°authenticationЎ±. Authentication can be performed with a user name and password, or with a piece of information known as a Ў°digital certificateЎ±. A digital certificate contains encryption parameters, which can be used to uniquely identify a user or a host system. Verifying that an external party has not modified data is known as Ў°integrity checkingЎ±. Integrity checking is done by applying a mathematical algorithm, known as a Ў°hashЎ±, to data before itЎЇs sent and computing the same hash when the data is received. If the two hashes map to the same result, then the data hasnЎЇt been modified. How do these areas affect client/server transaction? Client/server transaction deals with the everyday transactions that people engage in on the Internet. With each transaction, personal information is sent from client to vendor. The information has a tendency to be sensitive in nature and not something shared with anyone except the vendor. Such information may include social security numbers, credit card numbers, and possibly information for monthly bills (account numbers and balances specifically). Businesses have to save-guard their customers in order for their customers to feel secure in buying products and services from them. Businesses understand this importance. Some businesses and development groups have evolved from the need to make business transactions more secure on the Internet. In doing so, business presence has grown exponentially over the last decade. Commercials on TV tell business owners if they arenЎЇt on the web, they wonЎЇt survive. Programmers face difficult and exciting challenges in the areas of security for client/server transaction. One of the most popular languages used on the Internet is Java. Java runs on many different platforms, which makes it very versatile in Internet applications. JavaSoftTM has introduced the Java Commerce Client (JCC) framework. The JCC provides a secure, robust, and reliable platform that enables software vendors to write electronic commerce applications. With a framework, you focus on the application-specific business logic and let the framework handle the low-level programming details. Application-specific code is organized into modules called cassettes. A cassette represents one part (or module) of a transaction. Cassettes are mixed and matched to lay the foundation for an electronic transaction. A cassette designed by one vendor can interact with one or more cassettes by that same vendor or by agreement with a cassette

Continue for 9 more pages »  •  Join now to read essay Securing Clientserver Transactions Securing Clien
Download as (for upgraded members)
txt
pdf