Network analysis and dimensioning course project

Size: px
Start display at page:

Download "Network analysis and dimensioning course project"

Transcription

1 Network analysis and dimensioning course project Alexander Pyattaev March 10, Project description Your task in this project is to be a network architect. You will get to plan, evaluate, and estimate costs of running a city-scale network. Playing a major operator, you will provide your customers with triple-play services (audio, video broadcasting and data over the same connection), high-speed data center access, as well as cellular coverage. Unlike most operators, however, you will do all of that right, that is using the latest and best of the available analysis and simulation tools to make sure that your customers get the best quality of service at all times. 1.1 Project outcomes Within this project, you will have the opportunity to get familiar with the usage of advanced networking technologies, including MPLS, ATM, SDH, VLAN models, InfiniBand, 3GPP LTE, SIP and many others. You will also get the knowledge needed to put them to good use in a real city-wide network. In addition to simply having fun with new technologies, you will also understand the tools used for planning of large networks, as well as their subsystems, such as data centers etc. We will cover concepts of redundancy, availability and guaranteed service. 1.2 Project structure The project works has 4 parts, with core part being compulsory for the course completion and the rest - optional extras, worth 1 credit point each. As figure 1 indicates, the project has several distinct components. The green area highlights the part that is compulsory for the successful completion of the project. It includes the planning of the core network, as well as the access 1

2 Datacenter Corporate network Core network Cellular access network Access network Access network Figure 1: Project structure network for the users. This will teach you how to apply your knowledge in network dimensioning to create a scalable and efficient network core, as well as cost-effective access network to deliver the triple-play services to the customers. The other parts are as follows: Blue area is the datacenter planning exercise. You will get some experience dimensioning a local data center to be rented out for cloud service proviers such as Google, Netflix and others. Here you will get to play around with some serious bandwidth, as well as serious costs involved in deployment of datacenter solutions. Red area is a cellular network core, which will serve the base stations all over the city, delivering 4G access to the subscribers, as well as some of the beyond-4g services for smart sensors. Unlike conventional access network, cellular coverage is significantly less oriented on traffic and more on reliability and cost-efficiency. Yellow area highlights a corporate network, which presents new challenges in security, performance and availability. Corporate networks require very special topologies, as well as accommodation of some conflicting requests by the picky customers. Please contact the teacher if you want to do any of those! You may also add those to your network later to get more credits. 2 Core network planning Any city-scale network needs a core part and an access network, and this project will teach you how to plan those, such that the costs are minimized and profits are maximized. We will operate under constraints of the communications law of EU, as well as reasonable policy of never lying to our customers. 2

3 2.1 The situation Somehow, over one night, a city of <city of your choice in Finland that has people> lost all of its networks. Basically, some highly trained gremlins dug up every single cable and ruined all the data centers. Now that existing operators are bankrupt, you get to take the sweet spot for yourself. You may want to share a city with some of your friends, and you HAVE to share it if you take Tampere as your city of choice The demand The users in the city are distributed as shown on the population map. The population map can be freely downloaded from the paikkatietoikkuna.fi web service. It was also made available in qgis format on the course webpage. Obviously, for the purposes of the project we will simplify the map data a little bit. In particular, you will not need to care about things like age groups. The population map aggregates people in polygons that are roughly 1x1 km big. For each of those, you will need the following data: Position on the map (lat,lon) Total population Of course, in reality you would normally go into much deeper details, but these basic parameters should be sufficient for this project. We will assume that each user requires a certain amount of traffic following the on-off model: During work hours (8 hours/day) you may assume that an average user demands 3.0 Mbit/s of traffic with a probability p a = 0.6, and demands no traffic with probability p i = 1 p a. During evening hours (2 hours/day), some people watch internet TV and demand 10.0 Mbit/s of traffic with a probability p a = 0.4. The rest of the day users are generating idle random load of 0.5 Mbit/s of traffic with a probability p a = 0.1. You are free to approximate the actual on-off flow with Bernoulli arrivals or even exponential arrivals if you so wish, it will have minimal impact on your network when streams are aggregated. You may also assume that traffic is downlink-only and originates from Internet. 2.2 The costs of equipment Cabling You may assume that within 1 kilometer block ( last mile ) the cables cost 50 per user. You may assume that no modems are needed for users. The last mile cables hold 100 Mbps bitrate so you do not need to worry about their capacity. 3

4 Root backup link tier 2 concentrator tier 1 concentrator "last mile" points of presense Figure 2: Several tiers of network The cabling for the broadband links costs 1000 per kilometer, and each of the cables supports a bitrate of 10 Gbps. In addition to the fiber itself, the digging adds an extra 5000 per kilometer irrespective of cable capacity Switches and routers A switch port for aggregation of data costs 50. The switches perform aggregation only and are incapable of forwarding traffic through. The switches handle up to 10Gbps of traffic on a port. A broadband MPLS router port has a cost of 500, and serves up to 10 Gbps of traffic. You may assume that routers and switches can have arbitrary number of ports Other things You will find plenty of lakes and swamps in Finland. Difficult terrain makes deployment of equipment more expensive - add 5000 for putting any of your equipment on water (except for cables). For each data center you also need to pay upkeep money for electricity. That adds up to 5 per 10Gbps link per day. 2.3 Initial planning steps 1. Take the map data and make sure you understand how to manipulate it. Keep in mind that you will need to manipulate it many times, so make sure you save your scripts. 4

