shim6 implementation Authors: Jeff Ahrenholz Tom Henderson Installation Guide and User s Manual

Size: px
Start display at page:

Download "shim6 implementation Authors: Jeff Ahrenholz Tom Henderson Installation Guide and User s Manual"

Transcription

1 shim6 implementatin Installatin Guide and User s Manual Authrs: Jeff Ahrenhlz Tm Hendersn Cpyright c , The Being Cmpany. This sftware was develped under funding supplied by ONR cntract N C-0319 and The Being Cmpany.

2 i Table f Cntents 1 Intrductin Gals Nn-gals Sftware architecture Implementatin status Future wrk Installatin Prerequisites Operating Systems Installing supprting libraries Overview Supprting libraries ip6tables extensins Installing shim REAP daemn SHIM6 daemn Running shim Overview Testing shim

3 Chapter 1: Intrductin 1 1 Intrductin shim6 (Site Multihming by IPv6 Intermediatin) is a prtcl being develped in the Internet Engineering Task Frce (IETF) t prvide a hst-based slutin t allw IPv6 sites t multi-hme (cnnect t mre than ne Internet prvider) fr lad sharing, redundancy, and fault tlerance. The shim6 prtcl allws such hsts t hld multiple lcatrs (addresses) and t migrate transprt prtcl sessins frm ne lcatr pair t anther withut disruptin. The prtcl includes cmpnents fr securely (cryptgraphically) binding lcatr sets tgether t prevent address hijacking, and a separate reachability prtcl (REAP) that can mnitr the reachability f peer lcatrs in active use. shim6 is architecturally related t the Hst Identity Prtcl (HIP), in that they bth implement an identifier/lcatr split at the bundary between the netwrk and transprt layer. Their cntrl prtcls als share many f the same packet frmats. 1.1 Gals The gals f this shim6 effrt have been t develp an pen-surce Linux implementatin f shim6 that brrws frm (and can later integrate with) ur HIP implementatin. We are interested in the lng-term ptential f the ID/lcatr split architecture and in eventual evlutin twards sme kind f a cmbined shim6/hip implementatin: we envisin that cmpnents f shim6 may be useful t HIP (particularly REAP); shim6 has sme nice features such as deferred cntext establishment and supprt fr referrals withut lkups that make it attractive fr light-weight and near-term deplyment; Nn-gals The fllwing gals are deferred fr a later phase f develpment: cntext frking and balancing acrss multiple paths plicy granularity f when t invke/bypass shim6 prcessing HBA and CGA generatin and verificatin IPV6 DONTSHIM ptin (and ther shim6-api extensins fr applicatins) supprt fr UDP tunneling and ther tunneling supprt RFC3484-bis surce address selectin mdificatins fr shim6 Windws and OS X supprt, r user-mde supprt 1.2 Sftware architecture Our shim6 implementatin is a multithreaded C++ user-space prcesses that interfaces with a standard Linux kernel (extended via a ladable kernel mdule) thrugh standard system interfaces and with a GUI-based status applicatin via sckets IPC. Althugh we d nt require kernel patches, we d require specific kernel versins since we are wrking with kernel mdules that d nt have stable APIs acrss kernel releases. Althugh sme cmpnents f ur architecture are defined fr multi-platfrm supprt, we currently fcus n Linux. Figure 1.1 illustrates the verall sftware architecture. Crsslayer interactin with TCP (e.g., resetting cngestin windw upn lcatr change) is nt shwn and needs further cnsideratin whether it can be dne withut a kernel mdificatin.

4 Chapter 1: Intrductin 2 GUI tl n desktp UDP sckets IPC shim6 multithreaded prcess UDP sckets IPC REAP (failure detectin and lcatr pair explratin) Ethereal (patched fr shim6) IPv6 Applicatins prtcl state machine (main thread) kernel state maintenance interface state tracker state machine (main thread) cnnectin tracker tcpdump DNS queries user data I1-R2 mangle rules interface up/dwn Prbe Keepalive statistics n active flws user space reslver API sckets API Raw sckets (SOCK_RAW) Netlink sckets (NETLINK_SHIM) Netlink sckets (NETLINK_ROUTE) Raw sckets (SOCK_RAW) nf_cnntrack (/prc/net/ip_cnntrack) kernel space transprt prt ipsec fragmentatin NF_IP6_LOCAL_IN/OUT IPv6 dest. ptins ladable kernel mdule Insert and remve shim6 cntext header Figure 1.1: Overall shim6 implementatin architecture. The verall strategy is t use ladable Netfilter mangle mdules in the IPv6 firewall tables t implement the shimming and deshimming f packets, t use Netfilter queue t receive shim6 cntrl packets, and the Linux Netfilter cnntrack (cnnectin tracking) feature t track active flws. The shim6 daemn itself is a prcess that shares a HIP-abstractin library with ur HIP daemn, and the failure detectin daemn (reapd) is designed t be reused acrss HIP and shim6. Belw is an excerpt frm Sectin 4 f the shim6 prtcl draft. The abve Figure 1.1 can prbably best be understd by walking thrugh what happens in the sftware t cause the fllwing shim6 behavir t ccur. The shim6 prtcl perates in several phases ver time. fllwing sequence illustrates the cncepts: The An applicatin n hst A decides t cntact B using sme upperlayer prtcl. This results in the ULP n A sending packets t B. We call this the initial cntact. Assuming the IP addresses

