All About VPN

Tuesday, December 23, 2008



Basically, a VPN is a private network that uses a public network (usually the Internet) to connect remote sites or users together. Instead of using a dedicated, real-world connection such as leased line, a VPN uses "virtual" connections routed through the Internet from the company's private network to the remote site or employee. In this article, you will gain a fundamental understanding of VPNs, and learn about basic VPN components, technologies, tunneling and security.


What Makes a VPN?

A well-designed VPN can greatly benefit a company. For example, it can:
  • Extend geographic connectivity
  • Improve security
  • Reduce operational costs versus traditional WAN
  • Reduce transit time and transportation costs for remote users
  • Improve productivity
  • Simplify network topology
  • Provide global networking opportunities
  • Provide telecommuter support
  • Provide broadband networking compatibility
  • Provide faster ROI (return on investment) than traditional WAN

What features are needed in a well-designed VPN? It should incorporate:

  • Security
  • Reliability
  • Scalability
  • Network management
  • Policy management

There are three types of VPN. In the next couple of sections, we'll describe them in detail.

Remote-Access VPN

­ Ther­e are two common types of VPN. Remote-access, also called a virtual private dial-up network (VPDN), is a user-to-LAN connection used by a company that has employees who need to connect to the private network from various remote locations. Typically, a corporation that wishes to set up a large remote-access VPN will outsource to an enterprise service provider (ESP). The ESP sets up a network access server (NAS) and provides the remote users with desktop client software for their computers. The telecommuters can then dial a toll-free number to reach the NAS and use their VPN client software to access the corporate network.

A good example of a company that needs a remote-access VPN would be a large firm with hundreds of sales people in the field. Remote-access VPNs permit secure, encrypted connections between a company's private network and remote users through a third-party service provider.

Image Courtesy:Cisco Inc

Site-to-Site VPN

Through the use of dedicated equipment and large-scale encryption, a company can connect multiple fixed sites over a public network such as the Internet. Site-to-site VPNs can be one of two types:

  • Intranet-based - If a company has one or more remote locations that they wish to join in a single private network, they can create an intranet VPN to Connect LAN to LAN.
  • Extranet-based - When a company has a close relationship with another company (for example, a partner, supplier or customer), they can build an extranet VPN that connects LAN to LAN, and that allows all of the various companies to work in a shared environment.
Image Courtesy:Cisco Inc

VPN Security: Firewalls

A well-des­igned VPN uses several methods for keeping your connection and data secure:

  • Firewalls
  • Encryption
  • IPSec
  • AAA Server

­ In the following sections, we'll discuss each of these security methods. We'll start with the firewall.

A firewall provides a strong barrier between your private network and the Internet. You can set firewalls to restrict the number of open ports, what type of packets are passed through and which protocols are allowed through. Some VPN products, such as Cisco's 1700 routers, can be upgraded to include firewall capabilities by running the appropriate Cisco IOS on them. You should already have a good firewall in place before you implement a VPN, but a firewall can also be used to terminate the VPN sessions.

VPN Security: Encryption

­

Encry­ption is the process of taking all the data that one computer is sending to another and encoding it into a form that only the other computer will be able to decode. Most computer encryption systems belong in one of two categories:

  • Symmetric-key encryption
  • Public-key encryption

In symmetric-key encryption, each computer has a secret key (code) that it can use to encrypt a packet of information before it is sent over the network to another computer. Symmetric-key requires that you know which computers will be talking to each other so you can install the key on each one. Symmetric-key encryption is essentially the same as a secret code that each of the two computers must know in order to decode the information. The code provides the key to decoding the message. Think of it like this: You create a coded message to send to a friend in which each letter is substituted with the letter that is two down from it in the alphabet. So "A" becomes "C," and "B" becomes "D". You have already told a trusted friend that the code is "Shift by 2". Your friend gets the message and decodes it. Anyone else who sees the message will see only nonsense.




Public-key encryption
uses a combination of a private key and a public key. The private key is known only to your computer, while the public key is given by your computer to any computer that wants to communicate securely with it. To decode an encrypted message, a computer must use the public key, provided by the originating computer, and its own private key. A very popular public-key encryption utility is called Pretty Good Privacy (PGP), which allows you to encrypt almost anything. You can find out more about PGP at the PGP site.

