Frame Relay Topologies and Designs

Similar documents
There are two ways to establish VCs:

Frame Relay Basic Configurations: Hub and Spoke

Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS

Some previous important concepts

RPR Usage: A Carriers Carrier Perspective

Computer Network Architecture

NETWORK TOPOLOGIES. Application Notes. Keywords Topology, P2P, Bus, Ring, Star, Mesh, Tree, PON, Ethernet. Author John Peter & Timo Perttunen

Introduction to LAN Protocols

Cisco Dynamic Multipoint VPN: Simple and Secure Branch-to-Branch Communications

Cisco Dynamic Multipoint VPN: Simple and Secure Branch-to-Branch Communications

MPLS VERSUS CARRIER ETHERNET 7 REASONS WHY ETHERNET IS AN ECONOMICAL ALTERNATIVE

Types of Computer Networks. ICS 614: Computer Networks Concepts and Principles 11

Intranets and Virtual Private Networks (VPNs)

Transfer of data from one device to another via some form of transmission medium.

KIBABII UNIVERSITY COLLEGE DEPARTMENT COMPUTER SCIENCE & IT ANSWER ALL QUESTIONS IN SECTION A AND ANY TWO QUESTIONS IN SECTION B

Establishing a Frame Relay PVC Connection Cisco Systems, Inc. 14-1

Voice of the Customer First American Title SD-WAN Transformation

What is a Network? A connection of two or more computers so that they can share resources.

Network Definition A network can be defined as two or more computers connected together in such a way that they can share resources.

Fundamentals of Networking Types of Topologies

UNIT 5 MANAGING COMPUTER NETWORKS LEVEL 3 NETWORK TOPOLOGIES AND LAYOUT

Cisco Exam CCNA Version: 4.1 [ Total Questions: 215 ]

Navpreet Singh INTRODUCTION TO COMPUTER NETWORKS. Computer Centre Indian Institute of Technology Kanpur Kanpur INDIA

Huawei SD-WAN Solution

A Software-Defined WAN is a Business Imperative

Different network topologies

F. Configure a distribute-list on router RTA that allows it to advertise all routes to the spoke routers.

CS 622 Distributed Networks

2. Modelling of telecommunication systems (part 1)

Full file at

Exam Questions N10-006

Interconnecting Cisco Networking Devices Part2 (ICND2) Exam.

Creating a Dynamic Serial Edge For Integrated Industrial Networks

Network basics. Unit objectives Describe the basic components of a network Identify characteristics of network technologies Analyze the OSI model

Networks: Communicating and Sharing Resources

LAN Interconnection. different interconnecting devices, many approaches Vasile Dadarlat- Local Area Computer Networks

Lab Configuring ISDN Dial Backup


Local Area Networks (LANs): Packets, Frames and Technologies Gail Hopkins. Part 3: Packet Switching and. Network Technologies.

Multipoint Bridged Ethernet Using MPLS Virtual Private LAN Services

CASE STUDY: Borrego Health

Introduction to Networking

WAN Technologies CCNA 4

Computer Communication Networks Lecture No. 1

Virtual Private Networks Advanced Technologies

Network &Network Devices Introduction. 2000, Cisco Systems, Inc. 1-1

Wide Area Networks (WANs) Slide Set 6

EIGRP Over the Top. Finding Feature Information. Information About EIGRP Over the Top. EIGRP Over the Top Overview

Data Communication. Chapter # 1: Introduction. By: William Stalling

Lesson 1: Network Communications

ETHERNET SERVICES FOR MULTI-SITE CONNECTIVITY

Chapter Seven. Local Area Networks: Part 1. Data Communications and Computer Networks: A Business User s Approach Seventh Edition

DATA COMUNICATION AND NETWORKING 1.1 Introduction

Chapter 4 NETWORK HARDWARE

Guide to Networking Essentials Fifth Edition. Chapter 2 Network Design Essentials

Planning for Information Network

Introduction to WAN Technologies

Chapter 12 Frame Relay

Introducing Frame Relay

Free4Torrent. Free and valid exam torrent helps you to pass the exam with high score

Deployment Models for Cisco UMG

Lecture (08) Fundamentals of WANs (II)

Chapter 4: Network Access

INNOVATIVE SD-WAN TECHNOLOGY

Data Communication. Introduction of Communication. Data Communication. Elements of Data Communication (Communication Model)

From Zero Touch Provisioning to Secure Business Intent

MPLS, THE BASICS CSE 6067, UIU. Multiprotocol Label Switching

83951c01.qxd:Layout 1 1/24/07 10:14 PM Page 1 PART. Technology Evolution COPYRIGHTED MATERIAL

Prepared by Agha Mohammad Haidari Network Manager ICT Directorate Ministry of Communication & IT

BACnet Secure Connect

VPN Overview. VPN Types

RingCentral White Paper UCaaS Connectivity Options in the New Age. White Paper. UCaaS Connectivity Options in the New Age: Best Practices

Network Design and Management. Nixu Ltd.

Introduction to Networks Network Types. BTEC Nat IT Computer Networks

Implementing A STAR Network Using Comtech EF Data's IP-Enabled Satellite Modems

A-B I N D E X. backbone networks, fault tolerance, 174

Secure Extensible Network. Solution and Technology Introduction

Chapter 2 Lab 2-4, EIGRP Frame Relay Hub-and-Spoke: Router Used as a Frame Relay Switch

How to Configure a Hybrid WAN in Parallel to An Existing Traditional Wan Infrastructure

