Project 3 Protocol Design v3.0

Size: px
Start display at page:

Download "Project 3 Protocol Design v3.0"

Transcription

1 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani Prject 3 Prtcl Design v3.0 The fllwing assumptins are made: 1. At launch servers are able t cnnect t a well knwn multicast address and prt. 2. All messages sent, either multicast r unicast, are serialized XML bjects. 3. UA s aliases are appended with the parent s name (i.e. A.a., A.b, etc.). Cmmand Line Arguments 1. Server: servername mcip mcprt [-recver] 2. UA: serverip serverprt 3. User: useragentip useragentprt Server Discvery Initializatin When a server first launches, it multicasts a Server Hell message in rder t initiate the discvery prcess. If the initiating server receives at least ne Server Hell NAK, frm a pre-existing server, then there is a name cllisin. The initiating server must change its name thrugh user input; afterwards the Server Hell message is re-multicast. Once a pre-existing server receives a Server Hell message, it first checks if there is a name cllisin with itself and then with any f its neighbrs, by checking its lcal neighbr list. If there is a name cllisin with itself r with ne f its neighbrs a pre-existing server sends a Server Hell NAK t the initiating server. Nte that the initiating server may receive multiple NAKs fr the same name cllisin. The sending f multiple NAKs increases the prbability that the initiating server will receive at least ne NAK, in case f a lst message r link failure. If there is n name cllisin, then a pre-existing server must determine if a cnnectin ffer is t be made r nt. The prbability f making an ffer is 1 when a pre-existing server has yet t meet its minimum number f cnnectins. As cnnectins are made, this prbability decreases and appraches but never reaches 0 when its maximum number f cnnectins is reached. When a pre-existing server determines that a cnnectin is t be made, a Server Hell ACK is sent t the initiated server. Nte that this lad balance frmula will nly wrk if the minimum number f cnnectins is 2 r mre and the maximum number f cnnectins is always tw mre than the minimum number f cnnectins (i.e. Min Num = N, Max Num = N+2). Message Name Medium Channel Message Structure Server Hell Multicast Server t Server [Server Name] [Listening unicast address] [Listening unicast prt] Server Hell ACK Unicast Server t Server [Server Name] [Listening unicast address] [Listening unicast prt] Server Hell NAK Unicast Server t Server [Server Name that caused the cllisin] Neighbr Management When the initiating server receives a Server Hell ACK message it sends a Neighbr Cnnect message t the preexisting servers. As sn as a pre-existing server receives the Neighbr Cnnect message it adds the initiating server t its neighbr list and replies with a Neighbr Cnnect ACK message. After the initiating server receives a Neighbr Cnnect ACK the initiating server adds the pre-existing server t its neighbr list. After a successful cnnectin t its neighbrs the servers will backup their neighbr list and UA list t a nn-vlatile strage. In the rare event that the server receives a valid but delayed Server Hell NAK message, the server will frce a migratin upn its UAs t ne f its neighbrs. The server will then shutdwn. Message Name Medium Channel Message Structure Neighbr Cnnect Unicast Server t Server [Server Name] [Listening unicast IP] [Listening unicast prt] Neighbr Cnnect ACK Unicast Server t Server [Server Name] [Listening unicast IP] [Listening unicast prt]

2 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani User Agent Management Servers ensure that their UA s maintain unique names by receiving a Set Alias message frm the UA. The server verifies that the name is unique by cmparing that name t its lcal UA list. If the name is unique the server sends a Set Alias ACK message, therwise the server sends a Set Alias NAK message. A UA shuld nt send any cmmands until its alias has been set by the user. Additinally, if a UA is in a chatrm the user shuld nt be able t change its alias; this check will be accmplished n the UA and nt by the server. Message Name Medium Channel Message Structure Set Alias Unicast UA t Server [Alias Name] Set Alias ACK Unicast Server t UA [Alias Name] Set Alias NAK Unicast Server t UA [Alias Name] [Message] Failure Recvery Detecting Failures A server shuld peridically send a Heartbeat message t its neighbrs. Every time a server receives a Heartbeat message it will update that neighbr s timestamp. The server will check its wn lcal neighbr list every N secnds, if an entry hasn t been updated in the last M checks that server is assumed t be dead, then it remves the server frm the lcal neighbr list and ntifies its UAs by sending an updated Backup Server List message. In the case that the server remves its dead neighbr and the server is nw rphaned the server will reinitiate the server discvery prtcl. A UA shuld als peridically ping its server t determine if it is alive by sending a Server Ping message. If the UA desn t receive a certain number f Server Png messages in the alltted time it determines that its server is dead and switches ver t ne f its backup servers. The server tracks the last time it received pings frm its UAs. If the server des nt receive a ping frm its UA in the alltted time the server assumes that the UA is dead and remves it frm its UA list. Message Name Medium Channel Message Structure Heartbeat Unicast Server t Server [Server Name] Server Ping Unicast UA t Server [UA Name] Server Png Unicast Server t UA N/A Switching Servers When a server initially cnnects t its neighbrs r when its neighbr s list is updated it sends an updated Backup Server List message t each f its cnnected UAs. If a UA detects that its server has failed the UA sends a Migrate message t the first backup server in its list. The backup server then respnds with a Migrate ACK upn receipt f a Migrate message. If the UA des nt receive a Migrate ACK message after an alltted time the UA attempts t cnnect t the next backup server in its list. When the UA receives the first Migrate ACK message it ignres any fllwing Migrate ACK messages. If a UA is nt able t cnnect t any f its back up server the UA must die. Once a UA has migrated, their backup server list is updated by their new parent. Nte that all UAs attempt t migrate t the same backup server. Therefre, chatrm services are nt interrupted as lng as all the UAs migrate t the same server. In the extreme case f chatrm fragmentatin (i.e. UAs belnging in the same chatrm but cnnected t different servers) user transparency is shattered. When the failed server recvers it reads its neighbr list and UA list frm the nn-vlatile strage, if it exists. The server then recnnects t its neighbrs, by issuing a Neighbr Cnnect message and in the case that the server is unable t cnnect t any f its neighbrs the server will reinitiate the server discvery prtcl. After cnnecting t at least ne f its neighbrs the server sends a Recnnect message directly t each ne f its UAs in its list. When a UA