5 2. Use the clustering algorithm to separate your population into K i clusters, and assign an aggregation point to each one of these clusters. You now have your tier 1 routers (see Figure 2 for details). 3. Write up a cost function that will be able to compute the cabling cost based on distance and necessary capacity (a) Keep in mind it must take into account the traffic pattern! 4. Write up another cost function that will be able to figure out the structure and cost of each data center that you will need based on the links that are being aggregated and their capacity (a) Keep in mind it must take into account the traffic pattern, and also produce the distribution for the aggregated flow that you will feed to the next layer 5. You should be able now to easily compute the cost of your last mile and tier 1 data centers. It s time to connect them! 6. Use the positions of tier i 1 data centers as samples for clustering algorithm to figure out the positions of tier i data centers. This time, aim for K i 1 2 K i 1 clusters. (a) To make the clustering behave you may wish to place several samples per data center depending on the average load that it generates. Since your cable cost function is non-linear, it is cheaper to aggregate traffic quickly, as you pay for the digging only once. 7. Once you have just about 3-4 data centers left on the last tier, connect them all to one central point - that would be the root of your network tree, and also the primary gateway. (a) You should still be able to compute the cost of the entire thing easily and automatically, if that is not the case - refactor your code! 3 Optimization steps Now it is time to see if we need to optimize the network! Write a function that computes the aggregate outage probability for your network. The outage probability is defined as the average amount of time the device will be offline during the usage period. Use the following data: Cable: p oc = 1e 7 C, where C is capacity in Gigabits Switch port p os = 1e 6 5

6 Router port p or = 1e 5 You may also use conventional reservation techniques: N+1, N+2, or even 2N if necessary to improve those basic numbers. Assume that switching in case of failure happens automagically and immediately. Now that you can compute the outage probability you will need to calculate what it is in your network for all of your users. Your optimization constraints are as follows: p o > 1e 3 - you lose your license to operate (and fail the project) For each hour of outage, you pay a fee of 100 per each customer. For each hour of network overload (e.g. when customers are served, but at insufficient rate) you pay a penalty proportional to the outage penalty (e.g. if you promised 10 Mbps and deliver only 1 you pay 100/10 = 10 penalty for each hour) Optimization advices Your primary optimization techniques will be based around adjusting the clustering parameters K i and locations of the data centers. Keep in mind that the more data a certain center handles the more impact it has on stability and performance of the network To improve reliability of something you can always put it there twice. Or three times. Assume uncorrelated failures on all devices. Most of your problems are non-convex! This section will be updated later 4 Data center planning To be announced 5 Cellular network planning To be announced 6 Corporate network planning To be announced 6

Product Overview. Steve Erickson

Product Overview. Steve Erickson Product Overview Steve Erickson Memorylink products GPS-100C Flanger About Flanger TDM over IP, wired or wireless applications Wireless T1/E1 using Ethernet radios 1-4 T1 s or E1 s per unit Additional

More information

diversifeye Application Note

diversifeye Application Note diversifeye Application Note Test Performance of IGMP based Multicast Services with emulated IPTV STBs Shenick Network Systems Test Performance of IGMP based Multicast Services with emulated IPTV STBs

More information

Windows Server Performance Monitoring

Windows Server Performance Monitoring Spot server problems before they are noticed The system s really slow today! How often have you heard that? Finding the solution isn t so easy. The obvious questions to ask are why is it running slowly

More information

USING TECHNOLOGY TO CUT CONNECTIVITY COSTS: WHERE TO SPEND AND WHERE TO SAVE

USING TECHNOLOGY TO CUT CONNECTIVITY COSTS: WHERE TO SPEND AND WHERE TO SAVE TeraGo Networks USING TECHNOLOGY TO CUT CONNECTIVITY COSTS: WHERE TO SPEND AND WHERE TO SAVE Broadband. Only for Business. Internet Data Networking Voice Redundancy CONTENTS Business Needs Drive Connectivity

More information

FTTH AT THE HEART OF A SMART CITY A WHITE PAPER BY THE SMART CITIES OPERATIONS AND APPLICATIONS COMMITTEE

FTTH AT THE HEART OF A SMART CITY A WHITE PAPER BY THE SMART CITIES OPERATIONS AND APPLICATIONS COMMITTEE FTTH AT THE HEART OF A SMART CITY A WHITE PAPER BY THE SMART CITIES OPERATIONS AND APPLICATIONS COMMITTEE October 2015 SUMMARY Smart cities require fast fibre networks at their heart. The problem is that

More information

Application Note License-Exempt Gigabit Ethernet Microwave Radio Applications

Application Note License-Exempt Gigabit Ethernet Microwave Radio Applications Application Note License-Exempt Gigabit Ethernet Microwave Radio Applications Applicable Products: EX-5r GigE, EX-5r-c GigE Introduction The accelerated growth of fixed and mobile wireless broadband services

