Role of Vpn in Globalised World

A VPN supports at least three different modes of use:end of the tunnel without strong authentication is
·        Remote access client connectionsincorporated, information may be shielded as it crosses
·        LAN-to-LAN internetworkingthe network only to fall into the wrong hands.
·        Controlled access within an intranetHowever, RSA Security’s authentication solutions
However, it would be better to find to discuss aboutgreatly reduce this risk by forcing external users to
the types of VPNs before analyzing the things wherepresent multiple forms of identity to provide assurance
it can accommodate.that they are who they claim to be before they are
Secure VPNs use cryptographic tunneling protocols togranted access.
provide the necessary confidentiality (preventingVPNs for Remote Access- A VPN can support the
snooping), sender authentication (preventing identitysame intranet/extranet services as a traditional WAN,
spoofing), and message integrity (preventing messagebut VPNs have grown in popularity for their ability to
alteration) to achieve the privacy intended. Whensupport remote access service. In recent years, many
properly chosen, implemented, and used, suchorganizations have increased the mobility of their
techniques can provide secure communications overworkers by allowing more employees to telecommute
unsecured networks. Because such choice,where  Employees continue to travel and face an
implementation, and use are not trivial, there are manyincreasing need to stay plugged in to the company
insecure VPN schemes on the market. Secure VPNnetwork. Typically, a corporation that wishes to set up
technologies may also be used to enhance security asa large remote-access VPN provides some form of
a 'security overlay' within dedicated networkingInternet dial-up account to their users using an Internet
infrastructuresService Provider (ISP). The telecommuter can then dial
Trusted VPNs do not use cryptographic tunneling, anda 1-800 number to reach the Internet and use their
instead rely on the security of a single provider'sVPN client software to access the corporate network.
network to protect the traffic. Multi-protocol labelIt can be better utilized when a company needs a
switching (MPLS) is commonly used to build trustedremote-access for a large firm with hundreds of sales
VPNspeople in the field. Remote-access VPNs permit
Technology Behind VPNssecure, encrypted connections between a company's
Several network protocols have become popular as aprivate network and remote users through a third-
result of VPN developments:party service provider. The overhead of maintaining
·        PPTPsuch a system internally, coupled with the possibility of
·        L2TPhigh long distance charges incurred by travelers, make
·        IPsecVPNs an appealing option here.
·        SOCKSVPNs INTERNETWORKING
These protocols emphasize authentication andVPN remote access architecture’s extension
encryption in VPNs. Authentication allows VPN clientsprovides an entire remote network to join the local
and servers to correctly establish the identity of peoplenetwork. A server-server VPN connection joins two
on the network. Encryption allows potentially sensitivenetworks to form an extended Intranet or extranet
data to be hidden from the general public. Manyrather than a client-server connection. To implement
vendors have developed VPN hardware and/orlimited access to individual subnets on the private
software products. Unfortunately, immature VPNnetwork, Intranets use VPN technology. In this mode,
standards mean that some of these products remainVPN clients hook up to a VPN server, which acts as a
incompatible with each other.gateway to computers behind it on the subnet,
 However, it takes benefits of the security features
VPN Tunneling: VPN technology is based on the ideaand handiness of VPN technology.
of tunneling. Network tunneling involves establishing andADVANTAGES
maintaining a logical network connection .On thisVPNs promise two main advantages over competing
connection, packets constructed in a specific VPNapproaches – Cost Savings-One way a VPN
protocol format are encapsulated within some otherlowers costs is by eliminating the need for expensive
base or carrier protocol, then transmitted betweenlong-distance leased lines, with the help of VPNs, an
VPN client and server, and finally de-encapsulated onorganization needs only a relatively short dedicated
the receiving side).connection to the service provider could be a local
Two Types of VPN Tunnelingleased line (much less expensive than a long-distance
VPN supports both voluntary and compulsory tunneling.one).
Both types of tunneling can be found in practical use. In     Another way VPNs reduce costs is by
voluntary tunneling, the VPN client manages connectionlessening the need for long distance telephone charges
setup. The client first makes a connection to thefor remote access where VPN clients need only call
carrier network provider (an ISP in the case of Internetinto the nearest service provider's access point but in
VPNs). Then, the VPN client application creates thesome cases it require a long distance call, but in many
tunnel to a VPN server over this live connection. Incases a local call will suffice.
compulsory tunneling, the carrier network providerA third, subtler way that VPNs may lower costs is
manages VPN connection setup. When the client firstthrough offloading of the support burden with VPNs,
makes an ordinary connection to the carrier, the carrierthe service provider rather than the organization must
in turn immediately brokers a VPN connectionsupport dial-up access, where Service providers can in
between that client and a VPN server. From the clienttheory charge much less for their support than it costs
point of view, VPN connections are set up in just onea company internally because the public provider's cost
step compared to the two-step procedure required foris shared amongst potentially thousands of customers.
voluntary tunnels.Scalability -The cost to an organization of traditional
            Compulsory VPN tunnelingleased lines may be reasonable at first but can
