Telecom. White Paper. An Abstraction of Failure-free Software Defined Network. Enhancing network performance and ensuring connectivity

Size: px
Start display at page:

Download "Telecom. White Paper. An Abstraction of Failure-free Software Defined Network. Enhancing network performance and ensuring connectivity"

Transcription

1 Telecom White Paper A Abstractio of Failure-free Software Defied Network Ehacig etwork performace ad esurig coectivity

2 About the Authors Sumit Kapoor Sumit Kapoor is a Lead Solutios Egieer i TCS Techology Busiess Uit focussig o Software Defied Networkig (SDN) protocols, SDN cotrollers ad SDN applicatios. With aroud eight years of experiece, Sumit plays a key role i ideatig ad implemetig SDN applicatios ad solutio accelerators. He is also a active cotributor to the ope-source commuity (OpeDayLight SDN Cotroller). Divya Chaudhary Divya Chaudhary is a Egieer i TCS Telecom idustry services uit, focusig o techologies such as SDN ad virtualizatio. She actively cotributes to the implemetatio of solutio accelerators i ext geeratio techologies. Partha Datta Partha Datta is the Associate Head of TCS Techology Busiess Uit resposible for ext geeratio R&D iitiatives (Telco cloud Virtualizatio, Software Defied Networkig) with focus o telecom equipmet vedors. He has 16 years of experiece egagig with leadig telecom equipmet vedors across the US ad EMEA. Partha advocates a holistic view of solutios from a busiess as well as a techical perspective to eable value added trasformatios drive by ext-geeratio techologies.

3 Abstract With the advet of always-o, always-coected, user-cetric applicatios, the eed for greater badwidth has icreased expoetially. Software Defied Networkig (SDN) is fast gaiig tractio as the etworkig ecosystem of choice i this cotext. Deliverig a cotrol plae with a programmable iterface to maage the etwork, SDN has tremedous potetial to help deliver uiterrupted coectivity ad ehaced etwork performace. Oe of the fudametal requiremets of SDN is recoverig from etwork failure which curretly depeds o software recovery logic implemeted by developers o a per module basis. To eable seamless recovery from etwork failure, this paper discusses the use of a shadow SDN cotroller (OpeDayLight) ad a SDN applicatio (SDN App). Upo failure of oe istace of the etwork, the SDN app leverages the shadow SDN cotroller to emulate the etwork without the failed compoet ad compute the applicable ew flows/paths.¹ The result is a abstractio of a failure-free etwork, based o the teets of the SDN cotroller, Northboud APIs, ad SDN applicatio. This paper presets the performace bechmarkig results for a typical etwork with 400 SDN odes (scope of scalig to 5000 odes) ad 10,000 flows per secod, usig this approach. [1] SIGCOMM, Automatic Failure Recovery for Software-Defied Networks (Aug 2013), accessed 23 May 2015,

4 Cotets Esurig Uiterrupted Network Coectivity 5 Recoverig from Network Failure i SDN: The Curret Shortcomigs 5 Implemetig Network Abstractio: A Techical Perspective 6 Challeges of Network Abstractio 8 Uderstadig the Desig Cosideratios 8 Puttig the Cocept to Test: Implemetatio ad Test Aalysis 10 Improvig the Proof-of-cocept: Future Scope of Work 14 Augmetig Network without Failure 14

5 Esurig Uiterrupted Network Coectivity Failure recovery is a critical focus area for ay etwork, be it legacy or Software Defied Networks (SDN). To this ed, i curret SDN cotrollers, every time a SDN applicatio is implemeted, it icludes its ow failure recovery logic. However, this approach is error proe ad time cosumig, resultig i icremetal work for the developer every time a ew applicatio is desiged. To address this limitatio, we recommed a viable approach leveragig the SDN cotroller (OpeDayLight) to recover from etwork failures at ru-time ad esure cotiuous ad hassle-free etwork coectivity. A SDN applicatio (SDN app) is implemeted to provide failure-free etwork abstractio o a SDN cotroller maaged SDN ecosystem. Typically the SDN app will help: Detect etwork failure Facilitate services to record key evets O etwork failure trigger, replay key evets to the emulated etwork cosistig of a shadow SDN cotroller Re-compute cotroller state ad trasfer it to the primary SDN cotroller This paper presets the desig ad approach for a SDN app that ca abstract a failure free software defied etwork. Recoverig from Network Failure i SDN: The Curret Shortcomigs For every SDN app, failure recovery requires the presece of additioal software logic at the cotroller. I curret approaches, developers implemet redudat failure recovery for every applicatio ad cotroller module, which icreases the probability of bugs. The easiest approach is to fid rules/flows pertaiig to the failed ode ad deletig them. However, this may result i etwork discrepacy (traffic disruptio, quality of service degradatio, forwardig loops, ad so o.) The existig failure recovery i SDN icludes the followig steps: Whe failure (lik/ode up/dow/out-of-service) occurs i the etwork, a PortStatus message is set to the cotroller idicatig that a error has occurred The cotroller re-looks at the topology ad istalls ew forwardig rules o the basis of the modified topology Oce ew rules are cofigured successfully, the traffic starts flowig accordig to the ew rules 5

6 These are the drawbacks of the curret recovery ad post-recovery process: Failure recovery is performed by specific software logic ruig at the cotroller, which meas that each cotroller applicatio must iclude its ow recovery logic. Failure recovery is depedet o the cotroller i the absece of failure recovery logic i the SDN applicatio. This ofte results i droppig of applicatio related packets (traffic disruptio for a delayed time) by the cotroller. Pre-computed backup paths are ot eough to improve failure resiliece i SDN. They typically provide a immediate workaroud to failure, but might shift traffic to follow suboptimal paths. Traffic that is redirected to aother backup path leads to cogestio, as the path might have existig traffic. Failure recovery has typically bee left out of the desig of SDN cotroller platforms, compellig developers to implemet idepedet algorithms or customized approaches to eable recovery. Implemetig Network Abstractio: A Techical Perspective A abstractio of failure free etwork² is a approach where the cotroller is completely uaware of ay failures, yet operates efficietly over the modified etwork. The SDN app for failure abstractio is maaged by a statefull workflow maager ad works broadly i three modes Record, Recovery, ad Recofiguratio (RRR). Record mode: Records the key evets (for example, PacketIN comig from the edge odes) resposible for the primary SDN cotroller s rule istallatios i the etwork ad stores them i a database i real-time. The record mode exteds additioal fuctioalities of Filter (prues ad records oly ecessary evets) ad Expire (deletes evets whose correspodig rules have expired). Replay mode: Upo detectio of a etwork failure, the SDN app triggers a emulated etwork without the failed etwork compoet that works with a clea copy (shadow) of the SDN cotroller. It the replays key evets to the emulated etwork. Recofigure: Trasitios the real etwork to the ewly derived emulated etwork state. The SDN app starts i the record mode, where the moitorig script moitors the etwork for ay failures, while a shadow OpeDayLight Cotroller rus parallely i the etwork. The shadow SDN cotroller is a clea copy of the primary cotroller with the same set of features. [2] SIGCOMM, Automatic Failure Recovery for Software-Defied Networks (Aug 2013), accessed 23 May 2015, 6