5 Chapter 1: Intrductin 3 N actin. selected by Default Address Selectin [12] and its extensins [13] wrk, then there is n actin by the shim at this pint in time. Any shim cntext establishment can be deferred until later. Sme heuristic n A r B (r bth) determine that it is apprpriate t pay the shim6 verhead t make this hst-t-hst cmmunicatin rbust against lcatr failures. Fr instance, this heuristic might be that mre than 50 packets have been sent r received, r a timer expiratin while active packet exchange is in place. This makes the shim initiate the 4-way cntext establishment exchange. As a result f this exchange, bth A and B will knw a list f lcatrs fr each ther. If the cntext establishment exchange fails, the initiatr will then knw that the ther end des nt supprt shim6, and will cntinue with standard unicast behavir fr the sessin. Netfilter cnnectin tracking is used t implement the supprted heuristic. A thread in the REAP user-space sftware can mnitr this accrding t plicy and invke a shim6 cntext establishment and lcatr exchange (by telling the shim6 daemn) when necessary. The abve step just builds state (ULID/lcatr cntext) in the shim6 daemn but des nt affect any data plane packets. Hwever, the reachability prtcl (REAP) starts t mnitr the ULIDs fr reachability, and shuld be prvided with a list f alternate lcatrs learned during the shim6 handshake. Cmmunicatin cntinues withut any change fr the ULP packets. In particular, there are n shim extensin headers added t the ULP packets, since the ULID pair is the same as the lcatr pair. In additin, there might be sme messages exchanged between the shim sub-layers fr (un)reachability detectin. At sme pint in time smething fails. Depending n the apprach t reachability detectin, there might be sme advice frm the ULP, r the shim (un)reachability detectin might discver that there is a prblem. At this pint in time ne r bth ends f the cmmunicatin need t prbe the different alternate lcatr pairs until a wrking pair is fund, and switch t using that lcatr pair. REAP prcess r thread separately des this prbing, and ntifies shim6 sftware via sckets IPC when a ULID shuld be replaced with alternate lcatr(s). When ntified, the hst needs t assume that packets may start arriving n that shim cntext r may need t be sent n new shim cntext.

6 Chapter 1: Intrductin 4 If the lcal hst has new dest lcatrs, a tw step prcess is needed fr each active lcatr that is!= dst ULID: 1. add a rule t divert packets t a SHIM6 mdule ip6tables -A INPUT <matching rule> -j SHIM6 2. add cntext state t the SHIM6 mdule If the lcal hst has new src lcatrs, a tw step prcess will be needed fr each active lcatr that is!= src ULID: 1. add a rule t divert packets t a SHIM6 mdule ip6tables -A OUTPUT <matching rule> -j SHIM6 2. add cntext state t the SHIM6 mdule Once a wrking alternative lcatr pair has been fund, the shim will rewrite the packets n transmit, and tag the packets with shim6 Paylad extensin header, which cntains the receiver s cntext tag. The receiver will use the cntext tag t find the cntext state which will indicate which addresses t place in the IPv6 header befre passing the packet up t the ULP. The result is that frm the perspective f the ULP the packet passes unmdified end-t-end, even thugh the IP ruting infrastructure sends the packet t a different lcatr. Nthing needed, until cnnectin being shimmed ges away r the lcatr pair changes again. There needs t be sme garbage cllectin f shim state nt being used fr a lng time. Again, Netfilter cnnectin tracking culd be used fr this. The shim (un)reachability detectin will mnitr the new lcatr pair as it mnitred the riginal lcatr pair, s that subsequent failures can be detected. The abve is a functin f the REAP prtcl. In additin t failures detected based n end-t-end bservatins, ne endpint might knw fr certain that ne r mre f its lcatrs is nt wrking. Fr instance, the netwrk interface might have failed r gne dwn (at layer 2), r an IPv6 address might have becme deprecated r invalid. In such cases the hst can signal its peer that this address is n lnger recmmended t try. Thus this triggers smething similar t a failure handling in that a new, wrking lcatr pair must be fund. The abve is a functin f the REAP prtcl. The prtcl als has the ability t express ther frms f lcatr preferences. A change in any preferences can be signaled t the peer, which will made the peer recrd the new preferences. A change in the preferences might ptinally make the peer want t use a different lcatr pair. If it makes this decisin, it fllws the same lcatr switching prcedure as after a failure