­ Internet Protocol Security Protocol (IPSec) provides enhanced security feat­ures such as better encryption algorithms and more comprehensive authentication.


IPSec has two encryption modes: tunnel and transport. Tunnel encrypts the header and the payload of each packet while transport only encrypts the payload. Only systems that are IPSec compliant can take advantage of this protocol. Also, all devices must use a common key and the firewalls of each network must have very similar security policies set up. IPSec can encrypt data between various devices, such as:

  • Router to router
  • Firewall to router
  • PC to router
  • PC to server

PN Security: AAA Servers

­ AAA (authentication, authorization and accounting) servers are used for more secure access in a remote-access VPN environment. When a request to establish a session c­omes in from a dial-up client, the request is proxied to the AAA server. AAA then checks the following:

  • Who you are (authentication)
  • What you are allowed to do (authorization)
  • What you actually do (accounting)

The accounting information is especially useful for tracking client use for security auditing, billing or reporting purposes.

VPN Technologies

­

­ Depe­nding on the type of VPN (remote-access or site-to-site), you will need to put in place certain components to build your VPN. These might include:

  • Desktop software client for each remote user
  • Dedicated hardware such as a VPN concentrator or secure PIX firewall
  • Dedicated VPN server for dial-up services
  • NAS (network access server) used by service provider for remote-user VPN access
  • VPN network and policy-management center

Because there is no widely accepted standard for implementing a VPN, many companies have developed turn-key solutions on their own. In the next few sections, we'll discuss some of the solutions offered by Cisco, one of the most prevelant networking technology companies.

VPN Concentrator

­ Incorporating the most advanced encryption and authentication techniques available­, Cisco VPN concentrators are built specifically for creating a remote-access VPN. They provide high availability, high performance and scalability and include components, called scalable encryption processing (SEP) modules, that enable users to easily increase capacity and throughput. The concentrators are offered in models suitable for everything from small businesses with up to 100 remote-access users to large organizations with up to 10,000 simultaneous remote users.

VPN-Optimized Router

­ Cisco's VPN-optimized routers provide scalability, routing, security and QoS (quality of se­rvice). Based on the Cisco IOS (Internet Operating System) software, there is a router suitable for every situation, from small-office/home-office (SOHO) access through central-site VPN aggregation, to large-scale enterprise needs.

Cisco Secure PIX Firewall

­

­An ­amazing piece of technology, the PIX (private Internet exchange) firewall combines dynamic network address translation, proxy server, packet filtration, firewall and VPN capabilities in a single piece of hardware.


Instead of using Cisco IOS, this device has a highly streamlined OS that trades the ability to handle a variety of protocols for extreme robustness and performance by focusing on IP.

Tunneling

­

Most ­VPNs rely on tunneling to create a private network that reaches across the Internet. Essentially, tunneling is the process of placing an entire packet within another packet and sending it over a network. The protocol of the outer packet is understood by the network and both points, called tunnel interfaces, where the packet enters and exits the network.

Tunneling requires three different protocols:

  • Carrier protocol - The protocol used by the network that the information is traveling over
  • Encapsulating protocol - The protocol (GRE, IPSec, L2F, PPTP, L2TP) that is wrapped around the original data
  • Passenger protocol - The original data (IPX, NetBeui, IP) being carried

Tunneling has amazing implications for VPNs. For example, you can place a packet that uses a protocol not supported on the Internet (such as NetBeui) inside an IP packet and send it safely over the Internet. Or you could put a packet that uses a private (non-routable) IP address inside a packet that uses a globally unique IP address to extend a private network over the Internet.

.

Tunneling: Site-to-Site

­ In a site-to-site VPN, GRE (generic routing encapsulation) is normally the e­ncapsulating protocol that provides the framework for how to package the passenger protocol for transport over the carrier protocol, which is typically IP-based. This includes information on what type of packet you are encapsulating and information about the connection between the client and server. Instead of GRE, IPSec in tunnel mode is sometimes used as the encapsulating protocol. IPSec works well on both remote-access and site-to-site VPNs. IPSec must be supported at both tunnel interfaces to use.