7 Let s cosider a sceario where a fault (ode out-of-service) occurs o oe of the SDN odes (Figure 1). Fault - Node OOS Figure 1: Fault detected i Software Defied Network Upo detectio of ay failure i the primary etwork, the SDN app triggers a shadow etwork for the shadow SDN cotroller. This emulates the primary etwork without the failed ode. Oce the shadow etwork is up ad ruig, the packet iformatio recorded i the database durig the record mode is used to recreate ad replay the packet over the shadow etwork usig APIs of the OpeDayLight Cotroller. This replay leads to computatio of ew forwardig rules by the shadow SDN cotroller o the basis of the shadow etwork. Oce the shadow SDN cotroller istalls the flows o the shadow etwork, the delta flows of the shadow ad primary etwork flows are used to recofigure the primary etwork. This helps recover the etwork from failure. Figure 2 showcases the logical code flow of the applicatio. Primary etwork 1 Network Moitorig Topology chages detected 8 2 NO YES Record mode Recovery mode Record all Packet I messages Record all flows Workflow maager 14 5 Filter primary ad implied evets SDN App - Primary Cotroller SDN App Shadow Cotroller 10 Rebuild the etwork topology 11 without the affected ode 6 12 Retrieve PacketI messages Associate the flow message with the PacketI messages 7 Database 13 Batch process clea up expired flow Replay Capture flows Shadow etwork Figure 2: Logical Code Flow of the SDN App 7

8 After the recovery, the shadow SDN cotroller is cleaed up ad the moitorig script starts moitorig the primary etwork agai for ay subsequet failures. Challeges of Network Abstractio While etwork abstractio is a viable optio, there are some challeges i its implemetatio that call for further research ad refiemet. Some of the mai challeges are: Fast ad efficiet emulated etwork creatio Whe a failure is detected i the primary etwork, the time take for creatig the shadow etwork should be as low as possible to esure effective applicatio performace For a 5 ode topology, it merely takes a few secods to brig up the shadow etwork, but as the size of the primary etwork grows, so does the time take for creatig the shadow etwork Quick ad efficiet replay For the SDN cotroller to compute forwardig rules for primary as well as implied evets, the packet eeds to be recreated from packets captured before failure These recreated packets are the replayed over the shadow etwork by trasmittig them to the correspodig switches The replay mechaism should be fast ad efficiet to esure it does ot impact the performace of the SDN app Uderstadig the Desig Cosideratios The SDN app architecture (Figure 3) cosists of the core fuctioal modules that process, iter-work ad eable the failure-free abstractio. Network Moitor Tolopogy Service Workflow Maager Packet/Flow Mod Logger Database Packet Replay Flow Capture Recovery SDN Cotroller Iterface Northboud API Iterface Northboud API Capture flows (script) Software Defied Network (Live Network) Emulated Network (Miiet) Host Host Figure 3: Architecture of the SDN App 8

9 The fuctioality ad the techical details of the modules are as follows: Network evets loggig: The packet/flow mod logger module of the SDN app leverages IDataPacketService of the service abstractio layer (SAL) (Iterface: IListeDataPacket) to capture the PacketIN message streamig ito the primary etwork. The SDN app writes the PacketI message ito the database ad captures Flow-Mod message usig Flow Logger ForwardigRulesMaager Service of SAL (Iterface: IForwardigRulesMaager). The flow messages are associated with the PacketIN messages ad stored i the database. This module is also resposible for distiguishig betwee primary ad implied evets i the etwork. It logs oly the primary evets ad lets the shadow cotroller propagate ad cause all related implied evets. While primary evets are packets received at the igress ports, which are resposible for computatio of forwardig rules by the primary SDN cotroller, implied evets are all other evets caused by the same packet through the etwork. Failure detectio ad moitorig: The etwork moitorig module moitors the primary etwork for ay failure scearios. It detects etwork failures based o port status message or chage i umber of edges i the primary etwork usig Topology Northboud REST API of OpeDayLight. The module the iforms the workflow maager module about the failure. This module ot oly raises the required trigger upo failure but also creates the shadow etwork without the failed ode oce the shadow cotroller is up ad ruig. The workflow maager is a statefull module that maages the etire applicatio workflow from record mode ad replay to recofiguratio alog with other itermediate states. Copyig cotroller state ad activatig emulated etwork without the failed ode: The Topology Northboud REST API is used for creatig the shadow etwork over miiet. A key challege faced durig this process is disparities betwee the ode coector idetificatio (IDs) ad ports i the primary ad shadow cotroller. To solve this issue, the ode coector IDs ad ports of primary ad secodary etworks eed to be mapped. This ca be doe usig module accessig OpeDayLight's HostTracker Northboud REST API to get iformatio about active hosts preset i the primary etwork. Network moitorig triggers the workflow maager to start recovery mode wheever failure is detected i the etwork. Oce the shadow etwork is created o miiet ad the shadow cotroller is activated, the workflow maager iitiates the replay mode. After all the packets have bee replayed ad flows writte o the shadow etwork, the workflow maager accesses these flows usig Flowprogrammer Northboud REST API of OpeDayLight. It also cofigures delta of primary ad shadow etwork flows oto the primary etwork to esure successful recovery from failure. Network evets replay ad flow capture: The mai aim of recovery is to compute the etwork state as if o failure has occurred ad the failed ode was ot a part of the topology from the begiig. It also aims at trasitioig the primary etwork to the ewly derived state. The packet replay module feeds the shadow cotroller with the primary evets such as PacketIN recorded by the primary cotroller before the failure. The packet data stored i byte form i the database is used to recreate a raw packet usig DataPacketService of OpeDayLight cotroller. Oce a raw packet is created, it is trasmitted to the igress port of the switch, ad is replayed oto the shadow etwork. Sice the shadow etwork is 9

10 differet from the primary etwork, the decisios made by the cotroller are also differet. Hece, the replay of packets causes implied evets ad the cotroller computes ew forwardig rules to be istalled o the switches of the modified etwork. These forwardig rules are captured by flow capture recovery module usig OpeDayLight's Flowprogrammer API ad are forwarded to workflow maager. Network recofiguratio: The workflow maager compares these ewly istalled rules with the old rules writte o the primary etwork. The differeces i these flows are istalled o the primary etwork elemets usig Opedaylight's Flowprogrammer API. Ehacig quality: The SDN app icludes the followig features to eable optimizatio of evet recordig ad purgig: Filter evets: Loggig oly primary evets (ad ot implied evets), ot oly saves database space but also reduces the replay time as the SDN app replays oly primary evets. Also primary evets whe replayed cause implied evets, which is the best way to regeerate implied evets. Removig expired evets: A large umber of packets are received i a real etwork. Therefore, to avoid database etries growig extesively, the SDN app supports batch processes to filter out PacketINs with correspodig expired FlowMod messages. Parallel replay of idepedet evets: The SDN app replays idepedet evets i parallel batches, optimizig performace ad substatially reducig the replay time. Re-moitorig the etwork oce recofiguratio is successful: The SDN app cleas up the shadow cotroller after recovery ad restarts the moitorig module, eablig it to hadle ay follow-up failures. It also facilitates plaed maiteace of etworks. Puttig the Cocept to Test: Implemetatio ad Test Aalysis For the proof-of-cocept of the failure-free SDN etwork, 4 GB, Itel dual-core, Ubutu 14.04, virtual machies were used. Co-residet OpeDaylight SDN cotrollers (primary ad shadow) alog with co-residet etworks (primary ad shadow) were the core compoets of the setup. The proof-of-cocept was tested with 5 odes, ad scaled up up to 400 odes. The primary etwork ad the cotroller start with a combied clea state, which is modified i respose to opeflow messages. The SDN app works i the record mode till ay failures are ecoutered by the target etwork. 10

