Posted On March 28, 2019

Network Topology Reorganization

kimconnect 0 comments
blog.KimConnect.com >> Networking >> Network Topology Reorganization
  • When there would no longer be any server in Mission Viejo and Phoenix, we can save operational costs by cancelling the MPLS service lines. We can set up site-to-site VPN connections between our office routers similar to the topology between of site-to-site VPN between our offices and AWS networks.
  • It is highly recommended that we add another Internet line as a load-balance and fail-over to our existing connection to the Internet for the Irvine headquarter location. There are many commercial grade dual-wan routers on the market to serve this purpose.
  • MPLS has the advantage of delivering a slightly lower latency, while VPN has the advantage of being extremely cost effective. If we have a bandwidth above 5Mb/s being dedicated for VPN voice traffic, while having a second line for general Internet, there shall be virtually no noticeable performance difference to MPLS.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Install OpenDNS Client on Ubuntu

Install the dynamic IP updater: # Install the appsudo apt-get install ddclient Press Enter repeatedly…

Configuring Virtual Storage Area Networks (VSANs)

NX-OS Overview Source: Storage Area Network (SAN) has been around for ages. During the early…

Querying Internal DNS for Host Record for iDRAC IPs

Copy / Paste for quick results: $domain='hooli.com'$records=Get-DnsServerResourceRecord -ZoneName $domain -ComputerName $env:USERDNSDOMAIN$records|?{$_.HostName -like '*drac*' -and $_.RecordType…