7 Chapter 1: Intrductin 5 (by verifying that its peer is indeed present at the alternate lcatr, etc). This exchange will take part in the shim6 daemn, and updates are pushed t the REAP prtcl. Change in lcal lcatr status may be mnitred by the Netlink ROUTING scket. When the shim thinks that the cntext state is n lnger used, it can garbage cllect the state; there is n crdinatin necessary with the peer hst befre the state is remved. There is a recvery message defined t be able t signal when there is n cntext state, which can be used t detect and recver frm bth premature garbage cllectin, as well as cmplete state lss (crash and rebt) f a peer. SHIM6 kernel mdule needs t be able t send this NO CONTEXT message t shim6 daemn. The exact mechanism t determine when the cntext state is n lnger used is implementatin dependent. An implementatin might use the existence f ULP state (where knwn t the implementatin) as an indicatin that the state is still used, cmbined with a timer (t handle ULP state that might nt be knwn t the shim sub-layer) t determine when the state is likely t n lnger be used. NOTE: The ULP packets in shim6 can be carried cmpletely unmdified as lng as the ULID pair is used as the lcatr pair. After a switch t a different lcatr pair the packets are "tagged" with a shim6 extensin header, s that the receiver can always determine the cntext t which they belng. This is accmplished by including an 8-ctet shim6 Paylad Extensin header befre the (extensin) headers that are prcessed by the IP endpint sublayer and ULPs. If subsequently the riginal ULIDs are selected as the active lcatr pair then the tagging f packets with the shim6 extensin header can als be stpped. 1.3 Implementatin status Currently, this implementatin supprts the fllwing: Fur-packet I1, R1, I2, R2 shim6 cntext establishment Sends peridic keep-alive packets Prbes lcatr pairs using the Prbe packet, using the Prbes Sent and Prbes Received fields Shims and deshims data packets based n cntext establishment and reachability state Cmmunicates lcal address list in the I2 and R2 messages Handling f the ULID Pair ptin Cntext tag and nnce management

8 Chapter 1: Intrductin Future wrk These items are left fr future revisins: Garbage cllectin and cleanup f cntext Packet retransmissin with binary expnential backff Cntext recvery, cntext cnfusin, and the R1bis and I2bis packets R1 validatr and Lcatr List ptins Handling fragmentatin f packets that exceed the MTU size after the IPv6 extensin header has been added (nte: we have a wrkarund in place in ur shimming mdule) shim6 Errr, Update Request, and Update Acknwledgment messages Keepalive Timeut ptin Handling ICMP errr messages and psitive r negative feedback frm upper layer prtcls Cmmunicatin frm the kernel mdule t the shim6 daemn abut packets received with a cntext tag that des nt match Cntext frking and balancing acrss multiple paths; Frked Instance Identifier ptin Generate and validate cryptgraphically bund addresses such as CGA r HBA; CGA Parameter Data Structure and CGA Signature ptins Native shim6 API fr applicatins, such as the IPV6 DONTSHIM ptin Supprt fr UDP tunneling and ther tunneling supprt RFC5014 surce address selectin rules.

9 Chapter 2: Installatin 7 2 Installatin 2.1 Prerequisites Backgrund infrmatin n shim6 is available at these links: Operating Systems This sftware has nly been tested n Linux i386 systems. There are several Linux kernel dependencies that are knwn t be unstable acrss recent kernel versins. We have tested using kernels n Ubuntu and Fedra Linux. 2.2 Installing supprting libraries Overview The fllwing pen surce packages and prgrams are needed fr shim6: scklibpp: prvides (mre) prtable libraries fr scket prgramming cnntrack: user-space utility fr tracking the number f packets in a flw libnetfilter cnntrack: netfilter library t access cnntrack libnetfilter queue: netfilter library fr receiving SHIM6 cntrl packets in a user-space queue frm the match rule libnfnetlink: lw-level netfilter library required by the thers These dependencies are part f this sftware distributin: hal (HIP Abstractin Library): platfrm independent abstractin library fr HIP and shim6, mainly prviding sckets IPC ip6t shim6: ip6tables match rule t catch SHIM6 packets, and send them t the cntrl netfilter queue r t ip6t shim6 data ip6t shim6 data: ip6tables target t shim and deshim data packets Supprting libraries The fllwing libraries are necessary. We recmmend that yu install these frm a surce package because sme f the RPM and DEB packages fr Linux distributins are incmplete (even develpment packages). patch scklibpp with ur IPv6 patch check ut the library frm surefrge s annymus CVS patch, cmpile and install it install cnntrack-tls. This has been tested with versin Hwever, if yur Linux distributin already supprts cnntrack, installatin f cnntrack-tls is nt necessary. install libnfnetlink (versin r later)./cnfigure && make && sud make install

10 Chapter 2: Installatin 8 need a symlink frm /usr/lib/libnfnetlink.s.0 -> /usr/lcal/lib/libnfnetlink.s.0 if yu leave the default prefix. install libnetfilter queue (versin r later) this library requires libnfnetlink (abve)./cnfigure && make && sud make install need a symlink frm /usr/lib/libnetfilter_queue.s.1 -> /usr/lcal/lib/libnetfilter_queue.s.1 if yu leave the default prefix On Fedra Linux, yu need t build with: PKG_CONFIG_PATH=../libnfnetlink /cnfigure... install libnetfilter cnntrack (versin r later)./cnfigure && make && sud make install need a symlink frm /usr/lib/libnetfilter_cnntrack.s.1 -> /usr/lcal/lib/libnetfilter_cnntrack.s.1 if yu leave the default prefix install hal (HIP Abstractin Layer) library prvided in this distributin./btstrap.sh &&./cnfigure && make && sud make install need a symlink frm /usr/lib/libhal-0.1.s -> /usr/lcal/lib/libhal- 0.1.s ip6tables extensins The kernel-level firewall tl fr IPv6, ip6tables, has been extended in tw ways t supprt SHIM6. There is a shim6 match mdule fr receiving SHIM6 cntrl and data packets, and a shim6 data target fr inserting and remving the shim layer frm data packets. 1. build and install bth shim6 ip6tables kernel mdules untar the hip-mdules tarball: cd hip-mdules/ip6t_shim6 make sud ip6tables -L sud insmd -f./ip6t_shim6.k sud insmd -f./ip6t_shim6_data.k 2. build and install the iptables libraries fr extending the ip6tables cmmand this adds a dynamically-laded extensin t yur ip6tables cmmand t supprt the shim6 match and shim6 data target this is really nly needed if yu wish t prperly display the SHIM6 rules r manually mdify them first edit the Makefile s that IP6T_VER matches ip6tables -V; als n Fedra, change LD=ld (fr Ubuntu yu need t use LD=cc) cd hip-mdules/iptables make sud make install ntes: the shared libraries are installed in /lib/iptables/