11 A shadow cotroller rus parallel to the primary cotroller. As depicted i figure 4, the traffic status is emulated by etwork pig to showcase the operatios of the SDN app i extedig the abstractio of a failure free software defied etwork. Figure 4: SDN App Workig i Record ad Moitorig mode 11

12 As show i figure 5, upo failure, a shadow etwork is created replicatig the primary etwork without the failed ode. The SDN app eters the recovery mode. Post shadow etwork creatio, recorded packets are recreated ad replayed o the etwork. Shadow SDN cotroller discovers the revised etwork ad computes ew forwardig rules. Delta flows are the recofigured o the primary SDN cotroller ad etwork. Figure 5: SDN App Workig i Replay ad Recovery mode 12

13 Oce the primary etwork is recovered, the shadow cotroller is cleaed ad the moitorig script starts moitorig the etwork agai to hadle ay follow-up failures as show i figure 6. Figure 6: SDN App Restartig i Moitorig Mode Proof of Cocept Setup ad results POC setup Ubutu 14.04, 4GB, Itel Dual Core Co-residet OpeDaylight cotroller (primary ad shadow) Co-residet SDN etwork (primary ad shadow etwork) Scalability setup The applicatio scaled for odes 100 Nodes 4100 Nodes Captured packet replay scaled from 10K - 40K flows 10 K 20 K 30 K 40 K Figure 7: Performace Bechmarkig 13

14 Over 40K packets were stored i the database ad replayed over the shadow etwork. Figure 7 shows the efficiecy iduced by the SDN app abstractig a failure free software-defied etwork, eablig complete recovery i secods. Improvig the Proof-of-cocept: Future Scope of Work The ext steps with referece to ehacig the efficiecy ad scalability of the SDN app are as follows: Ehace SDN App: Migrate the curret desig based o OpeDaylight API-Drive Service Abstractio Layer (AD-SAL) to Model-Drive Service Abstractio Layer (AD-SAL). Maage repeated failures: Ehace SDN app to deal with sequetial failures takig place before the completio of recovery for first failure. Facilitate distributed setup of primary ad shadow cotrollers: Optimize system performace ad recovery time through distributed setup of SDN cotrollers. Optimize pre-set shadow etwork: For large etworks, creatig the shadow etwork from scratch is time cosumig. The idea is to pre-create the shadow etwork with the same topology as the primary etwork. Upo primary etwork failure, the SDN app should be able to update the failed compoet i the shadow etwork to save etwork creatio time ad accelerate the recovery process. Augmetig Network without Failure Failure recovery ca be ehaced by creatig a abstractio of a failure-free software defied etwork that hides ay failures occurrig i the etwork. This approach helps reduce repetitive/error-proe cotroller logic. Network operators ca draw upo SDN cotroller capabilities ad SDN applicatios to provide better quality service through effective failure recovery. This implemetatio, coupled with other viable optios like clusterig, high availability, backup recovery, ad master slave operatio, ca provide a scalable ad versatile methodology to esure miimum etwork dowtime ad aligmet with etwork reliability madates. 14

15 About TCS' Telecom Busiess Uit For over three decades, TCS has worked with compaies i the Commuicatios idustry, helpig them develop world class solutios ad systems, simplify operatios, augmet etwork services, diversify ito ew markets, ad stay ahead of the competitio. Our solutios address the etire ladscape of telecom busiesses, ragig from greefield start-ups to large cable ad satellite compaies ad equipmet vedors. Our partership model leverages ready-to-deploy platform solutios, proprietary frameworks, ad solutio accelerators to eable our cliets to lauch ew products ad services quickly. TCS' ivestmets i ext geeratio platforms, mobility solutios, capabilities, ad lab ifrastructure are aliged to address our cliets' key busiess imperatives of operatioal excellece, customer experiece, ad reveue ehacemet. We have helped eterprises ulock busiess value i the areas of Digital Chael ad Commerce, Customer Isights, Mobility Solutios, Hosted OSS/BSS (HOBS), IOT & M2M Platforms, Coected Device Maagemet, B2B Platform Ecosystem ad Services ad Network Abstractio layers. Cotact For more iformatio about TCS Telecom Busiess Uit, visit: global.telecom@tcs.com Subscribe to TCS White Papers TCS.com RSS: Feedburer: About Tata Cosultacy Services (TCS) Tata Cosultacy Services is a IT services, cosultig ad busiess solutios orgaizatio that delivers real results to global busiess, esurig a level of certaity o other firm ca match. TCS offers a cosultig-led, itegrated portfolio of IT ad IT-eabled ifrastructure, egieerig ad TM assurace services. This is delivered through its uique Global Network Delivery Model, recogized as the bechmark of excellece i software developmet. A part of the Tata Group, Idia s largest idustrial coglomerate, TCS has a global footprit ad is listed o the Natioal Stock Exchage ad Bombay Stock Exchage i Idia. For more iformatio, visit us at IT Services Busiess Solutios Cosultig All cotet / iformatio preset here is the exclusive property of Tata Cosultacy Services Limited (TCS). The cotet / iformatio cotaied here is correct at the time of publishig. No material from here may be copied, modified, reproduced, republished, uploaded, trasmitted, posted or distributed i ay form without prior writte permissio from TCS. Uauthorized use of the cotet / iformatio appearig here may violate copyright, trademark ad other applicable laws, ad could result i crimial or civil pealties. Copyright 2015 Tata Cosultacy Services Limited TCS Desig Services I M I 07 I 15

Telecom. White Paper. Actionable Intelligence in the SDN Ecosystem: Optimizing Network Traffic through FRSA

Telecom. White Paper. Actionable Intelligence in the SDN Ecosystem: Optimizing Network Traffic through FRSA Telecom White Paper Actioable Itelligece i the SDN Ecosystem: Optimizig Network Traffic through FRSA About the Authors Sumit Kapoor Sumit is a solutio architect i the telecom busiess uit at Tata Cosultacy

More information

Enabling Optimized Network Operations

