Informatica V9 Sizing Guide

Size: px
Start display at page:

Download "Informatica V9 Sizing Guide"

Transcription

1 Informatica V9 Sizing Guide Overview of Document This document shows average sizing for V9 Installs at 3 different levels. The first is the size of installed elements on the file system. The second is the runtime footprint of general V9 services for all users. The last is the additional overhead in memory and disk of an individual user s running mappings. The mappings contribution to disk/memory usage is usually the most critical and the most difficult to average without particular details. The details below can be used as a basis of scaling calculations based on number of concurrent mappings submitted to the server, transform usage in the mapping and the data file input size in number of rows and columns. Base on Disk Install Size A typical Server Platform Install will take about 3.2 GB of Disk. This does not include disk usage for reference data items listed in appendix 1 and 2. In addition it does not take account of the database usage of a typical set of reference data items. The numbers below are for a full set of all these content elements on the file system. Depending on individual customers usage appendix 1 and 2 may be used to estimate more exact disk sizing. Server Platform Install Size Identity Reference Data Address Reference Data Reference Table Data 3.2 GB 600 MB 4 GB 3 GB This gives a rounded base figure of about 12 GB. This does not include additional customer reference data or increases in Address Reference data which is amended as country postal authorities add additional data. General Runtime Memory Sizing The below sizing is for an average running server with no disk/memory intensive mappings and no loaded content No Service Name Virtual Set Working Set 1. Admin Console 773K 133K 2. MRS 1288K 407K 3. Mapping Service 978K 254K

2 4. Analyst Tool 702K 79K This table shows the average sizes of the 4 V9 services of a typical configuration. The Virtual Set is the total memory in virtual memory and the Working Set is the physically resident memory usage. Address Validation Reference data This data is loaded globally for all users. The customers configuration dictates which AV reference files are loaded. The Address Validation file size guide may be used here to estimate memory usage. The average size in memory of each loaded element is approximately the same as the disk footprint. For example if a user runs a mapping that uses the following reference file United States Batch/Interactive 533 MB It would be expected that the process memory size will grow by 533MB approximately. It should be noted that this memory cost is for the life time of the server and is a once off cost for the server and all mappings run in the server s lifetime. The loaded Address Validation data is not unloaded even when there are no current users for performance reasons. User Created Mapping Memory and Disk footprint This section is split into 3 types of Data Quality component. The Standard elements don t incur any additional costs in memory or disk usage beyond its standard running size. The Dynamic components are of 2 different types. Reference data based transforms which hold in-memory, the same reference table lookup structures and Dynamic transforms that can include items like third party engines, sort space or b-tree storage. The Dynamic transforms use both memory and disk that can considerably depending on the data being processed. Standard DQ Transformations Comparison Transformation Decision Transformation Merge Transformation None of the transforms have dynamic memory or disk usage that varies with the size of the data being processed. All these components are referred to as passive since they process data rows in small batches and send to the next component in the mapping immediately. Reference Data Based Transformations Case Convertor Transformation Labeller Transformation

3 Parser Transformation Standardiser Transformation These transforms are all based around usage of reference data. While they are all passive in that they process data immediately they have initialisation costs that increase memory based on configuration. This memory usage makes them dynamic based on the transforms configuration but not dynamic based on the number of rows presented for processing While the reference data is managed in a database for editing, at runtime it s held in memory for performance. To optimise the throughput this in-memory storage is designed for speed rather than space efficiency. The current list of reference tables available is around 3.5K so a list of tables and in-memory sizes is not included. Each transform will have its own copy of the in-memory reference data. To enable sizing the customer should take the number of bytes in each column of the reference table and multiply it by the number of lines. This final calculation multiplied by 1.3 will give an approximate guide to the in memory footprint. For example a reference table with 10K rows and 6 columns with an average byte count per column of 25 will give * 6 * 25 * 1.3 approximately 2M runtime memory usage. This runtime memory cost is for the lifetime of the mapping. All in memory reference tables are freed when the mapping is finished. Dynamic DQ Transformations All the following components have dynamic memory and disk usage. These components are referred to as active and in general store large numbers of rows internally for block processing and have memory/disk requirements that increase in-line with the volume of input rows and number of corresponding columns per row Address Validator Transformation This component is treated in the General Runtime memory sizing section as it affects all users as soon as the first mapping is run. Association Transformation This component makes extensive use of B-tree file based storage. Each column used in the association will have its own b-tree and a general b-tree is used to store all the input data rows. The Informatica b-tree is space efficient but not compressed. So the general sizing guideline here is as follows, Each association column is the total volume of data for each column * 20 bytes per input row The general storage cache is the size of the input data set * 10 bytes per row will be the on disk runtime cost. An internal memory map of association id s and rows will be no larger than 20 bytes * the number of rows Sorter Based Transforms Consolidation Transformation

4 Key Generator Transformation These transforms all contain standard Informatica sort transforms. Currently they are all set to auto. This is an internal configuration which attempts to give the transform as much memory as possible without affecting system performance. When user wants more explicit control the sort transform can be set with a memory limit on the maximum amount of main memory it can use to sort data. The on disk temp size will grow as all data rows must be stored by the sort transform Match Transformation The match transform makes use of 2 different types of B-tree depending on its configuration. When a user has configured a set of pass through ports and Identity matching both types will be used. In general it can be assumed that the B-tree storage will not exceed in a significant way the total size of disk the data would occupy if sitting outside the B-tree on the file system. Worked Sizing for US based Customer Because any individual customer will have problem specific requirements the following example shows how the data in this document may be applied to create more accurate sizing estimates. The example shows the sizing for both disk and memory for a 4 user DQ installation using US Address Validation, US Identity Matching and US Reference Dictionaries. While this number may be small the variable elements of disk/memory usage only magnify when you have multiple users concurrently using disk and memory intensive transforms. The transforms that have individual requirements per mapping run are indicated in the document. Base Server Disk Requirements Base Memory Requirements 12 GB (Calculation shown above) 2 GB (Calculation shown above) Assumption here is that a mapping without disk/memory sensitive components will add little beyond the standard footprint. This will not be true with very complex mappings. User 1 Running a matching mapping Dual Source Identity with Source1 containing 1M rows and source2 containing 100K rows, 6 columns with 25 bytes per column, 20 columns of pass-through data with 25 bytes per column This mapping will have 2 sorters from the key generation phase, 1 B-tree from matching, 1 B-tree from Identity and internal memory usage for Identity and clustering Disk Usage B-tree 1 Identity = * 6 * 25 = 165MB B-tree 2 Pass-through = * 20 * 25 = 550MB Memory Usage = Internal storage for large number of transforms used for matching 10MB