11 Chapter 2: Installatin 9 The fllwing is perfrmed autmatically by the shim6 daemn, but included here fr reference. setting up a match rule t send SHIM6 cntrl messages t the user-space shim6d daemn: sud ip6tables -A INPUT -m shim6 --cntrl -j NFQUEUE --queue-num 1 setting up an inbund match + target rule t deshim SHIM6 data packets: sud ip6tables -t mangle -A INPUT -m shim6 --data \\ --mcid 0x j shim6_data --cid 0x \\ --src_lc src_ulid --dst_lc dst_ulid setting up an utbund target rule t shim certain flws: sud ip6tables -t mangle -A INPUT --src src_ulid --dst dst_ulid \\ -j shim6_data --cid 0xa1a2a3a4a5a6 --src_lc src_lcatr \\ --dst_lc dst_lcatr 2.3 Installing shim REAP daemn This implements the REAchability Prcess that mnitrs lcal address infrmatin, remte peer status, and takes care f verifying reachability. cmpile the reap daemn cde./btstrap.sh &&./cnfigure && make befre starting reapd, it may be useful t initialize the kernel s iptables and cnnectin tracking: sud ip6tables -F sud mdprbe ng_cnntrack_ipv6 sud cnntrack -F nw yu can run reapd with: sud src/reapd/reapd SHIM6 daemn The SHIM6 daemn implements the SHIM6 prtcl, exchanging SHIM6 cntrl messages and inserting cntext state int the kernel, using bth the REAP daemn and the HAL library. The REAP daemn shuld be running first. cmpile the shim6 daemn cde./btstrap.sh &&./cnfigure && make sud src/shim6d/shim6d the SHIM6 daemn manages the ip6tables rules, s yu d nt need t manually manipulate them; upn nrmal exit, shim6 ip6tables rules are remved

12 Chapter 3: Running shim Running shim6 3.1 Overview shim6 requires tw prcesses and a number f mdules t be running: ip6t_shim6.k (kernel mdule), ip6t_shim6_data.k (kernel mdule), nf_cnntrack_ipv6, (kernel mdule) reapd (user-space prgram), and shim6d If yu perfrmed a make install in the previus installatin step, these executables are likely in yur /usr/lcal/sbin path: Here is a sample list f cmmands that culd be executed: cd /usr/lcal/sbin sud ip6tables -F sud mdprbe nf_cnntrack_ipv6 sud insmd -f./ip6t_shim6.k sud insmd -f./ip6t_shim6_data.k sud reapd sud shim6d Of curse, all f the abve culd be smewhat autmated in an init script. 3.2 Testing shim6 S nw what? shim6 and reap are running, but are they ding anything? Belw are sme initial steps that can be taken t exercise yur implementatin. Nrmal triggering using cnntrack if yu ve installed the cnntrack libraries, shim6d will autmatically receive ntificatins f new IPv6 cnnectins frm the kernel; after 45 packets it will attempt a SHIM6 cntext exchange yu may want t add multiple IPv6 lcatrs t yur netwrk interface befre starting cnntrack tips: sud cnntrack -F (flush the cnntrack table), sud cnntrack -f ipv6 -L (view IPv6 entries) yu culd establish a SHIM6 cntext using ssh, fr example ssh <dst-ulid> after 45 packets, a SHIM6 cntext exchange shuld ccur, and the inbund deshimming rules are installed; the packets flw as usual withut any shim since there is n failure if yu use unidirectinal UDP traffic (fr example a VLC UDP vide stream), yu shuld see SHIM6 keepalives transmitted peridically in the ppsite directin f the flw f traffic

13 Chapter 3: Running shim6 11 nw yu can try blcking ne directin f cmmunicatin t prduce a failure ip6tables -I OUTPUT --dst <dst-ulid> -j DROP after detecting a path failure, reapd will begin its prbing prcess, and chse anther wrking pair if available the previus cnnectin using the ULIDs shuld still be functinal, and nw cntain the shim6 IPv6 extensin header and use a new wrking lcatr pair Debugging prt n UDP Once shim6d is running n bth hsts yu can manually trigger a SHIM6 cntext establishment handshake using a lcal debugging prt (uses the netcat utility): nc -u lcalhst the debugging prt supprts the fllwing cmmands: # dump shim6 cntexts dump # trigger cntext exchange cntext <ipv6-src-ulid> <ipv6-dst-ulid> # manually delete cntext fr the prvided ulids delete <ipv6-src-ulid> <ipv6-dst-ulid> # update cntext (send update and pssibly cause shimming) update <cntext_id> # manually insert mangle rule fr adding an utbund shim shim <cntext_id> <ipv6-src-lc> <ipv6-dst-lc> # manually insert mangle rule fr remving inbund shims deshim <cntext_id>

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