More information

LTE BACKHAUL REQUIREMENTS: A REALITY CHECK

LTE BACKHAUL REQUIREMENTS: A REALITY CHECK By: Peter Croy, Sr. Network Architect, Aviat Networks INTRODUCTION LTE mobile broadband technology is now being launched across the world with more than 140 service providers committed to implement it

More information

Smart MOBILE DEVICES and app COVERAGE

Smart MOBILE DEVICES and app COVERAGE Smart MOBILE DEVICES and app COVERAGE EXTRACT FROM THE ERICSSON MOBILITY REPORT JUNE 2014 Smart MOBILE DEVICES and app COVERAGE Mobile radio network capabilities increase with each new technology generation.

More information

Virtual Leased Line (VLL) for Enterprise to Branch Office Communications

Virtual Leased Line (VLL) for Enterprise to Branch Office Communications Virtual Leased Line (VLL) for Enterprise to Branch Office Communications Reliable high throughput data connections with low-cost & diverse transport technologies Executive Summary: The Truffle Broadband

More information

Jive Core: Platform, Infrastructure, and Installation

Jive Core: Platform, Infrastructure, and Installation Jive Core: Platform, Infrastructure, and Installation Jive Communications, Inc. 888-850-3009 www.getjive.com 1 Overview Jive hosted services are run on Jive Core, a proprietary, cloud-based platform. Jive

More information

Municipal Operations Monitoring

Municipal Operations Monitoring How cities and regional traffic authorities can use extended Ethernet technology to remotely control traffic lights, metering systems, and surveillance cameras. Traditionally, telecommunications carriers

More information

Internet Service Overview

Internet Service Overview Internet Service Overview This article contains information about: Internet Service Provider Networks Digital Subscriber Line (DSL) Cable Internet Fiber Internet Wireless/WIMAX Cellular/Wireless Satellite

More information

How To Send Video At 8Mbps On A Network (Mpv) At A Faster Speed (Mpb) At Lower Cost (Mpg) At Higher Speed (Mpl) At Faster Speed On A Computer (Mpf) At The

How To Send Video At 8Mbps On A Network (Mpv) At A Faster Speed (Mpb) At Lower Cost (Mpg) At Higher Speed (Mpl) At Faster Speed On A Computer (Mpf) At The Will MPEG Video Kill Your Network? The thought that more bandwidth will cure network ills is an illusion like the thought that more money will ensure human happiness. Certainly more is better. But when

More information

Scaling 10Gb/s Clustering at Wire-Speed

Scaling 10Gb/s Clustering at Wire-Speed Scaling 10Gb/s Clustering at Wire-Speed InfiniBand offers cost-effective wire-speed scaling with deterministic performance Mellanox Technologies Inc. 2900 Stender Way, Santa Clara, CA 95054 Tel: 408-970-3400

More information

Connect & Go with WDM PON Ea 1100 WDM PON

Connect & Go with WDM PON Ea 1100 WDM PON Connect & Go with WDM PON Ea 1100 WDM PON ericsson deep Fiber access Connectivity Begins in the Access Speed, connectivity, Efficiency In much the same way the worldwide web changed the traditional voice

More information

VoIP Solutions Guide Everything You Need to Know

VoIP Solutions Guide Everything You Need to Know VoIP Solutions Guide Everything You Need to Know Simplify, Save, Scale VoIP: The Next Generation Phone Service Ready to Adopt VoIP? 10 Things You Need to Know 1. What are my phone system options? Simplify,

More information

Wideband: Delivering the Connected Life

Wideband: Delivering the Connected Life White Paper Wideband: Delivering the Connected Life Subscribers are increasingly demanding many services to many screens. They want the convenience of having services available anytime, anywhere, and on

More information

How To Get High Speed Internet In Australia

How To Get High Speed Internet In Australia ADSL vs Cable Cable subscribers are connected directly to high speed lines while ADSL subscribers are connected directly to medium speed lines Cable subscribers share the line connecting them to neighbourhood

More information

UNDERSTANDING BUSINESS ETHERNET SERVICES

UNDERSTANDING BUSINESS ETHERNET SERVICES UNDERSTANDING BUSINESS ETHERNET SERVICES EMPOWER YOUR BUSINESS TO MEET 21ST CENTURY DEMANDS INTRODUCTION The network is your business has been a mantra for many years indicating how businesses rely more

More information

Chapter 9. Internet. Copyright 2011 John Wiley & Sons, Inc 10-1

Chapter 9. Internet. Copyright 2011 John Wiley & Sons, Inc 10-1 Chapter 9 Internet Copyright 2011 John Wiley & Sons, Inc 10-1 Outline 9.2 - How the Internet Works - Basic Architecture - Connecting to an ISP - Internet Today 9.3 - Internet Access Technologies - DSL

More information

UNDERSTANDING BUSINESS ETHERNET SERVICES