5 User 2 Running an AV mapping Single Source with Source1 containing 1M rows This mapping will have minimal transforms but will load the all US AV validation reference data United States Batch/Interactive 533 MB United States GeoCoding 422 MB United States FastCompletion 380 MB Total Disk added = 0 Memory Usage = = 1.3 GB User 3 Running Standardisation Single Source with Source1 containing 10M rows This mapping will have minimal transforms but will load 10 dictionaries to standardise Assume each dictionary has 10K rows with 5 columns and 25 bytes average per column Total Disk added = 0 Memory Usage * 5 * 25 * 1.3 = 1.6 MB per dictionary Total Memory = 16MB User 4 Running Association Single Source with Source1 containing 10M rows and association running across 8 groups This mapping will not have other matching transforms and will source data directly from a single table. Each association key column will have a 10 byte key and there will be 10 additional columns of row data each 50 bytes wide Each Key column Btree will take 10M * ( ) 300MB General Storage will take 10M * ((8 * 10) + (10 * 50)) 5.8GB Total Disk 300MB * 8 columns + 5.8GB = 8.2GB Total Memory = 10M * 20 = 200MB Total Additional Memory/Disk used by the 4 concurrently running mappings Disk = 165MB + 550MB MB = 8915MB Memory = 10 MB MB + 16MB + 200MB = 1526MB

6 Summary The data in this document estimates the standard disk and memory footprint of the V9 server. In addition the 2 tables shown at the end of the document will allow a user to minimise the on disk footprint of the install if this is required. The Example sizing at the bottom of the document shows how to estimate a mappings contribution to disk/memory by analysing the composition of the mapping and each transforms contribution to disk/memory usage. The example also shows the importance of factoring in the number of concurrent users and likely usage in defined the total peak requirements of an individual installation. Appendix 1 Address Validation Reference Data with On Disk size Largest 50 files United States Batch/Interactive 533 MB United Kingdom FastCompletion 501 MB United States GeoCoding 422 MB United States FastCompletion 380 MB United Kingdom Batch/Interactive 306 MB France FastCompletion 210 MB France Batch/Interactive 153 MB Argentina FastCompletion 120 MB Brazil FastCompletion 104 MB Germany FastCompletion 102 MB Germany Batch/Interactive 99 MB United Kingdom Supplementary 94.5 MB Italy FastCompletion 92.9 MB Argentina Batch/Interactive 90 MB Canada FastCompletion 83.1 MB India FastCompletion 83.1 MB India Batch/Interactive 80 MB Germany GeoCoding 73.5 MB Brazil Batch/Interactive 73.3 MB Italy Batch/Interactive 66 MB

7 Canada Batch/Interactive 61.8 MB United Kingdom GeoCoding 51.8 MB Sweden FastCompletion 49 MB Mexico FastCompletion 48.5 MB Australia FastCompletion 44.6 MB Russian Federation FastCompletion 44.3 MB Mexico Batch/Interactive 42.8 MB Australia Batch/Interactive 40.9 MB Russian Federation Batch/Interactive 40.5 MB France GeoCoding 39.7 MB Portugal FastCompletion 38.8 MB Italy GeoCoding 36.6 MB Netherlands FastCompletion 35.5 MB Canada GeoCoding 32.7 MB China FastCompletion 28.4 MB Netherlands Batch/Interactive 27.8 MB Sweden Batch/Interactive 27.4 MB Spain GeoCoding 25.6 MB Australia GeoCoding 25.4 MB Spain FastCompletion 23.7 MB Chile FastCompletion 23.4 MB Netherlands GeoCoding 22.7 MB Portugal Batch/Interactive 22.5 MB China Batch/Interactive 21.4 MB Finland GeoCoding 18.8 MB Switzerland FastCompletion 18.2 MB Sweden GeoCoding 17.8 MB Chile Batch/Interactive 16.8 MB

8 Belgium FastCompletion 16.1 MB Spain Batch/Interactive 15.4 MB The full list can be found at: Appendix 2 Identity Based Matching Reference Data with On Disk Size IM_japan_i.zip 86,222,167 IM_japan.zip 86,222,153 IM_japan_r.zip 15,754,935 IM_gaelic.zip 9,237,372 IM_canada.zip 8,933,319 IM_international.zip 5,303,974 IM_chinese_s.zip 4,955,588 IM_south_africa.zip 4,260,152 IM_uk.zip 4,241,637 IM_ireland.zip 4,241,357 IM_new_zealand.zip 4,200,805 IM_australia.zip 4,153,252 IM_usa.zip 4,134,750 IM_arabic_m.zip 3,893,388 IM_indonesia.zip 3,494,046 IM_cyrillic.zip 3,022,104 IM_arabic_r.zip 2,980,176 IM_singapore.zip 2,505,578 IM_india.zip 2,321,418 IM_chinese_t.zip 2,189,993 IM_aml.zip 2,083,153 IM_greek_l.zip 2,057,442 IM_switzerland.zip 2,028,497 IM_france.zip 1,950,898 IM_philippines.zip 1,896,332 IM_luxembourg.zip 1,812,614 IM_belgium.zip 1,696,864 IM_germany.zip 1,604,137 IM_brasil.zip 1,596,925 IM_portugal.zip 1,596,786 IM_korean_r.zip 1,588,819 IM_italy.zip 1,554,842 IM_turkey.zip 1,552,887 IM_hk_r.zip 1,542,915 IM_sweden.zip 1,528,272 IM_czech.zip 1,525,846