Tunneling: Remote-Access

­

­In a r­emote-access VPN, tunneling normally takes place using PPP. Part of the TCP/IP stack, PPP is the carrier for other IP protocols when communicating over the network between the host computer and a remote system. Remote-access VPN tunneling relies on PPP.

Each of the protocols listed below were built using the basic structure of PPP and are used by remote-access VPNs.

  • L2F (Layer 2 Forwarding) - Developed by Cisco, L2F will use any authentication scheme supported by PPP.
  • PPTP (Point-to-Point Tunneling Protocol) - PPTP was created by the PPTP Forum, a consortium which includes US Robotics, Microsoft, 3COM, Ascend and ECI Telematics. PPTP supports 40-bit and 128-bit encryption and will use any authentication scheme supported by PPP.
  • L2TP (Layer 2 Tunneling Protocol) - L2TP is the product of a partnership between the members of the PPTP Forum, Cisco and the IETF (Internet Engineering Task Force). Combining features of both PPTP and L2F, L2TP also fully supports IPSec.

L2TP can be used as a tunneling protocol for site-to-site VPNs as well as remote-access VPNs. In fact, L2TP can create a tunnel between:

  • Client and router
  • NAS and router
  • Router and router









FULL STORY >>

Router Simulators For Cisco Exams

SEMSIM ROUTER SIMULATOR

Product Features

1)High fidelity Cisco IOS simulator with support for over 200 IOS commands.
2)Over 30 CCNA™ tutorial labs covering a range of topics - routing, access-lists etc.6 exam like practical router simulation scenarios to gauge your knowledge and proficiency in networking.
Over 70 flash card based practice questions commit important IOS commands to memory.
3) Router configuration practice tests with a detailed score report to pinpoint your weak areas.

Test mode to provide a skill assessment, and a detailed study plan to provide you maximum value.

Great practice supplement to any book on Cisco® IOS commands or CCNA™. Hands on practice with commands and concepts tremendously increases retention and is the only way to gain real practical knowledge.

Based on new exam format. Practice for: 640-802, ICND1, ICND2 & more.


Download:

Code:
http://rapidshare.com/files/31502974/SmSmRSimv2.2.1.rarPass:

Code(PASSWORD):
StreetGuru


BOSON NETWORK SIMULATOR FOR CCNP

LINK
http://rapidshare.com/files/66320586/Boson.Network.Simulator.7.for.CCNP.rar

CRACK

Download
http://rapidshare.com/files/63788356/boscr_k.rar

Installation Procedure

Install it and locate the directory:C:\Documents and Settings\All Users\Application Data\Boson Software\Boson NetSim for CCNP 7.0 Replace mscon43demo.dll with the cracked file.Update through boson update service to version 7.06
Any time you start boson choose demo, it will be a demo version with all the function of active full version!


NETWORK SIM ROUTER SIMULATOR:

It now has over 225 router labs, 140 switch labs, 150 PIX/ASA labs, and 80 Wireless labs covering a whole range of certification examples and production environments. In fact, if you can't find a challenge for what you want on a single device, we'll add it for free!.

At present the areas include:

New CCVP Simulator. NetworkSims have just finished challenges for VoIP applications. The simulator now includes 30 CCVP labs, in order to study for the exciting world of Voice over IP. It is the only Cisco simulator in the World which has both hands-on and exam simulation for every element of the CCVP.

CCSP PIX/ASA Simulator. This simulator covers most of the features of the PIX/ASA device, including both Version 6.x and 7.0 IOS.It also covers the material required for the PIX/ASA-related CCSP certification, which is 642-522, and has 106 PIX/ASA challenges (Ver 6.x and Ver 7.x). In fact, it is the only Cisco simulator in the World which has both hands-on and exam simulation for PIX/ASA and for many elements of the CCSP.

Cisco Aironet 1200 simulator. This simulator contains most of the challenges required for wireless networks and for Cisco wireless certification. 74 Wireless challenges. It is the only Cisco simulator in the World which has both hands-on and exam simulation for the Cisco Wireless certifications, including integration with the Cisco Academy.