3 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani receives a Recnnect message it sends a Migrate message t its resurrected parent, awaits a Migrate ACK and then sends Recnnect ACK message infrming its riginal parent abut its current parent. When the riginal parent receives the Recnnect ACK message the parent sends a Recvered UA message t the UA s frmer parent. Upn receipt f a Recvered UA message the frmer parent remves the UA frm its lcal list. Message Name Medium Channel Message Structure [Backup Server Cllectin] Backup Server List Unicast Server t UA The backup server cllectin is cmpsed f: [Neighbr Name] [Listening unicast IP] [Listening unicast prt] [Migratin Inf] Migrate Unicast UA t Server The migratin inf is cmpsed f: [Server Name] [Chat rm name] [Chat rm multicast IP] [Chat rm multicast prt] [Chat rm seed] [UA Name] [UA listening unicast IP] [UA listening unicast prt] Migrate ACK Unicast Server t UA N/A Recnnect Unicast Server t UA [Server Name] [Listening unicast IP] [Listening unicast prt] Recnnect ACK Unicast UA t Server [Current Server Name] [Current Server Listening unicast IP] [Current Server Listening unicast prt] [Migratin Inf] Recvered UA Unicast Server t Server [UA Name] Querying fr Users When a user initiates a user search request, the User sends a Search message t its UA. The UA frwards this message t its server, appending its listening unicast IP and prt. The server first checks its wn UA list fr the desired user, and if fund, returns a User Fund message t the requesting UA. Regardless if a user is fund lcally r nt, the server then sends a Search message t its neighbrs. Therefre, the requesting user may receive delayed respnses depending n the size f the netwrk. Each server will maintain tw lists f searches. The first list maintains searches that riginated frm the server itself and is awaiting a respnse frm its neighbrs. The list als cntains the infrmatin f the UA that requested the search. The secnd list maintains searches that riginated frm neighbring servers and are awaiting a respnse frm the remaining neighbring servers. T prevent runaway searches each server checks the unique ID f the search against its lcal search lists. If a server receives a duplicate search request, it checks fr the desired user lcally and if a match is fund a Search Result ACK message is sent back t the requesting server; therwise a Search Result NAK message is sent back. Nte, that in either case the search is nt prpagated t its ther neighbrs. If a Search message reaches the end f the netwrk (i.e. a server with nly ne neighbr) and the server des nt cntain the desired user, the server then sends a Search Result NAK message t the neighbring server that requested the search. Nw nce a match is fund, a Search Result ACK message is sent back t the requesting server. When this message reaches the parent f the requesting UA, a User Fund message is sent t the UA. Additinally, each server will have a timeut perid f N, after which the server will respnd t its awaiting neighbrs with a Search Result NAK, if n users were fund. Message Name Medium Channel Message Structure Search Unicast Server t Server [Originating Server Name] [User name t search fr] [Unique Query ID] Search Unicast UA t Server [User name t search fr] [UA listening unicast IP] [UA listening unicast prt] Search Unicast User t UA [User name t search fr] Search Result ACK Unicast Server t Server [Originating Server Name] [User name t search fr] [Unique Query ID] [UA listening unicast IP] [UA listening unicast prt] Search Result NAK Unicast Server t Server [Originating Server Name] [User name t search fr] [Unique Query ID] User Fund Unicast Server t UA [UA name] [UA listening unicast IP] [UA listening unicast prt]

4 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani XML Message Frmat Using a XML frmat t represent the message structure decuples the need t specify data types fr the messages. In rder t sustain interperability f different implementatins all the teams must use the same XML message frmats when sending messages. Each message is sent as a string that cntains the XML structure. Teams can either create their wn XML parsers r use the fllwing package t serialize/de-serialize their bjects t XML and back again. User Messages Alias Used t defined named alias (Prject 1) <Cmmand>UserAlias</Cmmand> <AliasName>sand</AliasName> <IP>sand.cise.ufl.edu</IP> Create Rm Creates a chatrm and names that chatrm (Prject 2) <Cmmand>UserCreateRm</Cmmand> <Rm> <AliasName>COP5615</AliasName> </Rm> Jin Rm Allws user t jin a chatrm (Prject 2) <Cmmand>UserJinRm</Cmmand> <Rm> <AliasName>COP5615</AliasName>

5 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani </Rm> Leave Rm Allws user t leave a chatrm (Prject 2) <Cmmand>UserLeaveRm</Cmmand> <Rm> <AliasName>COP5615</AliasName> </Rm> List Users (Frmerly ulist ) Lists all the users that are in the chatrm (Prject 2) <Cmmand>UserListUsers</Cmmand> <Rm> <AliasName>COP5615</AliasName> </Rm> Set Alias Used t set ne s alias name (Prject 1) <Cmmand>UserSetAlias</Cmmand> Remve Alias Used t remve an existing alias (Prject 1)