Enabling Optimized Network Operations A Poit of View Eablig Optimized Network Operatios The Evictio Mechaism Approach to Maagig Data Flows based o Importace Itroductio The explosive growth i the umber of users alog with differet types of etwork

More information

Telecom. White Paper. Prioritizing Mice Flows in Software Defined Networks for Enhanced Monetization and User Experience

Telecom. White Paper. Prioritizing Mice Flows in Software Defined Networks for Enhanced Monetization and User Experience Telecom White Paper Prioritizig Mice Flows i Software Defied Networks for Ehaced Moetizatio ad User Experiece About the Authors Partha Datta Partha Datta has bee workig with Tata Cosultacy Services (TCS)

More information

Digital Enterprise Unit. White Paper. Web Analytics Measurement for Responsive Websites

Digital Enterprise Unit. White Paper. Web Analytics Measurement for Responsive Websites Digital Eterprise Uit White Paper Web Aalytics Measuremet for Resposive Websites About the Authors Vishal Machewad Vishal Machewad has over 13 years of experiece i sales ad marketig, havig worked as a

More information

Abstraction of a failure free Software Defined Network (SDN Application)

Abstraction of a failure free Software Defined Network (SDN Application) Abstraction of a failure free Software Defined Network (SDN Application) Divya Chaudhary & Sumit Kapoor April 2015 1 Copyright 2015 Tata Consultancy Services Limited Agenda 1 What and How of abstracting

More information

Effective Data Deduplication Implementation

Effective Data Deduplication Implementation White Paper Effective Data Deduplicatio Implemetatio Eterprises with IT ifrastructure are lookig at reducig their carbo foot prit ad ifrastructure maagemet cost by slimmig dow their data ceters. I cotrast,

More information

(VCP-310) 1-800-418-6789

(VCP-310) 1-800-418-6789 Maual VMware Lesso 1: Uderstadig the VMware Product Lie I this lesso, you will first lear what virtualizatio is. Next, you ll explore the products offered by VMware that provide virtualizatio services.

More information

IT Support. 020 8269 6878 n www.premierchoiceinternet.com n support@premierchoiceinternet.com. 30 Day FREE Trial. IT Support from 8p/user

IT Support. 020 8269 6878 n www.premierchoiceinternet.com n support@premierchoiceinternet.com. 30 Day FREE Trial. IT Support from 8p/user IT Support IT Support Premier Choice Iteret has bee providig reliable, proactive & affordable IT Support solutios to compaies based i Lodo ad the South East of Eglad sice 2002. Our goal is to provide our

More information

An Approach to Fusion CRM Adoption

An Approach to Fusion CRM Adoption White Paper A Approach to Fusio CRM Adoptio May eterprise customers are ivestig time ad effort to evaluate how ext-geeratio Oracle eterprise applicatios will chage iteractios with iteral ad exteral stakeholders.

More information

The Importance of Change Management in Application Managed Services Outsourcing

The Importance of Change Management in Application Managed Services Outsourcing A Poit of View The Importace of Chage Maagemet i Applicatio Maaged Services Outsourcig Itroductio Sice its arrival i the early 1960s, IT outsourcig has evolved sigificatly. Now ofte kow as maaged services,

More information

Telecom. White Paper. Automating Performance Testing of Network Virtualization Platforms

Telecom. White Paper. Automating Performance Testing of Network Virtualization Platforms Telecom White Paper Automatig Performace Testig of Network Virtualizatio Platforms About the Author Sahil Shah Sahil Shah is the Techical Lead of NextGe R&D Telecom iitiatives withi Tata Cosultacy Services'

More information

On-Premise CRM to Salesforce Migration - Benefits, Challenges and Best Practices

On-Premise CRM to Salesforce Migration - Benefits, Challenges and Best Practices White Paper O-Premise CRM to Salesforce Migratio - Beefits, Challeges ad Best Practices With the advet of cloud computig, orgaizatios are lookig to move their Customer Relatioship Maagemet (CRM) applicatios

More information

Benefits of CRM Going Social

Benefits of CRM Going Social White Paper Beefits of CRM Goig Social The era of the passive customer is goe ad a ew cocept, that of the social customer has evolved. The customer of today is vocal expressig his thoughts about the products

More information

From Customer Satisfaction to Customer Advocacy

From Customer Satisfaction to Customer Advocacy White Paper From Customer Satisfactio to Customer Advocacy Impact of First Time Resolutio (FTR) o Customer Satisfactio ad Sales Performace Baks ad Fiacial Istitutios are ivestig heavily i customer-cetric

More information

Configuring Additional Active Directory Server Roles

Configuring Additional Active Directory Server Roles Maual Upgradig your MCSE o Server 2003 to Server 2008 (70-649) 1-800-418-6789 Cofigurig Additioal Active Directory Server Roles Active Directory Lightweight Directory Services Backgroud ad Cofiguratio

More information

ion Wellness Solution

ion Wellness Solution ion Welless Solutio Overview As the competitio i the welless idustry grows more itese, players feel the eed to set i place effective systems to attract, service, ad retai customers. The focus today, is

More information

Driving Superior Outcomes: Making Performance Engineering an Integral Part of Business Operations

Driving Superior Outcomes: Making Performance Engineering an Integral Part of Business Operations A Poit of View Drivig Superior Outcomes: Makig Performace Egieerig a Itegral Part of Busiess Operatios Abstract The core of performace egieerig is geared towards a meticulous desig of techology solutios

More information

Domain 1: Designing a SQL Server Instance and a Database Solution

Domain 1: Designing a SQL Server Instance and a Database Solution Maual SQL Server 2008 Desig, Optimize ad Maitai (70-450) 1-800-418-6789 Domai 1: Desigig a SQL Server Istace ad a Database Solutio Desigig for CPU, Memory ad Storage Capacity Requiremets Whe desigig a

More information

HiTech. White Paper. Adopting an Effective Strategy for Seamless Adoption of Cloud Integration

HiTech. White Paper. Adopting an Effective Strategy for Seamless Adoption of Cloud Integration HiTech White Paper Adoptig a Effective Strategy for Seamless Adoptio of Cloud Itegratio About the Author Vekata Nagedra Vekata Nagedra M. is a EAI ad Service Orieted Architecture (SOA) solutio architect

More information

Five Effective Testing Practices to Assure Meaningful Use of Electronic Health Records

Five Effective Testing Practices to Assure Meaningful Use of Electronic Health Records Poit of View Five Effective Testig Practices to Assure Meaigful of Electroic Health Records Abstract Meaigful ' has bee the buzzword i the US healthcare commuity as every care provider is gearig up for

More information

Transformation of Storage Technology Industry: Digital Trends and their Impact

Transformation of Storage Technology Industry: Digital Trends and their Impact A Poit of View Trasformatio of Storage Techology Idustry: Digital Treds ad their Impact The Evolvig Storage Idustry Ladscape With limitless possibilities throw ope by the Digital Five Forces Big Data ad

More information

Six Optimization Opportunities in Multichannel Retailing