UNDERSTANDING BUSINESS ETHERNET SERVICES EMPOWER YOUR BUSINESS TO MEET 21ST CENTURY DEMANDS INTRODUCTION The network is your business has been a mantra for many years indicating how businesses rely more heavily on being networked between their

More information

Managed 4G LTE WAN: Provide Cost-Effective Wireless Broadband Service

Managed 4G LTE WAN: Provide Cost-Effective Wireless Broadband Service Solution Overview Managed 4G LTE WAN: Provide Cost-Effective Wireless Broadband Service What You Will Learn With the arrival of the fourth-generation (4G) or Long Term Evolution (LTE) cellular wireless

More information

Demystifying Wireless for Real-World Measurement Applications

Demystifying Wireless for Real-World Measurement Applications Proceedings of the IMAC-XXVIII February 1 4, 2010, Jacksonville, Florida USA 2010 Society for Experimental Mechanics Inc. Demystifying Wireless for Real-World Measurement Applications Kurt Veggeberg, Business,

More information

The Future of Communications

The Future of Communications The Future of Communications Cost-Effective Alternatives to ISDN SIP TECHNOLOGY / CLOUD TELEPHONY 0800 206 2107 www.cavcoms.com 0800 206 2107 Cavendish www.cavcoms.com Communications Ltd Cavendish House,

More information

PON Technology A Shift in Building Network Infrastructure. Bob Matthews Technical Manager CommScope Canada

PON Technology A Shift in Building Network Infrastructure. Bob Matthews Technical Manager CommScope Canada PON Technology A Shift in Building Network Infrastructure Bob Matthews Technical Manager CommScope Canada The Evolution to PON In 1980s -1990s, we had: Dial up modems The best data rate we could get from

More information

Enterprise Business Products 2014

Enterprise Business Products 2014 Enterprise Business Products 2014 Enterprise Ethernet Services EPL (Ethernet Private Line) - provides point-to-point connectivity between two business locations with scalable bandwidth speeds via an Ethernet

More information

Business Case for the Brocade Carrier Ethernet IP Solution in a Metro Network

Business Case for the Brocade Carrier Ethernet IP Solution in a Metro Network Business Case for the Brocade Carrier Ethernet IP Solution in a Metro Network Executive Summary The dramatic rise of multimedia applications in residential, mobile, and business networks is continuing

More information

C20.0001 Information Systems for Managers Fall 1999

C20.0001 Information Systems for Managers Fall 1999 New York University, Leonard N. Stern School of Business C20.0001 Information Systems for Managers Fall 1999 Networking Fundamentals A network comprises two or more computers that have been connected in

More information

WIRELESS IN THE METRO PACKET MICROWAVE EXPLAINED

WIRELESS IN THE METRO PACKET MICROWAVE EXPLAINED WIRELESS IN THE METRO PACKET MICROWAVE EXPLAINED RAJESH KUMAR SUNDARARAJAN Assistant Vice President - Product Management, Aricent Group WIRELESS IN THE METRO PACKET MICROWAVE EXPLAINED This whitepaper

More information

HIGH-SPEED CONNECTIVITY FOR TODAY S GROWING BUSINESSES

HIGH-SPEED CONNECTIVITY FOR TODAY S GROWING BUSINESSES HIGH-SPEED CONNECTIVITY FOR TODAY S GROWING BUSINESSES Deliver Stability and Blazing Performance with Dedicated Internet Access Solutions FIBER For today s companies, fast Internet connectivity has moved

More information

CARRIER MPLS VPN September 2014

CARRIER MPLS VPN September 2014 CARRIER MPLS VPN September 2014 SERVICE OVERVIEW The International MPLS IP-VPN service provides a full range of VPN connectivity solutions, including: Carrier MPLS IP VPN: dedicated to operators looking

More information

Reliable high throughput data connections with low-cost & diverse transport technologies

Reliable high throughput data connections with low-cost & diverse transport technologies Virtual Leased Line (VLL) for Communications between Offices Reliable high throughput data connections with low-cost & diverse transport technologies Executive Summary: The Truffle Broadband Bonding Network

More information

White Paper: Virtual Leased Line

White Paper: Virtual Leased Line Executive Summary: Virtual Leased Line (VLL) for high throughput and high reliability Enterprise Branch Office Communications The Truffle Broadband Bonding Network Appliance enables enterprise branch offices

More information

Region 10 Videoconference Network (R10VN)

Region 10 Videoconference Network (R10VN) Region 10 Videoconference Network (R10VN) Network Considerations & Guidelines 1 What Causes A Poor Video Call? There are several factors that can affect a videoconference call. The two biggest culprits

More information

Traffic Engineering & Network Planning Tool for MPLS Networks

Traffic Engineering & Network Planning Tool for MPLS Networks Traffic Engineering & Network Planning Tool for MPLS Networks Dr. Associate Professor, Department of Electrical Engineering Indian Institute of Technology Bombay, Powai, Mumbai 76 Founder & Director, Vegayan

More information

Community Forum Agenda October 2012

Community Forum Agenda October 2012 Community Forum Agenda October 2012 Topic Welcome CEKC/WSUE LTPT Project Scope Forums Survey Data Results LTPT Next Steps Broadband 101/Map Q&A Websites Mapping Survey Complete Survey Close/Next Steps