Practical Exercises in Computer Networks and Distributed Systems

Practical Exercises in Computer Networks and Distributed Systems (V..6, Nv 2) Practical Exercises in Cmputer Netwrks and Distributed Systems Stream Sckets and the Client/Server mdel (C language, W) 2-, Jsé María F Mrán This practical illustrates basic cncepts prtcl

More information

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide Xilinx Answer 65444 Xilinx PCI Express DMA Drivers and Sftware Guide Imprtant Nte: This dwnladable PDF f an Answer Recrd is prvided t enhance its usability and readability. It is imprtant t nte that Answer

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

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

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

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

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

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

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to:

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to: Summary This dcument is a guide intended t guide yu thrugh the prcess f installing and cnfiguring PepleTls 8.55.27 (r current versin) via Windws Remte Applicatin (App). Remte App allws the end user t run

More information

Firmware Upgrade Wizard v A Technical Guide

Firmware Upgrade Wizard v A Technical Guide Firmware Upgrade Wizard v4.1.1 A Technical Guide Nvember 2015 Intrductin The Firmware Upgrade Wizard prvides the fllwing features: It supprts upgrading the firmware n designated devices, see Supprted devices.

More information

Chapter 2. The OSI Model and TCP/IP Protocol Suite. PDF created with FinePrint pdffactory Pro trial version

Chapter 2. The OSI Model and TCP/IP Protocol Suite. PDF created with FinePrint pdffactory Pro trial version Chapter 2 The OSI Mdel and TCP/IP Prtcl Suite PDF created with FinePrint pdffactry Pr trial versin www.pdffactry.cm Outline THE OSI MODEL LAYERS IN THE OSI MODEL TCP/IP PROTOCOL SUITE ADDRESSING TCP/IP

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

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation CdeSlice View CdeSlice Live Dcumentatin Scripting is ne f the mst pwerful extensibility features in SSIS, allwing develpers the ability t extend the native functinality within SSIS t accmmdate their specific

More information

Enterprise Installation

Enterprise Installation Enterprise Installatin Mnnit Crpratin Versin 3.6.0.0 Cntents Prerequisites... 3 Web Server... 3 SQL Server... 3 Installatin... 4 Activatin Key... 4 Dwnlad... 4 Cnfiguratin Wizard... 4 Activatin... 4 Create

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

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

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

SAS Hot Fix Analysis, Download and Deployment Tool

SAS Hot Fix Analysis, Download and Deployment Tool SAS Ht Fix Analysis, Dwnlad and Deplyment Tl SASHFADD Versin 2.2.1 Usage Guide What's New in SASHFADD 2.2.1? Table f Cntents Intrductin... 1 System Requirements... 2 Imprtant infrmatin regarding tl usage...

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9211 Upgrader User Guide (Mac) Rev 1.2 (6-Jul-17) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9211 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

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

Cisco Tetration Analytics, Release , Release Notes

Cisco Tetration Analytics, Release , Release Notes Cisc Tetratin Analytics, Release 1.102.21, Release Ntes This dcument describes the features, caveats, and limitatins fr the Cisc Tetratin Analytics sftware. Additinal prduct Release ntes are smetimes updated

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

Faculty Textbook Adoption Instructions

Faculty Textbook Adoption Instructions Faculty Textbk Adptin Instructins The Bkstre has partnered with MBS Direct t prvide textbks t ur students. This partnership ffers ur students and parents mre chices while saving them mney, including ptins

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (Mac) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9202 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

Assignment #5: Rootkit. ECE 650 Fall 2018

Assignment #5: Rootkit. ECE 650 Fall 2018 General Instructins Assignment #5: Rtkit ECE 650 Fall 2018 See curse site fr due date Updated 4/10/2018, changes nted in green 1. Yu will wrk individually n this assignment. 2. The cde fr this assignment

More information

I. Introduction: About Firmware Files, Naming, Versions, and Formats

I. Introduction: About Firmware Files, Naming, Versions, and Formats Updating Yur CTOG 250 Cmtech Traffic Optimizatin Gateway Firmware I. Intrductin: Abut Firmware Files, Naming, Versins, and Frmats The CTOG 250 Cmtech Traffic Optimizatin Gateway and its CDM 800 Gateway

More information

Arius 3.0. Release Notes and Installation Instructions. Milliman, Inc Peachtree Road, NE Suite 1900 Atlanta, GA USA