Six Optimization Opportunities in Multichannel Retailing White Paper Six Optimizatio Opportuities i Multichael Retailig Multichael retailers are facig challeges i adoptig e-commerce stadards ad so are strugglig to stay i touch with the chagig behavior of cosumers.

More information

Business Process Services. White Paper. Smart Ways to Implement Smart Meters: Using Analytics for Actionable Insights and Optimal Rollout

Business Process Services. White Paper. Smart Ways to Implement Smart Meters: Using Analytics for Actionable Insights and Optimal Rollout Busiess Process Services White Paper Smart Ways to Implemet Smart Meters: Usig Aalytics for Actioable Isights ad Optimal Rollout About the Authors Sumit Joshi Sumit is part of the Aalytics ad Isights team

More information

ContactPro Desktop for Multi-Media Contact Center

ContactPro Desktop for Multi-Media Contact Center CotactPro Desktop for Multi-Media Cotact Ceter CCT CotactPro (CP) is the perfect solutio for the aget desktop i a Avaya multimedia call ceter eviromet. CotactPro empowers agets to efficietly serve customers

More information

Managing an Oracle ERP Upgrade with Best Practices in Organizational Change Management

Managing an Oracle ERP Upgrade with Best Practices in Organizational Change Management A Poit of View Maagig a Oracle ERP Upgrade with Best Practices i Orgaizatioal Chage Maagemet The implemetatio or upgrade of eterprise-wide systems, such as resource plaig tools, creates sigificat chage

More information

CCH Accountants Starter Pack

CCH Accountants Starter Pack CCH Accoutats Starter Pack We may be a bit smaller, but fudametally we re o differet to ay other accoutig practice. Util ow, smaller firms have faced a stark choice: Buy cheaply, kowig that the practice

More information

IntelliSOURCE Comverge s enterprise software platform provides the foundation for deploying integrated demand management programs.

IntelliSOURCE Comverge s enterprise software platform provides the foundation for deploying integrated demand management programs. ItelliSOURCE Comverge s eterprise software platform provides the foudatio for deployig itegrated demad maagemet programs. ItelliSOURCE Demad maagemet programs such as demad respose, eergy efficiecy, ad

More information

Skytron Asset Manager

Skytron Asset Manager Skytro Asset Maager Meet Asset Maager Skytro Asset Maager is a wireless, pateted RFID asset trackig techology specifically desiged for hospital facilities to deliver istat ROI withi a easy to istall, fully

More information

Enabling Offshore Collaboration in German Engineering Services

Enabling Offshore Collaboration in German Engineering Services White Paper Eablig Offshore Collaboratio i Germa Egieerig Services Germa egieerig compaies, who are market leaders i their respective domais, are experiecig challeges i terms of acquirig sufficiet egieerig

More information

Business Application Services. Business Applications that provide value to your enterprise.

Business Application Services. Business Applications that provide value to your enterprise. Busiess Applicatio Services Busiess Applicatios that provide value to your eterprise. Sesiple s expertise ca help orgaizatio decode the performace issues ad trasform them ito valuable beefits that meet

More information

Enhancing Oracle Business Intelligence with cubus EV How users of Oracle BI on Essbase cubes can benefit from cubus outperform EV Analytics (cubus EV)

Enhancing Oracle Business Intelligence with cubus EV How users of Oracle BI on Essbase cubes can benefit from cubus outperform EV Analytics (cubus EV) Ehacig Oracle Busiess Itelligece with cubus EV How users of Oracle BI o Essbase cubes ca beefit from cubus outperform EV Aalytics (cubus EV) CONTENT 01 cubus EV as a ehacemet to Oracle BI o Essbase 02

More information

Banking & Financial Services. White Paper. Managing Enterprise Financial Risk Using Big Data Technologies

Banking & Financial Services. White Paper. Managing Enterprise Financial Risk Using Big Data Technologies Bakig & Fiacial Services White Paper Maagig Eterprise Fiacial Risk Usig Big Data Techologies About the Author Alok Bisai Alok Bisai is a Solutio Architect with the Tata Cosultacy Services (TCS) BFS Risk

More information

Mobile Application Testing

Mobile Application Testing White Paper Mobile Applicatio Testig Device ad platform diversity, short release cycles, lack of mature testig tools ad the variety of etwork coectivity optios result i frequet cost overrus ad missed deadlies

More information

Document Control Solutions

Document Control Solutions Documet Cotrol Solutios State of the art software The beefits of Assai Assai Software Services provides leadig edge Documet Cotrol ad Maagemet System software for oil ad gas, egieerig ad costructio. AssaiDCMS

More information

E-Plex Enterprise Access Control System

E-Plex Enterprise Access Control System Eterprise Access Cotrol System Egieered for Flexibility Modular Solutio The Eterprise Access Cotrol System is a modular solutio for maagig access poits. Employig a variety of hardware optios, system maagemet

More information

Forensic Readiness for Effective Incident Management

Forensic Readiness for Effective Incident Management A Poit of View Foresic Readiess for Effective Icidet Maagemet Abstract Bakig ad fiacial istitutios today face several iformatio security related threats. There is a visible surge i cyber-attacks, which

More information

Enterprise Security & Risk Management. White Paper. Securing the Future with Next-Generation Data Center Security

Enterprise Security & Risk Management. White Paper. Securing the Future with Next-Generation Data Center Security Eterprise Security & Risk Maagemet White Paper Securig the Future with Next-Geeratio Data Ceter Security About the Author Prikshit Goel Prikshit Goel heads the Ceter of Excellece (CoE) for Maaged Security

More information

ODBC. Getting Started With Sage Timberline Office ODBC

ODBC. Getting Started With Sage Timberline Office ODBC ODBC Gettig Started With Sage Timberlie Office ODBC NOTICE This documet ad the Sage Timberlie Office software may be used oly i accordace with the accompayig Sage Timberlie Office Ed User Licese Agreemet.

More information

Silver Lining of Cloud Computing

Silver Lining of Cloud Computing White Paper Silver Liig of Cloud Computig - Key Priciples ad Best Practices CXOs eed to evaluate differet deploymet models, service models ad key characteristics of the cloud to implemet the precise spectrum

More information

Banking & Financial Services. White Paper. Basel III Capital Disclosure Requirements The Way Forward For Banks

Banking & Financial Services. White Paper. Basel III Capital Disclosure Requirements The Way Forward For Banks Bakig & Fiacial Services White Paper Basel III Capital Disclosure Requiremets The Way Forward For Baks About the Author Rekha George Rekha George is part of TCS BFS Fiace & Reportig Practice. She is a

More information

HiTech. White Paper. Data Virtualization: Enabling Next-Generation Business Intelligence

HiTech. White Paper. Data Virtualization: Enabling Next-Generation Business Intelligence HiTech White Paper Data Virtualizatio: Eablig Next-Geeratio Busiess Itelligece About the Authors Vijay Raj Sigh Vijay Raj Sigh is the Ceter of Excellece (CoE) lead for the Busiess Itelligece ad Performace

More information

Security Functions and Purposes of Network Devices and Technologies (SY0-301) 1-800-418-6789. Firewalls. Audiobooks