More information

Optimizing Enterprise Network Bandwidth For Security Applications. Improving Performance Using Antaira s Management Features

Optimizing Enterprise Network Bandwidth For Security Applications. Improving Performance Using Antaira s Management Features Optimizing Enterprise Network Bandwidth For Security Applications Improving Performance Using Antaira s Management Features By: Brian Roth, Product Marketing Engineer April 1, 2014 April 2014 Optimizing

More information

Telecom Applications:

Telecom Applications: Wireless Broadband: As the global economy continues to expand, so does the demand for information. This information needs to be abundant, diversified, instant, scattered and mobile, all at the same time.

More information

Delivering Triple-Play Services via a Converged. Network: A Triple-Play Solution Guide

Delivering Triple-Play Services via a Converged. Network: A Triple-Play Solution Guide Delivering Triple-Play Services via a Converged Network: A Triple-Play Solution Guide Overview As new technologies become mature and the expectations of bandwidth and advanced services requested from customers

More information

Truffle Broadband Bonding Network Appliance

Truffle Broadband Bonding Network Appliance Truffle Broadband Bonding Network Appliance Reliable high throughput data connections with low-cost & diverse transport technologies PART I Truffle in standalone installation for a single office. Executive

More information

SummitStack in the Data Center

SummitStack in the Data Center SummitStack in the Data Center Abstract: This white paper describes the challenges in the virtualized server environment and the solution that Extreme Networks offers a highly virtualized, centrally manageable

More information

Wireless Broadband Access

Wireless Broadband Access Wireless Broadband Access (Brought to you by RMRoberts.com) Mobile wireless broadband is a term used to describe wireless connections based on mobile phone technology. Broadband is an electronics term

More information

R2. The word protocol is often used to describe diplomatic relations. How does Wikipedia describe diplomatic protocol?

R2. The word protocol is often used to describe diplomatic relations. How does Wikipedia describe diplomatic protocol? Chapter 1 Review Questions R1. What is the difference between a host and an end system? List several different types of end systems. Is a Web server an end system? 1. There is no difference. Throughout

More information

Application Note Gigabit Ethernet Port Modes

Application Note Gigabit Ethernet Port Modes Application Note Gigabit Ethernet Port Modes Application Note Gigabit Ethernet Port Modes Table of Contents Description... 3 Benefits... 4 Theory of Operation... 4 Interaction with Other Features... 7

More information

TC Infrastructure & Application Operations. Direct Network Links.

TC Infrastructure & Application Operations. Direct Network Links. TC Infrastructure & Application Operations. Direct Links. This offering as part of the portfolio cluster. Direct Links Installation & Maintenance IT Infrastructure & Application Operations TC Infrastructure

More information

Latency on a Switched Ethernet Network

Latency on a Switched Ethernet Network Application Note 8 Latency on a Switched Ethernet Network Introduction: This document serves to explain the sources of latency on a switched Ethernet network and describe how to calculate cumulative latency

More information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.

More information

CTS2134 Introduction to Networking. Module 07: Wide Area Networks

CTS2134 Introduction to Networking. Module 07: Wide Area Networks CTS2134 Introduction to Networking Module 07: Wide Area Networks WAN cloud Central Office (CO) Local loop WAN components Demarcation point (demarc) Consumer Premises Equipment (CPE) Channel Service Unit/Data

More information

Broadband Networks Virgil Dobrota Technical University of Cluj-Napoca, Romania Virgil.Dobrota@com.utcluj.ro

Broadband Networks Virgil Dobrota Technical University of Cluj-Napoca, Romania Virgil.Dobrota@com.utcluj.ro Broadband Networks Virgil Dobrota Technical University of Cluj-Napoca, Romania Virgil.Dobrota@com.utcluj.ro Copyright Virgil Dobrota 2007-2008, All rights reserved 1 Course 12 - Outline 46. NGN Next Generation

More information

VIA COLLAGE Deployment Guide

VIA COLLAGE Deployment Guide VIA COLLAGE Deployment Guide www.true-collaboration.com Infinite Ways to Collaborate CONTENTS Introduction... 3 User Experience... 3 Pre-Deployment Planning... 3 Connectivity... 3 Network Addressing...

More information

Rethinking the Small Cell Business Model

Rethinking the Small Cell Business Model CASE STUDY Intelligent Small Cell Trial Intel Architecture Rethinking the Small Cell Business Model In 2011 mobile data traffic experienced a 2.3 fold increase, reaching over 597 petabytes per month. 1

More information

YOUR CANADIAN CONNECTION

YOUR CANADIAN CONNECTION YOUR CANADIAN CONNECTION Rogers Carrier Services offers domestic and international wholesale partners a broad range of innovative telecommunications services featuring the performance, scalability and

More information

Layer 3 Network + Dedicated Internet Connectivity

Layer 3 Network + Dedicated Internet Connectivity Layer 3 Network + Dedicated Internet Connectivity Client: One of the IT Departments in a Northern State Customer's requirement: The customer wanted to establish CAN connectivity (Campus Area Network) for

