Effective Data Deduplication Implementation

Size: px
Start display at page:

Download "Effective Data Deduplication Implementation"

Transcription

1 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, data volumes are growig expoetially i the eterprise world, leadig to a surgig demad for capacity ad ew hardware. Data Deduplicatio is oe of the techiques that ca help eterprises to have lesser store space to store the same amout of data. Simply put Deduplicatio meas removal of duplicates from data. Deduplicatio ca provide 2 to 200 times space savigs ad ca also be used for low badwidth data trasfer. However it is a resource itesive operatio ad ca offset the advatages if ot implemeted correctly. Deduplicatio is a resource itesive operatio ad differet vedors have differet ways of implemetatio. The challege is to achieve maximum dedupe ratio (also called as data compressio ratio) with as little effect o throughput (IOPS) as possible. Irrespective of vedor implemetatio, Data Deduplicatio ca be divided ito four steps of data segmetatio, creatig figer prits for these data segmets, matchig these figer prits for duplicates ad storig uique segmets o disk. Each of the above metioed steps ca be implemeted usig differet techiques ad each oe of them has their ow advatages ad disadvatages. This white paper will discuss various techiques of implemetig the above metioed steps ad their effect o Data Deduplicatio ratio ad throughput.

2 About the Author Ravidra Mahabaleshwar Ravi, Solutio Architect i the HiTech Idustry Solutio Uit (ISU) of TCS, is based i Mumbai, Idia. Ravi's mai area of focus is Storage, ad he is resposible for testig solutios of Storage firmware ad applicatios. Ravi has experiece of 8 years i Product egieerig, which icludes Developmet, Maiteace ad Testig. Ravi has bee ivolved i Storage Firmware ad Applicatio test automatio for the past five years. 2

3 Table of Cotets 1. Data Deduplicatio Defied 4 2. Four Steps to Data Deduplicatio 5 3. Implemetatios ad Implicatios 5 4. Coclusio Refereces 10 3

4 1. Data Deduplicatio Defied Data Deduplicatio is the ew data compactio techology which removes duplicates i data. SNIA[1] defies it as Data Deduplicatio is the process of examiig a data-set or I/O stream at the sub-file level ad storig ad /or sedig oly uique data. It differs from the compressio techiques by workig o the data at sub-file level where as compressio ecodes the data i the file to reduce its storage requiremet. However, compressio ca be used to augmet data deduplicatio to provide higher dedupe ratio (Size of data to be writte / Size of data o disk: 1) Small to large eterprises have bee adoptig this ew techology as it gives sigificat Retur o Ivestmet by: Reducig the storage capacity required to store the data. Reducig etwork badwidth required to trasfer the data. The storage device cost has bee reducig with the advace i disk techology. O the other ed, the IO badwidth is o the upswig with Fibre Chael (FC) based etworks, Gigabit Etheret ad iscsi. IO throughput of these storage devices has icreased ad cost per GB of storig data has reduced. Data Deduplicatio does reduce the cost per GB of data eve further but ca be taxig o the storage device resources due to its mathematically extesive operatios. Efficiecy of ay Data Deduplicatio applicatio is measured by the Dedupe ratio (Size of Actual Data / Size of Data after deduplicatio: 1) ad throughput (Megabytes of Data Deduplicated per sec). Followig are the parameters affectig dedupe ratio ad throughput: Nature of data to be deduplicated. Where is Deduplicatio applied? Data Deduplicatio ca be applied either o source appliace or o target appliace. If Data Deduplicatio is ilie or a post processig applicatio? Implemetatio of Data Deduplicatio. Cliet Cliet Backup Server Source Deduplicatio LAN LAN LAN LAN Backup Appliace Target Deduplicatio Figure 1: Source ad Target Appliace Deduplicatio 4