6 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani <Cmmand>UserRemveAlias</Cmmand> CSend Sends a message t current chatrm multicast address (Prject 2) <Cmmand>UserCSend</Cmmand> <ChatMessage>Hell</ChatMessage> Search Refer t Prject 3 <Cmmand>UserSearch</Cmmand> List Rms List all existing chatrm names (Prject 2) <Cmmand>UserListRms</Cmmand> Exit Used t terminate the system (Prject 1)

7 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani <Cmmand>UserExit</Cmmand> List List all the current existing aliases (Prject 1) <Cmmand>UserList</Cmmand> Send Used t send a message t named alias (Prject 1) <Cmmand>UserSend</Cmmand> <ChatMessage>Hi</ChatMessage> User Agent Messages Send Used t send a message t named alias (Prject 1) <Cmmand>UASend</Cmmand> <ChatMessage>Hi</ChatMessage> CSend Sends a message t current chatrm multicast address (Prject 2) <Cmmand>UACSend</Cmmand> <Seed>seed</seed>

8 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani <ChatMessage>Hi</ChatMessage> List Rms List all existing chatrm names (Prject 2) <Cmmand>UAListRms</Cmmand> Create Rm Creates a chatrm and names that chatrm (Prject 2) <Cmmand>UACreateRm</Cmmand> <Rm> <AliasName>COP5615</AliasName> </Rm> Jin Rm Allws user t jin a chatrm (Prject 2) <Cmmand>UAJinRm</Cmmand> <Rm> <AliasName>COP5615</AliasName> </Rm> Leave Rm Allws user t leave a chatrm (Prject 2)

9 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani <Cmmand>UALeaveRm</Cmmand> <Rm> <AliasName>COP5615</AliasName> </Rm> Search Refer t Prject 3 <Cmmand>UASearch</Cmmand> List Users (Frmerly ulist ) Lists all the users that are in the chatrm (Prject 2) <Cmmand>UAListUsers</Cmmand> <Rm> <AliasName>COP5615</AliasName> </Rm> Server Ping Refer t Prject 3 <Cmmand>UAServerPing</Cmmand> Migrate Refer t Prject 3

10 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani <Cmmand>UAMigrate</Cmmand> <MigratinInf> <Server> <AliasName>server</AliasName> </Server> <Rm> <AliasName>COP5615</AliasName> <IP> </IP> <Seed>seed</Seed> </Rm> </MigratinInf> Recnnect Acknwledgement Refer t Prject 3 <Cmmand>UARecnnectAck</Cmmand> <Server> <AliasName>sand</AliasName> <IP>sand.cise.ufl.edu</IP> </Server> <MigratinInf> <Server> <AliasName>server</AliasName> </Server> <Rm> <AliasName>COP5615</AliasName> <IP> </IP> <Seed>seed</Seed> </Rm> </MigratinInf> Set Alias Refer t Prject 3

11 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani <Cmmand>UASetAlias</Cmmand> Server Messages Server Create Rm Acknwledgement ACK sent t UA (Prject 2) <Cmmand>ServerCreateRmAck</Cmmand> <Rm> <AliasName>bbsRm</AliasName> <IP> </IP> <Seed>seed</Seed> </Rm> Server Create Rm Negative Acknwledgement NAK sent t UA (Prject 2) <Cmmand>ServerCreateRmNak</Cmmand> <Rm> <AliasName>bbsrm</AliasName> </Rm> <StatusMessage>Rm culd nt be created.</statusmessage> Server Jin Rm Acknwledgement ACK sent t UA (Prject 2)

12 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani <Cmmand>ServerJinRmAck</Cmmand> <Rm> <AliasName>bbsRm</AliasName> <IP> </IP> <Seed>seed</Seed> </Rm> <StatusMessage>Jined rm successfully.</statusmessage> Server Jin Rm Negative Acknwledgement NAK sent t UA (Prject 2) <Cmmand>ServerJinRmNak</Cmmand> <Rm> <AliasName>bbsrm</AliasName> </Rm> <StatusMessage>Culd nt jin rm.</statusmessage> Server Leave Rm Acknwledgement ACK sent t UA (Prject 2) <Cmmand>ServerLeaveRmAck</Cmmand> <StatusMessage>Left rm successfully.</statusmessage> <Rm> <AliasName>bbsrm</AliasName> </Rm> Server Leave Rm Negative Acknwledgement NAK sent t UA (Prject 2)

13 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani <Cmmand>ServerLeaveRmNak</Cmmand> <StatusMessage>Culd nt leave rm.</statusmessage> <Rm> <AliasName>bbsRm</AliasName> <IP> </IP> <Seed>seed</Seed> </Rm> Server List Rms Acknwledgement ACK sent t UA (Prject 2) <Cmmand>ServerListRmsAck</Cmmand> <RmList> <Rm> <AliasName>bbsrm</AliasName> </Rm> <Rm> <AliasName>janesrm</AliasName> </Rm> </RmList> Server List Rms Negative Acknwledgement NAK sent t UA (Prject 2) <Cmmand>ServerListRmsNak</Cmmand> <StatusMessage>Culd nt list rms r n rms present.</statusmessage> Server List Users Acknwledgement ACK sent t UA (Prject 2)