Arius 3.0. Release Notes and Installation Instructions. Milliman, Inc Peachtree Road, NE Suite 1900 Atlanta, GA USA Release Ntes and Installatin Instructins Milliman, Inc. 3424 Peachtree Rad, NE Suite 1900 Atlanta, GA 30326 USA Tel +1 800 404 2276 Fax +1 404 237 6984 actuarialsftware.cm 1. Release ntes Release 3.0 adds

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018)

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018) Upgrade Guide Medtech Evlutin General Practice Versin 1.9 Build 1.9.0.312 (March 2018) These instructins cntain imprtant infrmatin fr all Medtech Evlutin users and IT Supprt persnnel. We suggest that these

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

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

VMware EVO:RAIL Customer Release Notes

VMware EVO:RAIL Customer Release Notes VMware EVO:RAIL Custmer Release Ntes EVO:RAIL Release 1.2.0 Dcument Revisin: 1.2.0-2 (May 27, 2015) Cpyright 1998-2015 VMware, Inc. All rights reserved. Cpyright, trademark, and patent infrmatin: http://pubs.vmware.cm/cpyright-trademark.html.

More information

HP ProLiant Essentials Intelligent Networking Pack Windows Edition User Guide

HP ProLiant Essentials Intelligent Networking Pack Windows Edition User Guide HP PrLiant Essentials Intelligent Netwrking Pack Windws Editin User Guide Part Number 381655-00J March 2007 (Ninth Editin) Cpyright 2007 Hewlett-Packard Develpment Cmpany, L.P. The infrmatin cntained herein

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

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 9 2016 v5.1 Answers 100% 1. Which tw characteristics are assciated with UDP sessins? (Chse tw.) Destinatin devices receive traffic with minimal delay. Transmitted data segments are tracked.

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

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

Traffic Shaping (Part 1)

Traffic Shaping (Part 1) Lab 2a Traffic Shaping (Part 1) Purpse f this lab: In this lab yu will build (prgram) a netwrk element fr traffic shaping, called a leaky bucket, that runs ver a real netwrk. The traffic fr testing the

More information

EView/400i Management Pack for Systems Center Operations Manager (SCOM)

EView/400i Management Pack for Systems Center Operations Manager (SCOM) EView/400i Management Pack fr Systems Center Operatins Manager (SCOM) Cncepts Guide Versin 7.0 July 2015 1 Legal Ntices Warranty EView Technlgy makes n warranty f any kind with regard t this manual, including,

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

IMC QoS Manager 7.3 (E0502) Copyright 2015, 2016 Hewlett Packard Enterprise Development LP

IMC QoS Manager 7.3 (E0502) Copyright 2015, 2016 Hewlett Packard Enterprise Development LP QS Manager 7.3 (E0502) Cpyright 2015, 2016 Hewlett Packard Enterprise Develpment LP Table f Cntents 1. What's New in this Release 2. Prblems Fixed in this Release 3. QSM Sftware Distributin Cntents 4.

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questins Date f Last Update: FAQ SatView 0001 SatView is nt pening and hangs at the initial start-up splash screen This is mst likely an issue with ne f the dependency, SQL LcalDB, missing

More information

Max 8/16 and T1/E1 Gateway, Version FAQs

Max 8/16 and T1/E1 Gateway, Version FAQs Frequently Asked Questins Max 8/16 and T1/E1 Gateway, Versin 1.5.10 FAQs The FAQs have been categrized int the fllwing tpics: Calling Calling Cmpatibility Cnfiguratin Faxing Functinality Glssary Q. When

More information

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins)

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins) Intrductin This reference guide is aimed at managers wh will be respnsible fr managing users within RiskMan where RiskMan is nt cnfigured t use netwrk lgins. This guide is used in cnjunctin with the respective

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (PC) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN-X Upgrader prgram fr the 9202 User Terminal using a PC. 1 Getting and Extracting the Upgrader

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

Medtech Evolution. Installation Guide

Medtech Evolution. Installation Guide Medtech Evlutin Installatin Guide Versin 10.4.2. Build 5850 August 2018 Cpyright Medtech Healthcare Pty Ltd Page 1 f 11 Table f Cntents Intrductin... 3 Installatin Pre-requisites... 4 Medtech Evlutin Server

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

Second Assignment Tutorial lecture

Second Assignment Tutorial lecture Secnd Assignment Tutrial lecture INF5040 (Open Distributed Systems) Faraz German (farazg@ulrik.ui.n) Department f Infrmatics University f Osl Octber 17, 2016 Grup Cmmunicatin System Services prvided by

More information

KNX integration for Project Designer

KNX integration for Project Designer KNX integratin fr Prject Designer Intrductin With this KNX integratin t Prject Designer it is pssible t cntrl KNX devices like n/ff, dimming, blinds, scene cntrl etc. This implementatin is intended fr

More information

Cntents 1 Intrductin Kit Cntents Requirements Installatin Gesture Sensr Kit Hardware and Jumper Settings De

Cntents 1 Intrductin Kit Cntents Requirements Installatin Gesture Sensr Kit Hardware and Jumper Settings De Thin Film Pyrelectric IR Gesture Sensr Demnstratr Kit Fr lw pwer, high perfrmance gesture cntrl User Guide Versin 1.0 Dcument Revisin 1.00 20 th February 2012 Cntents 1 Intrductin... 3 1.1 Kit Cntents...

More information

This document describes new features and resolved issues for Intelligent Scene Analysis System