CCNP ISCW (Implementing Secure Converged Wide Area). This contains over 60 unique challenges which are match to the new focus of the CCNP certification. It includes setting up VPNs, configuring Auto secure, Context-based ACLs, and Crypto lists. The certification number is 642-825 (ISCW). Each of the challenges vary so that you never get the same challenge details.

CCNP ONT (Optimizing Converged Networks). This contains over 60 challenges covering the new focus on Quality of Service on Cisco network. The simulator package also include a wide range of wireless challenges covers many of the key objectives related to wireless. The certification number is 642-845 (ONT)

Network Security 1 and 2. Full coverage of Cisco Academy Network Security 1 and Network Security 2 syllabus with router, PIX and switch challenges. This includes the key areas of IPS, VPNs, Network Services, Restricting access, Context-based ACLs, Authenticated Routing protocols, and so on. It is the only Cisco simulator in the World which has both hands-on and exam simulation for every element of Cisco Academy Network Security 1 and 2.Full CCNA and Cisco Academy CCNP 1, 2, 3 and 4.

Over 180 router and 110 switch challenges.
CCSP CSVPN Web Simulator. This simulator covers most of the features of the VPN Web Interface. It is the only Cisco CSVPN simulator in the World.

MPLS Simulator. This simulator covers the "next-generation" routing using labelsH323 and SIP. This simulator covers H323 gateway configuration

Website:

http://www.networksims.com/

FULL STORY >>

CCNP E-books Link

Monday, December 22, 2008

CCNP

LINK

http://rapidshare.com/files/14569649/ccnpbooks.rar.html
http://rapidshare.com/files/14569649/ccnpbooks.rar.html

CONTENTS
1.CCNP BCMSN Exam Certification Guide
2.CCNP BSCI Exam Certification Guide
3.CCNP Complete Guide -- Sybex
4.Introduction To Cisco Router Configuration
5.CCNP Routing Practical Studies -- lab manual for CCNP Routing
6.CCNP Building Cisco Remote Cisco Access Networks
7.CCNP Cisco Internet Troubleshooting guide
8.Cisco Press CCNP Practical Studies -- BCMSN

FULL STORY >>

CCNA E-books Link

CCNA DOWNLOADLINK:

http://rapidshare.com/files/14416573/ccnaccda.rar.html
http://rapidshare.com/files/14416573/ccnaccda.rar.html

CONTENTS:
1.CCNA 1 And 2 Companion Guide
2.CCNA Study Guide -- Todd Lamle
3.Cisco - The Complete Reference
4.CCNA ICND Exam Certification Guide
5.CCNA INTRO Exam Certification Guide
6.Cisco Router Configuration
7.CCNA Command Guide
8.CCNA Practical Studies -- lab guide for CCNA
9.Access-List WorkBook
10.CCDA Exam Certification Guide -- CiscoPress
11.CCNA ICND Student Guide
12.CCNA INTRO Student Guide
13.CCNA ICND Lab Guide
14.CCNA INTRO Lab Guide


Latest CCNA P4S, TestKing, TestInside & Actual Test Q&A:LINKS:

Pass for sure P4S 640-802 v3.20 (latest)Questions and Answers : 394 Q&AsUpdated: 2008-08-25
http://rapidshare.com/files/140071497/640-802__25-08-2008__3.20.rar

Latest Java for P4S Java runtime 6 update 7
http://rapidshare.com/files/140534740/jre-6u7-windows-i586-p-s.rar

TestKing V17 640-802
http://rapidshare.com/files/142149163/TK_V17.rar

TestKing V22 640-802 NEW LATEST
http://rapidshare.com/files/144859976/TK_V22_.rar

TestKing V22 640-802 NEW LATEST
http://rapidshare.com/files/144859976/TK_V22_.rar

Actualtest CCNA 640-802 V15Updated 15/08/2008
http://rapidshare.com/files/142149161/AT.08.15.08.rar

TestInside 640-802 V14Updated 2008-6-24
http://rapidshare.com/files/142149162/TI__v14.rar

Latest Adobe Reader For TestKing V17 , Actualtest V15 , TestInside V14
http://rapidshare.com/files/141230285/AdbeRdr90_en_US.rar

FULL STORY >>