Inside. Consolidated under the hood view!

Size: px
Start display at page:

Download "Inside. Consolidated under the hood view!"

Transcription

1 Inside Consolidated under the hood view!

2 Content About Salesforce1 Hardware Topology Physical Architecture Logical Architecture Multi-tenancy Frequently Asked Questions (FAQ) General User Interface Hardware Development Integration Data Network Security Backup & Disaster Recovery Useful Links & References 2

3 About Salesforce1 Salesforce.com offers "Salesforce1" an extremely powerful, scalable and secure cloud computing platform to develop, package and instantaneously deploy applications without any in-house infrastructure. The hosting structure is a shared multi-tenant architecture, in which all users and applications share a single, common infrastructure and code base that is centrally maintained. Because there are no servers or software to buy or manage, focus is solely on building apps that include built-in social and mobile functionality, business processes, reporting, and search. The apps run on a secure, proven service that scales, tunes, and backs up data automatically! 3

4 About Salesforce1 PROVEN AGILE SOCIAL MOBILE More than 100,000+ companies trust Salesforce1, including many industry leaders. They ve built 220,000+ apps that run in accredited, world-class data centers with backup, failover, disaster-recovery, and an uptime record exceeding 99.9%. Salesforce1 requires minimal coding. Assemble the apps in building-block fashion using visual tools and library of components. Streamline development with sandbox environments, and integrate the apps using open APIs. Work more effectively with colleagues using own secure social network. Salesforce1 includes pre-built components for feeds, profiles, conversations, updates, and file sharing. All components are available through REST APIs that can be easily integrated into any custom app. Build native mobile apps powered by a secure cloud database, with rock-solid APIs. Or build mobileoptimized browser apps, using our UI framework and HTML5 to support any device with one code base. Or mix native and HTML in a hybrid cocktail that gives the best of both worlds. 4

5 Hardware Topology POD (Instance) == Hardware Topology A POD is a self-contained set of hardware* Each customer is in one pod Each pod services many customers * Exceptions being: Edge router and a few other services Multi-tenant Clusters Pod Architecture Enhances Availability, Scale, and Platform for Future Growth 5

6 Topology Stats* 1,300,000,000+ daily transactions 17 North America instances, 4 EMEA and 2 APAC instances 20 sandbox** instances 24,000 database transactions per second at peak Average request response time of less than 300 milliseconds Average uptime of percent 15,000+ hardware systems > 22 PB of raw SAN storage capacity > 5K SAN ports *As Of August 2013 **Sandbox is an instance of the Salesforce.com service that hosts copies of production orgs for customer application development & testing purposes supporting full app development lifecycles. 6

7 Physical Architecture Below diagram depicts high performing architecture of Salesforce1 inside each POD: Oracle Database servers Resin Application servers Lucene search servers Veritas Backup Linux and Redhat OS 7

8 Physical Architecture This is what happens when logged in via login.salesforce.com: Customer traffic starts with external DNS. Once a lookup has successfully returned the IP address for an instance, standard Internet routing directs it to the appropriate datacenter. Once the traffic enters Salesforce network in that datacenter, it is directed to the load balancer pair on which that IP lives. The load balancer directs the traffic to the application tier of the given instance. At this tier, both standard web page traffic as well as API traffic are serviced. Depending on the needs of the customer's request, it will be directed to additional server tiers for various types of backend processing. 8

9 Physical Architecture Core App The core app tier contains anywhere from ten to 40 app servers, depending on the instance. Data base The primary data flow occurs between the core app server tier and the database tier. The batch server is responsible for running scheduled, automated processes on the database tier. Each primary instance (e.g. NA, AP or EU instances) uses an 8 node clustered database tier. Search Search tier runs on commodity Linux hosts with both active / passive nodes. File Force FileForce is a tier of servers that provide object storage, similar in concept to Amazon's S3. Search indexes are stored on the flash drive to enable greater performance for search throughput. This system is designed to reduce the load on Database tier. 9

10 Logical Architecture Below diagram depicts logical architecture of Salesforce1: 10

11 Multi-tenancy Multi-tenancy is a new architecture that makes it possible for all applications from all organizations to run on common physical infrastructure. Salesforce1 uses a runtime engine that materializes all application data from metadata data about the data itself. There is a clear separation of the compiled runtime database engine (kernel), tenant data, and the metadata that describes each application. These distinct boundaries make it possible to independently update the system kernel and tenantspecific applications and schemas, with virtually no risk of one affecting the others. Each tenant application is composed at runtime from rich.( kernel ) metadata via shared runtime engine 11

12 FAQ General FAQ Is the application available both On Cloud and On-Premise? Is it a Multi or Single Tenant environment? How scalable is the application? What is the availability of the application? Does the application support Single Sign-On? Does the application use any encryption Describe the patching/upgrade strategy? Answers Only On Cloud Multi-tenant Salesforce scales as rapidly as the customers require with a true multi-tenant architectures that is designed to handle millions of users. The service has the capacity to scale to the largest of teams. Salesforce1 Platform has a proven percent uptime record for years. To ensure maximum uptime and continuous availability, Salesforce1 Platform provides redundant data protection and the most advanced facilities protection available, along with a complete data recovery plan. Yes, however requires configuration/customization either via native/custom solutions or 3rd party tools. Data is encrypted using 128 bit SSL when transmitted from the user's browser to the Salesforce servers over HTTPs. Salesforce upgrades their application at least three times a year; however they are not always major upgrades. 12

13 FAQ User Interface FAQ What are the PC and OS versions required? Which Browsers are supported and versions? Does the system support HTML5? What Mobile Devices are supported and OS versions? Answers Salesforce on cloud application can run on any computer with an Internet connection and supports the following mentioned browsers. Microsoft Internet Explorer versions 7, 8, 9, 10, and 11 Mozilla Firefox, most recent stable version Google Chrome, most recent stable version Apple Safari versions 5.x and 6.x on Mac OS X For all browsers, you must enable JavaScript, cookies, and SSL 3.0. Salesforce.com recommends a minimum screen resolution of 1024 x 768 for the best possible user experience. For Mac OS users on Apple Safari or Google Chrome, make sure the system setting Show scroll bars is set to Always. Yes Device Requirements: ios: Requires ios 6.0 or later. Compatible with iphone, ipad, and ipod touch. This app is optimized for iphone 5. Is there a specific app for mobile devises downloadable from an app store? Android: OS v4.2+ Salesforce1 is available at the following application marketplaces: ios - AppStore Android - Google Play Windows 8 (Not supported - tentative plans for web-based in 2014) BB - AppWorld (Not supported - tentative plans for Spring '14 via BB10 OS) 13

14 FAQ Hardware FAQ Define the Hardware / Storage requirements? Define the landscape required (Development / Quality Assurance / Production)? What is standard and what is additional? Answers N/A - since Salesforce is On Cloud and has no server/hardware components. There are three types of environments typically required: Production Environments - Salesforce.com environments that have active paying users accessing business critical data Development Environments - Salesforce.com environments where you can extend, integrate and develop on Salesforce1 without affecting your production environments Test Environments - These can be Production or Development Environments specifically used for testing application functionality before deploying to production or releasing to customers Depending upon the License / Edition 1 to 10 developer sandboxes would be provided. For more information please visit --> 14

15 FAQ Development FAQ What Programming Languages does the system support? Answers The system supports Apex (a proprietary Java-like programming language for Salesforce1) and Visualforce (an XML-like syntax for building user interfaces in HTML). Visualforce is used for building the user interface and Apex is used for writing the logic behind the Visualforce Pages. How configurable is the User Interface? Are there any Configuration guidelines? How long is a typical implementation? Are any Open Standards supported? The User Interface is very flexible in Salesforce. Apart from VisualForce, HTML5 / jquery / Javascript can be used in Visualforce pages for building a robust UI. There are configuration guidelines provided by Salesforce that has to be followed. The implementation cycle would typically take 3-5 months based on the complexity of the requirements in a Project. Open standards such as SAML, OAuth are supported by Salesforce. 15

16 FAQ Integration FAQ Do you have any Integration Standards? Please describe all protocols that are supported? Are there any SAP Connectors or adapters supported? Are the connectors SAP certified? Answers Web services are supported by Salesforce and provide a standardized way to integrate (over the Internet) applications that adhere to the following open standards: XML (Extensible Markup Language) SOAP (Simple Object Access Protocol) WSDL (Web Services Description Language) JSON The protocols supported by Salesforce are: HTTP(s) SOAP REST API Bulk Salesforce1 Connect for SAP R/3 is supported. The native SAP connector uses SAP s JCo connector (a Java native interface written on top of SAP s proprietary RFC protocol) to connect to SAP R/3. Apart from this there are multiple products available in AppExchange for SAP Integration, in case the connector provided by Salesforce does not meet the requirement. Yes 16

17 FAQ - Data FAQ Are there any Data Management tools / processes available? What application archiving is available? Answers Yes, both native / custom and 3rd party tools. Using Salesforce native data tools your organization can generate backup files of your data on a weekly or monthly basis depending on your license edition. You can export all of your organization's data into a set of comma-separated values (CSV) files. Alternatively, one can integrate Enterprise MDM with Salesforce to bring daily back ups in-house and utilize the date for reporting as well. How quickly can the cloud provider restore data from backup in case of disaster? Are there any restrictions imposed on the Cloud platform (Storage, Users etc..) Restoration of the service is within 36 hours after disaster. The maximum customer data loss will be of last 24 hrs. Data Storage Minimum per Organization --> 1 GB File Storage Minimum per Organization --> 11 GB Storage Allocation Per User License --> 20 to 120 MB of data storage (depending on type of License) and 612 MB of file storage For more information please visit --> 17

18 FAQ - Data FAQ Are there any Import/Export processes for data? Answers Salesforce provides the following options for importing / exporting of data: Data Loader: Provided by Salesforce to import / export the data from Salesforce using csv file. Apex programming / API: For loading the data / extracting the data which has got complex related data (where in multiple tables are involved), then batch programs could be written to read from the file and load into Salesforce or export the data out of Salesforce in an XL. Import Wizard: Using this the data can be loaded quickly but the limitation is that the data can be loaded into a single table (object) every time. Workbench: This can be used to write SOQL (Sales object Query Language) to export the data in XL. Prerequisite to use the Data Loader: XPWindowsor 7 Windows Microsoft spacediskfreemb 120 memoryavailablemb 256 XP) JREJava 1.6 or later (Windows 7 or Windows XP) JVMSun 1.6 or later (Windows 7 or Windows machinetheonprivilegesadministrator 18

19 FAQ Network FAQ Are there any Bandwidth (client/server) considerations? Answers Salesforce.com is designed to use as little bandwidth as possible, so that the site performs adequately over high-speed, dial-up, and wireless Internet connections. Is there any Latency when connecting to your application? How could the actions of other cloud customers or their cloud users impact on the quality of service of the cloud provider? While average page size is on the order of 90KB, Salesforce.com supports compression as defined in the HTTP 1.1 standard to compress the HTML content before it is transmitted as data across the Internet to a user's computer. The compression often reduces the amount of transmitted data to as little as 10KB per page, viewed due to the lack of image content. It is difficult to specify customer bandwidth because of the nature of the Internet and individual corporate usage. Network latency, peering issues, bandwidth at upstream providers, users using their Internet connections for other use besides Salesforce.com, etc. all affect the perceived performance of the connection and the amount of bandwidth required to keep performance adequate. Salesforce.com recommends engaging a networking professional to help measure, allocate, and monitor appropriate bandwidth and networking resources. It is purely based on the nature of the Internet and individual corporate usage of network bandwidth. Architecture plan, custom code reviews plus certain governing rules like API governors in place (limits to the number of API calls by each customer over a defined time period) to ensure service quality. 19

20 FAQ Security FAQ Describe the application security? Does the cloud provider have any service and security accreditations and certifications? Answers Salesforce uses a multi-layered approach to protect that key information, constantly monitoring and improving the application, systems, and processes to meet the growing demands and challenges of security via: Physical security Network security Application security Internal systems security Operating systems security Third-party certification Salesforce.com has comprehensive privacy and security assessments and certifications performed by multiple third parties. Geographical Recognition EU/EEA and Switzerland Safe Harbor self-certification through the U.S. Department of Commerce TRUSTe EU Safe Harbor Seal TRUSTe Certified Privacy Seal Japan Privacy Seal from the Japan Information Processing Development Corporation (JIPDC) Global Audit Compliance ISO SSAE 16/ISAE 3402 SOC-1 SOC 2 SOC 3 (SysTrust) FISMA PCI-DSS TUV Certificate 20

21 FAQ Backup & DR FAQ Please describe the Backup & Recovery plan Answers Disaster Recovery All customer data is stored in secure data centers and is replicated over secure links to a disaster recovery data center. This design provides the ability to rapidly restore the salesforce.com service in the case of a catastrophic loss. Backups In addition to our disaster-recovery capabilities, customer data is also backed up to tape in a separate data center. Tapes are not transported offsite from this data center, reducing the risk of loss. 21

22 Salesforce.com Useful Links LIST OF IMPORTANT SALESFORCE.COM LINKS GENERAL LINKS About Cloud Computing: Salesforce Products: Editions & Pricing: Product Demos: Case Studies: Salesforce1 Platform The fastest path from idea to app: DEVELOPER LINKS Developer Force: Technical Library: Tech Documents: Code Exchange: Code Share: Webinars: User Guide: Idea Exchange: xtaac Certification: AppExchange: Sign Up for Developer Edition: p?d= ejhb Tools & Toolkit: Salesforce.com YouTube Link 22

23 References A Behind the Scenes Look at the Force.com Platform An Introduction to Force Database Understanding Multi-tenancy and the Architecture of the Salesforce Platform billion-transacti.html 23

24 Thank You! Connect with us

Welcome to the Force.com Developer Day

Welcome to the Force.com Developer Day Welcome to the Force.com Developer Day Sign up for a Developer Edition account at: http://developer.force.com/join Nicola Lalla nlalla@saleforce.com n_lalla nlalla26 Safe Harbor Safe harbor statement under

More information

Ensuring Enterprise Data Security with Secure Mobile File Sharing.

Ensuring Enterprise Data Security with Secure Mobile File Sharing. A c c e l l i o n S e c u r i t y O v e r v i e w Ensuring Enterprise Data Security with Secure Mobile File Sharing. Accellion, Inc. Tel +1 650 485-4300 1804 Embarcadero Road Fax +1 650 485-4308 Suite

More information

G-Cloud 6 SERVICE DEFINITION

G-Cloud 6 SERVICE DEFINITION ORACLE CORPORATION UK LTD ( Oracle ) G-Cloud 6 SERVICE DEFINITION Date: [ 29 / 11] 2014 v. 1 This is Oracle s G-Cloud 6 Service Definition for the following service(s): Oracle Business Intelligence Cloud

More information

Security Overview Enterprise-Class Secure Mobile File Sharing

Security Overview Enterprise-Class Secure Mobile File Sharing Security Overview Enterprise-Class Secure Mobile File Sharing Accellion, Inc. 1 Overview 3 End to End Security 4 File Sharing Security Features 5 Storage 7 Encryption 8 Audit Trail 9 Accellion Public Cloud

More information

AppBoard TM 2.6. System Requirements. Technical Documentation. Version 2.6.0. July 2015

AppBoard TM 2.6. System Requirements. Technical Documentation. Version 2.6.0. July 2015 Technical Documentation AppBoard TM 2.6 System Requirements Version 2.6.0 July 2015 Edge Technologies 1881 Campus Commons Drive Suite 101 Reston, VA 20191 T 703.691.7900 F 703.691.4020 1.888.771.EDGE www.edge-technologies.com

More information

Oracle Database Public Cloud Services

Oracle Database Public Cloud Services Oracle Database Public Cloud Services A Strategy and Technology Overview Bob Zeolla Principal Sales Consultant Oracle Education & Research November 23, 2015 Safe Harbor Statement The following is intended

More information

VMware vsphere Data Protection 6.1

VMware vsphere Data Protection 6.1 VMware vsphere Data Protection 6.1 Technical Overview Revised August 10, 2015 Contents Introduction... 3 Architecture... 3 Deployment and Configuration... 5 Backup... 6 Application Backup... 6 Backup Data

More information

Jitterbit Technical Overview : Salesforce

Jitterbit Technical Overview : Salesforce Jitterbit allows you to easily integrate Salesforce with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

Database FAQs - SQL Server

Database FAQs - SQL Server Database FAQs - SQL Server Kony Platform Release 5.0 Copyright 2013 by Kony, Inc. All rights reserved. August, 2013 This document contains information proprietary to Kony, Inc., is bound by the Kony license

More information

SHARPCLOUD SECURITY STATEMENT

SHARPCLOUD SECURITY STATEMENT SHARPCLOUD SECURITY STATEMENT Summary Provides details of the SharpCloud Security Architecture Authors: Russell Johnson and Andrew Sinclair v1.8 (December 2014) Contents Overview... 2 1. The SharpCloud

More information

WOS Cloud. ddn.com. Personal Storage for the Enterprise. DDN Solution Brief

WOS Cloud. ddn.com. Personal Storage for the Enterprise. DDN Solution Brief DDN Solution Brief Personal Storage for the Enterprise WOS Cloud Secure, Shared Drop-in File Access for Enterprise Users, Anytime and Anywhere 2011 DataDirect Networks. All Rights Reserved DDN WOS Cloud

More information

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact Interact Intranet Version 7 Technical Requirements August 2014 2014 Interact Definitions... 3 Licenses... 3 On-Premise... 3 Cloud... 3 Pulic Cloud... 3 Private Cloud... 3 Perpetual... 3 Self-Hosted...

More information

With Eversync s cloud data tiering, the customer can tier data protection as follows:

With Eversync s cloud data tiering, the customer can tier data protection as follows: APPLICATION NOTE: CLOUD DATA TIERING Eversync has developed a hybrid model for cloud-based data protection in which all of the elements of data protection are tiered between an on-premise appliance (software

More information

A Guide to Hybrid Cloud An inside-out approach for extending your data center to the cloud

A Guide to Hybrid Cloud An inside-out approach for extending your data center to the cloud A Guide to Hybrid Cloud An inside-out approach for extending your data center to the cloud Inside INTRODUCTION Create a Flexible IT Environment With Hybrid Cloud CHAPTER 1 Common Business Drivers for Hybrid

More information

Evaluation criteria for Google Apps backup

Evaluation criteria for Google Apps backup Evaluation criteria for Google Apps backup CHECKLIST Backupify provides a truly independent cloud backup service to give you complete control and ownership of your data. Powerful search has always been

More information

Secure, Scalable and Reliable Cloud Analytics from FusionOps

Secure, Scalable and Reliable Cloud Analytics from FusionOps White Paper Secure, Scalable and Reliable Cloud Analytics from FusionOps A FusionOps White Paper FusionOps 265 Santa Ana Court Sunnyvale, CA 94085 www.fusionops.com World-class security... 4 Physical Security...

More information

Developing and deploying mobile apps

Developing and deploying mobile apps Developing and deploying mobile apps 1 Overview HTML5: write once, run anywhere for developing mobile applications 2 Native app alternative Android -- Java ios -- Objective-C Windows Mobile -- MS tools

More information

Release 8.2 Hardware and Software Requirements. PowerSchool Student Information System

Release 8.2 Hardware and Software Requirements. PowerSchool Student Information System Release 8.2 Hardware and Software Requirements PowerSchool Student Information System Released January 2015 Document Owner: Documentation Services This edition applies to Release 8.2 of the PowerSchool

More information

Enterprise Architecture Review Checklist

Enterprise Architecture Review Checklist Enterprise Architecture Review Checklist Software as a Service (SaaS) Solutions Overview This document serves as Informatica s Enterprise Architecture (EA) Review checklist for Cloud vendors that wish

More information

Alice. Software as a Service(SaaS) Delivery Platform. innovation is simplicity

Alice. Software as a Service(SaaS) Delivery Platform. innovation is simplicity Ekartha, Inc. 63 Cutter Mill Road Great Neck, N.Y. 11021 Tel.: (516) 773-3533 Ekartha India Pvt. Ltd. 814/B Law College Road Demech House, 4th Floor Erandwane, Pune, India Email: info@ekartha.com Web:

More information

Rapid Development of Smart and Self-Adaptive Cloud, Mobile & IoT Applications - Accelerating the Last Mile of Cloud Computing

Rapid Development of Smart and Self-Adaptive Cloud, Mobile & IoT Applications - Accelerating the Last Mile of Cloud Computing Rapid Development of Smart and Self-Adaptive Cloud, Mobile & IoT Applications - Accelerating the Last Mile of Cloud Computing Jesse Shiah CEO and Co-founder Jesse.shiah@agilepoint.com 2013 AgilePoint,

More information

WhitePaper. Private Cloud Computing Essentials

WhitePaper. Private Cloud Computing Essentials Private Cloud Computing Essentials The 2X Private Cloud Computing Essentials This white paper contains a brief guide to Private Cloud Computing. Contents Introduction.... 3 About Private Cloud Computing....

More information

Learn more about the technology that makes Workforce Central 8 work

Learn more about the technology that makes Workforce Central 8 work Learn more about the technology that makes Workforce Central 8 work The Kronos Workforce Central suite was built on the belief that you shouldn t have to sacrifice the features and functionality you want

More information

CA Cloud Overview Benefits of the Hyper-V Cloud

CA Cloud Overview Benefits of the Hyper-V Cloud Benefits of the Hyper-V Cloud For more information, please contact: Email: sales@canadianwebhosting.com Ph: 888-821-7888 Canadian Web Hosting (www.canadianwebhosting.com) is an independent company, hereinafter

More information

Hardware and Software Requirements. Release 7.5.x PowerSchool Student Information System

Hardware and Software Requirements. Release 7.5.x PowerSchool Student Information System Release 7.5.x PowerSchool Student Information System Released October 2012 Document Owner: Documentation Services This edition applies to Release 7.5.x of the PowerSchool software and to all subsequent

More information

PROMAPP TECHNICAL INFORMATION

PROMAPP TECHNICAL INFORMATION Promapp Software Architecture Promapp is designed in accordance with Microsoft best practices, developed with the Microsoft.net framework and uses a Microsoft SQL database. The software architecture is

More information

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite SAP SuccessFactors HCM Suite is a fully web-based offering. You will need an Internet connection and a system that meets

More information

Dropbox for Business. Secure file sharing, collaboration and cloud storage. G-Cloud Service Description

Dropbox for Business. Secure file sharing, collaboration and cloud storage. G-Cloud Service Description Dropbox for Business Secure file sharing, collaboration and cloud storage G-Cloud Service Description Table of contents Introduction to Dropbox for Business 3 Security 7 Infrastructure 7 Getting Started

More information

Casper Suite. Security Overview

Casper Suite. Security Overview Casper Suite Security Overview JAMF Software, LLC 2015 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th Ave S Suite

More information

Security, Reliability & Control with Hosted Exchange

Security, Reliability & Control with Hosted Exchange Hosted Applications Commonly referred to a Cloud Computing and/or Software-as-a-Service (SaaS), web-hosted software applications service provides you with a new way to get business software and applications

More information

Wowza Media Systems provides all the pieces in the streaming puzzle, from capture to delivery, taking the complexity out of streaming live events.

Wowza Media Systems provides all the pieces in the streaming puzzle, from capture to delivery, taking the complexity out of streaming live events. Deciding what event you want to stream live that s the easy part. Figuring out how to stream it? That s a different question, one with as many answers as there are options. Cameras? Encoders? Origin and

More information

MailStore Server 7 Technical Specifications

MailStore Server 7 Technical Specifications MailStore Server 7 Technical Specifications MailStore Server The Standard in Email Archiving Businesses of all sizes can benefit from the legal, technical, and financial advantages of modern and secure

More information

farmerswife Contents Hourline Display Lists 1.1 Server Application 1.2 Client Application farmerswife.com

farmerswife Contents Hourline Display Lists 1.1 Server Application 1.2 Client Application farmerswife.com Contents 2 1 System requirements 2 1.1 Server Application 3 1.2 Client Application.com 1 1 Ensure that the computers on which you are going to install the Server and Client applications meet the system

More information

Introduction to IBM Worklight Mobile Platform

Introduction to IBM Worklight Mobile Platform Introduction to IBM Worklight Mobile Platform The Worklight Mobile Platform The Worklight Mobile Platform is an open, complete and advanced mobile application platform for HTML5, hybrid and native apps.

More information

www.basho.com Technical Overview Simple, Scalable, Object Storage Software

www.basho.com Technical Overview Simple, Scalable, Object Storage Software www.basho.com Technical Overview Simple, Scalable, Object Storage Software Table of Contents Table of Contents... 1 Introduction & Overview... 1 Architecture... 2 How it Works... 2 APIs and Interfaces...

More information

INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER

INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER ARCHITECTURE OVERVIEW AND SYSTEM REQUIREMENTS Mathieu SCHIRES Version: 1.0.0 Published March 5, 2015 http://www.inuvika.com Contents 1 Introduction 3 2 Architecture

More information

MEGA Web Application Architecture Overview MEGA 2009 SP4

MEGA Web Application Architecture Overview MEGA 2009 SP4 Revised: September 2, 2010 Created: March 31, 2010 Author: Jérôme Horber CONTENTS Summary This document describes the system requirements and possible deployment architectures for MEGA Web Application.

More information

WHITE PAPER. Domo Advanced Architecture

WHITE PAPER. Domo Advanced Architecture WHITE PAPER Domo Advanced Architecture Overview There are several questions that any architect or technology advisor may ask about a new system during the evaluation process: How will it fit into our organization

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft Dynamics NAV 2016.

More information

Hosted SharePoint: Questions every provider should answer

Hosted SharePoint: Questions every provider should answer Hosted SharePoint: Questions every provider should answer Deciding to host your SharePoint environment in the Cloud is a game-changer for your company. The potential savings surrounding your time and money

More information

Introduction to Mobile Performance Testing

Introduction to Mobile Performance Testing Introduction to Mobile Performance Testing Shlomi Zalma, Wilson Mar DT3338 at Noon, June 13, 2013 HOL330 in Sands 305 Why performance test mobile apps? Mobile apps are now: how customers locate stores

More information

Amazon Relational Database Service (RDS)

Amazon Relational Database Service (RDS) Amazon Relational Database Service (RDS) G-Cloud Service 1 1.An overview of the G-Cloud Service Arcus Global are approved to sell to the UK Public Sector as official Amazon Web Services resellers. Amazon

More information

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 Page 1 System Requirements NAV 2016 Microsoft Dynamics NAV Windows Client Requirements

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware Identity Manager 2.6 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

The Fastest Path to the Cloud Building Your SaaS Company on Force.com

The Fastest Path to the Cloud Building Your SaaS Company on Force.com The Fastest Path to the Cloud Building Your SaaS Company on Force.com Kai Mäkelä salesforce.com kmakela@salesforce.com Safe Harbor Safe harbor statement under the Private Securities Litigation Reform Act

More information

KUIDAS KAITSTA ANDMEID EMC TARKVARAGA?

KUIDAS KAITSTA ANDMEID EMC TARKVARAGA? Madis Pärn Sr. System Engineer EMC madis.parn@emc.com KUIDAS KAITSTA ANDMEID EMC TARKVARAGA? DATA PROTECTION OVERVIEW 1 TALE OF TWO WORLDS Traditional Apps IT On Premise Next Gen Apps Developers Cloud

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 1 of 13 19.01.2016 17:52 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft

More information

CTERA Cloud Storage Platform Architecture

CTERA Cloud Storage Platform Architecture CTERA Cloud Storage Platform Architecture Whitepaper by CTERA Networks Highlights How unstructured data growth drives cloud storage adoption The killer apps of cloud storage reviewed Putting cloud storage

More information

Web-Based Data Backup Solutions

Web-Based Data Backup Solutions "IMAGINE LOSING ALL YOUR IMPORTANT FILES, IS NOT OF WHAT FILES YOU LOSS BUT THE LOSS IN TIME, MONEY AND EFFORT YOU ARE INVESTED IN" The fact Based on statistics gathered from various sources: 1. 6% of

More information

Enterprise Private Cloud Storage

Enterprise Private Cloud Storage Enterprise Private Cloud Storage The term cloud storage seems to have acquired many definitions. At Cloud Leverage, we define cloud storage as an enterprise-class file server located in multiple geographically

More information

Sage 200 Online. System Requirements and Prerequisites

Sage 200 Online. System Requirements and Prerequisites Sage 200 Online System Requirements and Prerequisites v2013 Copyright statement Sage (UK) Limited, 2013. All rights reserved. If this documentation includes advice or information relating to any matter

More information

EmpLive Technical Overview

EmpLive Technical Overview Version 1.6 Updated 27/08/2015 Support: +61 2 8399 1688 Email: support@wfsaustralia.com Website: wfsaustralia.com Legal Notice Copyright WFS: A WorkForce Software Company. All Rights Reserved. By receiving

More information

High Availability Implementation for JD Edwards EnterpriseOne

High Availability Implementation for JD Edwards EnterpriseOne High Availability Implementation for JD Edwards EnterpriseOne Ken Yeh, Manager, ERP Systems/JDE Enersource Colin Dawes, Director of Technology Services, Syntax Presentation Abstract Enersource Corporation

More information

Live Guide System Architecture and Security TECHNICAL ARTICLE

Live Guide System Architecture and Security TECHNICAL ARTICLE Live Guide System Architecture and Security TECHNICAL ARTICLE Contents 1. Introduction... 2 2. Hosting Environment... 2 2.1. Standards - Compliancy... 3 2.2. Business Continuity Management... 3 2.3. Network

More information

Product Comparison List

Product Comparison List Product Comparison List Data Center Size Site Solution / Feature

More information

SAP Mobile Platform Intro

SAP Mobile Platform Intro SAP Mobile Platform Intro Agenda SAP Mobile Platform overview App types Core platform services Backend connectivity Open technologies HANA Cloud Platform Key UI Tools and Technologies SAP Fiori Launchpad

More information

Prospect 365 CRM Installation Requirements. Technical Document

Prospect 365 CRM Installation Requirements. Technical Document Prospect 365 CRM Installation Requirements Technical Document Prospect 365 Software Prospect 365 is a cloud-based solution and for the browser-based components there is no installation required (just minimum

More information

Workday Mobile Security FAQ

Workday Mobile Security FAQ Workday Mobile Security FAQ Workday Mobile Security FAQ Contents The Workday Approach 2 Authentication 3 Session 3 Mobile Device Management (MDM) 3 Workday Applications 4 Web 4 Transport Security 5 Privacy

More information

Business Intelligence as a Service for the G-Cloud

Business Intelligence as a Service for the G-Cloud Service Definition The name of the Service is: Business Intelligence as a Service An overview of Business Intelligence (BI) as a Service The BI service supports intelligent decisions by business users

More information

Salesforce Certified Data Architecture and Management Designer. Study Guide. Summer 16 TRAINING & CERTIFICATION

Salesforce Certified Data Architecture and Management Designer. Study Guide. Summer 16 TRAINING & CERTIFICATION Salesforce Certified Data Architecture and Management Designer Study Guide Summer 16 Contents SECTION 1. PURPOSE OF THIS STUDY GUIDE... 2 SECTION 2. ABOUT THE SALESFORCE CERTIFIED DATA ARCHITECTURE AND

More information

CLOUD SERVICES FOR EMS

CLOUD SERVICES FOR EMS CLOUD SERVICES FOR EMS Greg Biegen EMS Software Director Cloud Operations and Security September 12-14, 2016 Agenda EMS Cloud Services Definitions Hosted Service Managed Services Governance Service Delivery

More information

Walk Then Run: 10 Essential Steps to Securing the Cloud

Walk Then Run: 10 Essential Steps to Securing the Cloud Walk Then Run: 10 Essential Steps to Securing the Cloud Security and Platform Insights from 15 CIOs Every Organization Needs a Security Plan Every business needs a strategic security plan that takes into

More information

Troux Hosting Options

Troux Hosting Options Troux Hosting Options Introducing Troux Hosting Options Benefits of a Hosted Troux Environment...3 Convenience...3 Time-to-Value...3 Reduced Cost of Ownership...3 Scalability and Flexibility...3 Security...4

More information

Force.com Platform Fundamentals

Force.com Platform Fundamentals Force.com Platform Fundamentals An Introduction to Custom Application Development in the Cloud Version 9, January 2015 Written by Phil Choi Chris McGuire Caroline Roth With contributions by Dave Carroll

More information

Oracle Cloud Update November 2, 2015. Eric Frank Oracle Sales Consultant. Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Cloud Update November 2, 2015. Eric Frank Oracle Sales Consultant. Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Cloud Update November 2, 2015 Eric Frank Oracle Sales Consultant Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

All your apps & data in the cloud, all in one place.

All your apps & data in the cloud, all in one place. The Cloud Desktop For Business Unify Your Business IT Experience All your apps & data in the cloud, all in one place. The Cloud Desktop houses all of your organization's applications and data in one easy-to-access

More information

Server Software Installation Guide

Server Software Installation Guide Server Software Installation Guide This guide provides information on...... The architecture model for GO!Enterprise MDM system setup... Hardware and supporting software requirements for GO!Enterprise

More information

DOCUMENT REFERENCE: SQ309-002-EN. SAMKNOWS TEST METHODOLOGY Web-based Broadband Performance White Paper. July 2015

DOCUMENT REFERENCE: SQ309-002-EN. SAMKNOWS TEST METHODOLOGY Web-based Broadband Performance White Paper. July 2015 DOCUMENT REFERENCE: SQ309-002-EN SAMKNOWS TEST METHODOLOGY Web-based Broadband Performance White Paper July 2015 SAMKNOWS QUALITY CONTROLLED DOCUMENT. SQ REV LANG STATUS OWNER DATED 309 03 EN FINAL SC

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 Page 1 of 7 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft Dynamics

More information

EVault Technology Build Cloud-Connected Backup and Recovery Services for Datacenter

EVault Technology Build Cloud-Connected Backup and Recovery Services for Datacenter EVault Technology Build Cloud-Connected Backup and Recovery Services for Datacenter ROMA 18/09/2013 JUKU UNPLUGGED Antonio Naletto - antonio.naletto@evault.com 28/09/13 2012 EVault, Inc. All Rights Reserved

More information

Phire Architect Hardware and Software Requirements

Phire Architect Hardware and Software Requirements Phire Architect Hardware and Software Requirements Copyright 2014, Phire. All rights reserved. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

Supported Platforms May 2013

Supported Platforms May 2013 Supported Platforms May 2013 This document is intended for restricted use only. Infinite Campus asserts that this document contains proprietary information that would give our competitors undue advantage

More information

Middleware- Driven Mobile Applications

Middleware- Driven Mobile Applications Middleware- Driven Mobile Applications A motwin White Paper When Launching New Mobile Services, Middleware Offers the Fastest, Most Flexible Development Path for Sophisticated Apps 1 Executive Summary

More information

OfficeSuite CRM Connector for Salesforce

OfficeSuite CRM Connector for Salesforce OfficeSuite CRM Connector for Salesforce Administrator Guide Version 1.1 Page 1 December, 2014 TABLE OF CONTENTS INTRODUCTION AND GETTING STARTED OPERATING SYSTEM, HARDWARE AND SOFTWARE REQUIREMENTS Supported

More information

Office 365 Migration Performance & Server Requirements

Office 365 Migration Performance & Server Requirements Solutions for the Modern Workforce Office 365 Migration Performance & Server Requirements Understanding Migration Performance There are many factors that can affect performance when migrating to Office

More information

Enterprise Manager. Version 6.2. Administrator s Guide

Enterprise Manager. Version 6.2. Administrator s Guide Enterprise Manager Version 6.2 Administrator s Guide Enterprise Manager 6.2 Administrator s Guide Document Number 680-017-017 Revision Date Description A August 2012 Initial release to support version

More information

Private Cloud Hosting

Private Cloud Hosting Private Cloud Hosting Quick Guide 7/30/2015 2015 EarthLink. Trademarks are property of their respective owners. All rights reserved. 2 Private Cloud Hosting Service Positioning Create Your Own Private

More information

MailStore Server 7 - Technical Specifications

MailStore Server 7 - Technical Specifications MailStore Server 7 - Technical Specifications Archiving Supported Email Servers and Internet Mailboxes Microsoft Exchange Server 2003, 2007, and 2010 (including Windows Small Business Server) Hosted Exchange

More information

Sostenuto 4.9. Hardware and Software Configuration Guide. Date: September 2014. Page 1 of 13

Sostenuto 4.9. Hardware and Software Configuration Guide. Date: September 2014. Page 1 of 13 Sostenuto 4.9 Hardware and Software Configuration Guide Date: September 2014 Page 1 of 13 All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, or

More information

Access Database Hosting. An introduction to Cloud Hosting Access databases from Your Office Anywhere

Access Database Hosting. An introduction to Cloud Hosting Access databases from Your Office Anywhere Access Database Hosting An introduction to Cloud Hosting Access databases from Your Office Anywhere Microsoft Access is a powerful way of creating bespoke database applications for either your own business

More information

Vodacom Managed Hosted Backups

Vodacom Managed Hosted Backups Vodacom Managed Hosted Backups Robust Data Protection for your Business Critical Data Enterprise class Backup and Recovery and Data Management on Diverse Platforms Vodacom s Managed Hosted Backup offers

More information

POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION

POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION Executive Summary Enterprise mobility has transformed the way businesses engage with customers, partners and staff while exchanging

More information

Jitterbit Technical Overview : Microsoft Dynamics AX

Jitterbit Technical Overview : Microsoft Dynamics AX Jitterbit allows you to easily integrate Microsoft Dynamics AX with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

An Advanced Performance Architecture for Salesforce Native Applications

An Advanced Performance Architecture for Salesforce Native Applications An Advanced Performance Architecture for Salesforce Native Applications TABLE OF CONTENTS Introduction............................................... 3 Salesforce in the Digital Transformation Landscape...............

More information

Cloud to Cloud Integrations with Force.com. Sandeep Bhanot Developer Evangelist @cloudysan

Cloud to Cloud Integrations with Force.com. Sandeep Bhanot Developer Evangelist @cloudysan Cloud to Cloud Integrations with Force.com Sandeep Bhanot Developer Evangelist @cloudysan Safe Harbor Salesforce.com Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This

More information

Windows Server 2008 R2 Hyper-V Server and Windows Server 8 Beta Hyper-V

Windows Server 2008 R2 Hyper-V Server and Windows Server 8 Beta Hyper-V Features Comparison: Hyper-V Server and Hyper-V February 2012 The information contained in this document relates to a pre-release product which may be substantially modified before it is commercially released.

More information

Enterprise level security, the Huddle way.

Enterprise level security, the Huddle way. Enterprise level security, the Huddle way. Security whitepaper TABLE OF CONTENTS 5 Huddle s promise Hosting environment Network infrastructure Multiple levels of security Physical security System & network

More information

OCTOBER 2015 TAULIA SUPPLIER ARCHITECTURE OVERVIEW TAULIA 201 MISSION STREET SAN FRANCISCO CA 94105

OCTOBER 2015 TAULIA SUPPLIER ARCHITECTURE OVERVIEW TAULIA 201 MISSION STREET SAN FRANCISCO CA 94105 OCTOBER 2015 TAULIA SUPPLIER ARCHITECTURE OVERVIEW TAULIA 201 MISSION STREET SAN FRANCISCO CA 94105 CONTENTS OVERVIEW 3 SOFTWARE DESIGN 3 CUSTOMER ARCHITECTURE.. 4 DATA CENTERS. 4 RELIABILITY. 5 OPERATIONS

More information

Security for Cloud- and On Premise Deployment. Mendix App Platform Technical Whitepaper

Security for Cloud- and On Premise Deployment. Mendix App Platform Technical Whitepaper Security for Cloud- and On Premise Deployment Mendix App Platform Technical Whitepaper Security for Cloud- and On Premise Deployment EXECUTIVE SUMMARY... 3 INTRODUCTION... 4 THE MENDIX APP PLATFORM...

More information

IBM Cognos TM1 on Cloud Solution scalability with rapid time to value

IBM Cognos TM1 on Cloud Solution scalability with rapid time to value IBM Solution scalability with rapid time to value Cloud-based deployment for full performance management functionality Highlights Reduced IT overhead and increased utilization rates with less hardware.

More information

System Requirements. Microsoft Dynamics NAV 2016

System Requirements. Microsoft Dynamics NAV 2016 System Requirements Microsoft Dynamics NAV 2016 Contents System Requirements for Microsoft Dynamics NAV 2016... 4 Microsoft Dynamics NAV Windows Client Requirements... 5 Microsoft Dynamics NAV Development

More information

Advancement in Salesforce using CPQ (Configure Price Quote) Technological Catalyst

Advancement in Salesforce using CPQ (Configure Price Quote) Technological Catalyst Advancement in Salesforce using CPQ (Configure Price Quote) Technological Catalyst Shiv Kumar Goyal 1, Nupoor Narendra Nimbalkar 2 Deputy Head of the Department, Master of Computer Application, Vivekanand

More information

RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54)

RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54) RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54) COLORADO HOUSING AND FINANCE AUTHORITY 1981 BLAKE STREET DENVER, CO 80202 REQUEST FOR PROPOSAL Intranet Replacement

More information

The EVault Portfolio

The EVault Portfolio The EVault Portfolio Built from the start as a pure disk-to-disk solution, EVault is the only data protection platform that can be consumed as a cloud service, deployed as on-premise software, an on-premise

More information

Technical specifications

Technical specifications Technical specifications PhD Manager is built on the Haplo open source platform. The Haplo platform provides a flexible database tailored to storing information about the activities in complex organisations.

More information

Customer Master Presentation - Contents

Customer Master Presentation - Contents Customer Master Presentation - Contents V5.30 Solution at a Glance SAP Rapid Deployment Solution Overview SAP Mobile Platform Overview SAP Mobile Platform Rapid Deployment Solution - Overview SAP Mobile

More information

This paper introduces the security policies, practices, and procedures at Smartsheet.

This paper introduces the security policies, practices, and procedures at Smartsheet. SMARTSHEET SECURITY Abstract This paper introduces the security policies, practices, and procedures at Smartsheet. Readers will gain an understanding of the Smartsheet operating environment and application

More information

Development Model for the Cloud Paradigm Shift of the Same Old Same Old? Dr. Umit Yalcinalp, Salesforce.com Developer Evangelist

Development Model for the Cloud Paradigm Shift of the Same Old Same Old? Dr. Umit Yalcinalp, Salesforce.com Developer Evangelist Development Model for the Cloud Paradigm Shift of the Same Old Same Old? Dr. Umit Yalcinalp, Salesforce.com Developer Evangelist Computing History Reduce Complexity, Do More Turing Machines Assembly code

More information

Combining new technologies: SAP Cloud for Sales and HANA Cloud Integration at Cavalier

Combining new technologies: SAP Cloud for Sales and HANA Cloud Integration at Cavalier Combining new technologies: SAP Cloud for Sales and HANA Cloud Integration at Cavalier Your logo Arnaud Sergent - SAP Joeri Seghers - Expertum SAPience.be TECHday 14 1 Agenda 1- Introduction 2- SAP Cloud

More information