14 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani <Cmmand>ServerListUsersAck</Cmmand> <Rm> <AliasName>bbsrm</AliasName> </Rm> <UserList> <IP>sand.cise.ufl.edu</IP> <AliasName>rainy</AliasName> <IP>rain.cise.ufl.edu</IP> </UserList> Server List Users Negative Acknwledgement NAK sent t UA (Prject 2) <Cmmand>ServerListUsersNak</Cmmand> <StatusMessage>Culd nt list users. Rm des nt exist.</statusmessage> Server Update Rm Acknwledgement ACK sent t UA (Prject 2) <Cmmand>ServerUpdateRmAck</Cmmand> <Rm> <AliasName>bbsRm</AliasName> <IP> </IP> <Seed>seed</Seed> </Rm> Server Hell Refer t Prject 3

15 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani <Cmmand>ServerHell</Cmmand> Server Hell Acknwledgement Refer t Prject 3 <Cmmand>ServerHellAck</Cmmand> Server Hell Negative Acknwledgement Refer t Prject 3 <Cmmand>ServerHellNak</Cmmand> <StatusMessage>Errr message</statusmessage> Server Neighbr Cnnect Refer t Prject 3 <Cmmand>ServerNeighbrCnnect</Cmmand> Server Neighbr Cnnect Ack Refer t Prject 3 <Cmmand>ServerNeighbrCnnectAck</Cmmand> Server Heartbeat Refer t Prject 3

16 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani <Cmmand>ServerHeartbeat</Cmmand> Server Png (t UA) Refer t Prject 3 <Cmmand>ServerServerPng</Cmmand> Server Backup Server List (t UA) Refer t Prject 3 <Cmmand>ServerBackupServerList</Cmmand> <AliasList> <AliasName>sand</AliasName> <IP>sand.cise.ufl.edu</IP> <AliasName>rain</AliasName> <IP>rain.cise.ufl.edu</IP> </AliasList> Server Migrate Acknwledgement Refer t Prject 3 <Cmmand>ServerMigrateAck</Cmmand> Server Recnnect Refer t Prject 3

17 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani <Cmmand>ServerRecnnect</Cmmand> Recvered UA Refer t Prject 3 <Cmmand>ServerRecveredUA</Cmmand> <IP>sand.cise.ufl.edu</IP> Server Search Refer t Prject 3 <Cmmand>ServerSearch</Cmmand> <QueryID>1</QueryID> Server Search Results Acknwledgement Refer t Prject 3 <Cmmand>ServerSearchResultsAck</Cmmand> <QueryID>1</QueryID>

18 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani Server Search Results Negative Acknwledgement Refer t Prject 3 <Cmmand>ServerSearchResultsNak</Cmmand> <QueryID>1</QueryID> User Fund Refer t Prject 3 <Cmmand>ServerUserFund</Cmmand> <IP>sand.cise.ufl.edu</IP> Set Alias Acknwledgement Refer t Prject 3 <Cmmand>ServerSetAliasAck</Cmmand> Set Alias Negative Acknwledgement Refer t Prject 3

19 <Cmmand>ServerSetAliasNak</Cmmand> <StatusMessage>Unable t set alias name.</statusmessage> Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani

20 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani Revisins V3.0 v2.9 v2.8 v2.7 v2.6 v2.5 v2.4 v2.3 v2.2 v2.1 v2.0 Added missing Alias tag in ServerSearchResultsACK and ServerSearchResultsNAK Updated ServerSetAliasNAK: mved StatusMessage field ut frm Alias Added missing infrmatin in UARecnnectAck. Added new sectin: User Agent Management Added the fllwing messages: UASetAlias, ServerSetAliasAck, ServerSetAliasNak Mdified the fllwing messages: ServerSearch Made XML mre cmpliant with W3 XML specificatin. Revised UserListUsers, UserCSend, UserCreateRm, UserLeaveRm, and UserListUsers cmmands. Cmpletely restructured XML Added migratin infrmatin t Recnnect ACK Additin f a "-recver" cmmand line ptin as an argument t the server. Cmplete verhaul f search functinality Mre granularity within csend messages Eliminatin f ne message frm the server recvery phase Eliminatin f the neighbr list message Eliminatin f the neighbr png message Added the fllwing XML message frmat in the UA sectin: Send and CSend Renamed the fllwing messages: Search Results t Search Results Ack Mdified the fllwing messages: Search (Server t Server) Added the fllwing messages: Search Results Nak Added XML Message Frmat sectin. Specified a range fr the number f neighbr cnnectins Remved the fllwing messages: List Neighbrs, Neighbr Discnnect, Neighbr Discnnect ACK, Neighbr Dead Changed the name f the Migrate Request t Recnnect Added the fllwing messages: Current Server, Recnnect ACK, Remve UA Initial prtcl

21 Prject 3 Prtcl Design v3.0 Francisc J. Garcia-Ascani FAQ Nte: This FAQ was generated based n peer review. 1. User shuld nt cntrl netwrk tplgy. As prpsed in class users may have the ptin t discnnect frm its existing neighbr(s). After careful cnsideratin allwing users this ability vilates user transparency. Therefre, cmmands allwing the user t cntrl netwrk tplgy have been remved. 2. Neighbr's user list is maintained at each server which is unnecessary as discussed in class. Maintaining a neighbr s user list is necessary when searching fr a user as it reduces netwrk traffic. 3. Server recvery is nt described and children recvery is nt discussed. Read frm the prtcl: When the failed server recvers it reads its neighbr list and UA list frm the nnvlatile strage, if it exists. The server then recnnects t its neighbrs, by issuing Neighbr Cnnect message and then sends a Migrate Request message t each ne f its UAs. 4. Chatrm wnership nt described. Refer t the Switching Servers sectin. 5. N mentin f data types and semantics. Frm Wiki: A prtcl can be defined as the rules gverning the syntax, semantics, and synchrnizatin f cmmunicatin. 6. Hw are different messages differentiated n different threads n a server? Defining what threads spawn each message is beynd the scpe f this dcument. 7. Hw ften t check whether a server is alive? If nt ften, then the tw message passes are gd. If peridically, t many messages are passed. This is left t each grup t determine. 8. Necessary t determine if yur chatrm is alive? Chatrms stay alive even if servers fail. Refer t the Switching Servers sectin. 9. "Neighbr Discnnect" message is nt required as status f neighbring servers is taken care by peridic server ping. Refer t questin #1.

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

