Key Concepts of Virtual Private Networks

Virtual Private Networks claim to solve majority of theaspects most discussed with respect to a VPN
security problems faced by the enterprises. Most oftechnology. Protecting the Privacy of information
the issues were related to secure data transfer overrequires some sort of encryption. Private Key
the public internet. The internets greatest asset isencryption and Public Key encryption methods are the
ubiquity and openness but this is its greatest weaknessmost common methods available presently. Private
as well. VPN seems to have been a solution to thekey encryption is a bit problematic as the key has to
weakness.be sent over the internet. Public key systems provide
Many technologies have come up and claim to becommunication between unsecured systems and even
VPN technologies: SSL VPN, MPLS VPN to nameprovide means to exchange of private keys. The
some. Some basic questions are how do we definedisadvantage of a public key encryption system is that
VPN ? Why do we need a VPN and what are theit requires more computation. A balance between the
technologies used in deploying VPN?two is the best solution. The DES secret key algorithm
Organizations in the past deployed private networksand Diffie-Hellman public key algorithm can be used in
like LAN or WAN for their mission critical applications.conjunction. The DES can be used to encrypt the
A performance predictable and secure infrastructuretraffic and the Diffie-Hellman to produce the secret
was the end result. A growing number of businesseskey.
cannot afford setting up a private network and existingInformation should not be altered during the transit over
networks had to reach out to customers to gain athe internet. Integrity is ensured using one-way hash
market edge. This is the area where the internetfunction or Message authentication codes (MAC) or
scores its points. Networking basics still present a feweven digital signatures.
bottlenecks. Bandwidth constraints, security problemsAuthentication is ensuring the identity of the opposite
due to increased exposure, threats like spoofing,party in a communication process. Password
session hijacking, sniffing and man-in-the-middle attacksprotection or digital signatures (X.509 standard) are an
have exposed data in transit.ideal method. The process is a complex system of
Considering business factors and the risk factors and itkey generation, certification, revocation and
may frighten you. A new technology has brought themanagement. All this is a part of a PKI: public key
risks down for data transit on the internet. Virtualinfrastructure.
Private Networks as it is called follows encryption andProtocols
tunneling for the secure transfer of data between twoSeparate technologies can be used to provide
ends. It extends trust relationships across the cheaperconfidentiality integrity and authentication. Three widely
public network. Security and predictable performancesused VPN security protocols are.
are a part of this technology.- IPSec Protocol
Its uses are- Tunneling protocols (PPTP:Point to Point tunneling
- Remote users and tele-workers connecting to theirprotocol, L2TP: Layer2 Tunneling protocol )
corporate server securely.- Socks5
- Linking the offices in an enterprise networkServices
- Organizations making their e-commerce solutionsMany managed VPN services offer Quality of Service
better by extending infrastructure to include partners,guarantees, which can be an excellent choice for
suppliers and customers.site-to-site connectivity. VPN is an end to end
Variety of Technologiescommunication solution and it cannot effect the
VPN technology has been around for quite sometime.performance of the middle network and components.
Present and future of VPN depend on emergingThis is the reason for the QoS guarantees which are
standards that have made it secure and reliable. VPNbasically a marketing gimmick by the ISP. Each ISP has
is deployed and marketed more every passing day.control over its network only and not the entire internet
Some products are emerging standards while the oldwhich makes the QoS flawed. Mission critical
are for specific requirements. Each product andperformances are still to be realized but security has
technology has it respective strengths and weakness.to an extent been mitigated.
Choosing the technology depends on how theAuthor:vpntools.com, presents a secure alternative to
problems are addressed and what will be the futurethe problems faced on the internet. Networking Basics
trends of the present technology. Security is the, Future of VPN, etc ..... are a few of the topics that
present focus of most VPN technologies.could interest you. Completer end to end security is
Confidentiality, Integrity and Authentication are threeachievable and you could find it here.