This document describes new features and resolved issues for Intelligent Scene Analysis System Release Ntes Intelligent Scene Analysis System Versin 14.0.0 Release Ntes Revisin 1 This dcument describes new features and reslved issues fr Intelligent Scene Analysis System 14.0.0. Yu can retrieve the

More information

istartsmart 3.5 Upgrade - Installation Instructions

istartsmart 3.5 Upgrade - Installation Instructions istartsmart 3.5 Upgrade - Installatin Instructins Minimum System Requirements: Hatch All-In-One istartsmart Cmputer Learning Center v1.0 r v1.1 Internet access - either hard-wired r wireless cnnectin is

More information

HPE LoadRunner Best Practices Series. LoadRunner Upgrade Best Practices

HPE LoadRunner Best Practices Series. LoadRunner Upgrade Best Practices HPE LadRunner Best Practices Series LadRunner 12.50 Upgrade Best Practices Dcument publicatin date: Nvember 2015 Cntents 1. Intrductin... 3 Overview... 3 Audience... 3 2. Preparatin... 3 Backup assets...

More information

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide HPE AppPulse Mbile Sftware Versin: 2.1 IT Operatins Management Integratin Guide Dcument Release Date: Nvember 2015 Cntents Overview: The IT Operatins Management Integratin 3 System Requirements 3 Hw t

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

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 6 2016 v5.1 Answers 100% 1. Which characteristic f the netwrk layer in the OSI mdel allws carrying packets fr multiple types f cmmunicatins amng many hsts? the de-encapsulatin f headers

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

Upgrade Guide. Medtech Evolution Specialist. Version 1.11 Build (October 2018)

Upgrade Guide. Medtech Evolution Specialist. Version 1.11 Build (October 2018) Upgrade Guide Medtech Evlutin Specialist Versin 1.11 Build 1.11.0.4 (Octber 2018) These instructins cntain imprtant infrmatin fr all Medtech Evlutin users and IT Supprt persnnel. We suggest that these

More information

Release Notes. Dell SonicWALL Security firmware is supported on the following appliances: Dell SonicWALL Security 200

Release Notes. Dell SonicWALL  Security firmware is supported on the following appliances: Dell SonicWALL  Security 200 Release Ntes Email Security Dell SnicWALL Email Security 8.0.1 SnicOS Cntents System Cmpatibility... 1 Enhancements in Email Security 8.0.1... 2 Reslved Issues... 3 Upgrading t Email Security 8.0.1...

More information

Stock Affiliate API workflow

Stock Affiliate API workflow Adbe Stck Stck Affiliate API wrkflw The purpse f this dcument is t illustrate the verall prcess and technical wrkflw fr Adbe Stck partners wh want t integrate the Adbe Stck Search API int their applicatins.

More information

User Guide. Avigilon Control Center Mobile Version 2.2 for Android

User Guide. Avigilon Control Center Mobile Version 2.2 for Android User Guide Avigiln Cntrl Center Mbile Versin 2.2 fr Andrid 2011-2015, Avigiln Crpratin. All rights reserved. Unless expressly granted in writing, n license is granted with respect t any cpyright, industrial

More information

Telkom VPN-Lite router setup User Manual Billion 800VGT

Telkom VPN-Lite router setup User Manual Billion 800VGT Telkm VPN-Lite ruter setup User Manual Billin 800VGT Cntents 1. Intrductin... 3 2. Befre yu start... 4 3. VPN-Lite Setup Using Windws Utility... 5 4. VPN-Lite Setup using yur web brwser... 7 5. VPN-Lite

More information

TPP: Date: October, 2012 Product: ShoreTel PathSolutions System version: ShoreTel 13.x

TPP: Date: October, 2012 Product: ShoreTel PathSolutions System version: ShoreTel 13.x I n n v a t i n N e t w r k A p p N t e TPP: 10320 Date: Octber, 2012 Prduct: ShreTel PathSlutins System versin: ShreTel 13.x Abstract PathSlutins sftware can find the rt-cause f vice quality prblems in

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

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

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

HW4 Software Version 3.4.1

HW4 Software Version 3.4.1 Release ntes HW4 Sftware Versin 3.4.1 Change cntrl HW4 versin 3.4.1 includes all the functins and features f HW4 versin 3.4.0 with the fllwing mdificatins and additins: Enhancements: Nne New features Nne

More information

LIN101 RS232 / LAN INTERFACE

LIN101 RS232 / LAN INTERFACE LIN101 24/02/2004 English 1 1. LIN101 LIN101 is a Serial Device Server, the main functin f the LIN101 is t netwrk-enable existing serial devices. Using the LIN101 yu can add an Ethernet prt practically

More information

Telkom VPN-Lite router setup User Manual Billion 810VGTX

Telkom VPN-Lite router setup User Manual Billion 810VGTX Telkm VPN-Lite ruter setup User Manual Billin 810VGTX Cntents Intrductin... 3 Befre yu start... 4 VPN-Lite Setup Using Windws Utility... 5 VPN-Lite Setup using yur web brwser... 7 VPN-Lite Manual Setup

More information

Getting Started with the SDAccel Environment on Nimbix Cloud