9 IM_netherlands.zip 1,476,954 IM_taiwan_r.zip 1,473,532 IM_denmark.zip 1,473,231 IM_slovakia.zip 1,458,393 IM_malaysia.zip 1,447,577 IM_thai_r.zip 1,443,929 IM_spain.zip 1,438,526 IM_chinese_r.zip 1,431,129 IM_colombia.zip 1,414,047 IM_argentina.zip 1,413,962 IM_indo_chin_r.zip 1,410,620 IM_chile.zip 1,400,965 IM_peru.zip 1,389,800 IM_vietnam_r.zip 1,379,744 IM_puerto_rico.zip 1,372,143 IM_mexico.zip 1,344,656 IM_thai.zip 1,279,607 IM_finland.zip 1,273,884 IM_norway.zip 1,273,795 IM_poland.zip 1,261,906 IM_greek.zip 1,247,548 IM_hungary.zip 1,205,908 IM_estonia.zip 1,092,791 IM_korean.zip 821,290 IM_ofac.zip 759,006 IM_hebrew.zip 754,978 IM_chinese_i.zip 544,844 IM_arabic.zip 297,401

Informatica Data Explorer Performance Tuning

Informatica Data Explorer Performance Tuning Informatica Data Explorer Performance Tuning 2011 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Carrier Services. Intelligent telephony. for over COUNTRIES DID NUMBERS. All IP

Carrier Services. Intelligent telephony. for over COUNTRIES DID NUMBERS. All IP Carrier Services All IP Intelligent telephony In current times, being connected to the telephone network just isn t enough anymore; one needs to be INTERconnected with it, as it all has become IP. Along

More information

Purchasing. Operations 3% Marketing 3% HR. Production 1%

Purchasing. Operations 3% Marketing 3% HR. Production 1% Agenda Item DOC ID IAF CMC (11) 75 For Information For discussion For decision For comments to the author IAF End User Survey results (October 211) This report summarises the total responses to the IAF

More information

Step 1: New Portal User User ID Created Using IdentityIQ (IIQ)

Step 1: New Portal User User ID Created Using IdentityIQ (IIQ) Rockwell Automation PartnerNetwork Portal Single Sign-on (SSO) Login to Rockwell Automation PartnerNewtork Portal for Commercial Programs Participants Scope: This job aid provides instructions on how to

More information

AN POST SCHEDULE OF CHARGES