Security Functions and Purposes of Network Devices and Technologies (SY0-301) 1-800-418-6789. Firewalls. Audiobooks Maual Security+ Domai 1 Network Security Every etwork is uique, ad architecturally defied physically by its equipmet ad coectios, ad logically through the applicatios, services, ad idustries it serves.

More information

Environmental Compliance Management Systems

Environmental Compliance Management Systems White Paper Evirometal Compliace Maagemet Systems Compliace towards Evirometal Regulatios like Restrictio of Hazardous Substaces (RoHS), Registratio, Evaluatio, Authorizatio ad Restrictio of Chemical substaces

More information

SOCIAL MEDIA. Keep the conversations going

SOCIAL MEDIA. Keep the conversations going SOCIAL MEDIA Keep the coversatios goig Social media is where most of the world is. It is therefore a ope source of cosumer data, a chael of commuicatio ad a platform for establishig relatioships with customers.

More information

optimise your investment in Microsoft technology. Microsoft Consulting Services from CIBER

optimise your investment in Microsoft technology. Microsoft Consulting Services from CIBER optimise your ivestmet i Microsoft techology. Microsoft Cosultig Services from Microsoft Cosultig Services from MICROSOFT CONSULTING SERVICES ca help with ay stage i the lifecycle of adoptig Microsoft

More information

Mobility. Manage Agility with Our Technology

Mobility. Manage Agility with Our Technology Mobility Maage Agility with Our Techology Smart mobile strategies are redefiig busiess performace today. Mobility as a eabler is oe of our key busiess objectives. As a radical orgaizatio, we defie comprehesive

More information

Connecting the Business, Development, and Operational dots in an enterprise [BizDevOps] - A TCS Approach

Connecting the Business, Development, and Operational dots in an enterprise [BizDevOps] - A TCS Approach White Paper Coectig the Busiess, Developmet, ad Operatioal dots i a eterprise [BizDevOps] - A TCS Approach Eterprises are uder cotiuous pressure to deliver iovative solutios that drive busiess results.

More information

Creating an Agile BI Environment

Creating an Agile BI Environment White Paper Creatig a Agile BI Eviromet The rapidly chagig IT ecoomy has iflueced the Busiess Itelligece (BI) systems to look at iovative ways to be equally fast ad flexible. There is a eed to be more

More information

iprox sensors iprox inductive sensors iprox programming tools ProxView programming software iprox the world s most versatile proximity sensor

iprox sensors iprox inductive sensors iprox programming tools ProxView programming software iprox the world s most versatile proximity sensor iprox sesors iprox iductive sesors iprox programmig tools ProxView programmig software iprox the world s most versatile proximity sesor The world s most versatile proximity sesor Eato s iproxe is syoymous

More information

Big Data Adoption Infrastructure Considerations

Big Data Adoption Infrastructure Considerations White Paper Big Data Adoptio Ifrastructure Cosideratios Big Data is a much talked about techology across busiesses today. A vast majority of orgaizatios spaig across idustries are coviced of its usefuless,

More information

Baan Service Master Data Management

Baan Service Master Data Management Baa Service Master Data Maagemet Module Procedure UP069A US Documetiformatio Documet Documet code : UP069A US Documet group : User Documetatio Documet title : Master Data Maagemet Applicatio/Package :

More information

Successful Agile Project Management

Successful Agile Project Management Poit of View Successful Agile Project Maagemet Practical Demad Maagemet for Optimizig Cost, Time, ad Quality Abstract Agile, oe of the most popular software methodologies i the IT idustry today, offers

More information

Smart Connected Products & The Internet of Things

Smart Connected Products & The Internet of Things Smart Coected Products & The Iteret of Thigs Who we are Taget delivers Talet Globally. Established for 40 years we specialise i delivery of iovative & tailored talet solutios to customers aroud the world.

More information

FPO. A global telecom s strategy. for Canada

FPO. A global telecom s strategy. for Canada FPO A global telecom s strategy for Caada A global telecom s strategy for Caada Global telecommuicatios compaies that support multi-atioal corporatios (MNC) are tasked with providig a cosistet cliet experiece

More information

Big Data Adoption An Iterative Approach to Harness the Power of Big Data

Big Data Adoption An Iterative Approach to Harness the Power of Big Data White Paper Big Data Adoptio A Iterative Approach to Haress the Power of Big Data The emergece of every ew techology brigs its ow share of Wow! ad Aha! factors. While these factors add value to the techology

More information

QUADRO tech. FSA Migrator 2.6. File Server Migrations - Made Easy

QUADRO tech. FSA Migrator 2.6. File Server Migrations - Made Easy QUADRO tech FSA Migrator 2.6 File Server Migratios - Made Easy FSA Migrator Cosolidate your archived ad o-archived File Server data - with ease! May orgaisatios struggle with the cotiuous growth of their

More information

June 3, 1999. Voice over IP

June 3, 1999. Voice over IP Jue 3, 1999 Voice over IP This applicatio ote discusses the Hypercom solutio for providig ed-to-ed Iteret protocol (IP) coectivity i a ew or existig Hypercom Hybrid Trasport Mechaism (HTM) etwork, reducig

More information

Loyalty as a lever in enhancing customer experience in banking

Loyalty as a lever in enhancing customer experience in banking Loyalty as a lever i ehacig customer experiece i bakig Itroductio I today s globalized ecoomy, baks are uder immese pressure due to evolvig regulatory requiremets, decreasig margis, ad uprecedeted competitio.

More information

leasing Solutions We make your Business our Business

leasing Solutions We make your Business our Business if you d like to discover how Bp paribas leasig Solutios Ca help you to achieve your goals please get i touch leasig Solutios We make your Busiess our Busiess We look forward to hearig from you you ca

More information

InventoryControl. The Complete Inventory Tracking Solution for Small Businesses

InventoryControl. The Complete Inventory Tracking Solution for Small Businesses IvetoryCotrol The Complete Ivetory Trackig Solutio for Small Busiesses Regular Logo 4C Productivity Solutios for Small Busiesses Logo Outlie Get i cotrol of your ivetory with Wasp Ivetory Cotrol the complete

More information

BaanERP. BaanERP Windows Client Installation Guide

BaanERP. BaanERP Windows Client Installation Guide BaaERP A publicatio of: Baa Developmet B.V. P.O.Box 143 3770 AC Bareveld The Netherlads Prited i the Netherlads Baa Developmet B.V. 1999. All rights reserved. The iformatio i this documet is subject to

More information

Digital Enterprise. White Paper. Making a difference with a multichannel Content Marketing strategy

Digital Enterprise. White Paper. Making a difference with a multichannel Content Marketing strategy Digital Eterprise White Paper Makig a differece with a multichael Cotet Marketig strategy About the Author Medha Shrivastava Medha Shrivastava has over 10 years of experiece i digital cotet productio ad

More information

Digital Enterprise Unit. White Paper. Leveraging Best Practices and Recommendations for Optimal Performance Tuning of IBM Campaign