5 The followig sectios will detail out geeric steps i Data Deduplicatio ad how their implemetatio has a bearig o the Dedupe ratio ad Deduplicatio throughput. 2. Four Steps to Data Deduplicatio There are more tha a doze major vedors for Deduplicatio applicatios. Irrespective of vedor implemetatio Data Deduplicatio ca be categorized ito four major steps: 1. Idetifyig the uit of compariso 2. Creatig smaller uique idetifier of these uits to be compared. 3. Match for duplicates 4. Savig uique data blocks Implemetatio of each of these steps varies from vedor to vedor. However, the primary objective of ay implemetatio is to: Achieve maximum Deduplicatio ratio (Size of Actual Data / Size of Data after Deduplicatio: 1) Maximize Data Deduplicatio throughput (Megabytes of Data Deduplicated per sec) Miimize system resource utilizatio 3. Implemetatios ad Implicatios 3.1 Idetifyig the uit of compariso Deduplicatio eeds to first idetify the uit of data to work upo to fid if the uit already exists o the disk. Deduplicatio ca be either cotet-aware (kows about file boudaries ad works o files) or ca work at block levels, the latter beig more popular ad widely used methodology. Cotet-aware Deduplicatio works at the file level ad hece compares file for duplicity. Sice the files ca be large it ca adversely affect both the dedupe ratio ad the throughput. I Cotet-aware Deduplicatio, the duplicity across files is ot detected ad the two files might vary by just 10% ad still exist o the disk as separate etities. Block level compariso of data works o either fixed size of data or variable size of data ad is agostic of the file boudaries. This process of breakig up byte stream of data is popularly kow as chukig ad the blocks of data is called as chuk. I fixed chukig, the bytes stream is broke ito 4 Kb, 8 Kb, 16 Kb or 32 Kb of data. It is easier to implemet ad provides higher Deduplicatio throughput. However, the Deduplicatio ratio suffers if cosecutive bytes stream of data is margially differet. 5

6 st 1 Stream of data d 2 Stream of data New Block 4 kb Fixed Chukig 4 kb Fixed Chukig C1 C2 C3 C4 C5 C6 C7 C8 DISK DISK C1 C2 C3 C1 C2 C3 C6 C7 C8 Figure 2: Fixed Chukig Drawback Figure 2 demostrates how fixed chukig is uable to detect duplicates just because a ew block is added i the cosecutive data stream. First stream of data is broke i four chuks of size 4 KB each. Sice C1 ad C4 match each other, oly C1, C2 ad C3 are writte to disk. Now if the ext stream is very similar to the first except for a ew block of 1 KB added. Whe fixed chukig is applied o this secod stream of data, it creates four chuks, but oly the first chuk (C5) matches ad rest of the chuk do ot match as the bytes have bee offset by the ew block. Variable chukig relies o a patter of data to chuk the data streams. However, the chuked data size is esured to be withi a rage. Figure 3 demostrates how a variable chukig breaks the data stream based o a data patter. If the chuk is too small or too large, the differet implemetatios hadle it differetly. The chukig algorithm ca look for a secodary patter to break the data stream of chuk at maximum size of chuk. The advatage of this kid of chukig is that eve if the same data stream to be deduplicated has a ew block of data, the rest of the data match except that chuk havig the ew block. Hece this method gives a better dedupe ratio but at the cost of the variable chukig algorithm pullig dow the dedupe throughput. Data Patter to match st 1 Stream of data d 2 Stream of data New Block 4 kb Fixed Chukig 4 kb Fixed Chukig C1 C2 C3 C4 C5 C6 DISK DISK C1 C2 C3 C1 C2 C3 C4 Figure 3: Variable Chukig 6

7 Uit of compariso Dedupe Ratio Dedupe throughput File Fixed Chuk Variable Chuk 3.2 Creatig smaller uique idetifier of these uits to be compared Whe the uit of compariso is a file, matchig is doe usig biary level compariso ad/or hash addressig. However, data chuks eed to be idexed for the purpose of matchig if the data chuk already exists o disk. Sice the chuks sizes are i Kilobytes, comparig each chuk with the chuk o disk is a ear impossible task. Hece, the Data Deduplicatio applicatio creates a uique idetifier for each of the chuks which are expoetial small i size as agaist the chuk size. Chuk Data Disk Uique Idetifier b b a p Idex o t y r s Figure 4: Creatig Uique Idetifier ad Idexig This ca be achieved by hashig. Hashig creates a sigificatly smaller represetatio of a large data. Some of the popular hashig algorithms used are Secure Hash Algorithm (SHA1, SHA512, SHA256), Message Digest Algorithm (MD4, MD5) ad so o. 7