AN POST SCHEDULE OF CHARGES AN POST SCHEDULE OF CHARGES Effective from 4 April 2018 UNIVERSAL POSTAL SERVICES (Universal Services are specified in the Communications Regulation (Universal Postal Service) Regulations 2012, S.I. 280

More information

Power Analyzer Firmware Update Utility Version Software Release Notes

Power Analyzer Firmware Update Utility Version Software Release Notes Power Analyzer Firmware Update Utility Version 3.1.0 Software Release Notes Contents General Information... 2... 2 Supported models... 2 Minimum system requirements... 2 Installation instructions... 2

More information

STANDARD BROADBAND & FIBRE BROADBAND PLANS

STANDARD BROADBAND & FIBRE BROADBAND PLANS STANDARD BROADBAND & FIBRE BROADBAND PLANS Terms & Conditions for Consumer Customers Version 8.0 Date 24 th October 2017 1 General You can join one of our Standard Broadband or Fibre Broadband plans. To

More information

STANDARD BROADBAND & FIBRE BROADBAND PLANS

STANDARD BROADBAND & FIBRE BROADBAND PLANS STANDARD BROADBAND & FIBRE BROADBAND PLANS Terms & Conditions for Consumer Customers Version 1.0 Date 26 th June 2018 1 General You can join one of our Standard broadband, Fibre broadband, Fibre Plus broadband,

More information

20 th October 2011 STEP357

20 th October 2011 STEP357 20 th October 2011 STEP357 What Is The Springboard Series Inside of Microsoft we are: A turnkey IT pro engagement platform for depth & breadth The program to mobilize MS marketing & field to focus on desktop

More information

DATA APPENDIX. Real Exchange Rate Movements and the Relative Price of Nontraded Goods Caroline M. Betts and Timothy J. Kehoe

DATA APPENDIX. Real Exchange Rate Movements and the Relative Price of Nontraded Goods Caroline M. Betts and Timothy J. Kehoe DATA APPENDIX Real Exchange Rate Movements and the Relative Price of Nontraded Goods Caroline M. Betts and Timothy J. Kehoe I. ORIGINAL SERIES: DESCRIPTION A. ANNUAL AND QUARTERLY SERIES 1a. MARKET EXCHANGE

More information

Global entertainment and media outlook Explore the content and tools

Global entertainment and media outlook Explore the content and tools www.pwc.com/outlook Global entertainment and media outlook Explore the content and tools A comprehensive online source of global analysis for consumer/ end-user and advertising spending 5-year forecasts

More information

International Roaming Critical Information Summaries JULY 2017

International Roaming Critical Information Summaries JULY 2017 Critical Information Summaries JULY 2017 Phone: Email: Website: Information about the service. Here s a quick summary of all the important bits about your Postpaid SkySmart Mobile International Roaming

More information

ERIFLEX. FLEXIBAR Performance with Frequency

ERIFLEX. FLEXIBAR Performance with Frequency ERIFLEX FLEXIBAR Performance with Frequency 00 000 0000.5.5 00 000 0000.5.5 00 000 0000.5.5 Current and temperature ratings of ERIFLEX FLEXIBAR as published in the ERIFLEX catalog are based on operating

More information

VOICE/DATA SIMCARD USA UNLIMITED

VOICE/DATA SIMCARD USA UNLIMITED VOICE/DATA SIMCARD USA UNLIMITED Copyright 2018. All rights reserved. The content of this document may not be copied,replaced,distributed,published,displayed, modified,or transferred in any form or by

More information

Cisco Voice Services Provisioning Tool 2.6(1)

Cisco Voice Services Provisioning Tool 2.6(1) Data Sheet Cisco Voice Services Provisioning Tool 2.6(1) The Cisco Voice Services Provisioning Tool (VSPT) provides a GUI for the creation, modification, and execution of signaling connections, trunks,

More information

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400 END-OF-LIFE NOTICE, NO. 2566 END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400 Cisco Systems announces the end of life of the Cisco Media Convergence Server 7845H-2400.

More information

Tips and Tricks for Data Quality Management

Tips and Tricks for Data Quality Management Tips and Tricks for Data Quality Management Thomas A. Dye III CCP Informatica Chris Phillips Senior Product Manager, Data Quality Informatica 1 Biography Thomas A. Dye III, CCP Senior Consultant with Informatica

More information

CUSTOMER GUIDE Interoute One Bridge Outlook Plugin Meeting Invite Example Guide

CUSTOMER GUIDE Interoute One Bridge Outlook Plugin Meeting Invite Example Guide CUSTOMER GUIDE Interoute One Bridge Outlook Plugin Meeting Invite Example Guide Version History Version Date Title 1.0 04/10/17 Initial document All quotes, offers or proposals are (i) made based on Interoute

More information

International Business Mail Rate Card

International Business Mail Rate Card International Business Mail Rate Card Effective from 3rd January 2017 International Business Mail International Business Mail is a service with a range of sorting and delivery options which covers Letters,

More information

MANUAL VOICE/DATA SIMCARD CANADA

MANUAL VOICE/DATA SIMCARD CANADA MANUAL VOICE/DATA SIMCARD CANADA Copyright 2018. All rights reserved. The content of this document may not be copied,replaced,distributed,published,displayed, modified,or transferred in any form or by

More information

Light Quality and Energy Efficiency The CIE Approach

Light Quality and Energy Efficiency The CIE Approach Light Quality and Energy Efficiency The CIE Approach Peter Zwick Light Quality and Energy Efficiency the CIE Approach 1 Overview Introduction of CIE Energy efficiency in lighting Light quality CIE work

More information

Items exceeding one or more of the maximum weight and dimensions of a flat. For maximum dimensions please see the service user guide.

Items exceeding one or more of the maximum weight and dimensions of a flat. For maximum dimensions please see the service user guide. Rate Card International Flats Effective from 2 April 2013 Pricing your mail Once you have selected the service you wish to use, calculate the price using the tables on the following pages. For more information

More information

Dataliner Message Displays Using DL50 Slaves with a DL40 Master

Dataliner Message Displays Using DL50 Slaves with a DL40 Master ALLEN-BRADLEY Dataliner Message Displays Introduction This application note describes how to use Dataliner DL50 slave displays with a DL40 display as a master. The DL40 master display contains all messages

More information

International Packets

International Packets Rate Card International Packets Effective from 2 April 2013 Pricing your mail Once you have selected the service you wish to use, calculate the price using the tables on the following pages. For more information

More information

EventBuilder.com. International Audio Conferencing Access Guide. This guide contains: :: International Toll-Free Access Dialing Instructions

EventBuilder.com. International Audio Conferencing Access Guide. This guide contains: :: International Toll-Free Access Dialing Instructions EventBuilder.com International Audio Conferencing Access Guide TM This guide contains: :: International Toll-Free Access Dialing Instructions :: ATFS (Access Toll-Free Service) Dialing Instructions ::

More information

Conferencing and Recording

Conferencing and Recording Conferencing and Recording User Guide 03 July 2018 Contents About conferencing 3 How to schedule a meeting 4 How to join a StarLeaf meeting 6 About global telephone dial-in numbers 10 Europe, Middle East,

More information

Improving digital infrastructure for a better connected Thailand

Improving digital infrastructure for a better connected Thailand Improving digital infrastructure for a better connected 1 Economies across the globe are going digital fast The Global GDP forecast 2017 Economies are setting policies to encourage ICT investment Global

More information

Optimization in the Mail Sorting

Optimization in the Mail Sorting Optimization in the Mail Sorting MARS: the Universal sorting machine By Pierre Patry Sales & Strategy Director SOLYSTIC S.A.S 2011 All rights reserved Disclosure, reproduction and use strictly forbidden

More information

ALL-IN-ONE PRESENTATION SYSTEMS

ALL-IN-ONE PRESENTATION SYSTEMS ALL-IN-ONE PRESENTATION SYSTEMS VS-88UT VS-622DT KramerAV.com WHEN KRAMER SET OUT TO BUILD THE AV INDUSTRIES MOST VERSATILE FAMILY OF ALL-IN-ONE PRESENTATION SYSTEMS THE GOAL WAS SIMPLE, CREATE A LINE

More information

RPM International Inc. Hotline Instructions

RPM International Inc. Hotline Instructions RPM International Inc. Hotline Instructions While compliance matters can often be resolved at the local level, the RPM International Inc. ( RPM ) Hotline provides another way for you to report concerns

More information

Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart

Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart ADDITIONAL INFORMATION It is important to Cisco Systems that its resellers comply with and recognize all applicable regulations

More information

iclass SE multiclass SE 125kHz, 13.56MHz 125kHz, 13.56MHz

iclass SE multiclass SE 125kHz, 13.56MHz 125kHz, 13.56MHz Date created: 11 July 2016 Last update: 18 August 2016 READERS REGULATORY CERTIFICATION BY COUNTRY. The following table consists of the current regulatory certifications for the readers. HID Global is

More information

Agilent N1918A Power Analysis Manager

Agilent N1918A Power Analysis Manager Agilent N1918A Power Analysis Manager Data Sheet Features Enhanced viewing on large PC display Intuitive GUI for easy navigation to functions Multiple flexible display formats List view of more than 20

More information

Digital EAGLEs. Outlook and perspectives

Digital EAGLEs. Outlook and perspectives 2016 Digital EAGLEs Outlook and perspectives Fixed and Mobile broadband adoption rates in the next decade Changes in Fixed-Broadband penetration 2014-25 Changes in Mobile-Broadband penetration 2014-25

More information

U85026A Detector 40 to 60 GHz

U85026A Detector 40 to 60 GHz Operating and Service Manual U85026A Detector 40 to 60 GHz Serial Numbers This manual applies directly to U85026A detectors with serial numbers 100 and above. For additional information on serial numbers,

More information

Spoka Meet Audio Calls Rates Dial-In UK

Spoka Meet Audio Calls Rates Dial-In UK Spoka Meet Audio Calls Rates Dial-In UK Country Toll/Toll Free Landline/Mobile GBP Argentina Toll Landline 0 Australia Toll Landline 0 Austria Toll Landline 0 Bahrain Toll Landline 0 Belgium Toll Landline

More information

Payphone Origination Service Charge Rate Per Min. Mobile Origination Service Charge. MLB Switched Rate Per Min. MLB Dedicated Rate Per Min

Payphone Origination Service Charge Rate Per Min. Mobile Origination Service Charge. MLB Switched Rate Per Min. MLB Dedicated Rate Per Min SBC Long Distance, LLC 1 st Revised Page 1 d/b/a AT&T Long Distance Effective April 8, 2011 Effective June 30, 2011 the dedicated service offering associated with this Service will be discontinued pursuant

More information

Customers want to transform their datacenter 80% 28% global IT budgets spent on maintenance. time spent on administrative tasks

Customers want to transform their datacenter 80% 28% global IT budgets spent on maintenance. time spent on administrative tasks Customers want to transform their datacenter 80% global IT budgets spent on maintenance 28% time spent on administrative tasks Cloud is a new way to think about your datacenter Traditional model Dedicated

More information

Cisco 2651XM Gateway - PBX Interoperability: Avaya Definity G3 PBX using Analog FXO Interfaces to an H.323 Gateway

Cisco 2651XM Gateway - PBX Interoperability: Avaya Definity G3 PBX using Analog FXO Interfaces to an H.323 Gateway Application Note Cisco 2651XM Gateway - PBX Interoperability: Avaya Definity G3 PBX using Analog FXO Interfaces to an H.323 Gateway Introduction This note describes the interoperability between the Avaya

More information

For: Ministry of Education From Date: 19 November 18-2 December 18 Venue: M1 Shops

For: Ministry of Education From Date: 19 November 18-2 December 18 Venue: M1 Shops For: Ministry of Education From Date: 19 November 18-2 December 18 Venue: M1 Shops $200 OFF HANDSETS For new line / port-in / re-contract on mysim e 90 and above plan Reg+ and above plan $150 OFF HANDSETS

More information

Global Economic Indicators: Global Leading Indicators

Global Economic Indicators: Global Leading Indicators Global Economic Indicators: Global Leading Indicators January 30, 2018 Dr. Edward Yardeni 516-2-7683 eyardeni@ Debbie Johnson 480-664-1333 djohnson@ Mali Quintana 480-664-1333 aquintana@ Please visit our

More information

Transforming networks and services for communications service providers

Transforming networks and services for communications service providers Transforming networks and services for communications service providers Do you need more agility to keep pace with new challengers in your market? The change is happening right now The growing number of

More information

OPERATIONS MANUAL Audio Conferencing

OPERATIONS MANUAL Audio Conferencing Section I: Introduction and Service Description. OPERATIONS MANUAL Audio Conferencing 1. Audio Conferencing. Audio conferencing enables multiple participants to converse simultaneously via a telephone

More information

Programming Note. Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer

Programming Note. Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer Programming Note Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer Manufacturing Part Number: 08757-90130 Printed in USA Print Date: July 1992 Agilent Technologies, Inc.

More information

Supplier Responding to New Products RFP Event

Supplier Responding to New Products RFP Event This presentation contains instructions focused on the required steps needed for suppliers to respond to a RFP request made from the New Products group. For more general information on how to respond to

More information

Cisco Extensible Provisioning and Operations Manager 4.5

Cisco Extensible Provisioning and Operations Manager 4.5 Data Sheet Cisco Extensible Provisioning and Operations Manager 4.5 Cisco Extensible Provisioning and Operations Manager (EPOM) is a Web-based application for real-time provisioning of the Cisco BTS 10200

More information

Multi-Site Parallel Testing with the S535 Wafer Acceptance Test System APPLICATION NOTE

Multi-Site Parallel Testing with the S535 Wafer Acceptance Test System APPLICATION NOTE Multi-Site Parallel Testing with the S535 Wafer Acceptance Test System In semiconductor wafer production, minimizing the cost of test has been identified as the number one challenge. The biggest factor

More information

Safety. Introduction

Safety. Introduction KickStart Guide Safety Introduction Safety precautions Before using this product, see the safety precautions associated with your instrument. The instrumentation associated with this software is intended

More information

Product info. PCKeeper - Ver Windows 10. PCKeeper Antivirus - Ver Windows 10. BRATISLAVA, Slovakia, Sept 2, 2016

Product info. PCKeeper - Ver Windows 10. PCKeeper Antivirus - Ver Windows 10. BRATISLAVA, Slovakia, Sept 2, 2016 Essentware S.A. the official owner of PCKeeper brand informs it s users that both of company products have successfully passed the Windows 10 compatibility qualification. PCKeeper Live and PCKeeper Antivirus

More information

OnAudience.com I Report 2017 Ad blocking in the Internet

OnAudience.com I Report 2017 Ad blocking in the Internet OnAudience.com I Report 2017 Ad blocking in the Internet Table of contents Introduction 1 Ad blocked page views 2 Impact on display advertising 8 Impact on e-commerce 11 About 13 Introduction 1 This report

More information

STANDARD BROADBAND & FIBRE BROADBAND PLANS

STANDARD BROADBAND & FIBRE BROADBAND PLANS STANDARD BROADBAND & FIBRE BROADBAND PLANS Terms & Conditions for Consumer Customers Version 3.0 Date 12 th July 2016 1 General If you live in either an EE Standard Broadband network area (which is over

More information

Manual. Continental Supplier Portal (SUS) - Create Bid. Internal. 24. März 2016

Manual. Continental Supplier Portal (SUS) - Create Bid. Internal. 24. März 2016 Manual 24. März 2016 Internal Table of Contents 1 CREATE BID SHELL... 2 2 EDIT PAYMENT TERMS AND INCOTERMS... 3 3 ANSWER QUESTIONS... 5 4 ADD NOTES ON HEADER LEVEL... 6 5 ENTER PRICE... 8 6 ADD ATTACHMENTS...

More information

Keysight Technologies RS232/UART Protocol Triggering and Decode for Infiniium Series Oscilloscopes. Data Sheet

Keysight Technologies RS232/UART Protocol Triggering and Decode for Infiniium Series Oscilloscopes. Data Sheet Keysight Technologies RS232/UART Protocol Triggering and Decode for Infiniium 90000 Series Oscilloscopes Data Sheet This application is available in the following license variations. Order N5462A for a

More information

Uploading protocols and Assay Control Sets to the QIAsymphony SP via the USB stick

Uploading protocols and Assay Control Sets to the QIAsymphony SP via the USB stick Uploading protocols and Assay Control Sets to the QIAsymphony SP via the USB stick This document describes how to upload protocols and Assay Control Sets to the QIAsymphony SP using the USB stick supplied

More information

END-USER MANUAL. Sennheiser HeadSetup Pro

END-USER MANUAL. Sennheiser HeadSetup Pro END-USER MANUAL Sennheiser HeadSetup Pro Content 1. Introduction 4 1.1 Product overview 4 1.2 Scope of the document 4 1.3 Intended audience of this document 4 2. System requirement 4 2.1 Hardware requirement

More information

FB-DIMM Commands/Data and Lane Traffic Verification

FB-DIMM Commands/Data and Lane Traffic Verification FB-DIMM Commands/Data and Lane Traffic Verification Preparing for FB-DIMM Fully buffered dual inline memory modules (FB-DIMMs) provide servers and workstations with greater memory capacities, higher operating

More information

Addressing Geoff Huston APNIC

Addressing Geoff Huston APNIC Addressing 2015 Geoff Huston APNIC The Addressing View Addressing V4 Exhaustion We have been predicting that the exhaustion of the free pool of IPv4 addresses would eventually happen for the past 25 years!

More information

Investigating Country Differences in Mobile App User Behaviour and Challenges for Software Engineering. Soo Ling Lim

Investigating Country Differences in Mobile App User Behaviour and Challenges for Software Engineering. Soo Ling Lim Investigating Country Differences in Mobile App User Behaviour and Challenges for Software Engineering Soo Ling Lim Analysis of app store data reveals what users do in the app store. We want to know why

More information

Quintiles vdesk Welcome Guide

Quintiles vdesk Welcome Guide Quintiles vdesk Welcome Guide Dear Quintiles Clinical ASP User, Quintiles is pleased to announce vdesk, an unique solution part of the Clinical ASP platform offer. Quintiles vdesk, is a virtual desktop

More information

The IECEE CB Scheme facilitates Global trade of Information Technology products.

The IECEE CB Scheme facilitates Global trade of Information Technology products. The IECEE CB Scheme facilitates Global trade of Information Technology products. WTO - Symposium on the 15th Anniversary of the Information Technology Agreement 14-15 May 2012 Pierre de RUVO Executive

More information

Understanding Normalization and Product Catalog

Understanding Normalization and Product Catalog Understanding Normalization and Product Catalog Int'l Toll: 913 312 0828 US/CAN Toll free: 866 816 1982 Argentina: 0800 444 6440 Australia: 1 800 612 415 Austria: 0800 295 780 Bahamas: 1 800 389 0491 Belgium:

More information

N7624B Signal Studio for LTE Technical Overview

N7624B Signal Studio for LTE Technical Overview N7624B Signal Studio for LTE Technical Overview Easily Create Sophisticated LTE Test Waveforms 3GPP Long Term Evolution (LTE) defines improvements to UMTS to provide increased system efficiency, including

More information

Agilent E4982A LCR Meter

Agilent E4982A LCR Meter Agilent E4982A LCR Meter 1 MHz to 3 GHz Configuration Guide Ordering guide The following steps will guide you through configuring your E4982A. Standard furnished item Description Test head with 1m test

More information

CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML

CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML Q & A CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML GENERAL QUESTIONS Q. What is the Cisco IP Phone 7970G? A. The 7970G is our latest state-of-the-art IP phone, which includes a large color,

More information

Patent Portfolio Overview July The data in this presentation is current as of this date.

Patent Portfolio Overview July The data in this presentation is current as of this date. Patent Portfolio Overview July 2017 1 1 The data in this presentation is current as of this date. Table of Contents Overview HEVC Standard Versions in Licensing Program Patent Evaluation Portfolio Growth

More information

Demo Guide. Keysight Multi-Operator with M937xA PXIe Vector Network Analyzers

Demo Guide. Keysight Multi-Operator with M937xA PXIe Vector Network Analyzers Demo Guide Keysight Multi-Operator with M937xA PXIe Vector Network Analyzers Table of Contents Preparation for Demo... 3 Equipment Requirements... 3 Setup Four Operators Configuration Using 4 x 4-Ports

More information

Patent Portfolio Overview May The data in this presentation is current as of this date.

Patent Portfolio Overview May The data in this presentation is current as of this date. Patent Portfolio Overview May 2018 1 1 The data in this presentation is current as of this date. Table of Contents Overview HEVC Standard Versions in Licensing Program Patent Evaluation Portfolio Growth

More information

Innovative Fastening Technologies

Innovative Fastening Technologies Innovative Fastening Technologies Corporate Overview 2011 Update Infastech is one of the world s largest producers of engineered mechanical fasteners with revenues exceeding USD500 million and an industry

More information

PSDPRO Parallel Port Programmer for ST s Programmable System Device (PSD) Products

PSDPRO Parallel Port Programmer for ST s Programmable System Device (PSD) Products PSDPRO Parallel Port Programmer for ST s Programmable System Device (PSD) Products DATA BRIEFING FEATURES SUMMARY LOW COST PARALLEL PORT PROGRAMMER FOR ST'S ENTIRE PSD PRODUCT LINE PROGRAMS ALL PSD DEVICES

More information

International Business Parcels Rate card

International Business Parcels Rate card International Business Parcels Rate card Effective from 2nd January 2018 Tracked Standard Tracked Tracked Signed Standard 1 Contents International Business Parcels services...3 International Business Tracked...4

More information

Airframe Types. Fixed Wing. Others

Airframe Types. Fixed Wing. Others Figure : UAS Categorization UAS Categories Acronym Range Flight Altitude Endurance MTOW Currently Flying (km) (m) (hours) (kg) Tactical Nano η < 00 < < 0,05 yes Micro μ (Micro) < 0 < 5 yes Mini Mini

More information

Agilent U2941A Parametric Test Fixture

Agilent U2941A Parametric Test Fixture Agilent U2941A Parametric Test Fixture Data Sheet The Agilent U2941A parametric test fixture is designed to complement usage of the Agilent U2722A USB modular source measure unit in the testing of semiconductor

More information

Traffic Offload. Cisco 7200/Cisco 7500 APPLICATION NOTE

Traffic Offload. Cisco 7200/Cisco 7500 APPLICATION NOTE APPLICATION NOTE Cisco 700/Cisco 700 Traffic offload allows exchange carriers to offload their telephony traffic to a packet network from the Public Switched Telephone Network (PSTN). By doing so, carriers

More information

The Role of SANAS in Support of South African Regulatory Objectives. Mr. Mpho Phaloane South African National Accreditation System

The Role of SANAS in Support of South African Regulatory Objectives. Mr. Mpho Phaloane South African National Accreditation System The Role of SANAS in Support of South African Regulatory Objectives Mr. Mpho Phaloane South African National Accreditation System Outline of Presentation INTRODUCTION STATUS OF SANAS TECHNICAL INFRASTRUCTURE

More information

Automation DriveServer

Automation DriveServer Automation Drive Remote maintenance for intelligent solutions Lenze Global Drive Making communication easy Drive the path to open automation Are you looking for a simple way of getting your drives connected

More information

Complement Drive Test for UTRAN using a passive Protocol Monitor

Complement Drive Test for UTRAN using a passive Protocol Monitor Complement Drive Test for UTRAN using a passive Protocol Monitor Introduction The introduction of third generation mobile networks has enabled network operators to offer a new range of service. Traditional

More information

Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP

Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP Application Note Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP Introduction This is an application note for connectivity of Lucent/Avaya

More information

Allianz SE Reinsurance Branch Asia Pacific Systems Requirements & Developments. Dr. Lutz Füllgraf

Allianz SE Reinsurance Branch Asia Pacific Systems Requirements & Developments. Dr. Lutz Füllgraf Allianz SE Reinsurance Branch Asia Pacific Systems Requirements & Developments Dr. Lutz Füllgraf Technology and Innovation for Insurance Conference 2007, Sydney 22 March 2007 Contents 1 Importance of a

More information

Electronic access to technical information. Work in progress in Development of. Members. International Standards,

Electronic access to technical information. Work in progress in Development of. Members. International Standards, Members 164 national standards bodies, comprising 111 member bodies, 49 correspondent members, 4 subscriber members. Technical committee structure 3 368 technical bodies, comprising 224 technical committees,

More information

E-Seminar. Voice over IP. Internet Technical Solution Seminar

E-Seminar. Voice over IP. Internet Technical Solution Seminar E-Seminar Voice over IP Internet Technical Solution Seminar Voice over IP Internet Technical Solution Seminar 3 Welcome 4 Objectives 5 Telephony in Business 6 VoIP and IP Telephony 7 Traditional Telephony

More information

Keysight E6966B IMS-SIP Network Emulator. Technical Overview

Keysight E6966B IMS-SIP Network Emulator. Technical Overview Keysight E6966B IMS-SIP Network Emulator Technical Overview 02 Keysight E6966B IMS-SIP Network Emulator - Technical Overview Accelerate Performance Testing of Cellular User Equipment in an All-IP IMS-SIP

More information

Agenda CSA Overview CSA major features CSA status CSA s File attachments and Browsers specifications CSA login / URL references CSA demonstratio

Agenda CSA Overview CSA major features CSA status CSA  s File attachments and Browsers specifications CSA login / URL references CSA demonstratio Contractor Sourcing Application (CSA) Training New Supplier Presentation 2011 1 Agenda CSA Overview CSA major features CSA status CSA e-mails File attachments and Browsers specifications CSA login / URL

More information

Mexico s Telecommunications Constitutional Reform, the Shared Network and the Public - Private Collaboration. MBB Forum Shanghai, China

Mexico s Telecommunications Constitutional Reform, the Shared Network and the Public - Private Collaboration. MBB Forum Shanghai, China Mexico s Telecommunications Constitutional Reform, the Shared Network and the Public - Private Collaboration MBB Forum 2014 - Shanghai, China INDEX I. Introduction II. Current Situation III. Constitutional

More information

Configuring DHCP for ShoreTel IP Phones

Configuring DHCP for ShoreTel IP Phones Configuring DHCP for ShoreTel IP Phones Network Requirements and Preparation 3 Configuring DHCP for ShoreTel IP Phones The ShoreTel server provides the latest application software and configuration information

More information

EE Pay Monthly Add-Ons & Commitment Packs. Version

EE Pay Monthly Add-Ons & Commitment Packs. Version EE Pay Monthly Add-Ons & Commitment Packs Version 1A Available from 28 October 2015 1 COMMITMENT PACKS In addition to the allowances included in our Standard and EE Extra plans for both Pay Monthly handset

More information

Training Notes Unity Real Time 2

Training Notes Unity Real Time 2 Training Notes Unity Real Time 2 For Customers Using SPC (Westgard) Rules Log on to Unity Real Time 2 1 Double-click the Unity Real Time 2 shortcut located on your computer desktop. 2 Select your user

More information

Access Code and Phone Number

Access Code and Phone Number Algeria Dial International collect/reverse charge number: 1-212-559-5842 Argentina For phones using Telecom: Dial 0-800-555-4288; wait for prompt, then dial 866- For phones using Telefonica: Dial 0-800-222-1288;

More information

Cisco 3745 Gateway - PBX Interoperability: Avaya Definity G3 PBX using Q.931 PRI Network Side Interfaces to an H.323 Gateway

Cisco 3745 Gateway - PBX Interoperability: Avaya Definity G3 PBX using Q.931 PRI Network Side Interfaces to an H.323 Gateway Application Note Cisco 3745 Gateway - PBX Interoperability: Avaya Definity G3 PBX using Q.931 PRI Network Side Interfaces to an H.323 Gateway Introduction This Application Note describes the interoperability

More information

PIRLS 2016 INTERNATIONAL RESULTS IN READING

PIRLS 2016 INTERNATIONAL RESULTS IN READING Exhibit 6.2 and 6.3: School Emphasis on Academic Success The School Emphasis on Academic Success scale was administered to both principals and teachers. Exhibit 6.2 presents the results based on the principals

More information

STM32-MP3NL/DEC. STM32 audio engine MP3 decoder library. Description. Features

STM32-MP3NL/DEC. STM32 audio engine MP3 decoder library. Description. Features STM32 audio engine MP3 decoder library Data brief Features MPEG-1, 2 or 2.5 formats Layers 1, 2 and 3 Constant bit rate and variable bit rate Mono or stereo input streams PCM (Pulse Code Modulation) output

More information

Increasing Performance for PowerCenter Sessions that Use Partitions

Increasing Performance for PowerCenter Sessions that Use Partitions Increasing Performance for PowerCenter Sessions that Use Partitions 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

ISO/IEC JTC 1/SC 32 N 2432

ISO/IEC JTC 1/SC 32 N 2432 ISO/IEC JTC 1/SC 32 N 2432 Date: 2013-10-24 REPLACES: ISO/IEC JTC 1/SC 32 Data Management and Interchange Secretariat: United States of America (ANSI) Administered by Farance Inc. on behalf of ANSI DOCUMENT

More information

Integrating CaliberRM with Mercury TestDirector

Integrating CaliberRM with Mercury TestDirector Integrating CaliberRM with Mercury TestDirector A Borland White Paper By Jenny Rogers, CaliberRM Technical Writer January 2002 Contents Introduction... 3 Setting Up the Integration... 3 Enabling the Integration

More information

KNX Japan KNX The Success Story

KNX Japan KNX The Success Story KNX Japan KNX The Success Story Heinz Lux CEO KNX Association International KNX Association International Page No. 2 KNX is 27 years YOUNG 1990: Born as EIB 2000: Married with EHS and Batibus to become

More information

Internet Telephony. CURS4161 Curriculum Studies Computer Studies II. David Keffer UOIT Student # rd February, 2005.

Internet Telephony. CURS4161 Curriculum Studies Computer Studies II. David Keffer UOIT Student # rd February, 2005. Internet Internet Telephony CURS4161 Curriculum Studies Computer Studies II 3 rd February, 2005 What is Internet telephony? Internet telephony is the transport of telephone calls over the Internet Calls

More information

USING TREND SERVERPROTECT5 WITH CISCO CALLMANAGER

USING TREND SERVERPROTECT5 WITH CISCO CALLMANAGER PRODUCT BULLETIN NO. 2501 USING TREND SERVERPROTECT5 WITH CISCO CALLMANAGER PRODUCT OVERVIEW Any Windows 2000 Server is recommended to have virus protection and the Cisco CallManager is no exception. Trend

More information

English Version. Postal Services - Open Standard Interface - Address Data File Format for OCR/VCS Dictionary Generation

English Version. Postal Services - Open Standard Interface - Address Data File Format for OCR/VCS Dictionary Generation TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN/TS 15873 March 2009 ICS 03.240; 35.240.60 English Version Postal Services - Open Standard Interface - Address Data File Format

More information

Addressing and Routing in Geoff Huston APNIC

Addressing and Routing in Geoff Huston APNIC Addressing and Routing in 2014 Geoff Huston APNIC The Addressing View Addressing V4 Exhaustion We have been predic.ng that the exhaus.on of the free pool of IPv4 addresses would eventually happen for the

More information

GUIDE TO ONLINE APPLICATION FOR SPACE Individual and Group Applications 15 May 2013

GUIDE TO ONLINE APPLICATION FOR SPACE Individual and Group Applications 15 May 2013 GUIDE TO ONLINE APPLICATION FOR SPACE Individual and Group Applications 15 May 2013 Save as Draft function The Save as Draft function allows exhibitors to save their application at any stage of the application

More information

ISO/IEC JTC 1/SC 32 N 2334

ISO/IEC JTC 1/SC 32 N 2334 ISO/IEC JTC 1/SC 32 N 2334 Date: 2013-03-20 REPLACES: ISO/IEC JTC 1/SC 32 Data Management and Interchange Secretariat: United States of America (ANSI) Administered by Farance Inc. on behalf of ANSI DOCUMENT

More information