More information

Network Infrastructure Considerations for Smart Grid Strategies By Jim Krachenfels, Marketing Manager, GarrettCom, Inc.

Network Infrastructure Considerations for Smart Grid Strategies By Jim Krachenfels, Marketing Manager, GarrettCom, Inc. Network Infrastructure Considerations for Smart Grid Strategies By Jim Krachenfels, Marketing Manager, GarrettCom, Inc. The Smart Grid is having a decided impact on network infrastructure design and the

More information

Smart Solutions for Network IP Migration

Smart Solutions for Network IP Migration for Network IP Migration Network Access Timing and Synchronization Test & Measurement Agenda: Architectures and Topologies Product life cycle Media and Protocol Conversion Application Cases Conclusion

More information

Uninterrupted Internet:

Uninterrupted Internet: Uninterrupted Internet: Maximizing Revenue and Minimizing Business Risk with 3G/4G Failover White Paper Page 1 Table of Contents Executive Summary... 3 Considering The Options: Upgrades, Redundancy and

More information

HIGH-PERFORMANCE SOLUTIONS FOR MONITORING AND SECURING YOUR NETWORK A Next-Generation Intelligent Network Access Guide OPEN UP TO THE OPPORTUNITIES

HIGH-PERFORMANCE SOLUTIONS FOR MONITORING AND SECURING YOUR NETWORK A Next-Generation Intelligent Network Access Guide OPEN UP TO THE OPPORTUNITIES HIGH-PERFORMANCE SOLUTIONS FOR MONITORING AND SECURING YOUR NETWORK A Next-Generation Intelligent Network Access Guide OPEN UP TO THE OPPORTUNITIES Net Optics solutions dramatically increase reliability,

More information

IP Express Multi-Service IP DSLAM

IP Express Multi-Service IP DSLAM IP Express The importance of Broadband IP Access has been demonstrated by the year-after-year increase of new and innovative Internet, Voice, and Video applications. The adoption of IP gives service providers

More information

Fundamentals of MPLS for Broadcast Applications

Fundamentals of MPLS for Broadcast Applications Fundamentals of MPLS for Broadcast Applications Ron Clifton, P. Eng., BAS c, MAS c CliftonGroup International Limited Page: 1 The Paradigm Shift The connectivity and technology exist today to implement

More information

WHITEPAPER MPLS: Key Factors to Consider When Selecting Your MPLS Provider

WHITEPAPER MPLS: Key Factors to Consider When Selecting Your MPLS Provider WHITEPAPER MPLS: Key Factors to Consider When Selecting Your MPLS Provider INTRODUCTION Multiprotocol Label Switching (MPLS), once the sole domain of major corporations and telecom carriers, has gone mainstream

More information

app coverage applied EXTRACT FROM THE ERICSSON MOBILITY REPORT

app coverage applied EXTRACT FROM THE ERICSSON MOBILITY REPORT app applied EXTRACT FROM THE ERICSSON MOBILITY REPORT NOVEMBER 2013 App COVERAGE applied The use of smartphones and tablets has caused a surge in mobile data around the world. Today, users want reliable

More information

Simplifying the Data Center Network to Reduce Complexity and Improve Performance

Simplifying the Data Center Network to Reduce Complexity and Improve Performance SOLUTION BRIEF Juniper Networks 3-2-1 Data Center Network Simplifying the Data Center Network to Reduce Complexity and Improve Performance Challenge Escalating traffic levels, increasing numbers of applications,

More information

the amount of data will grow. It is projected by the industry that utilities will go from moving and managing 7 terabytes of data to 800 terabytes.

the amount of data will grow. It is projected by the industry that utilities will go from moving and managing 7 terabytes of data to 800 terabytes. Before the Department of Energy Washington, D.C. 20585 In the Matter of Implementing the National Broadband Plan by Studying the Communications Requirements of Electric Utilities To Inform Federal Smart

More information

Genexis FTTH Network Architecture

Genexis FTTH Network Architecture Genexis FTTH Network Architecture An introduction to the Genexis FTTH Network Architecture This document contains general information about the Genexis FTTH Network Architecture. Contents 1. Introduction...2

More information

Auspex Support for Cisco Fast EtherChannel TM

Auspex Support for Cisco Fast EtherChannel TM Auspex Support for Cisco Fast EtherChannel TM Technical Report 21 Version 1.0 March 1998 Document 300-TC049, V1.0, 980310 Auspex Systems, Inc. 2300 Central Expressway Santa Clara, California 95050-2516

More information

By: Mohsen Aminifar Fall 2014

By: Mohsen Aminifar Fall 2014 By: Mohsen Aminifar Fall 2014 Contact Information: E-Mail: m.aminifar@modares.ac.ir admin@parsenet.ir Phone : 021-22919726 09128442885 Website : http://parsenet.ir http://aminifar.ir SMS Center : 5000262175

More information

1.264 Lecture 36 (Solutions)