8 * Probability p 1-E ( - K2/ ( 2 * 2L ) ) Hashig algorithm should be efficiet eough to create uique idetifiers for disparate data chuks at a higher throughput. Each of these hash algorithms ca oly reduce the possibility of hash collisio to ear irrelevace (Refer to the table above). Each of these algorithms has differet performace, based o the message size to be hashed, the processor type used ad iheret implemetatio. Figure 5: Hashig throughput agaist digest bit size Figure 5 demostrates the performace of few of the hashig algorithms agaist the digest size. The data was gathered o a Itel Core Duo 2.8 GHz processor with a 1GB RAM ad ruig Fedora 12 X86_64 Operatig system. Followig are the factors that would evetually impact the dedupe ratio ad throughput: Digest bit size (uique idetifier) geerated should be as smallest as possible. As show i Figure 5, differet algorithms provide differet digest size with varyig probability of hash collisio (refer the table above). MD5 geerates a digest of 128 bits for a message size of 8192 bytes ad SHA512 geerates a digest size of 512 bytes but with 1/4th the probability of hash collisio as that of MD5. Hash Algorithm should take least amout of time to create the uique idetifier. Possibility of hash collisio should be egligible. NOTE: Few vedors also implemet byte by byte match of every chuk that has bee foud to have a duplicate, to work aroud the hash collisios. 3.3 Match for duplicates Matchig for duplicates becomes the crux of the Data Deduplicatio applicatio ad has the maximum impact o both dedupe ratio ad throughput. As the data processed by Data Deduplicatio applicatio icreases, the size of the idex table also icreases ad searchig the idex table becomes slower by time. Let s cosider a example where i the data is broke ito fixed size chuks of 4 Kb ad the uique idetifier of size 20 bytes is calculated usig oe of the hash algorithms. For 40 Gb data with 10:1 dedupe ratio, the umber of chuks will be 10 millio ad the umber of chuks writte to disk would be 1 millio ad 8

9 hece the size of idex table will be 1 millio (at least 20 MB i size). If we extrapolate this to size of data i large eterprises which will be i terabytes, searchig for duplicate i the idex table will itself be i secods. Differet vedors have smart searches where i the scope of searchig for duplicates are limited to maageable size. Although this might impact the dedupe ratio, it ca sigificatly icrease the throughput. Esure the followig poits while implemetig the matchig algorithm for better dedupe ratio ad throughput: Etire idex search for matches works oly for small amout of data ad is ot scalable. Search algorithm for matches should miimize the scope of search ad maximize the probability of fidig duplicates. Implemetatio of idex table should miimize the size so that the system memory usage is reduced. 3.4 Savig uique data blocks Savig of umatched data o to the disk would also have a bearig o the dedupe ratio ad throughput. Most vedors use compressio to further reduce the data size before storig o the disk. Few of the compressio algorithms that ca be used are: gzip, LZO, LZW, Zlib, PXZ ad so o. There are a few ope source ad commercially available compressio libraries which ca be used. Note the followig before usig the compressio library: Some compressio libraries give higher compressio whe workig o large data while others give good compressio for small chuk of data. Some of them compromise o compressio ratio but provide high speed compressio. Figures 6 & 7 provide a compariso of some of these ope source compressio algorithm with respect to the compressio ratio, compressio speed ad decompressio time for differet kids of data sets. The data was gathered o Itel Core Duo 2.8 GHz processor with a 1GB RAM ad ruig Fedora 12 X86_64 Operatig system. Figure 6 illustrates that PXZ gives the best compressio ratio as agaist other compressio libraries. However, the rate of compressio ad decompressio (MB/s) is very low for PXZ to be viable. Other tha the four ope source compressio libraries metioed i figures 6 & 7, there are other commercial ad ope source libraries too. Figure 6: Compariso of compressio ratio provided by differet compressio algorithm 9