Link-layer switches. Jurassic Park* LANs with backbone hubs are good. LANs with backbone hubs are bad. Hubs, bridges, and switches

Link-layer switches. Jurassic Park* LANs with backbone hubs are good. LANs with backbone hubs are bad. Hubs, bridges, and switches Link-layer switches Jurassic Park* Hubs, bridges, and switches CS4 Cmputer Netwrks Department f Cmputer Science Wellesley Cllege *A multi-tier hub design. Switches 0- LANs with backbne hubs are gd. Prvide

More information

TCG Compliance_TNC IF-PEP Compliance Test Plan

TCG Compliance_TNC IF-PEP Compliance Test Plan TCG Cmpliance_TNC IF-PEP Cmpliance Test Plan Versin 1.00 Revisin 0.21 8 December 2008 Published Cntact: admin@trustedcmputinggrup.rg Cpyright TCG 2006-2008 TCG Cmpliance_TNC IF-PEP Cmpliance Test Plan

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

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015 Functinal Descriptin and Specificatins Versin: 1.1 March 20, 2015 SNMP Agent Simple Netwrk Management Prtcl Optin S fr IE and PM Mdules Supplement t Functinal Descriptin and Specificatins f RUB Ethernet

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

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

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

CCNA 1 v5.1 Practice Final Exam Answers %

CCNA 1 v5.1 Practice Final Exam Answers % CCNA 1 v5.1 Practice Final Exam Answers 2016 100% 1. Which term refers t a netwrk that prvides secure access t the crprate ffices by suppliers, custmers and cllabratrs? Internet intranet extranet extendednet

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

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

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

INSERTING MEDIA AND OBJECTS

INSERTING MEDIA AND OBJECTS INSERTING MEDIA AND OBJECTS This sectin describes hw t insert media and bjects using the RS Stre Website Editr. Basic Insert features gruped n the tlbar. LINKS The Link feature f the Editr is a pwerful

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

HP MPS Service. HP MPS Printer Identification Stickers

HP MPS Service. HP MPS Printer Identification Stickers HP MPS Service We welcme yu t HP Managed Print Services (MPS). Fllwing yu will find infrmatin regarding: HP MPS printer identificatin stickers Requesting service and supplies fr devices n cntract Tner

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

Getting Started with the Web Designer Suite

Getting Started with the Web Designer Suite Getting Started with the Web Designer Suite The Web Designer Suite prvides yu with a slew f Dreamweaver extensins that will assist yu in the design phase f creating a website. The tls prvided in this suite

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

Ascii Art Capstone project in C

Ascii Art Capstone project in C Ascii Art Capstne prject in C CSSE 120 Intrductin t Sftware Develpment (Rbtics) Spring 2010-2011 Hw t begin the Ascii Art prject Page 1 Prceed as fllws, in the rder listed. 1. If yu have nt dne s already,

More information

Center School District. SMART Board Quick Reference

Center School District. SMART Board Quick Reference SMART Bard Quick Reference A few things t keep in mind... If yu can t find the remte, turn n the SMART Bard by pushing the stand by buttn n the prjectr. T pwer ff, push pwer buttn twice either n the remte

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

The transport layer. Transport-layer services. Transport layer runs on top of network layer. In other words,

The transport layer. Transport-layer services. Transport layer runs on top of network layer. In other words, The transprt layer An intrductin t prcess t prcess cmmunicatin CS242 Cmputer Netwrks Department f Cmputer Science Wellesley Cllege Transprt-layer services Prvides fr lgical cmmunicatin* between applicatin

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

2. When an EIGRP-enabled router uses a password to accept routes from other EIGRP-enabled routers, which mechanism is used?

2. When an EIGRP-enabled router uses a password to accept routes from other EIGRP-enabled routers, which mechanism is used? CCNA 3 Chapter 7 v5.0 Exam Answers 2015 (100%) 1. Which prtcl is used by EIGRP t send hell packets? TCP UDP RTP IP 2. When an EIGRP-enabled ruter uses a passwrd t accept rutes frm ther EIGRP-enabled ruters,

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

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

$ARCSIGHT_HOME/current/user/agent/map. The files are named in sequential order such as:

$ARCSIGHT_HOME/current/user/agent/map. The files are named in sequential order such as: Lcatin f the map.x.prperties files $ARCSIGHT_HOME/current/user/agent/map File naming cnventin The files are named in sequential rder such as: Sme examples: 1. map.1.prperties 2. map.2.prperties 3. map.3.prperties

More information

Using CppSim to Generate Neural Network Modules in Simulink using the simulink_neural_net_gen command