1.264 Lecture 36 (Solutions) 1.264 Lecture 36 (Solutions) Telecom: Wireless networks Next class: Green chapter 31,33, 36, 39. No exercise. 1 Exercise Design a system for an intercity rail passenger train to provide Internet access

More information

The Next Generation Network:

The Next Generation Network: JULY, 2012 The Next Generation Network: Why the Distributed Enterprise Should Consider Multi-circuit WAN VPN Solutions versus Traditional MPLS Tolt Solutions Network Services 125 Technology Drive Suite

More information

NComputing L-Series LAN Deployment

NComputing L-Series LAN Deployment NComputing L-Series LAN Deployment Best Practices for Local Area Network Infrastructure Scope: NComputing s L-Series terminals connect to a host computer through an Ethernet interface and IP protocol.

More information

The Future is Hybrid

The Future is Hybrid Leveraging the Internet for broadcast video contribution Creating a hybrid contribution network that brought new easeof-use and cost-effectiveness to a major American broadcaster. April 1, 2015 Page 2

More information

VIA CONNECT PRO Deployment Guide

VIA CONNECT PRO Deployment Guide VIA CONNECT PRO Deployment Guide www.true-collaboration.com Infinite Ways to Collaborate CONTENTS Introduction... 3 User Experience... 3 Pre-Deployment Planning... 3 Connectivity... 3 Network Addressing...

More information

Completely Integrated and Customizable Media Services

Completely Integrated and Customizable Media Services FACT SHEET: Solutions for Digital Media Companies Overview Completely Integrated and Customizable Media Services POST Telecom provides completely integrated broadcasting and OTT services for digital media

More information

How To Choose A Hosting Package For Your Website

How To Choose A Hosting Package For Your Website 1 / 13 The beginner s guide to web hosting 2 / 13 Got a domain name with no place to go? Confused by jargon-filled chatter about hosting and bandwidth? Just want to know enough to get your business online?

More information

NETWORK ISSUES: COSTS & OPTIONS

NETWORK ISSUES: COSTS & OPTIONS VIDEO CONFERENCING NETWORK ISSUES: COSTS & OPTIONS Prepared By: S. Ann Earon, Ph.D., President Telemanagement Resources International Inc. Sponsored by Vidyo By:S.AnnEaron,Ph.D. Introduction Successful

More information

Forecast of Mobile Broadband Bandwidth Requirements

Forecast of Mobile Broadband Bandwidth Requirements Forecast of Mobile Broadband Bandwidth Requirements s Executive Summary The consumption of video content is creating a shift from use in the home to mobile devices. This is driving exponential increases

More information

SummitStack in the Data Center

SummitStack in the Data Center SummitStack in the Data Center Abstract: This white paper describes the challenges in the virtualized server environment and the solution Extreme Networks offers a highly virtualized, centrally manageable

More information

Virtual Private LAN Service (VPLS)

Virtual Private LAN Service (VPLS) Virtual Private LAN Service (VPLS) Walking through Wan history, from the early days Leased lines Customers subscribe to dedicated point-to-point links Cost prohibitive for customers Started in the 1980

More information

Introduction to Computer Networking: Trends and Issues

Introduction to Computer Networking: Trends and Issues Introduction to Computer Networking: Trends and Issues Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu Indo-US Collaboration in Engineering Education (IUCEE) Webinar,

More information

Making the Case for Satellite: Ensuring Business Continuity and Beyond. July 2008

Making the Case for Satellite: Ensuring Business Continuity and Beyond. July 2008 Making the Case for Satellite: Ensuring Business Continuity and Beyond July 2008 Ensuring Business Continuity and Beyond Ensuring business continuity is a major concern of any company in today s technology

More information

Maximizing the Impact of Optical Technology OFC/NFOEC 2007

Maximizing the Impact of Optical Technology OFC/NFOEC 2007 Maximizing the Impact of Optical Technology OFC/NFOEC 2007 Mark Wegleitner Senior VP Technology, CTO Verizon March 27, 2007 Traffic Growth 2000 Video downloads 1500 1000 700 600 500 400 300 200 100 0 0

More information

Ensuring Real-Time Traffic Quality

Ensuring Real-Time Traffic Quality Ensuring Real-Time Traffic Quality Summary Voice and video calls are traffic that must arrive without delay at the receiving end for its content to be intelligible. This real-time traffic is different

More information

Intelligent Policy Enforcement for LTE Networks

Intelligent Policy Enforcement for LTE Networks The New Digital Lifestyle and LTE Intelligent Policy Enforcement for LTE Networks Mobile data networks are an essential tool in our hyperconnected society for streaming video, social networking, and collaboration.

More information

Disaster Recovery Design Ehab Ashary University of Colorado at Colorado Springs

Disaster Recovery Design Ehab Ashary University of Colorado at Colorado Springs Disaster Recovery Design Ehab Ashary University of Colorado at Colorado Springs As a head of the campus network department in the Deanship of Information Technology at King Abdulaziz University for more

More information

Radware s Smart IDS Management. FireProof and Intrusion Detection Systems. Deployment and ROI. North America. International. www.radware.