10 Oce the umatched data is compressed usig a ope source or commercial compressio algorithm, it eeds to be writte to the disk. The data write ad read speed depeds o the uderlyig file system, the raid ad kid of hard disk used (SATA, ATA, FATA ad so o). 4. Coclusio Figure 7: Compariso of compressio speed ad decompressio time provided by differet compressio algorithm Data Deduplicatio assures chage i the way the data is stored o disk at all tiers of storage (Primary, backup, Archival). However, it ca oly be beeficial if the Dedupe ratio (or the disk space savig) justifies the extra cost of a Data Deduplicatio applicatio ad the load it puts o the system resources. Alogside Data Deduplicatio there are advaces i etwork ad disk techology that provide the followig: Very high data trasfer rate. Lower disk cost. Higher Disk IO rate. Data Deduplicatio that provides a higher Dedupe ratio at cost of lower throughput would detrimet the beefit of advaced etwork ad disk techologies metioed above. Hece the Data Deduplicatio implemetatio should effectively provide a high dedupe ratio with a high throughput. Refereces 1. SNIA Data Deduplicatio ad Space Reductio Special Iterest Group (SIG) 2. Deduplicatio Methods for Achievig Data Efficiecy Devi Hamilto 3. Deduplicatio Methods for Achievig Data Efficiecy Matthew Brisse 4. Lookig Beyod the Hype Evaluatio Data Deduplicatio Solutios, Larry Freema 10

11 About HiTech Idustry Solutio Uit TCS' HiTech idustry Solutios Uit provides optimal, customized, ad comprehesive solutios across varied High Tech idustry segmets: Computer Platform ad Services Compaies, Software Firms, Electroics ad Semicoductor Compaies, ad Professioal Services Firms (Legal, HR, Tax & Accoutig ad Cosultig & Advisory/Aalyst firms). Buildig o its vast experiece i egieerig, busiess process trasformatio, iovatio ad IT solutios, TCS offers a comprehesive portfolio of services that maximize growth, maage risk, ad reduce costs. The TCS HiTech Idustry Solutio Uit parters with High Tech eterprises to provide ed-to-ed solutios which help realize operatioal excellece, iovatio ad greater profitability. For more iformatio, visit us at Cotact For more iformatio about TCS cosultig services, cotact HiTech.Marketig@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 TM ad 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 Outsourcig 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 2011 Tata Cosultacy Services Limited TCS Desig Services I M I 05 I 11

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

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