Digital Enterprise Unit. White Paper. Leveraging Best Practices and Recommendations for Optimal Performance Tuning of IBM Campaign Digital Eterprise Uit White Paper Leveragig Best Practices ad Recommedatios for Optimal Performace Tuig of IBM Campaig About the Author Harshal Tejale Harshal Tejale is a Assistat Cosultat at Tata Cosultacy

More information

Full Lifecycle Project Cost Controls

Full Lifecycle Project Cost Controls Full Lifecycle Project Cost Cotrols EcoSys EPC is a ext geeratio plaig ad cost cotrols software solutio deliverig best practices for full lifecycle project cost maagemet i a itegrated, easy-to-use web

More information

Trustwave Leverages OEM Partnerships to Deepen SIEM Market Penetration

Trustwave Leverages OEM Partnerships to Deepen SIEM Market Penetration Trustwave Leverages OEM Parterships to Deepe SIEM Market Peetratio Accelerated lauch of ew security appliaces delivers reveue growth with assist from UNICOM Egieerig ad Dell OEM Solutios Itroductio Trustwave

More information

CCH Practice Management

CCH Practice Management 1 CCH Practice Maagemet practice maagemet facig today s challeges Every year it seems we face more regulatios, growig cliet expectatios ad lower margis o our compliace work. It s a tough time for a accoutig

More information

Radio Dispatch Systems

Radio Dispatch Systems Radio Dispatch Systems ZETRON DISPATCH SOLUTIONS: AT THE CENTER OF YOUR CRITICAL OPERATIONS Your dispatch system is the ceterpoit through which your key operatios are coordiated ad cotrolled. That s why

More information

To c o m p e t e in t o d a y s r e t a i l e n v i r o n m e n t, y o u n e e d a s i n g l e,

To c o m p e t e in t o d a y s r e t a i l e n v i r o n m e n t, y o u n e e d a s i n g l e, Busiess Itelligece Software for Retail To c o m p e t e i t o d a y s r e t a i l e v i r o m e t, y o u e e d a s i g l e, comprehesive view of your busiess. You have to tur the decisio-makig of your

More information

BPM Capabilities in CRM Landscape

BPM Capabilities in CRM Landscape White Paper BPM Capabilities i CRM Ladscape Customer Relatioship Maagemet (CRM) is all about maagig the relatioships you have with your customers. It s a overall strategy to help you lear about your customers

More information

Agenda. Outsourcing and Globalization in Software Development. Outsourcing. Outsourcing here to stay. Outsourcing Alternatives

Agenda. Outsourcing and Globalization in Software Development. Outsourcing. Outsourcing here to stay. Outsourcing Alternatives Outsourcig ad Globalizatio i Software Developmet Jacques Crocker UW CSE Alumi 2003 jc@cs.washigto.edu Ageda Itroductio The Outsourcig Pheomeo Leadig Offshore Projects Maagig Customers Offshore Developmet

More information

Unicenter TCPaccess FTP Server

Unicenter TCPaccess FTP Server Uiceter TCPaccess FTP Server Release Summary r6.1 SP2 K02213-2E This documetatio ad related computer software program (hereiafter referred to as the Documetatio ) is for the ed user s iformatioal purposes

More information

Optimize your Network. In the Courier, Express and Parcel market ADDING CREDIBILITY

Optimize your Network. In the Courier, Express and Parcel market ADDING CREDIBILITY Optimize your Network I the Courier, Express ad Parcel market ADDING CREDIBILITY Meetig today s challeges ad tomorrow s demads Aswers to your key etwork challeges ORTEC kows the highly competitive Courier,

More information

3G Security VoIP Wi-Fi IP Telephony Routing/Switching Unified Communications. NetVanta. Business Networking Solutions

3G Security VoIP Wi-Fi IP Telephony Routing/Switching Unified Communications. NetVanta. Business Networking Solutions 3G Security VoIP Wi-Fi IP Telephoy Routig/Switchig Uified Commuicatios NetVata Busiess Networkig Solutios Opportuity to lower Total Cost of Owership ad improve Retur o Ivestmet The ADTRAN Advatage ADTRAN

More information

Engineering Data Management

Engineering Data Management BaaERP 5.0c Maufacturig Egieerig Data Maagemet Module Procedure UP128A US Documetiformatio Documet Documet code : UP128A US Documet group : User Documetatio Documet title : Egieerig Data Maagemet Applicatio/Package

More information

Global Consulting Practice. White Paper. Application Portfolio Rationalization How IT Simplification and Standardization Ensure Business Growth

Global Consulting Practice. White Paper. Application Portfolio Rationalization How IT Simplification and Standardization Ensure Business Growth Global Cosultig Practice White Paper Applicatio Portfolio Ratioalizatio How IT Simplificatio ad Stadardizatio Esure Busiess Growth About the Author Sombit Neogi Sombit Neogi is a seior cosultat with TCS'

More information

Authentication - Access Control Default Security Active Directory Trusted Authentication Guest User or Anonymous (un-authenticated) Logging Out

Authentication - Access Control Default Security Active Directory Trusted Authentication Guest User or Anonymous (un-authenticated) Logging Out FME Server Security Table of Cotets FME Server Autheticatio - Access Cotrol Default Security Active Directory Trusted Autheticatio Guest User or Aoymous (u-autheticated) Loggig Out Authorizatio - Roles

More information

TruStore: The storage. system that grows with you. Machine Tools / Power Tools Laser Technology / Electronics Medical Technology

TruStore: The storage. system that grows with you. Machine Tools / Power Tools Laser Technology / Electronics Medical Technology TruStore: The storage system that grows with you Machie Tools / Power Tools Laser Techology / Electroics Medical Techology Everythig from a sigle source. Cotets Everythig from a sigle source. 2 TruStore

More information

client communication

client communication CCH Portal cliet commuicatio facig today s challeges Like most accoutacy practices, we ow use email for most cliet commuicatio. It s quick ad easy, but we do worry about the security of sesitive data.

More information

Disaster Recovery Planning A dime to prepare versus a dollar for repair

Disaster Recovery Planning A dime to prepare versus a dollar for repair White paper Disaster Plaig A dime to prepare versus a dollar for repair I corporatios worldwide, C Level Executives are frettig over oe questio: Are we i a positio to restore our busiess quickly i case

More information

Total Program Management for High-Tech

Total Program Management for High-Tech Total Program Maagemet for High-Tech ORGANIZE Makig Order Out of Chaos Sortig the requiremets, fidig the right resources, aligig the capabilities, ad creatig a cohesive Team Maagemet Effort are dautig

More information

CCH CRM Books Online Software Fee Protection Consultancy Advice Lines CPD Books Online Software Fee Protection Consultancy Advice Lines CPD

CCH CRM Books Online Software Fee Protection Consultancy Advice Lines CPD Books Online Software Fee Protection Consultancy Advice Lines CPD Books Olie Software Fee Fee Protectio Cosultacy Advice Advice Lies Lies CPD CPD facig today s challeges As a accoutacy practice, maagig relatioships with our cliets has to be at the heart of everythig

