Virtual Private Network (RSA)
#1

Virtual Private Network using JAVA, J2EE

Introduction
A virtual private network (VPN) is a private data network that makes use of the public telecommunication infrastructure, maintaining privacy through the use of a tunneling protocol and security procedures. The idea of the VPN is to give the company the same capabilities at much lower cost by using the shared public infrastructure rather than a private one.
A well-designed VPN can provide great benefits for an organization. It can:
· Extend geographic connectivity.
· Improve security where data lines have not been ciphered.
· Reduce operational costs versus traditional WAN.
· Reduce transit time and transportation costs for remote users.
· Simplify network topology in certain scenarios.
· Provide global networking opportunities.
· Provide telecommuter support.
· Provide broadband networking compatibility.
· Provide faster ROI (return on investment) than traditional carrier leased/owned WAN lines.
· Show a good economy of scale.
· Scale well, when used with a public key infrastructure.
Tunneling

Tunneling is the transmission of data through a public network in such a way that routing nodes in the public network are unaware that the transmission is part of a private network. Tunneling is generally done by encapsulating the private network data and protocol information within the public network protocol data so that the tunneled data is not available to anyone examining the transmitted data frames. Tunneling allows the use of public networks (eg, the Internet), to carry data on behalf of users as though they had access to a 'private network', hence the name.
Types of VPN
Remote Access (RAS) VPN - Under this application only a single VPN gateway is involved. The other party involved in negotiating the secure communication channel with the VPN Gateway is a PC or laptops that is connected to the Internet and running VPN Client software. The VPN Client allows telecommuters and traveling users to communicate on the central network and access servers from many different locations.
Benefit : Significant cost savings by reducing the burden of long distance charges associated with dial-up access. Also helps increase productivity and peace of mind by ensuring secure network access regardless of where an employee physically is.
Site-to-Site Intranet VPN - With Intranet VPN, gateways at various physical locations within the same business negotiate a secure communication channel across the Internet known as a VPN tunnel. An example would be a network that exists in several buildings connected to a data center or mainframe that has secure access through private lines. Users from the networks on either side of the tunnel can communicate with one another as if it were a single network. These may need strong encryption and strict performance and bandwidth requirements.
Benefit : Substantial cost savings over traditional leased-line or frame relay technologies through the use of Internet to bridge potentially long distances between sites.
Site-to-Site Extranet VPN - Almost identical to Intranets, except they are meant for external business partners. As such, firewall access restrictions are used in conjunction with VPN tunnels, so that business partners are only able to gain secure access to specific data / resources, while not gaining access to private corporate information.
Benefit : Businesses enjoy the same policies as a private network, including security, QoS, manageability, and reliability.
Implementation of Remote Access (RAS) VPN
The proposed System will have two modules.
1. VPN Gateway
2. VPN client
The VPN Client is a desktop application, which is used to brows, find and transfer files through the Virtual Private Network. This application must be installed in all the machines in the networks to use the VPN. A single application in each network will act as a gateway and it will update the network information to the VPN gateway.
Each action on the client will be send through the gateway after encryption and thus the network will remain always secure. Each packet that received by the client will be passed through the authorisation process to block intruders. The responses of the network will show in the client graphically.
The VPN gateway can be developed using J2EE and the client can be developed using JAVA swing.
Reply
#2
For More Java/J2EE projects, view...

http://studentbank.in/report-java-j2ee-p...collection
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: on network of rsa, what is vpn, openssl timing attack rsa private key information disclosure vulnerability, authorisation, free us virtual private network, ppt on dynamic virtual private network, private network ip address,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Exploring the design space of social network-based Sybil defenses 1 916 15-02-2017, 02:55 PM
Last Post: jaseela123d
  Critical State-Based Filtering System for Securing SCADA Network Protocols 1 853 14-02-2017, 12:48 PM
Last Post: jaseela123d
  Reconfigurable Virtual Keyboard seminar class 5 2,067 30-11-2015, 02:30 PM
Last Post: seminar report asees
  A PROACTIVE APPROACH TO NETWORK SECURITY nit_cal 1 2,258 19-09-2014, 12:52 AM
Last Post: [email protected]
  IEEE Project on Network Simulation using OMNeT++ 3.2 for M.Tech and B.Tech VickyBujju 3 3,035 03-06-2013, 11:13 AM
Last Post: computer topic
  The Wireless Sensor Network for Home-Care System Using ZigBee smart paper boy 1 1,973 31-01-2013, 11:34 AM
Last Post: seminar details
  Handling Selfishness in Replica Allocation over a Mobile Ad Hoc Network Projects9 1 1,456 08-01-2013, 02:25 PM
Last Post: Guest
  Database Migration over Network project topics 12 7,225 06-01-2013, 07:54 AM
Last Post: Guest
  WISENET (Wireless Sensor Network) ppt. seminar surveyer 9 12,564 08-12-2012, 02:49 PM
Last Post: seminar details
Wink Implementation of a simple device mediation application of a Network Management Syste computer science crazy 2 2,157 06-12-2012, 01:57 PM
Last Post: seminar details

Forum Jump: