25years. MQ High Availability. Celebrating. David Ware IBM MQ Chief Architect. MQ Technical Conference v

Size: px
Start display at page:

Download "25years. MQ High Availability. Celebrating. David Ware IBM MQ Chief Architect. MQ Technical Conference v"

Transcription

1 MQ Technical Cnference v MQ High Availability David Ware IBM MQ Chief Architect Celebrating 25years

2 High availability Available A system is said t be available if it is able t perfrm its required functin, such as successfully prcess requests frm users. Highly Available A requirement, r a capability, f a system t be peratinal fr a greater prprtin f time than is cmmn fr ther, less imprtant, systems. A sliding scale 0% 100% Often, greater availability means greater cmplexity and cst 2

3 Measuring availability Target Yearly utage Impacts n availability lying maintenance 95% 99% 99.5% 99.9% 99.99% % % ~ 18 days < 4 days < 2 days < 9 hurs ~ 1 hur ~ 5 minutes ~ 30 secnds 5 nines Likelihd f utages (meantime t failure, and speed f recvery) Operatinal errrs Overall availability is the cmbined availability f all cmpnents The platfrm The middleware The applicatins 3

4 Messaging system availability Asynchrnus messaging can imprve applicatin availability by prviding a buffer but the messaging system itself must be highly available t achieve that Redundancy Multiple active ptins available fr applicatins t cnnect Ruting Ability t rute messages arund failures Message availability Critical messages are nt lcked t a single runtime and quickly available frm elsewhere 4

5 Messaging system availability Asynchrnus messaging can imprve applicatin availability by prviding a buffer but the messaging system itself must be highly available t achieve that Redundancy Multiple active ptins available fr applicatins t cnnect Ruting Ability t rute messages arund failures Message availability Critical messages are nt lcked t a single runtime and quickly available frm elsewhere Required fr highest system availabilities Only required fr certain message flws 5

6 Messaging system availability MQ Asynchrnus messaging can imprve applicatin availability by prviding a buffer but the messaging system itself must be highly available t achieve that Redundancy Multiple active ptins available fr applicatins t cnnect Ruting Ability t rute messages arund failures Message availability Critical messages are nt lcked t a single runtime and quickly available frm elsewhere licatin client cnnectivity MQ Cluster ruting MQ HA 6

7 licatin client cnnectivity

8 Decuple the applicatins frm queue managers licatins lcally bund t a queue manager will limit the availability f the slutin. Running applicatins remte frm the queue managers, always cnnecting as MQ clients, decuples the applicatin and system runtimes, enabling higher availability.

9 Decuple the applicatins frm queue managers Step 1 Cnnect the applicatin as a client Benefits: Ability t supprt slutins where a queue manager may fail-ver between systems (mre later). Separates applicatin system requirements frm the queue manager s, reducing maintenance cnflicts and therefre, availability. Restart times n either side can be reduced. Shuld be relatively invisible t the applicatin Dn t hardcde that cnnectin cnfiguratin! Use client aut-recnnect t hide a queue manager restart frm the applicatin Qmgr

10 Decuple the applicatins frm queue managers Step 2 Allw the applicatin t cnnect t a set f queue managers Benefits: licatins can cntinue t interact with MQ even whilst a queue manager is failing ver r unavailable during maintenance With multiple applicatins cnnected, nly a subset will be impacted by a queue manager utage Hw des yur applicatin find the queue manager? Netwrk ruting Cnnectin name lists Client Channel Definitin Tables The applicatin may need t re-evaluate hw it explits all f MQ s capabilities Message rdering may change if it is currently expected acrss cnnectins licatins may be reliant n transitry state: Dynamic queues and subscriptins Reply messages XA transactin recvery Qmgr Qmgr Qmgr This might nt wrk fr all applicatins

11 What d CCDTs enable? These prvide encapsulatin and abstractin f cnnectin infrmatin fr applicatins, hiding the MQ architecture and cnfiguratin frm the applicatin They als enable security, high availability and wrklad balancing f clients licatins simply cnnect t an abstracted queue manager name (which desn t need t be the actual queue manager name use an * ) CCDT defines which real queue managers the applicatin will cnnect t. Which culd be a single queue manager r a grup f licatin 1 cnnect: *QMGRP1 licatin 2 cnnect: *QMGRP2 licatin 2 cnnect: *QMGRP2 CCDT QMGRP1: QM1 QMGRP2: QM2 QMGRP2: QM3 QM1 QM2 Acrss a grup, selectin can be rdered r randmised and weighted QM3

12 Creating the CCDTs CCDTs can represent cnnectin details t multiple queue managers CLNTCONN channels are defined t identify the SVRCONN channels Create the s and define their SVRCONNs Define multiple CLNTCONNs in a central place t generate the CCDT It desn t have t be any f the queue managers wning the SVRCONNs Pre-MQ V8: Yu needed a dedicated queue manager fr this purpse MQ V8+: Use runmqsc n t remve the need fr a queue manager A single CCDT fr yur MQ estate r ne per applicatin? A single CCDT can be easier t create but updates can be expensive Separate CCDTs make it easier t update when an applicatin s needs change Centrally define all the CLNTCONNs that represent all the s Take the CCDT and make available t the cnnecting applicatins

13 Accessing the CCDTs QMGR1 QMGR2 QMGR3 QMGR1 QMGR2 QMGR3 QMGR1 QMGR2 QMGR3 QMGR1 QMGR2 QMGR3 CCDT files need t be accessible t the applicatins cnnecting t MQ Either accessible thrugh the client s filesystem User needs t manage distributin f CCDT files themselves Or remtely ver HTTP r FTP Available fr JMS/XMS applicatins fr a number f releases Added fr MQI applicatins in MQ V9 LTS CCDT QM1 QM2 QM3 HTTP server CCDT QM1 QM2 QM3? CCDT CCDT CCDT CCDT CCDT MQI MQCONN(QMGRP2) MQI MQCONN(QMGRP2) MQI MQCONN(QMGRP2) MQI MQCONN(QMGRP2) MQI MQCONN(QMGRP2) MQI MQCONN(QMGRP2) MQI MQCONN(QMGRP2) MQI MQCONN(QMGRP2) QM1 QM2 QM3 QM1 QM2 QM3

14 MQ Cluster ruting

15 Ruting n availability with MQ Clusters MQ Clusters prvide a way t rute messages based n availability In a cluster there can be multiple ptential targets fr any message. This alne can imprve the availability f the slutin, always prviding an ptin t prcess new messages. A queue manager in a cluster als has the ability t rute new and ld messages based n the availability f the channels, ruting messages t running queue managers. 1 1 Client Queue Manager Queue Manager Queue Manager Queue Manager Clustering can als be used t rute messages t active cnsuming applicatins. Service Service Service 15 Clustering is used by many custmers wh perate critical services at scale Available n all supprted MQ platfrms Sessin: Build Scalability and Availability int Yur Messaging Slutins with IBM MQ Clustering

16 MQ HA (message availability)

17 Message high availability The prblem The bjective Cnsider a single message Tied t a single runtime, n a single piece f hardware Any failure lcks it away until recvery cmpletes Messages are nt tied t a single anything In the event f a failure, there is a fast rute t access the message 17

18 Message high availability Active / active messages Active / passive messages Any message is available frm any runtime at any time Crdinated access t each message A failed runtime des nt prevent access t a message by anther runtime Messages are highly available, thrugh replicatin Only ne runtime is the leader and has access t the messages at a time A failure results in a new leader taking ver 18

19 Message high availability Active / active messages Active / passive messages IBM MQ fr z/os shared queues IBM MQ Distributed HA slutins Kafka replicatin RabbitMQ mirrring 19

20 MQ fr z/os shared queues Available with z/os parallel sysplex A tightly cupled cluster f independent z/os instances MQ Multiple queue-sharing managers grups are members (QSGs) f a queue sharing grup (QSG) Shared queues are held in the Parallel SysPlex Cupling Facility A highly ptimised and resilient z/os technlgy All queue managers in a QSG can access the same shared queues and their messages Cupling Facility Benefits: ü Messages remain available even if a queue manager fails ü Pull wrklad balancing ü licatins can cnnect t the grup using a QSG name ü Remves affinity t a specific queue manager Queue Sharing Grup 20

21 IBM MQ Distributed HA slutins Externally managed External mechanisms are relied n t prtect the data and prvide autmatic takever capabilities MQ managed The resilient data and the autmatic takever is prvided by the MQ system new System managed HA Multi-instance queue managers MQ liance Replicated data queue managers 21

22 Externally managed HA

23 System managed HA The HA manager mnitrs the MQ system (e.g. a queue manager in a VM r cntainer), n detecting a failure it will start a new system, remunt strage and rerute netwrk traffic active HA manager passive Relies n external, highly available, strage (e.g. SAN) active passive A queue manager is unaware f the HA system Availability depends n speed t detect prblems and t restart all layers f the system required (e.g. VM and queue manager) Examples: HA Clusters Veritas Cluster Server, IBM PwerHA, Micrsft Cluster Server Clud platfrms IBM Clud, AWS EC2, Azure Cntainers Kubernetes, Dcker Swarm Sme systems can be relatively slw t restart Additinal cst f infrastructure Multiple mving parts t cnfigure and manage 23

24 Multi-instance queue managers All queue manager data is held n netwrk attached strage (e.g. NFS, IBM Spectrum Scale). Tw systems are running, bth have an instance f the same queue manager, pinted t the same strage. One is active, the ther is in standby. A failure f the active instance is detected by the standby thrugh regularly attempting t take filesystem lcks. The queue manager with the lcks is the active instance. active active active passive Faster takever, less t restart Cheaper less specialised sftware r administratin skills needed Wide platfrm cverage, Windws, Unix, Linux Only as reliable as the netwrk attached strage Matching the MQ requirements t filesystem behaviur can be tricky N IP address takever, use client cnfiguratin instead 24

25 MQ managed HA

26 IBM MQ liance A pair f MQ liances are cnnected tgether and cnfigured as an HA grup active Queue managers created n ne appliance can be autmatically replicated, alng with all the MQ data, t the ther liances mnitr each ther active Autmatic failver, plus manual failver fr migratin r maintenance Independent failver fr queue managers s bth appliances can run wrklad (active / active lad) Optinal IP address assciated with an HA queue manager, autmatically adpted by the active HA appliance single lgical endpint fr client apps active passive N persistent data lss n failure N external strage N additinal skills required 2018 IBM Crpratin MQ Technical Cnference v

27 Replicated Data Queue Managers Linux nly, MQ Advanced HA slutin with n need fr a shared file system r HA cluster MQ cnfigures the underlying resurces t make setup and peratins natural t an MQ user Three-way replicatin fr qurum supprt Synchrnus data replicatin fr nce and nce nly transactinal delivery f messages Active/passive queue managers with autmatic takever Per queue manager cntrl t supprt active/active utilisatin f ndes Per queue manager IP address t prvide simple applicatin setup Supprted n RHEL v7 x86-64 nly Nde 1 Netwrk Nde 2 Nde 3 Mnitring New in V9.0.4 CD / V9.1 LTS MQ Advanced fr Linux Synchrnus data replicatin 27 MQ HA Grup 2018 IBM Crpratin MQ Technical Cnference v

28 Replicated Data Queue Managers Linux nly, MQ Advanced HA slutin with n need fr a shared file system r HA cluster MQ cnfigures the underlying resurces t make setup and peratins natural t an MQ user Three-way replicatin fr qurum supprt Synchrnus data replicatin fr nce and nce nly transactinal delivery f messages Active/passive queue managers with autmatic takever Per queue manager cntrl t supprt active/active utilisatin f ndes Per queue manager IP address t prvide simple applicatin setup Supprted n RHEL v7 x86-64 nly Nde 1 Netwrk Nde 2 Nde 3 Mnitring New in V9.0.4 CD / V9.1 LTS MQ Advanced fr Linux Synchrnus data replicatin 28 MQ HA Grup 2018 IBM Crpratin MQ Technical Cnference v

29 Replicated Data Queue Managers Recmmended deplyment pattern: Spread the wrklad acrss multiple queue managers and distribute them acrss all three ndes Nde 1 Netwrk Nde 2 Nde 3 Even better, mre than ne queue manager per nde fr better failver distributin Use MQ Clusters fr additinal ruting f messages t wrk arund prblems MQ licensing is aligned t maximise benefits QM 1 One full IBM MQ Advanced license and tw High Availability Replica licenses (previusly named Idle Standby) 29 MQ HA Grup 2018 IBM Crpratin MQ Technical Cnference v

30 External/MQ managed HA with RDQM Disaster recvery CD MQ Advanced added the ability t build a lser cupled pair f ndes fr data replicatin with manual failver Data replicatin can be Asynchrnus fr systems separated by a high latency netwrk Synchrnus fr systems n a lw latency netwrk N autmatic takever means n need fr a third nde t prvide a qurum Nde 1 Nde 2 data replicatin IBM Crpratin MQ Technical Cnference v Think 2018 / March 21, 2018 / 2018 IBM Crpratin

31 Cst f a restart

32 Speed f failver System managed Multi-instance queue managers MQ liance Starting a whle VM can be slw Cntainers can b e much quicker Recvering data frm netwrk attached strage can be slw Reliant n strage cnfiguratin Detect failure Restart underlying system Start queue manager Recver messaging state Recnnect applicatins Message state recvery This time is very dependent n the wrklad f the queue manager High persistent traffic lad and deep queues can significantly increase the time needed Replicated data queue managers Recnnecting applicatins The applicatins must als detect the failure befre attempting t recnnect Make sure the channel heartbeat interval is set suitably lw 42

33 Multi Instance vs. RDQM The speed f the filesystem plays a large part in the speed f failver Misleading number due t reductin in lad thanks t slwer filesystem. Reality is that it ll be even slwer Tw lad factrs effect the restart time: Hw much inflight message traffic at the time f the failure The amunt f message data stred n active queues The faster filesystem pssible with RDQM can significantly reduce fail-ver times Even if the system is busy, a cntrlled switch-ver gives MQ the chance t fflad the inflight wrk Multi instance RDQM 43

34 What, where?

35 Which HA fits where Shared queues System managed Multi instance RDQM liance HA z/os Distributed platfrms ** Cntainers * MQ liance * This will depend heavily n the capabilities f the cntainer management layer ** RHEL x86 nly 45

36 Pulling it all tgether

37 Building a highly available system Decuple the applicatins frm the underlying MQ infrastructure Service requestr r event emitters MQ Service prvider r lng running cnsumer 2018 IBM Crpratin MQ Technical Cnference v

38 Building a highly available system High availability f the individual MQ runtimes shuld be baked int the design Remve any single pint f failure Make each queue manager highly available Have multiple equivalent queue managers 2018 IBM Crpratin MQ Technical Cnference v

39 Building a highly available system The applicatins shuld be designed and cnfigured t maximise the availability f the MQ runtime Cnnect instances f yur service applicatins t mre than ne queue manager Use CCDTs and design applicatins t be able t cnnect t ne f many queue managers 2018 IBM Crpratin MQ Technical Cnference v

40 Building a highly available system Separating ut the MQ infrastructure int layers can be used t imprve availability further by minimising impact t end users Separate ut the requestr/emitter queue managers frm the service prvider queue managers Use an MQ cluster t wrklad balance and dynamically rute wrk t the service prviders 2018 IBM Crpratin MQ Technical Cnference v

41 Building a highly available system Reading material ibm.biz/mq_hubs ibm.biz/mqaas_red 2018 IBM Crpratin MQ Technical Cnference v

42 MQ Technical Cnference v Celebrating 25years 2018 IBM Crpratin 52

App Orchestration 2.6

App Orchestration 2.6 App Orchestratin 2.6 Terminlgy in App Orchestratin 2.6 Last Updated: July 8, 2015 Page 1 Terminlgy Cntents Elements f App Orchestratin... 3 Dmains... 3 Multi-Datacenter Deplyments... 4 Delivery Sites...

More information

Welcome to Remote Access Services (RAS) Virtual Desktop vs Extended Network. General

Welcome to Remote Access Services (RAS) Virtual Desktop vs Extended Network. General Welcme t Remte Access Services (RAS) Our gal is t prvide yu with seamless access t the TD netwrk, including the TD intranet site, yur applicatins and files, and ther imprtant wrk resurces -- whether yu

More information

Admin Report Kit for Exchange Server

Admin Report Kit for Exchange Server Admin Reprt Kit fr Exchange Server Reprting tl fr Micrsft Exchange Server Prduct Overview Admin Reprt Kit fr Exchange Server (ARKES) is an Exchange Server Management and Reprting slutin that addresses

More information

Log shipping is a HA option. Log shipping ensures that log backups from Primary are

Log shipping is a HA option. Log shipping ensures that log backups from Primary are LOG SHIPPING Lg shipping is a HA ptin. Lg shipping ensures that lg backups frm Primary are cntinuusly applied n standby. Lg shipping fllws a warm standby methd because manual prcess is invlved t ensure

More information

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite Vlume Licensing brief Licensing the Cre Client Access License (CAL) Suite and Enterprise CAL Suite Table f Cntents This brief applies t all Micrsft Vlume Licensing prgrams. Summary... 1 What s New in this

More information

DELL EMC VxRAIL vcenter SERVER PLANNING GUIDE

DELL EMC VxRAIL vcenter SERVER PLANNING GUIDE WHITE PAPER - DELL EMC VxRAIL vcenter SERVER PLANNING GUIDE ABSTRACT This planning guide discusses guidance fr the varius vcenter Server deplyment ptins supprted n VxRail Appliances. Nvember 2017 TABLE

More information

Infrastructure Series

Infrastructure Series Infrastructure Series TechDc WebSphere Message Brker / IBM Integratin Bus Parallel Prcessing (Aggregatin) (Message Flw Develpment) February 2015 Authr(s): - IBM Message Brker - Develpment Parallel Prcessing

More information

Additional License Authorizations

Additional License Authorizations Additinal License Authrizatins Fr HPE CMS SIM Management sftware prducts Prducts and suites cvered PRODUCTS E-LTU OR E-MEDIA AVAILABLE * NON-PRODUCTION USE OPTION HPE Dynamic SIM Prvisining Yes Yes HPE

More information

IT Essentials (ITE v6.0) Chapter 8 Exam Answers 100% 2016

IT Essentials (ITE v6.0) Chapter 8 Exam Answers 100% 2016 IT Essentials (ITE v6.0) Chapter 8 Exam Answers 100% 2016 1. A user ntices that the data transfer rate fr the gigabit NIC in the user cmputer is much slwer than expected. What is a pssible cause fr the

More information

Contents: Module. Objectives. Lesson 1: Lesson 2: appropriately. As benefit of good. with almost any planning. it places on the.

Contents: Module. Objectives. Lesson 1: Lesson 2: appropriately. As benefit of good. with almost any planning. it places on the. 1 f 22 26/09/2016 15:58 Mdule Cnsideratins Cntents: Lessn 1: Lessn 2: Mdule Befre yu start with almst any planning. apprpriately. As benefit f gd T appreciate architecture. it places n the understanding

More information

Performance of VSA in VMware vsphere 5

Performance of VSA in VMware vsphere 5 Perfrmance f VSA in VMware vsphere 5 Perfrmance Study TECHNICAL WHITE PAPER Table f Cntents Intrductin... 3 Executive Summary... 3 Test Envirnment... 3 Key Factrs f VSA Perfrmance... 4 Cmmn Strage Perfrmance

More information

Dynamic Storage (ECS)

Dynamic Storage (ECS) User Guide Dynamic Strage (ECS) Swisscm (Schweiz) AG 1 / 10 Cntent 1 Abut Dynamic Strage... 3 2 Virtual drive, the EMC CIFS-ECS Tl... 4 3 Amazn S3 Brwer... 6 4 Strage Gateway Appliance... 9 5 Amazn S3

More information

Implementing Microsoft Azure Infrastructure Solutions Syllabus

Implementing Microsoft Azure Infrastructure Solutions Syllabus 70-533 - Implementing Micrsft Azure Infrastructure Slutins Syllabus Clud Cmputing Intrductin What is Clud Cmputing Clud Characteristics Clud Cmputing Service Mdels Deplyment Mdels in Clud Cmputing Advantages

More information

Course Name: VMware vsphere: Install, Configure, Manage [V6.5] Duration: 5 Days

Course Name: VMware vsphere: Install, Configure, Manage [V6.5] Duration: 5 Days Curse Name: VMware vsphere: Install, Cnfigure, Manage [V6.5] Duratin: 5 Days Overview: This five-day curse features intensive hands-n training that fcuses n installing, cnfiguring, and managing VMware

More information

Quick Guide on implementing SQL Manage for SAP Business One

Quick Guide on implementing SQL Manage for SAP Business One Quick Guide n implementing SQL Manage fr SAP Business One The purpse f this dcument is t guide yu thrugh the quick prcess f implementing SQL Manage fr SAP B1 SQL Server databases. SQL Manage is a ttal

More information

Overview of Data Furnisher Batch Processing

Overview of Data Furnisher Batch Processing Overview f Data Furnisher Batch Prcessing Nvember 2018 Page 1 f 9 Table f Cntents 1. Purpse... 3 2. Overview... 3 3. Batch Interface Implementatin Variatins... 4 4. Batch Interface Implementatin Stages...

More information

CNS-222-1I: NetScaler for Apps and Desktops

CNS-222-1I: NetScaler for Apps and Desktops CNS-222-1I: NetScaler fr Apps and Desktps Overview Designed fr students with little r n previus NetScaler, NetScaler Gateway r Unified Gateway experience, this curse is best suited fr individuals wh will

More information

CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER. Course 10964B; Duration: 5 Days; Instructor-led

CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER. Course 10964B; Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: www.inf-trek.cm CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER Curse 10964B; Duratin: 5 Days; Instructr-led WHAT YOU WILL LEARN This curse

More information

Oracle CPQ Cloud Release 1. New Feature Summary

Oracle CPQ Cloud Release 1. New Feature Summary Oracle CPQ Clud 2017 Release 1 New Feature Summary April 2017 1 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE CPQ CLOUD... 4 MODERN SELLING EXPERIENCE... 4 Deal Negtiatin... 4 REST API Services... 4 ENTERPRISE

More information

Dolby Conference Phone Support Frequently Asked Questions

Dolby Conference Phone Support Frequently Asked Questions Dlby Cnference Phne Supprt Frequently Asked Questins Versin 1.0, 1 Intrductin This dcument prvides sme answers t frequently asked questins abut the Dlby Cnference Phne. Fr mre detailed infrmatin n any

More information

DELL EMC GDDR (GEOGRAPHICALLY DISPERSED DISASTER RESTART) for PowerMax 8000 & VMAX ALL FLASH 950F ARM your data center for protection against disaster

DELL EMC GDDR (GEOGRAPHICALLY DISPERSED DISASTER RESTART) for PowerMax 8000 & VMAX ALL FLASH 950F ARM your data center for protection against disaster DELL EMC GDDR (GEOGRAPHICALLY DISPERSED DISASTER RESTART) fr PwerMax 8000 & VMAX ALL FLASH 950F ARM yur data center fr prtectin against disaster ABSTRACT This paper presents an verview f GDDR sftware technlgy

More information

CNS-220-1I: Citrix NetScaler Essentials and Traffic Management

CNS-220-1I: Citrix NetScaler Essentials and Traffic Management CNS-220-1I: Citrix NetScaler Essentials and Traffic Management Overview Designed fr students with little r n previus NetScaler experience, this curse is best suited fr individuals wh will be deplying r

More information

VMware vsphere 6: Fast Track

VMware vsphere 6: Fast Track Length: 5 Days Frmat: Instructr-led Overview This intensive training curse fcuses n installing, cnfiguring, and managing VMware vsphere 6. This curse cmbines the cntent f the VMware vsphere: Install, Cnfigure,

More information

Networks: Communicating and Sharing Resources. Chapter 7: Networks: Communicating and Sharing Resources

Networks: Communicating and Sharing Resources. Chapter 7: Networks: Communicating and Sharing Resources Netwrks: Cmmunicating and Sharing Resurces Chapter 7: Netwrks: Cmmunicating and Sharing Resurces 1 Netwrks: Cmmunicating and Sharing Resurces 2 Objectives Understand basic netwrking cncepts. Distinguish

More information

CCNA 3 Chapter 2 v5.0 Exam Answers 2015 (100%)

CCNA 3 Chapter 2 v5.0 Exam Answers 2015 (100%) CCNA 3 Chapter 2 v5.0 Exam Answers 2015 (100%) 1. Which tw netwrk design features require Spanning Tree Prtcl (STP) t ensure crrect netwrk peratin? (Chse tw.) static default rutes implementing VLANs t

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questins Versin 10-21-2016 Cpyright 2014-2016 Aviatrix Systems, Inc. All rights reserved. Aviatrix Clud Gateway What can it d fr me? Aviatrix Clud Gateway prvides an end t end secure netwrk

More information

Cloud-Based Information Systems Management Rising to the Challenge of Truly Distributed Computing

Cloud-Based Information Systems Management Rising to the Challenge of Truly Distributed Computing Clud-Based Infrmatin Systems Management Rising t the Challenge f Truly Distributed Cmputing By Richard Levy The migratin f infrmatin systems frm npremise t the Clud is well under way. Fueled by the grwth

More information

Launching Xacta 360 Marketplace AMI Guide June 2017

Launching Xacta 360 Marketplace AMI Guide June 2017 Launching Xacta 360 Marketplace AMI Guide June 2017 Tels Crpratin 2017. All rights reserved. U.S. patents Ns. 6,901,346; 6,980,927; 6,983,221; 6,993,448; and 7,380,270. Xacta is a registered trademark

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

INVENTION DISCLOSURE

INVENTION DISCLOSURE 1. Inventin Title. Light Transprt and Data Serializatin fr TR-069 Prtcl 2. Inventin Summary. This inventin defines a light prtcl stack fr TR-069. Even thugh TR-069 is widely deplyed, its prtcl infrastructure

More information

vrealize Operations Management Pack for Storage Devices Release Notes

vrealize Operations Management Pack for Storage Devices Release Notes vrealize Operatins Management Pack fr Strage Devices 6.0.5 Release Ntes Build: 4015504 Last dcument update: 23 May 2017 Cntents: What s New Cmpatibility and Interperability Scalability Reslved Issues Knwn

More information

HP Server Virtualization Solution Planning & Design