(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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Make Your Dive into Big Data Rewarding with an Effective Quality Assurance and Testing Strategy

Make Your Dive into Big Data Rewarding with an Effective Quality Assurance and Testing Strategy A Poit of View Make Your Dive ito Big Data Rewardig with a Effective Quality Assurace ad Testig Strategy Data has always bee a itegral part of busiess. Techology trasformatio has further reiforced this

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

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

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

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

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

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

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

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

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

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

Business Intelligence on the Cloud: Overview and Use Cases

Business Intelligence on the Cloud: Overview and Use Cases White Paper Busiess Itelligece o the Cloud: Overview ad Use Cases The use of Busiess Itelligece (BI) i the cloud is a game-chager, as it makes BI affordable ad easily available as compared to traditioal

More information

CS100: Introduction to Computer Science

CS100: Introduction to Computer Science Review: History of Computers CS100: Itroductio to Computer Sciece Maiframes Miicomputers Lecture 2: Data Storage -- Bits, their storage ad mai memory Persoal Computers & Workstatios Review: The Role of

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

Platform Solution. White Paper. Transaction Based Pricing in BPO: In Tune with Changing Times

Platform Solution. White Paper. Transaction Based Pricing in BPO: In Tune with Changing Times Platform Solutio White Paper Trasactio Based Pricig i BPO: I Tue with Chagig Times About the Author(s) Raj Agrawal Curret Desigatio Raj heads the Platform Solutios Uit at TCS. I his career spaig over 19

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

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

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

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

Ideate, Inc. Training Solutions to Give you the Leading Edge

Ideate, Inc. Training Solutions to Give you the Leading Edge Ideate, Ic. Traiig News 2014v1 Ideate, Ic. Traiig Solutios to Give you the Leadig Edge New Packages For All Your Traiig Needs! Bill Johso Seior MEP - Applicatio Specialist Revit MEP Fudametals Ad More!

More information

Based on Climates and Pendemap thermal Aggregates

Based on Climates and Pendemap thermal Aggregates Busiess Process Services White Paper Customer Lifetime Value Not Just a Marketig Metric About the Author Arvid Mahishi Arvid Mahishi is a subject matter expert o Customer Lifetime Value. He holds a MBA

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

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

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

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

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

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

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

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

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

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

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

INVESTING IN SOCIAL CHANGE TOOLS FOR SOCIAL INNOVATION

INVESTING IN SOCIAL CHANGE TOOLS FOR SOCIAL INNOVATION INVESTING IN SOCIAL CHANGE TOOLS FOR SOCIAL INNOVATION At Tides, we have bee workig for more tha 30 years with people like you to make the world a better place. Our missio is to parter with activists,

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

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

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

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

IT-as-a-Service for Small and Medium Businesses

IT-as-a-Service for Small and Medium Businesses White Paper IT-as-a-Service for Small ad Medium Busiesses The demad for IT from the SMB segmet is growig. The SMB segmet is characteristically differet from large eterprises i that it is a attractive market

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

Automatic Tuning for FOREX Trading System Using Fuzzy Time Series

Automatic Tuning for FOREX Trading System Using Fuzzy Time Series utomatic Tuig for FOREX Tradig System Usig Fuzzy Time Series Kraimo Maeesilp ad Pitihate Soorasa bstract Efficiecy of the automatic currecy tradig system is time depedet due to usig fixed parameters which

More information

Semiconductor Solutions and Services. HiTech

Semiconductor Solutions and Services. HiTech Semicoductor Solutios ad Services HiTech The semicoductor market is set for a cotiued growth i the comig years as the cosumer devices market grows rapidly. This resurgece is drive by a demad for smart

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

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

A guide to School Employees' Well-Being

A guide to School Employees' Well-Being A guide to School Employees' Well-Beig Backgroud The public school systems i the Uited States employ more tha 6.7 millio people. This large workforce is charged with oe of the atio s critical tasks to

More information

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

Telecom. White Paper. An Abstraction of Failure-free Software Defined Network. Enhancing network performance and ensuring connectivity Telecom White Paper A Abstractio of Failure-free Software Defied Network Ehacig etwork performace ad esurig coectivity About the Authors Sumit Kapoor Sumit Kapoor is a Lead Solutios Egieer i TCS Techology

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

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

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

WHERE CHANGE IS POSSIBLE

WHERE CHANGE IS POSSIBLE WHERE CHANGE IS POSSIBLE gree workspaces AT TIDES, WE HAVE BEEN WORKING WITH PEOPLE LIKE YOU FOR MORE THAN 30 YEARS TO MAKE THE WORLD A BETTER PLACE. Our missio is to parter with philathropists, foudatios,

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

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

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

Banking & Financial Services. White Paper. Cloud Solutions for Centralized Reference Data Management

Banking & Financial Services. White Paper. Cloud Solutions for Centralized Reference Data Management Bakig & Fiacial Services White Paper Cloud Solutios for Cetralized Referece Maagemet About the Authors Sriivasa Kumar Yerchuru Sriivasa heads the Capital Markets practice at TCS ad has over 20 years of

More information

LEASE-PURCHASE DECISION

LEASE-PURCHASE DECISION Public Procuremet Practice STANDARD The decisio to lease or purchase should be cosidered o a case-by case evaluatio of comparative costs ad other factors. 1 Procuremet should coduct a cost/ beefit aalysis

More information

Agency Relationship Optimizer

Agency Relationship Optimizer Decideware Developmet Agecy Relatioship Optimizer The Leadig Software Solutio for Cliet-Agecy Relatioship Maagemet supplier performace experts scorecards.deploymet.service decide ware Sa Fracisco Sydey

More information

Industrial & Energy Producing Facilities

Industrial & Energy Producing Facilities Idustrial & Eergy Producig Facilities The applicatio of the Tyfo FIBRWRAP System i idustrial & eergy producig facilities (buildigs, silos, chimeys, plats, uclear facilities ad more) FIBRWRAP CONSTRUCTION

More information

.04. This means $1000 is multiplied by 1.02 five times, once for each of the remaining sixmonth

.04. This means $1000 is multiplied by 1.02 five times, once for each of the remaining sixmonth Questio 1: What is a ordiary auity? Let s look at a ordiary auity that is certai ad simple. By this, we mea a auity over a fixed term whose paymet period matches the iterest coversio period. Additioally,

More information

Strategy for IT Infrastructure Stability in Heterogeneous Environments

Strategy for IT Infrastructure Stability in Heterogeneous Environments White Paper Strategy for IT Ifrastructure Stability i Heterogeeous Eviromets The purpose of this paper is to provide a solutio to build a strategy for IT ifrastructure stability i heterogeeous eviromets

More information

Utilities. White Paper. The 'Social Utility': How Top Utilities Use Social Media

Utilities. White Paper. The 'Social Utility': How Top Utilities Use Social Media Utilities White Paper The 'Social Utility': How Top Utilities Use Social Media About the Authors Supratik Chaudhuri Head of Digital Services, Utilities At Tata Cosultacy Services (TCS), Supratik leads

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

Data Center Ethernet Facilitation of Enterprise Clustering. David Flynn, Linux Networx Orlando, Florida March 16, 2004

Data Center Ethernet Facilitation of Enterprise Clustering. David Flynn, Linux Networx Orlando, Florida March 16, 2004 Data Ceter Etheret Facilitatio of Eterprise Clusterig David Fly, Liux Networx Orlado, Florida March 16, 2004 1 2 Liux Networx builds COTS based clusters 3 Clusters Offer Improved Performace Scalability

More information

Social CRM Possibilities and Challenges

Social CRM Possibilities and Challenges White Paper Social CRM Possibilities ad Challeges With the advet of social techologies, the cotrol has shifted to the hads of the customer. Brad messagig has moved from customer push to customer pull.

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

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

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

Empowering Call Center Simulation

Empowering Call Center Simulation White Paper Empowerig Call Ceter Simulatio I ay call ceter, the biggest worry a call ceter maager has is staff schedulig. Despite havig a lot of data measured by the call ceter ifrastructure, there are

More information

*The most important feature of MRP as compared with ordinary inventory control analysis is its time phasing feature.

*The most important feature of MRP as compared with ordinary inventory control analysis is its time phasing feature. Itegrated Productio ad Ivetory Cotrol System MRP ad MRP II Framework of Maufacturig System Ivetory cotrol, productio schedulig, capacity plaig ad fiacial ad busiess decisios i a productio system are iterrelated.

More information

Combating Fraud and Money Laundering: How the Financial Services Industry Can Leverage Big Data

Combating Fraud and Money Laundering: How the Financial Services Industry Can Leverage Big Data A Poit of View Combatig Fraud ad Moey Lauderig: How the Fiacial Services Idustry Ca Leverage Big Data Abstract Fiacial istitutios across the globe are losig a cosiderable amout of their aual icome to fraud.

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

Ken blanchard college of business

Ken blanchard college of business Ke blachard College of BUSINESS a history of excellece Established i 1949, Grad Cayo Uiversity has more tha a 60-year track record of helpig studets achieve their academic goals. The Ke Blachard College

More information

Content and Rights Management in the Broadcasting Industry

Content and Rights Management in the Broadcasting Industry White Paper Cotet ad Rights Maagemet i the Broadcastig Idustry The Broadcastig busiess has udergoe drastic chages i recet times. Due to the rapid advaces i techology, cotet is ow available i various ew

More information

Modified Line Search Method for Global Optimization

Modified Line Search Method for Global Optimization Modified Lie Search Method for Global Optimizatio Cria Grosa ad Ajith Abraham Ceter of Excellece for Quatifiable Quality of Service Norwegia Uiversity of Sciece ad Techology Trodheim, Norway {cria, ajith}@q2s.tu.o

More information

ELearning courses Competition / Antitrust

ELearning courses Competition / Antitrust ELearig courses Competitio / Atitrust Clifford Chace ad Thomso Reuters elearig Regulators are takig a icreasigly tough stace o competitio / atitrust compliace. Failure to comply with the relevat legislatio

More information

The Role of Systems Integrators in IPTV

The Role of Systems Integrators in IPTV White Paper The Role of Systems Itegrators i IPTV Much has bee said about IPTV ad the strategic ad competitive importace this video techology offers telecom service providers across the globe. Less has

More information