Using CppSim to Generate Neural Network Modules in Simulink using the simulink_neural_net_gen command Using CppSim t Generate Neural Netwrk Mdules in Simulink using the simulink_neural_net_gen cmmand Michael H. Perrtt http://www.cppsim.cm June 24, 2008 Cpyright 2008 by Michael H. Perrtt All rights reserved.

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

GPA: Plugin for OS Command With Solution Manager 7.1

GPA: Plugin for OS Command With Solution Manager 7.1 GPA: Plugin fr OS Cmmand With Slutin Manager 7.1 The plugin OS Cmmand can be used in yur wn guided prcedures. It ffers the pssibility t execute pre-defined perating system cmmand n each hst part f the

More information

Customer Upgrade Checklist

Customer Upgrade Checklist Custmer Upgrade Checklist Getting Ready fr Yur Sabre Prfiles Upgrade Kicking Off the Prject Create a prfiles prject team within yur agency. Cnsider including peple wh can represent bth the business and

More information

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 5 2016 v5.1 Answers 100% 1. What happens t runt frames received by a Cisc Ethernet switch? The frame is drpped. The frame is returned t the riginating netwrk device. The frame is bradcast

More information

CCNA 3 Chapter 8 v5.0 Exam Answers 2015 (100%) CCNA 5 Page 1

CCNA 3 Chapter 8 v5.0 Exam Answers 2015 (100%)  CCNA 5 Page 1 CCNA 3 Chapter 8 v5.0 Exam Answers 2015 (100%) 1. Refer t the exhibit. All netwrks are active in the same EIGRP ruting dmain. When the aut-summary cmmand is issued n R3, which tw summary netwrks will be

More information

Transferring dongle licenses online

Transferring dongle licenses online Transferring dngle licenses nline This pages prvides infrmatin n hw t transfer yur dngle licenses nline. Overview The License Server versin 4.5.0 intrduces the ability t migrate yur licenses frm a physical

More information

Cortex Quick Reference Supplier Guide Service Receipt Rejections for Husky Suppliers

Cortex Quick Reference Supplier Guide Service Receipt Rejections for Husky Suppliers Crtex Quick Reference Supplier Guide Service Receipt Rejectins fr Husky Suppliers Objective f the dcument The bjective f the dcument is t prvide a quick reference fr Husky suppliers t address the Cmmn

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

VMware AirWatch SDK Plugin for Apache Cordova Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins

VMware AirWatch SDK Plugin for Apache Cordova Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins VMware AirWatch SDK Plugin fr Apache Crdva Instructins Add AirWatch Functinality t Enterprise Applicatains with SDK Plugins v1.2 Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using

More information

CCNA Security v2.0 Chapter 2 Exam Answers

CCNA Security v2.0 Chapter 2 Exam Answers CCNA Security v2.0 Chapter 2 Exam Answers 1. An administratr defined a lcal user accunt with a secret passwrd n ruter R1 fr use with SSH. Which three additinal steps are required t cnfigure R1 t accept

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

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

Installation and Getting Started

Installation and Getting Started Eurstat Data Transmissin Tls & Services EDAMIS Web Applicatin v3.1 Installatin and Getting Started TABLE OF CONTENTS: 1 Intrductin... 2 2 Installatin... 2 2.1 Prerequisites... 2 2.2 EWA installatin...

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

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

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

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

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

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

Ephorus Integration Kit

Ephorus Integration Kit Ephrus Integratin Kit Authr: Rbin Hildebrand Versin: 2.0 Date: May 9, 2007 Histry Versin Authr Cmment v1.1 Remc Verhef Created. v1.2 Rbin Hildebrand Single Sign On (Remved v1.7). v1.3 Rbin Hildebrand Reprting

More information

Relius Documents ASP Checklist Entry

Relius Documents ASP Checklist Entry Relius Dcuments ASP Checklist Entry Overview Checklist Entry is the main data entry interface fr the Relius Dcuments ASP system. The data that is cllected within this prgram is used primarily t build dcuments,

More information

Configuring the McAfee Windows Event Collector Management Utility *Also can provide client transmission of other non-windows log files*

Configuring the McAfee Windows Event Collector Management Utility *Also can provide client transmission of other non-windows log files* Cnfiguring the McAfee Windws Event Cllectr Management Utility *Als can prvide client transmissin f ther nn-windws lg files* Utility Install 1. Dwnlad the MFE Nitr Windws Agent (chse latest versin) https://secure.mcafee.cm/apps/dwnlads/my-prducts/cmpnent-prductlist.aspx?regin=us

More information

Customer Information. Agilent 2100 Bioanalyzer System Startup Service G2949CA - Checklist

Customer Information. Agilent 2100 Bioanalyzer System Startup Service G2949CA - Checklist This checklist is used t prvide guidance and clarificatin n aspects f the auxillary Startup Service (G2949CA) including Security Pack Installatin and Familiarizatin f yur Agilent 2100 Bianalyzer System

More information

Getting it there in one piece

Getting it there in one piece Getting it there in ne piece Service mdel and implementatin Principles f reliable data transfer CS242 Cmputer Netwrks Department f Cmputer Science Wellesley Cllege Reliable transfer 9-2 Terminlgy Finite

More information

BSS Audio Specification SW9016/SW9026 matrix device serial control

BSS Audio Specification SW9016/SW9026 matrix device serial control BSS Audi Specificatin SW9016/SW9026 matrix device serial cntrl 7th Feb 2003 Preliminary infrmatin nly 1.0 Messaging prtcl 1.1 Physical layer 8-bit data with n parity. Baud rate 38400 bps. The fllwing bytes

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

Definiens XD Release Notes