Radware s Smart IDS Management. FireProof and Intrusion Detection Systems. Deployment and ROI. North America. International. www.radware. Radware s Smart IDS Management FireProof and Intrusion Detection Systems Deployment and ROI North America Radware Inc. 575 Corporate Dr. Suite 205 Mahwah, NJ 07430 Tel 888 234 5763 International Radware

More information

Introduction. Abusayeed Saifullah. CS 5600 Computer Networks. These slides are adapted from Kurose and Ross

Introduction. Abusayeed Saifullah. CS 5600 Computer Networks. These slides are adapted from Kurose and Ross Introduction Abusayeed Saifullah CS 5600 Computer Networks These slides are adapted from Kurose and Ross Goals of This Course v Be familiar with Fundamental network topics Some advanced topics State-of-the-art

More information

Making Communities Better with Broadband

Making Communities Better with Broadband * Making Communities Better with Broadband So Many Choices!!!!!! Where Do I Even Start? *Where to Begin *Start With Your Community *Demographics *Current Needs *Vision for the Future *Strengths and Challenges

More information

Information Communications Technology (ICT) Innovations Category

Information Communications Technology (ICT) Innovations Category A. Project Title 2008 NASCIO Recognition Awards The District of Columbia Public Schools Communications Enhancement Project Information Communications Technology (ICT) Innovations Category 1 EXECUTIVE SUMMARY

More information

IP Quality of Service (QoS) Applications and Service Examples. Andrew Coward Technical Director, Asia Pacific Unisphere Networks

IP Quality of Service (QoS) Applications and Service Examples. Andrew Coward Technical Director, Asia Pacific Unisphere Networks IP Quality of Service (QoS) Applications and Service Examples Andrew Coward Technical Director, Asia Pacific Unisphere s Introduction Applications should drive the demands of our IP networks. Delivering

More information

White Paper: Broadband Bonding with Truffle PART I - Single Office Setups

White Paper: Broadband Bonding with Truffle PART I - Single Office Setups PART I - Single Office Setups Truffle boosting WAN banwidth and reliability for a single office The Truffle Broadband Bonding Network Appliance enables an SMB (Small and Medium Sized Business) or an enterprise

More information

The Keys for Campus Networking: Integration, Integration, and Integration

The Keys for Campus Networking: Integration, Integration, and Integration The Keys for Campus Networking: Introduction Internet Protocol (IP) is considered the working-horse that the vast majority of current and future applications use as the key technology for information exchange,

More information

Scaling the Control Plane with the Ericsson Smart Services Router

Scaling the Control Plane with the Ericsson Smart Services Router Scaling the Control Plane with the Ericsson Smart Services Router Executive Summary Network bandwidth usage is growing at annual rates of 60 percent or more because of the rapid adoption of video and cloud

More information

WAN. Introduction. Services used by WAN. Circuit Switched Services. Architecture of Switch Services

WAN. Introduction. Services used by WAN. Circuit Switched Services. Architecture of Switch Services WAN Introduction Wide area networks (WANs) Connect BNs and LANs across longer distances, often hundreds of miles or more Typically built by using leased circuits from common carriers such as AT&T Most

More information

1.1 Overview of the ChromeLab Components

1.1 Overview of the ChromeLab Components 1.1 Overview of the ChromeLab Components Module 1.1: Training Objective The objective of this module is to provide detailed product training to the participant of this course. The trainee when they have

More information

High Availability Solutions & Technology for NetScreen s Security Systems

High Availability Solutions & Technology for NetScreen s Security Systems High Availability Solutions & Technology for NetScreen s Security Systems Features and Benefits A White Paper By NetScreen Technologies Inc. http://www.netscreen.com INTRODUCTION...3 RESILIENCE...3 SCALABLE

More information

Solutions Guide. Resilient Networking with EPSR

Solutions Guide. Resilient Networking with EPSR Solutions Guide Resilient Networking with EPSR Introduction IP over Ethernet is now a well-proven technology in the delivery of converged services. Ethernet-based Triple-Play services have become an established

More information

Storage Area Networks (SANs) and iscsi Protocol An Introduction to New Storage Technologies

Storage Area Networks (SANs) and iscsi Protocol An Introduction to New Storage Technologies Page 1 Storage Area Networks (SANs) and iscsi Protocol An Introduction to New Storage Technologies Introduction This paper explains the concepts of Storage Area Network or SAN, iscsi technology and how

More information

DOMINO Broadband Bonding Network

DOMINO Broadband Bonding Network 2 DOMINO AGGREGATION DE VOIES ETHERNET N 1 Bridging to the Future par [Hypercable] DOMINO DOMINO Broadband BondingTM Network Appliance With cellular data card failover/aggregation capability DANS CE NUMERO

More information

Broadband Is Like Oxygen to Rural America What Technology and Companies Will Provide It?

Broadband Is Like Oxygen to Rural America What Technology and Companies Will Provide It? KIT CARSON ELECTRIC COOPERATIVE, INC. Broadband Is Like Oxygen to Rural America What Technology and Companies Will Provide It? Luis A. Reyes Jr., Chief Executive Officer & General Manager Kit Carson Electric

More information