authenticates clients and associates them with specificincrease exponentially as the organization grows. A
VPN servers using logic built into the broker device.Company with two branch offices, for example, can
This network device is sometimes called the VPNdeploy just one dedicated line to connect the two
Front End Processor (FEP) (also Network Accesslocations. If a third branch office needs to come online,
Server (NAS) or Point of Presence (POP) servers).just two additional lines will be required to directly
Compulsory tunneling hides the details of VPN serverconnect that location to the other two. However, as an
connectivity from the VPN clients and effectivelyorganization grows and more companies must be
moves control over the tunnels from clients to the ISP.added to the network, the number of leased lines
In return, service providers must take on the additionalrequired increases dramatically. Four branch offices
burden of installing and maintaining FEPs.require six lines for full connectivity, five offices require
VPN Tunneling Protocolsten lines, and so on. Mathematicians call this
Several interesting network protocols have beenphenomenon a "combinatorial explosion," and in a
implemented specifically for use with VPN tunnels. Thetraditional WAN this explosion limits the flexibility for
three most popular VPN tunneling protocols listedgrowth. VPNs that utilize the Internet avoid this problem
below continue to compete with each other forby simply tapping into the geographically distributed
acceptance in the industry. These protocols areaccess already available.
generally incompatible with each other.Compared to leased lines, Internet-based VPNs offer
Point-to-Point Tunneling Protocol (PPTP)greater global reach, given that Internet access points
Several corporations worked together to create theare accessible in many places where dedicated lines
PPTP specification. People generally associate PPTPare not available. The only way to properly deploy the
with Microsoft because nearly all flavors of Windowsappropriate VPN for any organization is to evaluate
include built-in client support for this protocol. The initialthe needs of your operation and it’s remote clients.
releases of PPTP for Windows by MicrosoftAt that point you must evaluate the hardware involved
contained security features that some experts claimedon both ends, the operating systems on both ends, the
were too weak for serious use. Microsoft continues toInternet service on both ends, the applications
improve its PPTP support, though.software involved and more. Performance, security,
Layer Two Tunneling Protocol (L2TP)and limitations of the existing infrastructure always
The original competitor to PPTP for VPN tunnelingdictate how you move ahead. Often this process is
was L2F, a protocol implemented primarily in Ciscoshort and simple but there are a variety of unforeseen
products. In an attempt to improve on L2F, the bestproblems that can crop up if you do not carefully
features of it and PPTP were combined to createevaluate these elements. Whether in-house or through
new standard called L2TP.a vendor it is important to evaluate your existing
Internet Protocol Security (IPsec)systems and requirements first, to save time and
IPsec is actually a collection of multiple relatedmoney later. Once you have finished this part of the
protocols. It can be used as a complete VPN protocolevaluation it will be a much simpler task to choose
solution, or it can used simply as the encryptionamong various VPN approaches. Often something in
scheme within L2TP or PPTP. IPsec exists at thethe initial evaluation will mandate a certain VPN
network layer (Layer Three) in OSI.approach, if this is the case your choices will be easily
VPN SECUREdefined. If you have very few limitations placed by
The most important part of a VPN solution is security,your existing technology the decision becomes one of
the nature of VPNs — putting private data on publicROI, performance, and security demands.
networks — raises concerns about potential threatsDISADVANTAGES
to that data and the impact of data loss, where aWith the hype that has surrounded VPNs historically,
Virtual Private Network must address all types ofthe potential pitfalls or weak spots in the VPN model
security threats by providing security services in thecan be easy to forget. These four concerns with VPN
areas of:solutions are often raised like 1. VPNs require an
Authentication - Authentication is the process ofin-depth understanding of public network security
ensuring that a user or system is who the user claimsissues and taking proper precautions in VPN
to be, there are many types of authenticationdeployment. 2. The availability and performance of an
mechanisms, all work off of one or more of theorganization's wide-area VPN (over the Internet in
following principles: a login name, a password, a token,particular) depends on factors largely outside of their
a card key, fingerprint, retinal scan. A weakcontrol. 3. VPN technologies from different vendors
authentication makes use of one of thesemay not work well together due to immature
components, usually a simple login/password sequencestandards. 4. VPNs need to accommodate protocols
but a strong authentication combines at least twoother than IP and existing ("legacy") internal network
authentication components from different areas.technology. Generally speaking, these four factors
Presentation  - Encryption is based on twocomprise the hidden costs of a VPN solution. Whereas
components: an algorithm and a key, a cryptographicVPN advocates tout cost savings as the primary
algorithm is a mathematical function that combinesadvantage of this technology, detractors cite hidden
data with the string of digits contained in a key tocosts as the primary disadvantage of VPNs.
produce encrypted text. There are several majorCONCLUDING REMARKS:
types of encryption of varying degrees of complexity,The success of VPNs in the future depends mainly on
as measured by lengths (bits) of cryptographic keysindustry dynamics. Most of the value in VPNs lies in the
like Advanced Encryption Standard (AES), RSA, Ellipticpotential for businesses to save money. Should the
Curve Cryptosystems (ECC).cost of long-distance telephone calls and leased lines
Transportation - The modification of data packets in acontinue to drop, fewer companies may feel the need
network is an attack on data integrity. Messageto switch to VPNs for remote access. Conversely, if
authentication is the procedure used to verify thatVPN standards solidify and vendor products
received messages come from the alleged sourceinteroperate fully with other, the appeal of VPNs should
and have not been alteredincrease. The success of VPNs also depends on the
Non repudiation - Non-repudiation is a means to verifyability of Intranets and extranets to deliver on their
that an electronic message has been sent andpromises. Companies have had difficulty measuring the
received by the specified parties. This protects bothcost savings of their private networks, but if it can be
parties to ensure that neither the sender nor thedemonstrated that these provide significant value, the
recipient can later claim the transaction did not takeuse of VPN technology internally may also increase.
place, which is a vital not only while dealing contracts,VPNs do not offer any network services that aren't
but also for online sales of digital goods such as musicalready offered through alternative mechanisms.
and entertainment.However, a VPN does use a unique mix of
Unfortunately, VPN technology alone does not providetechnologies that promises to improve on the traditional
reliable proof about who is accessing the data at eitherapproaches.