What is SD WAN and should I know or care about it? Ken LaMere Ecessa

Data Communication & Computer Networks INFO

Internetworking Part 1

Enterprise Network Design

Frame Relay Basic Configurations: Point to Point

SD-WAN 101. November 3 rd 2016 Rob McBride Marketing

Voice over Internet Protocol

Lab 2-4a EIGRP Frame Relay Hub and Spoke: Router Used As Frame Switch

Intel PRO/1000 PT and PF Quad Port Bypass Server Adapters for In-line Server Appliances

Virtual Private Networks Advanced Technologies

Spending on Service Provider Routers Begins to Grow in EMEA

Comparison Of Network Topologies For Optical Fiber Communication

How Cisco IT Migrated TDM Local Access from SONET to OC-192 Infrastructure

Best Practices for Extending the WAN into AWS (IaaS) with SD-WAN

Some economical principles

AN INTRODUCTION TO PPPOE

Networking Essentials

How Cisco IT Built Local Access Ring at Headquarters

Secure VPNs for Enterprise Networks

The high-speed services required for these customers and environments include:

Understanding Device Level Connection Topologies

Transcription:

Frame Relay Topologies and Designs

Frame Relay Topologies and Design As we learned in the Frame Relay - Introduction and Concepts lesson, Frame Relay introduces some cost savings benefits over point-to-point leased lines. This lesson will review some of those advantages as well as concentrate on different designs and which of those designs are best suited to take advantage of Frame Relay s benefits.

Frame Relay Versus Point-to-Point Leased Lines One of the biggest selling points for Frame Relay over point-to-point (sometimes just refered to as leased lines ) WAN connections is that by utilizing Frame Relay Virtual Circuits (VCs) you can save on the number of physical connections purchased. Frame Relay provides this savings via: - Multiple VCs can use the same physical connection to the carrier s Frame Relay cloud. - Frame Relay Hub-and-Spoke design allows for full connectivity to all endpoints through a single physical connection to the carrier s Frame Relay cloud. We ll discuss the Hub-and-Spoke design in more depth, but with this design you can shave the number of physical connections in half compared to a full mesh point-to-point topology.

In a full mesh design, each end point is capable of reaching any other end point directly through a point-topoint physical or logical circuit. The number of connections needed for a full mesh is calculated with the following equation: N(N-1)/2 where N is equal to the number of end points. For example, a network with 3 endpoints requires: 3(3-1)/2 = 3(2)/2 = 6/2 = 3 connections Unfortunately, it s hard to scale a full mesh design as the number of required connections becomes a financial and management nightmare as your network grows. For instance, the required number of connections needed for a full mesh design with 10 endpoints: 10(10-1)/2 = 10(9)/2 = 90/2 = 45 connections!!! Full Mesh

Pros: - Provides full redundancy Full Mesh Cons: - Expensive (circuit and router costs) - Difficult to design - Difficult to manage - Can result in complicated routing/ip addressing scheme

Full Mesh with 3 End Points N(N-1)/2 = 3 Full Mesh Full Mesh with 5 End Points N(N-1)/2 = 10

Full Mesh While this is not a very common design, you can design a full mesh using Frame Relay. The only advantage that this design would have over a point-to-point leased line implementation is that you can reduce the number of physical connections to the carrier (you could have a single physical connection for each end point) as well as saving on the number or router interfaces. The cost savings would have to be weighed against the single point of failure for each physical connection.

In a partial mesh design (sometimes called a hybrid design), is basically a full mesh design with at least one less connection between end points. Technically, any design that is not a full mesh can be described as a partial mesh if at least one end point has redundancy to at least one other end point. This design type is far more popular than a full mesh design. You can build redundancy into a partial mesh design, but you can also choose to leave out that redundancy for less important end points. Pros: - Less complex than full mesh - Less expensive than full mesh Cons: - Not fully fault tolerant Partial Mesh

Partial Mesh

Hub and Spoke The Hub and Spoke design is the design that many Frame Relay networks use. The Hub and Spoke design is basically a star design utilizing Frame Relay s advantage of provisioning multiple VCs on a single physical connection (often referred to as the access circuit ). In most designs, the hub router is located at a larger site (corporate headquarters for instance) and the spokes are generally located at less data intensive remote sites. Pros: - Economical (less physical connections on routers as well as number of access circuits) - Easy to manage - Easy to scale (adding new spokes is simple to design) - Generally allows you to conserve Layer 3 addressing. - Allows you to provision slower access speeds at the spokes than at hub. Cons: - All traffic between spokes must traverse the hub. - Single point of failure on hub access circuit - Routing between spokes can be prevented by Split Horizon rule. Note: Most hub and spoke designs will add some redundancy between endpoints, making the design technically become a partial mesh design.

Star Topology

Hub and Spoke

Hub and Spoke

Summary One of the main benefits of Frame Relay over point-to-point leased lines is that you can achieve cost savings by reducing equipment and circuit costs. In order to take advantage of these savings, it s important to know how to incorporate these benefits into your network design. While it s certainly possible to design a full mesh network using Frame Relay, most Frame Relay designs use (at least as their starting point) a hub and spoke design as this design uses Frame Relay s advantages. Some of the advantages of a hub and spoke Frame Relay network are the ability to easily scale, reduced cost in the from of less network equipment and less physical connections to the provider, and ease of management. There are a few downsides to a hub and spoke design as well such as a single point of failure on the hub physical access circuit and the need for spoke to spoke traffic to traverse the hub. These issues can be minimized in many instances by modifying the hub and spoke design into a partial mesh design.