Definiens XD Release Notes Definiens XD 1.1.2 Release Ntes Errr! N text f specified style in dcument. Definiens XD 1.1.2 - Release Ntes Imprint and Versin Dcument Versin XD 1.1.2 Cpyright 2009 Definiens AG. All rights reserved.

More information

Tips and Tricks in Word 2000 Part II. Presented by Carla Torgerson

Tips and Tricks in Word 2000 Part II. Presented by Carla Torgerson Tips and Tricks in Wrd 2000 Part II Presented by Carla Trgersn (cnt2@psu.edu) 1. using styles Styles are used t create frmatting shrtcuts s yu can create a dcument that has frmatting cnsistency. Fr example,

More information

AvePoint Discovery Tool 3.5. User Guide

AvePoint Discovery Tool 3.5. User Guide AvePint Discvery Tl 3.5 User Guide Issued January 2018 Table f Cntents What s New in this Release... 3 Abut AvePint Discvery Tl... 4 Submitting Dcumentatin Feedback t AvePint... 5 Befre Yu Begin... 6 System

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

Application Notes for Stratus ftserver 6310 with VMWare and Avaya Aura Contact Center Release 6.2 Issue 1.0

Application Notes for Stratus ftserver 6310 with VMWare and Avaya Aura Contact Center Release 6.2 Issue 1.0 Avaya Slutin & Interperability Test Lab Applicatin Ntes fr Stratus ftserver 6310 with VMWare and Avaya Aura Cntact Center Release 6.2 Issue 1.0 Abstract These Applicatin Ntes describes the integratin,

More information

ECAT-1000 Version Info

ECAT-1000 Version Info ECAT-1000 Versin Inf 11.26.2018 V5.700 Metasys release Fixed issue in Metasys N2 slave driver where COS ntificatins stp being sent t the master. Fixed delays in Metasys N2 COS reprting n high traffic netwrks.

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

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

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

Elluminate Live! Log Files

Elluminate Live! Log Files Elluminate Live! Lg Files Fr Elluminate Live! Server Administratrs, the Elluminate Live! Lg files can help yu determine what transpired in a given sessin. This dcument prvides an verview f sme f the keys

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

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

I. Introduction: About Firmware Files, Naming, Versions, and Formats I. Intrductin: Abut Firmware Files, Naming, Versins, and Frmats The UT-4500-A Series Upcnverters and DT-4500-A Series Dwncnverters stre their firmware in flash memry, which allws the system t uplad firmware

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

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

Overview of OPC Alarms and Events

Overview of OPC Alarms and Events Overview f OPC Alarms and Events Cpyright 2016 EXELE Infrmatin Systems, Inc. EXELE Infrmatin Systems (585) 385-9740 Web: http://www.exele.cm Supprt: supprt@exele.cm Sales: sales@exele.cm Table f Cntents

More information

PAGE NAMING STRATEGIES

PAGE NAMING STRATEGIES PAGE NAMING STRATEGIES Naming Yur Pages in SiteCatalyst May 14, 2007 Versin 1.1 CHAPTER 1 1 Page Naming The pagename variable is used t identify each page that will be tracked n the web site. If the pagename

More information

iallworx User s Guide

iallworx User s Guide Versin 1.0 September 12, 2010 Allwrx Crp. 300 Main Street East Rchester, NY 14445 www.allwrx.cm Supprt@allwrx.cm 1.866.Allwrx 585.421.3850 Fax: 585.421.3853 2011 Allwrx Crp, a whlly wned subsidiary f PAETEC

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

HireRight: Step-by-Step Guide

HireRight: Step-by-Step Guide HireRight: Step-by-Step Guide Using HireRight fr Frm I-9 and E-Verify This guide prvides step-by-step prcedures fr using HireRight t cmplete the Emplyment Eligibility Verificatin Frm I-9 and E-Verify check

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

Avocent Power Management Distribution Unit (PM PDU) Release Notes Firmware Version April 18, 2011

Avocent Power Management Distribution Unit (PM PDU) Release Notes Firmware Version April 18, 2011 Avcent Pwer Management Distributin Unit (PM PDU) Release Ntes Firmware Versin 2.0.1.8 April 18, 2011 This dcument utlines: 1. Update Instructins 2. Appliance Firmware Versin Infrmatin 3. Features/Enhancements

More information

Constituent Page Upgrade Utility for Blackbaud CRM

Constituent Page Upgrade Utility for Blackbaud CRM Cnstituent Page Upgrade Utility fr Blackbaud CRM In versin 4.0, we made several enhancements and added new features t cnstituent pages. We replaced the cnstituent summary with interactive summary tiles.

More information

Draft of 22 April 2013 REGISTRATION DATA DIRECTORY SERVICE (WHOIS) SPECIFICATION