Getting Started with the SDAccel Environment on Nimbix Cloud Getting Started with the SDAccel Envirnment n Nimbix Clud Revisin Histry The fllwing table shws the revisin histry fr this dcument. Date Versin Changes 09/17/2018 201809 Updated figures thrughut Updated

More information

WorldShip PRE-INSTALLATION INSTRUCTIONS: INSTALLATION INSTRUCTIONS: Window (if available) Install on a Single or Workgroup Workstation

WorldShip PRE-INSTALLATION INSTRUCTIONS: INSTALLATION INSTRUCTIONS: Window (if available) Install on a Single or Workgroup Workstation PRE-INSTALLATION INSTRUCTIONS: This dcument discusses using the WrldShip DVD t install WrldShip. Yu can als install WrldShip frm the Web. G t the fllwing Web page and click the apprpriate dwnlad link:

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

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

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

On the road again. The network layer. Data and control planes. Router forwarding tables. The network layer data plane. CS242 Computer Networks

On the road again. The network layer. Data and control planes. Router forwarding tables. The network layer data plane. CS242 Computer Networks On the rad again The netwrk layer data plane CS242 Cmputer Netwrks The netwrk layer The transprt layer is respnsible fr applicatin t applicatin transprt. The netwrk layer is respnsible fr hst t hst transprt.

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

CCNA Security v2.0 Chapter 3 Exam Answers

CCNA Security v2.0 Chapter 3 Exam Answers CCNA Security v2.0 Chapter 3 Exam Answers 1. Because f implemented security cntrls, a user can nly access a server with FTP. Which AAA cmpnent accmplishes this? accunting accessibility auditing authrizatin

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

The programming for this lab is done in Java and requires the use of Java datagrams.

The programming for this lab is done in Java and requires the use of Java datagrams. Lab 2 Traffic Regulatin This lab must be cmpleted individually Purpse f this lab: In this lab yu will build (prgram) a netwrk element fr traffic regulatin, called a leaky bucket, that runs ver a real netwrk.

More information

SOLA and Lifecycle Manager Integration Guide

SOLA and Lifecycle Manager Integration Guide SOLA and Lifecycle Manager Integratin Guide SOLA and Lifecycle Manager Integratin Guide Versin: 7.0 July, 2015 Cpyright Cpyright 2015 Akana, Inc. All rights reserved. Trademarks All prduct and cmpany names

More information

HP Universal CMDB. Software Version: Backup and Recovery Guide

HP Universal CMDB. Software Version: Backup and Recovery Guide HP Universal CMDB Sftware Versin: 10.21 Backup and Recvery Guide Dcument Release Date: July 2015 Sftware Release Date: July 2015 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr HP

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

Quick Start Guide. Basic Concepts. DemoPad Designer - Quick Start Guide

Quick Start Guide. Basic Concepts. DemoPad Designer - Quick Start Guide Quick Start Guide This guide will explain the prcess f installing & using the DemPad Designer sftware fr PC, which allws yu t create a custmised Graphical User Interface (GUI) fr an iphne / ipad & embed

More information

App Center User Experience Guidelines for Apps for Me

App Center User Experience Guidelines for Apps for Me App Center User Experience Guidelines fr Apps fr Me TABLE OF CONTENTS A WORD ON ACCESSIBILITY...3 DESIGN GUIDELINES...3 Accunt Linking Prcess... 3 Cnnect... 5 Accept Terms... 6 Landing Page... 6 Verificatin...

More information

Little Green Button (LGB)

Little Green Button (LGB) Little Green Buttn (LGB) Installatin and Release Ntes Versin 2.5.x Wiggly-Amps Ltd Warren Barn Brewery Rad Trunch Nrth Walsham NR28 0PX 26 Jan 2004 Pete Birch First Review 25 Feb 2004 Jn Witté V1.2.0 update

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

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

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment Technical Paper Installing and Cnfiguring SAS Envirnment Manager in a SAS Grid Envirnment Last Mdified: Octber 2016 Release Infrmatin Cntent Versin: Octber 2016. Trademarks and Patents SAS Institute Inc.,

More information

Universal CMDB. Software Version: Backup and Recovery Guide

Universal CMDB. Software Version: Backup and Recovery Guide Universal CMDB Sftware Versin: 10.32 Backup and Recvery Guide Dcument Release Date: April 2017 Sftware Release Date: April 2017 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr Hewlett

More information

Release Notes System Software

Release Notes System Software Release Ntes System Sftware 10.2.5 Cntent Cntent... 1 1 Release 10.2.5.100... 2 1.1 New functins... 2 1.2 Changes... 3 1.3 Errr crrectins... 3 1.4 Knwn Restrictins... 5 Release Ntes 10.2.5 V. 1.0 20181220

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

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

UC Mobile Admin Guide. Release Android, ios. Document Version Maryland Way, Suite 300 Brentwood, TN Tel

UC Mobile Admin Guide. Release Android, ios. Document Version Maryland Way, Suite 300 Brentwood, TN Tel UC Mbile Admin Guide Release 20.1.1 Andrid, 20.1.2 ios Dcument Versin 1.0 5121 Maryland Way, Suite 300 Brentwd, TN 37027 Tel +1 615.465.4001 WWW.ALTUSUC.COM Table f Cntents 1 Summary f Changes... 1 1.1

More information