HP Server Virtualization Solution Planning & Design Cnsulting & Integratin Infrastructure Services HP Server Virtualizatin Slutin Planning & Design Service descriptin Hewlett-Packard Cnsulting & Integratin Infrastructure Cnsulting Packaged Services (HP

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

Connect+/SendPro P Series Networking Technical Specification

Connect+/SendPro P Series Networking Technical Specification Shipping & Mailing Pstage Meters Cnnect+/SendPr P Series Netwrking Technical Specificatin Intrductin 2 Netwrk Requirements 2 Prt/Cmmunicatin Requirements 2 URL Infrmatin 3 FAQs 10 Service Cllateral SV62440

More information

SafeDispatch SDR Gateway for MOTOROLA TETRA

SafeDispatch SDR Gateway for MOTOROLA TETRA SafeDispatch SDR Gateway fr MOTOROLA TETRA SafeMbile ffers a wrld f wireless applicatins that help rganizatins better manage their mbile assets, fleet and persnnel. Fr mre infrmatin, see www.safembile.cm.

More information

Overview. Recommended pre-requisite courses: Key Skills. : CNS-220-1I: Citrix NetScaler Traffic Management

Overview. Recommended pre-requisite courses: Key Skills. : CNS-220-1I: Citrix NetScaler Traffic Management Mdule Title Duratin : CNS-220-1I: Citrix NetScaler Traffic Management : 5 days Overview Designed fr students with little r n previus NetScaler experience, this curse is best suited fr individuals wh will

More information

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools.

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools. Q.1 What is Trubleshting Tls? List their types? Trubleshting f netwrk prblems is find and slve with the help f hardware and sftware is called trubleshting tls. Trubleshting Tls - Hardware Tls They are

More information

NCTA-Certified Cloud Technologist (NCT) Exam NCT-110

NCTA-Certified Cloud Technologist (NCT) Exam NCT-110 NCTA-Certified Clud Technlgist (NCT) Exam NCT-110 Exam Infrmatin Candidate Eligibility: The NCTA-Certified Clud Technlgist (NCT) exam requires n applicatin fee, supprting dcumentatin, nr ther eligibility

More information

How to Guide. DocAve Extender for MOSS 2007 and SPS Installing DocAve Extender and Configuring a Basic SharePoint to Cloud Extension

How to Guide. DocAve Extender for MOSS 2007 and SPS Installing DocAve Extender and Configuring a Basic SharePoint to Cloud Extension Hw t Guide DcAve Extender fr MOSS 2007 and SPS 2010 Installing DcAve Extender and Cnfiguring a Basic SharePint t Clud Extensin This dcument is intended fr anyne wishing t familiarize themselves with the

More information

1. What is a characteristic of Frame Relay that provides more flexibility than a dedicated line?

1. What is a characteristic of Frame Relay that provides more flexibility than a dedicated line? CCNA 4 Chapter 4 v5.0 Exam Answers 2015 (100%) 1. What is a characteristic f Frame Relay that prvides mre flexibility than a dedicated line? Dedicated physical circuits are installed between each site.

More information

(CNS-220) Citrix NetScaler Essentials and Traffic Management

(CNS-220) Citrix NetScaler Essentials and Traffic Management (CNS-220) Citrix NetScaler Essentials and Traffic Management Overview Designed fr students with little r n previus NetScaler experience, this curse is best suited fr individuals wh will be deplying r managing

More information

Milestone Solution Partner IT Infrastructure Components Certification Summary

Milestone Solution Partner IT Infrastructure Components Certification Summary Milestne Slutin Partner IT Infrastructure Cmpnents Certificatin Summary Prmise Technlgies VESS R2600 Strage Slutin 08-27-2014 Table f Cntents Intrductin... 3 Certified Prducts... 3 Test Prcess... 3 Tplgy...

More information

High Security SaaS Concept Software as a Service (SaaS) for Life Science

High Security SaaS Concept Software as a Service (SaaS) for Life Science Sftware as a Service (SaaS) fr Life Science Cpyright Cunesft GmbH Cntents Intrductin... 3 Data Security and Islatin in the Clud... 3 Strage System Security and Islatin... 3 Database Security and Islatin...

More information

Andrid prgramming curse Data strage Sessin bjectives Internal Strage Intrductin By Võ Văn Hải Faculty f Infrmatin Technlgies Andrid prvides several ptins fr yu t save persistent applicatin data. The slutin

More information

IT Essentials (ITE v6.0) Chapter 5 Exam Answers 100% 2016

IT Essentials (ITE v6.0) Chapter 5 Exam Answers 100% 2016 IT Essentials (ITE v6.0) Chapter 5 Exam Answers 100% 2016 1. What are tw functins f an perating system? (Chse tw.) cntrlling hardware access managing applicatins text prcessing flw chart editing prgram

More information

Parallels Operations Automation 5.3

Parallels Operations Automation 5.3 Prduct Update Parallels Operatins Autmatin 5.3 What s New Learn mre at http://www.parallels.cm/spp Nvember 2011 Table f Cntents Intrductin... 1 Tp New Features... 1 Tp Imprvements... 2 SaaS Imprvements...

More information

E-Lock Policy Manager White Paper

E-Lock Policy Manager White Paper White Paper Table f Cntents 1 INTRODUCTION... 3 2 ABOUT THE POLICY MANAGER... 3 3 HOW E-LOCK POLICY MANAGER WORKS... 3 4 WHAT CAN I DO WITH THE POLICY MANAGER?... 4 4.1 THINGS YOU CONTROL IN SIGNING...

More information

UPGRADING TO DISCOVERY 2005

UPGRADING TO DISCOVERY 2005 Centennial Discvery 2005 Why Shuld I Upgrade? Discvery 2005 is the culminatin f ver 18 mnths wrth f research and develpment and represents a substantial leap frward in audit and decisin-supprt technlgy.

More information

Cisco Smart Software Manager satellite

Cisco Smart Software Manager satellite Data Sheet Cisc Smart Sftware Manager satellite Last Updated: May 12, 2017 Overview Cisc Smart Sftware Manager satellite is a cmpnent f Cisc Smart Licensing. It wrks in cnjunctin with Cisc Smart Sftware

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

Password Reset for Remote Users

Password Reset for Remote Users 1 Passwrd Reset fr Remte Users Curin prvides a cmpnent fr the PasswrdCurier Passwrd Prvisining System that manages the lcal passwrd cache in cnjunctin with self-service passwrd reset activities. The slutin

More information

Dell EqualLogic PS Series Arrays: Expanding Windows Basic Disk Partitions

Dell EqualLogic PS Series Arrays: Expanding Windows Basic Disk Partitions TECHNICAL REPORT Dell EqualLgic PS Series Arrays: Expanding Windws Basic Disk Partitins ABSTRACT This Technical Reprt describes hw t expand Micrsft Windws basic disk vlumes after increasing the size f

More information

CounterSnipe Software Installation Guide Software Version 10.x.x. Initial Set-up- Note: An internet connection is required for installation.

CounterSnipe Software Installation Guide Software Version 10.x.x. Initial Set-up- Note: An internet connection is required for installation. CunterSnipe Sftware Installatin Guide Sftware Versin 10.x.x CunterSnipe sftware installs n any system cmpatible with Ubuntu 14.04 LTS server which is supprted until 2019 Initial Set-up- Nte: An internet

More information

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors Cnfiguring Database & SQL Query Mnitring With Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, Nvember, 2013 http://www.sentry-g.cm Be Practive, Nt Reactive! One f the best ways f ensuring a database is

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information

CA CMDB Connector for z/os

CA CMDB Connector for z/os PRODUCT SHEET: CA CMDB CONNECTOR FOR Z/OS CA CMDB Cnnectr fr z/os CA CMDB Cnnectr fr z/os discvers mainframe cnfiguratin items (CIs) and enables ppulatin f that infrmatin int the CA CMDB repsitry. Designed

More information

Disaster Recovery. Practical Applications. Eric LaFollette. Director of Information Resources Lake County Clerk of Courts

Disaster Recovery. Practical Applications. Eric LaFollette. Director of Information Resources Lake County Clerk of Courts Disaster Recvery Practical Applicatins Eric LaFllette Directr f Infrmatin Resurces Lake Cunty Clerk f Curts Presentatin Outline Imprtance f a plan Disaster Recvery Scenaris Disaster Recvery Basics Lake

More information

CommandCenter Secure Gateway Release Virtual CC

CommandCenter Secure Gateway Release Virtual CC CmmandCenter Secure Gateway Release 5.0.5 Virtual CC Nvember 15, 2010 Versin 5.0.5 prvides the initial release f the CC-SG virtual appliance (Virtual CC). Virtual CC is supprted t run n VMware. Versin

More information

USER MANUAL. RoomWizard Administrative Console

USER MANUAL. RoomWizard Administrative Console USER MANUAL RmWizard Administrative Cnsle Cntents Welcme... 3 Administer yur RmWizards frm ne lcatin... 3 Abut This Manual... 4 Setup f the Administrative Cnsle... 4 Installatin... 4 The Cnsle Windw...

More information

Product Release Notes

Product Release Notes Prduct Release Ntes ATTO Cnfiguratin Tl v3.25 - Windws 1. General Release Infrmatin The ATTO Cnfiguratin Tl helps yu custmize the settings f yur ExpressSAS, Celerity and ExpressPCI hst adapters t maximize

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questins What are the benefits f activech? activech allws yur rganizatin t prvide an n-premise, managed and secure alternative t Drpbx and ther file synching and sharing slutins. Benefits

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

An Introduction to Crescendo s Maestro Application Delivery Platform

An Introduction to Crescendo s Maestro Application Delivery Platform An Intrductin t Crescend s Maestr Applicatin Delivery Platfrm Intrductin This dcument is intended t serve as a shrt intrductin t Crescend s Maestr Platfrm and its cre features/benefits. The dcument will

More information

Course Overview Basic Linux commands like working with files and directories is desired.

Course Overview Basic Linux commands like working with files and directories is desired. [AWS-SAW]: AWS Clud Slutin Architect Wrkshp Length Delivery Methd : 4 days : Instructr-led (Classrm) Curse Overview Basic Linux cmmands like wrking with files and directries is desired. Pre-Requisites

More information

UDS Enterprise Configuring UDS Enterprise in HA

UDS Enterprise Configuring UDS Enterprise in HA Intrductin The cmpnents f UDS Enterprise (UDS Server and UDS Tunneler) can be cnfigured in high availability (HA) s that in case f drp any f these items, either due t a failure f the hypervisr that hsts

More information

Imagine for MSDNAA Student SetUp Instructions

Imagine for MSDNAA Student SetUp Instructions Imagine fr MSDNAA Student SetUp Instructins --2016-- September 2016 Genesee Cmmunity Cllege 2004. Micrsft and MSDN Academic Alliance are registered trademarks f Micrsft Crpratin. All rights reserved. ELMS

More information

Introduction to Mindjet on-premise

Introduction to Mindjet on-premise Intrductin t Mindjet n-premise Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 www.mindjet.cm 2012 Mindjet. All Rights Reserved

More information

Instructions for Accessing Online Testing Resources

Instructions for Accessing Online Testing Resources Instructins fr Accessing Online Testing Resurces 2018-2019 Hw t get help fr Testing Applicatin Functinality / System Errrs (nt lgin issues): IMPORTANT: The rle f the District s IT staff and Help Desk in

More information

FIREWALL RULE SET OPTIMIZATION

FIREWALL RULE SET OPTIMIZATION Authr Name: Mungle Mukupa Supervisr : Mr Barry Irwin Date : 25 th Octber 2010 Security and Netwrks Research Grup Department f Cmputer Science Rhdes University Intrductin Firewalls have been and cntinue

More information

FLEXPOD A Scale-Out Converged System for the Next-Generation Data Center

FLEXPOD A Scale-Out Converged System for the Next-Generation Data Center FLEXPOD A Scale-Out Cnverged System fr the Next-Generatin Data Center A Scale-Out Cnverged System fr the Next-Generatin Data Center By Lee Hward Welcme t the age f scale-ut cnverged systems made pssible

More information

IT Essentials (ITE v6.0) Pretest Exam Answers 100% 2016

IT Essentials (ITE v6.0) Pretest Exam Answers 100% 2016 IT Essentials (ITE v6.0) Pretest Exam Answers 100% 2016 1. What is an advantage f purchasing a tablet rather than a laptp cmputer? wireless capability reduced size/weight quicker Internet access easier

More information

EMC VPLEX METRO CONTINUOUS AVAILABILITY AND CLUSTER WITNESS

EMC VPLEX METRO CONTINUOUS AVAILABILITY AND CLUSTER WITNESS EMC VPLEX METRO CONTINUOUS AVAILABILITY AND CLUSTER WITNESS IMPLEMENTATION AND DESIGN GUIDE ABSTRACT This technical nte is targeted fr EMC field persnnel, partners, and custmers wh will be cnfiguring,

More information

Andrid prgramming curse Sessin bjectives Intrductin URL & HttpCnnectin Netwrking APIs Using URL t read data Using HttpCnnectin pst data Reading netwrk state Web Service SOAP REST By Võ Văn Hải Faculty

More information

Milestone XProtect. NVR Installer s Guide

Milestone XProtect. NVR Installer s Guide Milestne XPrtect NVR Installer s Guide Target Audience fr this Dcument This guide is relevant fr peple respnsible fr delivering and installing Milestne XPrtect NVR surveillance systems. If yu are a Milestne

More information

SMARTCAP FIRMWARE RELEASE NOTES

SMARTCAP FIRMWARE RELEASE NOTES SMARTCAP FIRMWARE RELEASE NOTES CURRENT VERSION: 2.2.1 SEPTEMBER 2015 2.2.1 VERSION 2.2.1 HAS BEEN RELEASED. THIS RELEASE INTRODUCES A COUPLE OF NEW FEATURES AND MANY BUG FIXES. THE FOCUS OF THIS RELEASE

More information

Dell Wyse Device Manager (WDM)

Dell Wyse Device Manager (WDM) Dell Wyse Device Manager (WDM) Versin 5.0 Maintenance Release 1.1 (MR1.1)- fr WDM Wrkgrup Editin Release Ntes Cntents Release Type and Definitin... 3 Versin... 3 Release Date... 3 Previus Versin... 3 Imprtance...

More information

The Customer Journey to SD-WAN Functional, Technical, and Economic Considerations Part 2: SD-WAN: Is It Right for Your Network?

The Customer Journey to SD-WAN Functional, Technical, and Economic Considerations Part 2: SD-WAN: Is It Right for Your Network? The Custmer Jurney t SD-WAN Functinal, Technical, and Ecnmic Cnsideratins Part 2: SD-WAN: Is It Right fr Yur Netwrk? Technlgy Jel Stradling, Research Directr jel.stradling@glbaldata.cm Spnsred by Published:

More information

Creating a TES Encounter/Transaction Entry Batch

Creating a TES Encounter/Transaction Entry Batch Creating a TES Encunter/Transactin Entry Batch Overview Intrductin This mdule fcuses n hw t create batches fr transactin entry in TES. Charges (transactins) are entered int the system in grups called batches.

More information

DocAve 6 Replicator. User Guide. Service Pack 2, Cumulative Update 2. Revision F Issued June DocAve 6: Archiver

DocAve 6 Replicator. User Guide. Service Pack 2, Cumulative Update 2. Revision F Issued June DocAve 6: Archiver DcAve 6 Replicatr User Guide Service Pack 2, Cumulative Update 2 Revisin F Issued June 2013 DcAve 6: Archiver 1 Table f Cntents Table f Cntents... 2 Abut DcAve Replicatr... 5 Cmplementary Prducts... 5

More information

1. The first section examines common performance bottlenecks that need to be considered.

1. The first section examines common performance bottlenecks that need to be considered. OAKS Online Intrductin Oregn s OAKS Online is a cmputer-based adaptive test in which items are selected accrding t each student s ability. OAKS Online has incrprated a number f features and updates based

More information

New Product Release Package 8 XT[2] System and Software 19 Jan 2009

New Product Release Package 8 XT[2] System and Software 19 Jan 2009 New Prduct Release Package 8 XT[2] System and Sftware 19 Jan 2009 1.1 NEW OPERATIONAL FEATURES IN MULTICAM 8... 1 1.2 NEW HARDWARE FEATURES... 6 1.3 NEW SYSTEM FEATURES... 6 1.4 BUG FIXES UP TO 08.04.33...

More information

BMC Remedyforce Integration with Bomgar Remote Support

BMC Remedyforce Integration with Bomgar Remote Support BMC Remedyfrce Integratin with Bmgar Remte Supprt 2017 Bmgar Crpratin. All rights reserved wrldwide. BOMGAR and the BOMGAR lg are trademarks f Bmgar Crpratin; ther trademarks shwn are the prperty f their

More information

SAP Business One Hardware Requirements Guide

SAP Business One Hardware Requirements Guide Hardware Requirements Guide Dcument Versin: 1.13 2018-02-02 Release Family 9 Typgraphic Cnventins Type Style Example Descriptin Wrds r characters quted frm the screen. These include field names, screen

More information

Service Level Agreement

Service Level Agreement Service Level Agreement Infrastructure Supprt Service This Infrastructure Supprt Service Level Agreement ( SLA ) is incrprated int the Qute executed by TekLinks and Custmer fr Infrastructure Supprt Services

More information

Announcing Veco AuditMate from Eurolink Technology Ltd

Announcing Veco AuditMate from Eurolink Technology Ltd Vec AuditMate Annuncing Vec AuditMate frm Eurlink Technlgy Ltd Recrd any data changes t any SQL Server database frm any applicatin Database audit trails (recrding changes t data) are ften a requirement

More information

CSC IT practix Recommendations

CSC IT practix Recommendations CSC IT practix Recmmendatins CSC Healthcare 17 th June 2015 Versin 3.1 www.csc.cm/glbalhealthcare Cntents 1 Imprtant infrmatin 3 2 IT Specificatins 4 2.1 Wrkstatins... 4 2.2 Minimum Server with 1-5 wrkstatins

More information

ABELMed Platform Setup Conventions

ABELMed Platform Setup Conventions ABELMed Platfrm Setup Cnventins 1 Intrductin 1.1 Purpse f this dcument The purpse f this dcument is t prvide prspective ABELMed licensees and their hardware vendrs with the infrmatin that they will require

More information

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel NiceLabel LMS Installatin Guide fr Single Server Deplyment Rev-1702 NiceLabel 2017. www.nicelabel.cm 1 Cntents 1 Cntents 2 2 Architecture 3 2.1 Server Cmpnents and Rles 3 2.2 Client Cmpnents 3 3 Prerequisites

More information

CaseWare Working Papers. Data Store user guide

CaseWare Working Papers. Data Store user guide CaseWare Wrking Papers Data Stre user guide Index 1. What is a Data Stre?... 3 1.1. When using a Data Stre, the fllwing features are available:... 3 1.1.1.1. Integratin with Windws Active Directry... 3

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authenticatin fr Cisc IPSec VPN Fr VMware AirWatch Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using the Supprt Wizard n supprt.air-watch.cm. This

More information

ABELDent Platform Setup Conventions

ABELDent Platform Setup Conventions ABELDent Platfrm Setup Cnventins 1 Intrductin 1.1 Purpse f this dcument The purpse f this dcument is t prvide prspective ABELDent licensees and their hardware vendrs with the infrmatin that they will require

More information

DocAve 6 Replicator. User Guide. Service Pack 3. Revision H Issued August DocAve 6: Replicator

DocAve 6 Replicator. User Guide. Service Pack 3. Revision H Issued August DocAve 6: Replicator DcAve 6 Replicatr User Guide Service Pack 3 Revisin H Issued August 2013 1 Table f Cntents Abut DcAve Replicatr... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 5 Befre Yu Begin...

More information

Transmission Control Protocol Introduction

Transmission Control Protocol Introduction Transmissin Cntrl Prtcl Intrductin TCP is ne f the mst imprtant prtcls f Internet Prtcls suite. It is mst widely used prtcl fr data transmissin in cmmunicatin netwrk such as Internet. Features TCP is reliable

More information

Summary. Server environment: Subversion 1.4.6

Summary. Server environment: Subversion 1.4.6 Surce Management Tl Server Envirnment Operatin Summary In the e- gvernment standard framewrk, Subversin, an pen surce, is used as the surce management tl fr develpment envirnment. Subversin (SVN, versin

More information

Andrid prgramming curse Asynchrnus Techniques Intrductin Sessin bjectives Intrductin Asynchrnus Techniques Executr Handler AsyncTask Service & IntentService AsyncQueryHandler Lader By Võ Văn Hải Faculty

More information

Comprehensive LAN Security for the Banking Financial Services and Insurance Industries

Comprehensive LAN Security for the Banking Financial Services and Insurance Industries Cmprehensive LAN Security fr the Banking Financial Services and Insurance Industries Nevis Netwrks Persistent LAN Security Slutins Nevis Netwrks LAN Security fr BFSI 1 Overview f the Banking Financial

More information

Gemini Intercom Quick Start Guide

Gemini Intercom Quick Start Guide Gemini Intercm Quick Start Guide 2 Quick Start Guide Cntents Cntents... 1 Overview... 3 First Step unpack and inspect... 3 Netwrk plan and IP addresses... 4 Management PC... 5 Install Sftware... 6 Cnfigure

More information

CSE 3320 Operating Systems Synchronization Jia Rao

CSE 3320 Operating Systems Synchronization Jia Rao CSE 3320 Operating Systems Synchrnizatin Jia Ra Department f Cmputer Science and Engineering http://ranger.uta.edu/~jra Recap f the Last Class Multiprcessr scheduling Tw implementatins f the ready queue

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

EcoStruxure for Data Centers FAQ

EcoStruxure for Data Centers FAQ EcStruxure fr Data Centers FAQ Revisin 1 by Patrick Dnvan Executive summary EcStruxure TM fr Data Centers is Schneider Electric s IT-enabled, pen, interperable system architecture fr data centers. This

More information