Draft of 22 April 2013 REGISTRATION DATA DIRECTORY SERVICE (WHOIS) SPECIFICATION REGISTRATION DATA DIRECTORY SERVICE (WHOIS) SPECIFICATION [Nte: ICANN will be prpsing updated language regarding the term Whis t cmply with SSAC recmmendatins. The updated language will nt represent a

More information

SmartPass User Guide Page 1 of 50

SmartPass User Guide Page 1 of 50 SmartPass User Guide Table f Cntents Table f Cntents... 2 1. Intrductin... 3 2. Register t SmartPass... 4 2.1 Citizen/Resident registratin... 4 2.1.1 Prerequisites fr Citizen/Resident registratin... 4

More information

STIDistrict AL Rollover Procedures

STIDistrict AL Rollover Procedures 2009-2010 STIDistrict AL Rllver Prcedures General Infrmatin abut STIDistrict Rllver IMPORTANT NOTE! Rllver shuld be perfrmed between June 25 and July 25 2010. During this perid, the STIState applicatin

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

Packet Tracer - Skills Integration Challenge Topology

Packet Tracer - Skills Integration Challenge Topology Packet Tracer - Skills Integratin Challenge Tplgy 2015 Cisc and/r its affiliates. All rights reserved. This dcument is Cisc Public. Page 1 f 6 Packet Tracer - Skills Integratin Challenge Addressing Table

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

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory Technical Paper Installing and Cnfiguring Envirnment Manager in a Grid Envirnment with a Shared Cnfiguratin Directry Last Mdified: January 2018 Release Infrmatin Cntent Versin: January 2018. Trademarks

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

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

Power365. Quick Start Guide

Power365. Quick Start Guide Pwer365 Quick Start Guide 12/2017 Table f Cntents Prject Types... 4 The Email Frm File Prject Type... 4 The Email With Discvery Prject Type... 4 The Integratin Prject Type... 4 The Integratin Pr Prject

More information

Reliability of Provisional Responses in the Session Initiation Protocol (SIP) Abstract. 1 Introduction 2. 2 Terminology 2.

Reliability of Provisional Responses in the Session Initiation Protocol (SIP) Abstract. 1 Introduction 2. 2 Terminology 2. Netwrk Wrking Grup J. Rsenberg/H. Schulzrinne Request fr Cmments: 3262 dynamicsft/clumbia U. Categry: Standards Track June 2002 Reliability f Prvisinal Respnses in the Sessin Initiatin Prtcl (SIP) Status

More information

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand Planning, installing, and cnfiguring IBM CMIS fr Cntent Manager OnDemand Cntents IBM CMIS fr Cntent Manager OnDemand verview... 4 Planning fr IBM CMIS fr Cntent Manager OnDemand... 5 Prerequisites fr installing

More information

ONTARIO LABOUR RELATIONS BOARD. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Ontario Labour Relations Board

ONTARIO LABOUR RELATIONS BOARD. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Ontario Labour Relations Board ONTARIO LABOUR RELATIONS BOARD Filing Guide A Guide t Preparing and Filing Frms and Submissins with the Ontari Labur Relatins Bard This Filing Guide prvides general infrmatin nly and shuld nt be taken

More information

o o o o Number Question UNDP Response The RFP document is not for sale but is available freely for downloading from the UNDP or UNGM websites.

o o o o Number Question UNDP Response The RFP document is not for sale but is available freely for downloading from the UNDP or UNGM websites. Number Questin UNDP Respnse 1 D ptential bidders have t purchase the RFP dcument? The RFP dcument is nt fr sale but is available freely fr dwnlading frm the UNDP r UNGM websites. http://prcurementntices.undp.rg/view_ntice.cfm?ntice_id=28864

More information

Doctoral Dissertation and Capstone Project Submission Guide

Doctoral Dissertation and Capstone Project Submission Guide Dctral Dissertatin and Capstne Prject Submissin Guide Part I: Dctral Dissertatin/Capstne Prject Submissin Prcess 1. Dctral Dissertatin/Capstne Prject apprved by cmmittee and department 2. Student submits

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

SeaLinx Guide. Table of Contents

SeaLinx Guide. Table of Contents SeaLinx Guide Table f Cntents SeaLinx Overview... 2 Cre Cmpnent... 2 Physical Layer... 2 Mac Layer... 3 Netwrk Layer... 4 Transprt Layer... 5 Applicatin Layer... 6 Quick Start Guide... 6 Sftware Installatin

More information

Dispatch Application Programming Interface

Dispatch Application Programming Interface Intrductin Fleet Managers need t be able t dispatch drivers and their vehicles t a variety f lcatins: jbs, deliveries, service lcatins, etc. Cntig CONNECT prvides a way t track vehicle lcatins, and cmmunicate

More information

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SYSTEM FUNCTIONS... 2 ESTABLISHING THE COMMUNICATION CONNECTION... 2 ACCESSING THE OASIS SYSTEM... 3 SUBMITTING OASIS DATA FILES... 5 OASIS INITIAL

More information

Create your Applicant Area

Create your Applicant Area 2017 Researcher cmpetitin - Applicant Area Guide Create yur Applicant Area Click n the link "Create my Applicant Area". Fill in the infrmatin required t create an accunt and "Validate". Passwrds - Infrmatin

More information

Questions and Answers

Questions and Answers Questins and Answers 1. Actin = Redirect is applied in A. Chain=srcnat B. Chain=dstnat C. Chain=fward 2. Chse all valid hsts address range fr subnet 15.242.55.62/27 A. 15.242.55.31-15.242.55.62 B. 15.242.55.32-15.242.55.63

More information

OATS Registration and User Entitlement Guide

OATS Registration and User Entitlement Guide OATS Registratin and User Entitlement Guide The OATS Registratin and Entitlement Guide prvides the fllwing infrmatin: OATS Registratin The prcess and dcumentatin required fr a firm r Service Prvider t

More information

o User ID (UID) The numerical equivalent of the username which is referenced by the system and applications when determining access privileges.

o User ID (UID) The numerical equivalent of the username which is referenced by the system and applications when determining access privileges. TROUBLESHOOTING On Red Hat Enterprise Linux, infrmatin abut user accunts and grups are stred in several text files within the /etc/ directry. When a system administratr creates new user accunts, these

More information