More information

Utilities. White Paper. Reimagining Customer Care for Utilities during Storms

Utilities. White Paper. Reimagining Customer Care for Utilities during Storms Utilities White Paper Reimagiig Customer Care for Utilities durig Storms About the Authors Sumit Kumar Ray Head, Strategy & Iovatio, Utilities Idustry Solutio Uit Sumit has over 18 years of experiece i

More information

Transform Legacy Systems for Improved Customer Experience

Transform Legacy Systems for Improved Customer Experience White Paper Trasform Legacy Systems for Improved Customer Experiece Property ad Casualty (P&C) Isurers aroud the world are at a crossroads today, i search of a respose to the traditioal challege of keepig

More information

SYSTEM INFO. MDK - Multifunctional Digital Communications System. Efficient Solutions for Information and Safety

SYSTEM INFO. MDK - Multifunctional Digital Communications System. Efficient Solutions for Information and Safety Commuicatios Systems for Itercom, PA, Emergecy Call ad Telecommuicatios MDK - Multifuctioal Digital Commuicatios System SYSTEM INFO ms NEUMANN ELEKTRONIK GmbH Efficiet Solutios for Iformatio ad Safety

More information

Viswanathan Ganapathy Daniel Logan

Viswanathan Ganapathy Daniel Logan Healthcare White Paper The Heart of Healthcare Data SecurityDe-Riskig Test ad Productio Eviromets About the Authors Viswaatha Gaapathy Solutios Director, Healthcare Techology Excellece Viswaatha Gaapathy

More information

Headend Deployment Strategy

Headend Deployment Strategy White Paper Headed Deploymet Strategy This paper describes the flow of the live cotet delivery from the Headed to the customer premise equipmet. It also highlights the major issues ecoutered i desigig

More information

INVESTMENT PERFORMANCE COUNCIL (IPC) Guidance Statement on Calculation Methodology

INVESTMENT PERFORMANCE COUNCIL (IPC) Guidance Statement on Calculation Methodology Adoptio Date: 4 March 2004 Effective Date: 1 Jue 2004 Retroactive Applicatio: No Public Commet Period: Aug Nov 2002 INVESTMENT PERFORMANCE COUNCIL (IPC) Preface Guidace Statemet o Calculatio Methodology

More information

Domain 1: Configuring Domain Name System (DNS) for Active Directory

Domain 1: Configuring Domain Name System (DNS) for Active Directory Maual Widows Domai 1: Cofigurig Domai Name System (DNS) for Active Directory Cofigure zoes I Domai Name System (DNS), a DNS amespace ca be divided ito zoes. The zoes store ame iformatio about oe or more

More information

Xantaro Maintenance Services & Operations. XTAC User Guide. UK Edition

Xantaro Maintenance Services & Operations. XTAC User Guide. UK Edition Xataro Maiteace Services & Operatios XTAC User Guide UK Editio XTAC WORKFLOW The Xataro Techical Assistace Cetre (XTAC) is the cetral iterface for all techical questios ad topics for products ad services

More information

Domain 1 Components of the Cisco Unified Communications Architecture

Domain 1 Components of the Cisco Unified Communications Architecture Maual CCNA Domai 1 Compoets of the Cisco Uified Commuicatios Architecture Uified Commuicatios (UC) Eviromet Cisco has itroduced what they call the Uified Commuicatios Eviromet which is used to separate

More information

U.S.-Based Project Centers Offer Superior Effectiveness Over Offshore in CRM Implementations

U.S.-Based Project Centers Offer Superior Effectiveness Over Offshore in CRM Implementations U.S.-Based Project Ceters Offer Superior Effectiveess Over Offshore i CRM Implemetatios A Eagle Creek Software Services White Paper, 2012 Today s busiess eviromet is more competitive tha ever. I order

More information

HiTech. White Paper. Realizing the Promise of the Internet of Things

HiTech. White Paper. Realizing the Promise of the Internet of Things HiTech White Paper Realizig the Promise of the Iteret of Thigs About the Author Ged Roberts Ged Roberts is the global head for operatios ad delivery excellece for the High Tech busiess uit at Tata Cosultacy

More information

A Complete Guide for Database Technology Migration Program

A Complete Guide for Database Technology Migration Program White Paper A Complete Guide for Database Techology Migratio Program Database techology migratio programs do ot come up every year as a high priority iitiative i the IT orgaizatio. However, carryig out

More information

ni.com/sdr Software Defined Radio

ni.com/sdr Software Defined Radio i.com/sdr Software Defied Radio Rapid Prototypig With Software Defied Radio The Natioal Istrumets software defied radio (SDR) platform provides a itegrated hardware ad software solutio for rapidly prototypig

More information

Driving Change in Clinical Data Management: A Vision for the Future

Driving Change in Clinical Data Management: A Vision for the Future White Paper Drivig Chage i Cliical Data Maagemet: A Visio for the Future Rapidly evolvig techology is addressig the pharmaceutical idustry s eed to maage cost pressures ad shorte the time for drug approval.

More information

Assurance. White Paper. Are you riding the digital wave on an assurance surfboard you can rely on?

Assurance. White Paper. Are you riding the digital wave on an assurance surfboard you can rely on? Assurace White Paper Are you ridig the digital wave o a assurace surfboard you ca rely o? About the Author Subramaia Prasad Mk Subramaia Prasad MK is the Practice Maager for TCS Assurace Service Uit. Resposible

More information

Healthcare. White Paper. Extracting Value from Healthcare Data: An Analysis of Industry Leading Data Models

Healthcare. White Paper. Extracting Value from Healthcare Data: An Analysis of Industry Leading Data Models Healthcare White Paper Extractig Value from Healthcare Data: A Aalysis of Idustry Leadig Data Models About the Authors Pakaj Siha Pratice Head - Iformatio Maagemet, Big Data & Aalytics, Tata Cosultacy

More information

facing today s challenges As an accountancy practice, managing relationships with our clients has to be at the heart of everything we do.

facing today s challenges As an accountancy practice, managing relationships with our clients has to be at the heart of everything we do. CCH CRM cliet relatios facig today s challeges As a accoutacy practice, maagig relatioships with our cliets has to be at the heart of everythig we do. That s why our CRM system ca t be a bolt-o extra it

More information

A Guide to Better Postal Services Procurement. A GUIDE TO better POSTAL SERVICES PROCUREMENT

A Guide to Better Postal Services Procurement. A GUIDE TO better POSTAL SERVICES PROCUREMENT A Guide to Better Postal Services Procuremet A GUIDE TO better POSTAL SERVICES PROCUREMENT itroductio The NAO has published a report aimed at improvig the procuremet of postal services i the public sector

More information

Flood Emergency Response Plan

Flood Emergency Response Plan Flood Emergecy Respose Pla This reprit is made available for iformatioal purposes oly i support of the isurace relatioship betwee FM Global ad its cliets. This iformatio does ot chage or supplemet policy

More information