10-27-2010 11:10 PM - edited 03-04-2019 10:17 AM
Hi,
I would like to know the difference between frame-relay and VPN. what s the advantage of using frame-relay and VPN.Thanks for clearing me
10-28-2010 01:38 AM
frame relay switches forward frames based on one label called dlci. they are not aware about any IP addresses (neither source nor destination)
for example if a packet comes to MPLS switch on port1 with dlci 16 then it must exit the switch via port 3
the dlci mapping is manually configured from the router in customer site
for vpn...it depends what do you mean by VPN: internet VPN or MPLS VPN?
internet VPN means you need to have an internet connection in every site and a device that supports IPSEC protocols to encrypt traffic and send it across the Internet Public net.
MPLS VPN: you need to ask for an MPLS connection from your provider. MPLS switches use also so labels to forward traffic but take decisions based on labels and IP destinations. they are aware about IP addresses. this gives them the advantage to be able to insure QoS (bandwidth, delay) across the path and to extend the QoS in the LAN.
10-28-2010 04:48 AM
Hi,
Thanks for replying. If i understand well your point is that either
Frame-relays and Vpn(internet or MPLS) can serve for interconnecting
differentes sites and in order this to be functional we need an ISP . I need
to know in which circunstance we use Frame-relay instead of Vpn and
Vice-versa. Do Internet VPN use Layer 3 as MPLS VPN or it s MPLS VPN which
use only IP addresses? Which technology is preferred to be deployed?
On Thu, Oct 28, 2010 at 11:39 AM, ohassairi <
10-30-2010 09:28 PM
if you have applications that need QoS insurance (like IP telephony...) than you need to connect your sites using MPLS. you need to ask for an MPLS connection in each site from your Telecom Service Provider.
if you already have 3 independant sites, each one having one Internet connection and one device supporting IPSec (router, firewall,...) and you don't care about QoS than you can make Internet VPN. but be carefull bandwidth will not be garanteed. Internet network is a best effort service.
if you don't have Internet connections in each site and you don't care about QoS, then you can go for FR if it is cheaper.
MPLS is the technology that should replace FR in the future, so if they have almost same price go for MPLS connections
10-28-2010 03:00 AM
Hello!
ohassairi explain very well what FR, VPN and MPLS VPN are. I just want to add that you have to think to FR as a Layer 2 technology and VPN (I just guest from your simple phrase that you refer to generic VPN term like PPTP, IPsec and so on...) as a Layer 3 technology.
If this is not what you are looking for, let us know what do you understand by VPN.
Cheers,
Calin
10-28-2010 11:15 AM
I will take a slightly different approach to explain the difference than Calin or ohassairi.
The most important difference is that Frame Relay is a layer 2 technology that runs on a physical medium of a serial interface. VPN is a virtual service and is not dependent on the physical media over which it runs (and it can run over many different media).
Another difference is that VPN generally provides protection (or privacy) for all the data that is sent through it. This is frequently done by encrypting the data going through the VPN. Frame Relay does not do anything special to encrypt or provide special protection for the data sent over the Frame Relay.
HTH
Rick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide