Network Working Group. Category: Informational March 1994

Size: px
Start display at page:

Download "Network Working Group. Category: Informational March 1994"

Transcription

1 Netwrk Wrking Grup J. My Request fr Cmments: 1585 Prten, Inc. Categry: Infrmatinal March 1994 Status f this Mem MOSPF: Analysis and Experience This mem prvides infrmatin fr the Internet cmmunity. This mem des nt specify an Internet standard f any kind. Distributin f this mem is unlimited. Abstract This mem dcuments hw the MOSPF prtcl satisfies the requirements impsed n Internet ruting prtcls by "Internet Engineering Task Frce internet ruting prtcl standardizatin criteria" ([RFC 1264]). Please send cmments t mspf@gated.crnell.edu. 1. Summary f MOSPF features and algrithms MOSPF is an enhancement f OSPF V2, enabling the ruting f IP multicast datagrams. OSPF is a link-state (unicast) ruting prtcl, prviding a database describing the Autnmus System s tplgy. IP multicast is an extensin f LAN multicasting t a TCP/IP Internet. IP Multicast permits an IP hst t send a single datagram (called an IP multicast datagram) that will be delivered t multiple destinatins. IP multicast datagrams are identified as thse packets whse destinatins are class D IP addresses (i.e., addresses whse first byte lies in the range inclusive). Each class D address defines a multicast grup. The extensins required f an IP hst t participate in IP multicasting are specified in "Hst extensins fr IP multicasting" ([RFC 1112]). That dcument defines a prtcl, the Internet Grup Management Prtcl (IGMP), that enables hsts t dynamically jin and leave multicast grups. MOSPF ruters use the IGMP prtcl t mnitr multicast grup membership n lcal LANs thrugh the sending f IGMP Hst Membership Queries and the receptin f IGMP Hst Membership Reprts. A MOSPF ruter then distributes this grup lcatin infrmatin thrughut the ruting dmain by flding a new type f OSPF link state advertisement, the grup-membership-lsa (type 6). This in turn enables the MOSPF ruters t mst efficiently frward a multicast My [Page 1]

2 datagram t its multiple destinatins: each ruter calculates the path f the multicast datagram as a shrtest-path tree whse rt is the datagram surce, and whse terminal branches are LANs cntaining grup members. A separate tree is built fr each [surce netwrk, multicast destinatin] cmbinatin. T ease the cmputatinal demand n the ruters, these trees are built "n demand", i.e., the first time a datagram having a particular cmbinatin f surce netwrk and multicast destinatin is received. The results f these "n demand" tree calculatins are then cached fr later use by subsequent matching datagrams. MOSPF is meant t be used internal t a single Autnmus System. When supprting IP multicast ver the entire Internet, MOSPF wuld have t be used in cncert with an inter-as multicast ruting prtcl (smething like DVMRP wuld wrk). The MOSPF prtcl is based n the wrk f Steve Deering in [Deering]. The MOSPF specificatin is dcumented in [MOSPF] Characteristics f the multicast datagram s path As a multicast datagram is frwarded alng its shrtest-path tree, the datagram is delivered t each member f the destinatin multicast grup. In MOSPF, the frwarding f the multicast datagram has the fllwing prperties: The path taken by a multicast datagram depends bth n the datagram s surce and its multicast destinatin. Called surce/destinatin ruting, this is in cntrast t mst unicast datagram frwarding algrithms (like OSPF) that rute based slely n destinatin. The path taken between the datagram s surce and any particular destinatin grup member is the least cst path available. Cst is expressed in terms f the OSPF link-state metric. MOSPF takes advantage f any cmmnality f least cst paths t destinatin grup members. Hwever, when members f the multicast grup are spread ut ver multiple netwrks, the multicast datagram must at times be replicated. This replicatin is perfrmed as few times as pssible (at the tree branches), taking maximum advantage f cmmn path segments. Fr a given multicast datagram, all ruters calculate an identical shrtest-path tree. This is pssible since the shrtest-path tree is rted at the datagram surce, instead My [Page 2]

3 f being rted at the calculating ruter (as is dne in the unicast case). Tie-breakers have been defined t ensure that, when several equal-cst paths exist, all ruters agree n which single path t use. As a result, there is a single path between the datagram s surce and any particular destinatin grup member. This means that, unlike OSPF s treatment f regular (unicast) IP data traffic, there is n prvisin fr equal-cst multipath. While MOSPF ptimizes the path t any given grup member, it des nt necessarily ptimize the use f the internetwrk as a whle. T d s, instead f calculating surce-based shrtest-path trees, smething similar t a minimal spanning tree (cntaining nly the grup members) wuld need t be calculated. This type f minimal spanning tree is called a Steiner tree in the literature. Fr a cmparisn f shrtest-path tree ruting t ruting using Steiner trees, see [Deering2] and [Bharath-Kumar]. When frwarding a multicast datagram, MOSPF cnfrms t the link-layer encapsulatin standards fr IP multicast datagrams as specified in "Hst extensins fr IP multicasting" ([RFC 1112]), "Transmissin f IP datagrams ver the SMDS Service" ([RFC 1209]) and "Transmissin f IP and ARP ver FDDI Netwrks" ([RFC 1390]). In particular, fr ethernet and FDDI the explicit mapping between IP multicast addresses and data-link multicast addresses is used Miscellaneus features This sectin lists, in n particular rder, the ther miscellaneus features that the MOSPF prtcl supprts: MOSPF ruters can be mixed within an Autnmus System (and even within a single OSPF area) with nn-multicast OSPF ruters. When this is dne, all ruters will interperate in the ruting f unicasts. Unicast ruting will nt be affected by this mixing; all unicast paths will be the same as befre the intrductin f multicast. This mixing f multicast and nn-multicast ruters enables phased intrductin f a multicast capability int an internetwrk. Hwever, it shuld be nted that sme cnfiguratins f MOSPF and nn-mospf ruters may prduce unexpected failures in multicast ruting (see Sectin 6.1 f [MOSPF]). MOSPF des nt include the ability t tunnel multicast datagrams thrugh nn-multicast ruters. A tunneling capability has prved valuable when used by the DVMRP prtcl in the My [Page 3]

4 MBONE. Hwever, it is assumed that, since MOSPF is an intra-as prtcl, multicast can be turned n in enugh f the Autnmus System s ruters t achieve the required cnnectivity withut resrting t tunneling. The mre centralized cntrl that exists in mst Autnmus Systems, when cmpared t the Internet as a whle, shuld make this pssible. In additin t calculating a separate datagram path fr each [surce netwrk, multicast destinatin] cmbinatin, MOSPF can als vary the path based n IP Type f Service (TOS). As with OSPF unicast ruting, TOS-based multicast ruting is ptinal, and ruters supprting it can be freely mixed with thse that dn t. MOSPF supprts all netwrk types that are supprted by the base OSPF prtcl: bradcast netwrks, pint-t-pints netwrks and nn-bradcast multi-access (NBMA) netwrks. Nte hwever that IGMP is nt defined n NBMA netwrks, s while these netwrks can supprt the frwarding f multicast datagrams, they cannt supprt directly cnnected grup members. MOSPF supprts all Autnmus System cnfiguratins that are supprted by the base OSPF prtcl. In particular, an algrithm fr frwarding multicast datagrams between OSPF areas is included. Als, areas with cnfigured virtual links can be used fr transit multicast traffic. A way f frwarding multicast datagrams acrss Autnmus System bundaries has been defined. This means that a multicast datagram having an external surce can still be frwarded thrughut the Autnmus System. Facilities als exist fr frwarding lcally generated datagrams t Autnmus System exit pints, frm which they can be further distributed. The effectiveness f this supprt will depend upn the nature f the inter-as multicast ruting prtcl. The ne assumptin that has been made is that the inter-as multicast ruting prtcl will perate in an reverse path frwarding (RPF) fashin: namely, that multicast datagrams riginating frm an external surce will enter the Autnmus System at the same place that unicast datagrams destined fr that surce will exit. T deal with the fact that the external unicast and multicast tplgies will be different fr sme time t cme, a way t indicate that a rute is available fr multicast but nt unicast (r vice versa) has been defined. This fr example wuld allw a MOSPF system t use DVMRP as its inter-as multicast ruting prtcl, while using BGP as its inter-as unicast ruting prtcl. My [Page 4]

5 Fr thse physical netwrks that have been assigned multiple IP netwrk/subnet numbers, multicast ruting can be disabled n all but ne OSPF interface t the physical netwrk. This avids unwanted replicatin f multicast datagrams. Fr thse netwrks residing n Autnmus System bundaries, which may be running multiple multicast ruting prtcls (r multiple cpies f the same multicast ruting prtcl), MOSPF can be cnfigured t encapsulate multicast datagrams with unicast (rather than multicast) link-level destinatins. This als avids unwanted replicatin f multicast datagrams. MOSPF prvides an ptimizatin fr IP multicast s "expanding ring search" (smetimes called "TTL scping") prcedure. In an expanding ring search, an applicatin finds the nearest server by sending ut successive multicasts, each with a larger TTL. The first respnding server will then be the clsest (in terms f hps, but nt necessarily in terms f the OSPF metric). MOSPF minimizes the netwrk bandwidth cnsumed by an expanding ring search by refusing t frward multicast datagrams whse TTL is t small t ever reach a grup member. 2. Security architecture All MOSPF prtcl packet exchanges (excluding IGMP) are specified by the base OSPF prtcl, and as such are authenticated. Fr a discussin f OSPF s authenticatin mechanism, see Appendix D f [OSPF]. 3. MIB supprt Management supprt fr MOSPF has been added t the base OSPF V2 MIB [OSPF MIB]. These additins cnsist f the ability t read and write the cnfiguratin parameters specified in Sectin B f [MOSPF], tgether with the ability t dump the new grup-membership-lsas. 4. Implementatins There is currently ne MOSPF implementatin, written by Prten, Inc. It was released fr general use in April It is a full MOSPF implementatin, with the exceptin f TOS-based multicast ruting. It als des nt cntain an inter-as multicast ruting prtcl. The multicast applicatins included with the Prten MOSPF implementatin include: a multicast pinger, cnsle cmmands s that the ruter itself can jin and leave multicast grups (and s respnd t multicast pings), and the ability t send SNMP traps t a My [Page 5]

6 multicast address. Prten is als using IP multicast t supprt the tunneling f ther prtcls ver IP. Fr example, surce rute bridging is tunneled ver a MOSPF dmain, using ne IP multicast address fr explrer frames and mapping the segment/bridge fund in a specifically-ruted frame s RIF field t ther IP multicast addresses. This last applicatin has prved ppular, since it prvides a lightweight transprt that is resistant t rerdering. The Prten MOSPF implementatin is currently running in apprximately a dzen sites, each site cnsisting f ruters. Table 1 gives a cmparisn between the cde size f Prten s base OSPF implementatin and its MOSPF implementatin. Tw dimensins f lines f C bytes f bject cde OSPF base 11,693 63,160 MOSPF 15,247 81,956 Table 1: Cmparisn f OSPF and MOSPF cde sizes size are indicated: lines f C (cmments and blanks included), and bytes f bject cde. In bth cases, the multicast extensins t OSPF have engendered a 30% size increase. Nte that in these sizes, the cde used t cnfigure and mnitr the implementatin has been included. Als, in the MOSPF cde size figure, the IGMP implementatin has been included. 5. Testing Figure 1 shws the tplgy that was used fr the initial debugging f Prten s MOSPF implementatin. It cnsists f seven MOSPF ruters, intercnnected by ethernets, tken rings, FDDIs and serial lines. The applicatins used t test the ruting were multicast ping and the sending f traps t a multicast address (the bx labeled "NAZ" was a netwrk analyzer that was ccasinally sending IGMP Hst Membership Reprts and then cntinuusly receiving multicast SNMP traps). The "vat" applicatin was als used n wrkstatins (withut running the DVMRP "mruted" daemn; see "Distance Vectr Multicast Ruting Prtcl", [RFC 1075]) which were multicasting packet vice acrss the MOSPF dmain. My [Page 6]

7 The MOSPF features tested in this setup were: Re-ruting in respnse t tplgy changes. Path verificatin after altering csts. Ruting multicast datagrams between areas. Ruting multicast datagrams t and frm external addresses. The varius tiebreakers emplyed when cnstructing datagram shrtest-path trees. MOSPF ver nn-bradcast multi-access netwrks. Interperability f MOSPF and nn-multicast OSPF ruters RT RT RT2 NAZ RT RT RT RT Figure 1: Initial MOSPF test setup My [Page 7]

8 Due t the cmmercial tunneling applicatins develped by Prten that use IP multicast, MOSPF has been deplyed in a number f peratinal but nn-internet-cnnected sites. MOSPF has been als deplyed in sme Internet-cnnected sites (e.g., OARnet) fr testing purpses. The desire f these sites is t use MOSPF t attach t the "mbne". Hwever, an implementatin f bth MOSPF and DVMRP in the same bx is needed; withut this ne way cmmunicatin has been achieved (srt f like lecture mde in vat) by cnfiguring multicast static rutes in the MOSPF implementatin. The prblem is that there is n current way t inject the MOSPF surce infrmatin int DVMRP. The MOSPF features that have nt yet been tested are: The interactin between MOSPF and virtual links. Interactin between MOSPF and ther multicast ruting prtcls (e.g., DVMRP). TOS-based ruting in MOSPF. 6. A brief analysis f MOSPF scaling MOSPF uses the Dijkstra algrithm t calculate the path f a multicast datagram thrugh any given OSPF area. This calculatin encmpasses all the transit ndes (ruters and netwrks) in the area; its cst scales as O(N*lg(N)) where N is the number f transit ndes (same as the cst f the OSPF unicast intra-area ruting calculatin). This is the cst f a single path calculatin; hwever, MOSPF calculates a separate path fr each [surce netwrk, multicast destinatin, TOS] tuple. This is ptentially a lt f Dijkstra calculatins. MOSPF prpses t deal with this calculatin burden by calculating datagram paths in an "n demand" fashin. That is, the path is calculated nly when receiving the first datagram in a stream. After the calculatin, the results are cached fr use by later matching datagrams. This n demand calculatin alleviates the cst f the ruting calculatins in tw ways: 1) It spreads the ruting calculatins ut ver time and 2) the ruter des fewer calculatins, since it des nt even calculate the paths f datagrams whse path will nt even tuch the ruter. Cache entries need never be timed ut, althugh they are remved n tplgical changes. If an implementatin chses t limit the amunt f memry cnsumed by the cache, prbably by remving selected entries, care must be taken t ensure that cache thrashing des nt ccur. My [Page 8]

9 The effectiveness f this "n demand" calculatin will need t be prven ver time, as multicast usage and traffic patterns becme mre evident. As a simple example, suppse an OSPF area cnsists f 200 ruters. Suppse each ruter represents a site, and each site is participating simultaneusly with three ther lcal sites (inside the area) in a vide cnference. This gives 200/4 = 50 grups, and 200 separate datagram trees. Assuming each datagram tree ges thrugh every ruter (which prbably wn t be true), each ruter will be ding 200 Dijkstras initially (and n internal tplgy changes). The time t run a 200 nde Dijkstra n a 10 mips prcessr was estimated t be 15 millisecnds in "OSPF prtcl analysis" ([RFC 1245]). S if all 200 Dijkstras need t be dne at nce, it will take 3 secnds ttal n a 10 mips prcessr. In cntrast, assuming each vide stream is 64Kb/sec, the ruters will cnstantly frward 12Mb/sec f applicatin data (the cst f this sn dwarfing the cst f the Dijkstras). In this example there are als 200 grup-membership-lsas in the area; since each grup membership-lsa is arund 64 bytes, this adds 64*200 = 12K bytes t the OSPF link state database. Other things t keep in mind when evaluating the cst f MOSPF s ruting calculatin are: Assuming that the guidelines f "OSPF prtcl analysis" ([RFC 1245]) are fllwed and areas are limited t 200 ndes, the cst f the Dijkstra will nt grw unbunded, but will instead be capped at the Dijkstra fr 200 ndes. One need then wrry abut the number f Dijkstras, which is determined by the number f [datagram surce, multicast destinatin] cmbinatins. A datagram whse destinatin has n grup members in the dmain can still be frwarded thrugh the MOSPF system. Hwever, the Dijkstra calculatin here depends nly n the [datagram surce, TOS], since the datagram will be frwarded alng t "wild-card receivers" nly. Since the number f grup members in a 200 ruter area is prbably als bunded, the pssibility f unbunded calculatin grwth lies in the number f pssible datagram surces. (Hwever, it shuld be nted that sme future multicast applicatins, such as distributed cmputing, may generate a large number f shrt-lived multicast grups). By cllapsing ruting infrmatin befre imprting it int the area/as, the number f surces can be reduced dramatically. In particular, if the AS relies n a default external rute, mst external surces will be cvered by a single Dijkstra calculatin (the ne using as the surce). My [Page 9]

10 One ther factr t be cnsidered in MOSPF scaling is hw ften cache entries need t be recalculated, as a result f a netwrk tplgy change. The rules fr MOSPF cache maintenance are explained in Sectin 13 f [MOSPF]. Nte that the further away the tplgy change happens frm the calculating ruter, the fewer cache entries need t be recalculated. Fr example, if an external rute changes, many fewer cache entries need t be purged as cmpared t a change in a MOSPF dmain s internal link. Fr scaling purpses, this is exactly the desired behavir. Nte that "OSPF prtcl analysis" ([RFC 1245]) bears this ut when it shws that changes in external rutes (n the rder f nce a minute fr the netwrks surveyed) are much mre frequent than internal changes (between 15 and 50 minutes fr the netwrks surveyed). 7. Knwn difficulties The fllwing are knwn difficulties with the MOSPF prtcl: When a MOSPF ruter itself cntains multicast applicatins, the chice f its applicatin datagrams surce addresses shuld be made with care. Due t OSPF s representatin f serial lines, using a serial line interface address as surce can lead t excess data traffic n the serial line. In fact, using any interface address as surce can lead t excess traffic, wing t MOSPF s decisin t always multicast the packet nt the surce netwrk as part f the frwarding prcess (see Sectin 11.3 f [MOSPF]). Hwever, ptimal behavir can be achieved by assigning the ruter an interface-independent address, and using this as the datagram surce. This cncern des nt apply t regular IP hsts (i.e., thse that are nt MOSPF ruters). It is necessary t ensure, when mixing MOSPF and nn-multicast ruters n a LAN, that a MOSPF ruter becmes Designated Ruter. Otherwise multicast datagrams will nt be frwarded n the LAN, nr will grup membership be mnitred n the LAN, nr will the grup-membership-lsas be flded ver the LAN. This can be an peratinal nuisance, since OSPF s Designated Ruter electin algrithm is designed t discurage Designated Ruter transitins, rather than t guarantee that certain ruters becme Designated Ruter. Hwever, assigning a DR Pririty f 0 t all nn-multicast ruters will always guarantee that a MOSPF ruter is selected as Designated Ruter. My [Page 10]

11 8. Future wrk In the future, it is expected that the fllwing wrk will be dne n the MOSPF prtcl: Mre analysis f multicast traffic patterns needs t be dne, in rder t see whether the MOSPF ruting calculatins will pse an undue prcessing burden n multicast ruters. If necessary, further ways t ease this burden may need t be defined. One suggestin that has been made is t revert t reverse path frwarding when the ruter is unable t calculate the detailed MOSPF frwarding cache entries. Experience needs t be gained with the interactins between multiple multicast ruting algrithms (e.g., MOSPF and DVMRP). Additinal MIB supprt fr the retrieval f frwarding cache entries, alng the lines f the "IP frwarding table MIB" ([RFC 1354]), wuld be useful. My [Page 11]

12 9. References [Bharath-Kumar] Bharath-Kumar, K., and J. Jaffe, "Ruting t multiple destinatins in Cmputer Netwrks", IEEE Transactins n Cmmunicatins, COM-31[3], March [Deering] [Deering2] [OSPF] [OSPF MIB] Deering, S., "Multicast Ruting in Internetwrks and Extended LANs", SIGCOMM Summer 1988 Prceedings, August Deering, S., "Multicast Ruting in a Datagram Internetwrk", Stanfrd Technical Reprt STAN-CS , Department f Cmputer Science, Stanfrd University, December My, J., "OSPF Versin 2", RFC 1583, Prten, Inc., March Baker F., and R. Cltun, "OSPF Versin 2 Management Infrmatin Base", RFC 1253, ACC, Cmputer Science Center, August [MOSPF] My, J., "Multicast Extensins t OSPF", RFC 1584, Prten, Inc., March [RFC 1075] [RFC 1112] [RFC 1209] [RFC 1245] [RFC 1246] [RFC 1264] Waitzman, D., Partridge, C. and S. Deering, "Distance Vectr Multicast Ruting Prtcl", RFC 1075, BBN STC, Stanfrd University, Nvember Deering, S., "Hst Extensins fr IP Multicasting", Stanfrd University, RFC 1112, May Piscitell, D., and J. Lawrence, "Transmissin f IP Datagrams ver the SMDS Service", RFC 1209, Bell Cmmunicatins Research, March My, J., Editr, "OSPF Prtcl Analysis", RFC 1245, Prten, Inc., July My, J., Editr, "Experience with the OSPF Prtcl", RFC 1245, Prten, Inc., July Hinden, R., "Internet Ruting Prtcl Standardizatin Criteria", RFC 1264, BBN, Octber My [Page 12]

13 [RFC 1390] Katz, D., "Transmissin f IP and ARP ver FDDI Netwrks", RFC 1390, cisc Systems, Inc., January [RFC 1354] Baker, F., "IP Frwarding Table MIB", RFC 1354, ACC, July Security Cnsideratins Security issues are nt discussed in this mem, th see Sectin 2. Authr s Address Jhn My Prten, Inc. 9 Technlgy Drive Westbrugh, MA Phne: (508) jmy@prten.cm My [Page 13]

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

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

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

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

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

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

Using SPLAY Tree s for state-full packet classification

Using SPLAY Tree s for state-full packet classification Curse Prject Using SPLAY Tree s fr state-full packet classificatin 1- What is a Splay Tree? These ntes discuss the splay tree, a frm f self-adjusting search tree in which the amrtized time fr an access,

More information

2. When logging is used, which severity level indicates that a device is unusable?

2. When logging is used, which severity level indicates that a device is unusable? CCNA 4 Chapter 8 v5.0 Exam Answers 2015 (100%) 1. What are the mst cmmn syslg messages? thse that ccur when a packet matches a parameter cnditin in an access cntrl list link up and link dwn messages utput

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

CCNA Security v2.0 Chapter 9 Exam Answers

CCNA Security v2.0 Chapter 9 Exam Answers CCNA Security v2.0 Chapter 9 Exam Answers 1. Refer t the exhibit. An administratr creates three znes (A, B, and C) in an ASA that filters traffic. Traffic riginating frm Zne A ging t Zne C is denied, and

More information

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

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

More information

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

2. What is the most cost-effective method of solving interface congestion that is caused by a high level of traffic between two switches?

2. What is the most cost-effective method of solving interface congestion that is caused by a high level of traffic between two switches? CCNA 3 Chapter 3 v5.0 Exam Answers 2015 (100%) 1. Refer t the exhibit. Which switching technlgy wuld allw each access layer switch link t be aggregated t prvide mre bandwidth between each Layer 2 switch

More information

Network Layer. Internet Control Message Protocol (ICMP)

Network Layer. Internet Control Message Protocol (ICMP) Handut 5 CAN1102 Netwrk Layer Internet Cntrl Message Prtcl (ICMP) Netwrks Netwrk Layer Services Ruting principles: path selectin Hierarchal ruting IP Internet Ruting Prtcls: Reliable Transfer a. Intra

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

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

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

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

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

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

Lecture 6 -.NET Remoting

Lecture 6 -.NET Remoting Lecture 6 -.NET Remting 1. What is.net Remting?.NET Remting is a RPC technique that facilitates cmmunicatin between different applicatin dmains. It allws cmmunicatin within the same prcess, between varius

More information

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

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

More information

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

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

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

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

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 11 2016 v5.1 Answers 100% 1. A newly hired netwrk technician is given the task f rdering new hardware fr a small business with a large grwth frecast. Which primary factr shuld the technician

More information

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

IT Essentials (ITE v6.0) Chapter 7 Exam Answers 100% 2016 IT Essentials (ITE v6.0) Chapter 7 Exam Answers 100% 2016 1. Hw many devices can a Bluetth device cnnect t simultaneusly? 127 7 10 24 5 2. A device has an IPv6 address f 2001:0DB8:75a3:0214:0607:1234:aa10:ba01

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

1 Version Spaces. CS 478 Homework 1 SOLUTION

1 Version Spaces. CS 478 Homework 1 SOLUTION CS 478 Hmewrk SOLUTION This is a pssible slutin t the hmewrk, althugh there may be ther crrect respnses t sme f the questins. The questins are repeated in this fnt, while answers are in a mnspaced fnt.

More information

Due Date: Lab report is due on Mar 6 (PRA 01) or Mar 7 (PRA 02)

Due Date: Lab report is due on Mar 6 (PRA 01) or Mar 7 (PRA 02) Lab 3 Packet Scheduling Due Date: Lab reprt is due n Mar 6 (PRA 01) r Mar 7 (PRA 02) Teams: This lab may be cmpleted in teams f 2 students (Teams f three r mre are nt permitted. All members receive the

More information

UFuRT: A Work-Centered Framework and Process for Design and Evaluation of Information Systems

UFuRT: A Work-Centered Framework and Process for Design and Evaluation of Information Systems In: Prceedings f HCI Internatinal 2007 UFuRT: A Wrk-Centered Framewrk and Prcess fr Design and Evaluatin f Infrmatin Systems Jiajie Zhang 1, Keith A. Butler 2 1 University f Texas at Hustn, 7000 Fannin,

More information

Communication across the ether

Communication across the ether Cmmunicatin acrss the ether Ethernet CS242 Cmputer Netwrks Department f Cmputer Science Wellesley Cllege Lcal Area Netwrks (LANs) Multiple access prtcls are used fr satellite and wireless channels. They

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

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Yu will learn the fllwing in this lab: The UNIVERSITY f NORTH CAROLINA at CHAPEL HILL Cmp 541 Digital Lgic and Cmputer Design Spring 2016 Lab Prject (PART A): A Full Cmputer! Issued Fri 4/8/16; Suggested

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

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

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

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

An Introduction to Crescendo s Maestro Application Delivery Platform

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

More information

E-Lock Policy Manager White Paper

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

More information

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

CONTROL-COMMAND. Software Technical Specifications for ThomX Suppliers 1.INTRODUCTION TECHNICAL REQUIREMENTS... 2

CONTROL-COMMAND. Software Technical Specifications for ThomX Suppliers 1.INTRODUCTION TECHNICAL REQUIREMENTS... 2 Réf. ThmX-NT-SI-CC001 Table f Cntents Sftware Technical Specificatins fr ThmX Authr : Philippe Page 1 / 9 1.INTRODUCTION... 2 2.TECHNICAL REQUIREMENTS... 2 3.DOCUMENTATION REQUIREMENTS... 4 4.COMPUTING

More information

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

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

More information

Performance of VSA in VMware vsphere 5

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

More information

Chapter 6 Delivery and Routing of IP Packets. PDF created with FinePrint pdffactory Pro trial version

Chapter 6 Delivery and Routing of IP Packets. PDF created with FinePrint pdffactory Pro trial version Chapter 6 Delivery and Ruting f IP Packets PDF created with FinePrint pdffactry Pr trial versin www.pdffactry.cm Outline Cnnectin Delivery Ruting methds Static and dynamic ruting Ruting table and mdule

More information

IPv6 Foundations: Protocols, Services and Migration

IPv6 Foundations: Protocols, Services and Migration IPv6 Fundatins: Prtcls, Services and Migratin Date Submitted: February 2 nd, 2014 Curse Title: IPv6 Fundatins: Prtcls, Services and Migratin Curse Number: 9105 Curse Length: Fur days Curse Descriptin:

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

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

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

DNS (Domain Name Service)

DNS (Domain Name Service) mywbut.cm DNS (Dmain Name Service) The internet primarily uses IP addresses fr lcating ndes. Hwever, its humanly nt pssible fr us t keep track f the many imprtant ndes as numbers. Alphabetical names as

More information

DELL EMC VxRAIL vcenter SERVER PLANNING GUIDE

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

More information

EUROPEAN IP NETWORK NUMBER APPLICATION FORM & SUPPORTING NOTES

EUROPEAN IP NETWORK NUMBER APPLICATION FORM & SUPPORTING NOTES EUROPEAN IP NETWORK NUMBER APPLICATION FORM & SUPPORTING NOTES T whm it may cncern. Thank yu fr yur request fr an IP netwrk number. Please ensure that yu read the infrmatin belw carefully befre submitting

More information

Dolby Conference Phone Support Frequently Asked Questions

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

More information

Network Working Group Request for Comments: 4389 Category: Experimental C. Patel All Play, No Work April 2006

Network Working Group Request for Comments: 4389 Category: Experimental C. Patel All Play, No Work April 2006 Netwrk Wrking Grup Request fr Cmments: 4389 Categry: Experimental D. Thaler M. Talwar Micrsft C. Patel All Play, N Wrk April 2006 Status f This Mem Neighbr Discvery Prxies (ND Prxy) This mem defines an

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

(ii). o IP datagram packet is payload of a TCP segment o TCP segment is payload of an IP datagram. (iii).

(ii). o IP datagram packet is payload of a TCP segment o TCP segment is payload of an IP datagram. (iii). CSC 344: Cmputer Netwrks Review Questins 1. Select the crrect answer amng the chices by placing a checkmark next t the right statement. (i). ARP (Address Reslutin Prtcl) is used t btain IP address fr a

More information

CCNA 3 Practice Final v5.0 Exam Answers 2015 (100%)

CCNA 3 Practice Final v5.0 Exam Answers 2015 (100%) CCNA 3 Practice Final v5.0 Exam Answers 2015 (100%) 1. Which technlgical factr determines the impact f a failure dmain? the number f layers f the hierarchical netwrk the number f users n the access layer

More information

It has hardware. It has application software.

It has hardware. It has application software. Q.1 What is System? Explain with an example A system is an arrangement in which all its unit assemble wrk tgether accrding t a set f rules. It can als be defined as a way f wrking, rganizing r ding ne

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

Curtis Brownmiller Yong Xue WorldCom. Greg Bernstein Ciena. Vishal Sharma Metanoia

Curtis Brownmiller Yong Xue WorldCom. Greg Bernstein Ciena. Vishal Sharma Metanoia Cntributin Number: OIF2001.227.2 Wrking Grup: Architecture & Signaling Wrking Grups Title: Inter-dmain ruting with Shared Risk Grups Date: July 12 th, 2001 Surce: Sudheer Dharanikta Raj Jain Nayna Netwrks

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

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

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page Managing the News Page TABLE OF CONTENTS: The News Page Key Infrmatin Area fr Members... 2 Newsletter Articles... 3 Adding Newsletter as Individual Articles... 3 Adding a Newsletter Created Externally...

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

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

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

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

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

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

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers Page 1 f 18 HW4 Sftware versin 3 Device Manager and Data Lgging LOG-RC Series Data Lggers 2011; Page 2 f 18 Table f cntents 1 ORGANIZATION OF THE HW4 MANUALS... 3 2 OVERVIEW... 4 3 INITIAL SETUP... 4 3.1

More information

Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installation

Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installation Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installatin Updated Aug 30, 2011 Server Requirements Hardware The hardware requirements are mstly dependent n the number f cncurrent users yu expect

More information

High Speed Shared Memory Networks in Hardware in the Loop Applications

High Speed Shared Memory Networks in Hardware in the Loop Applications High Speed Shared Memry Netwrks in Hardware in the Lp Applicatins Try Trshynski Avinics Interface Technlgies (A Divisin f Teradyne) Omaha, NE U.S.A. Abstract - As aircraft avinics systems becme mre and

More information

1 Binary Trees and Adaptive Data Compression

1 Binary Trees and Adaptive Data Compression University f Illinis at Chicag CS 202: Data Structures and Discrete Mathematics II Handut 5 Prfessr Rbert H. Slan September 18, 2002 A Little Bttle... with the wrds DRINK ME, (r Adaptive data cmpressin

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 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

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Yu will learn the fllwing in this lab: The UNIVERSITY f NORTH CAROLINA at CHAPEL HILL Designing a mdule with multiple memries Designing and using a bitmap fnt Designing a memry-mapped display Cmp 541 Digital

More information

Towards Multicast Traffic Engineering?

Towards Multicast Traffic Engineering? Internatinal Telecmmunicatin Unin Twards Multicast Traffic Engineering? Christian JACQUENET christian.jacquenet@range-ft.cm Outline Cntext and mtivatin IP multicast reminder Appraches t multicast-inferred

More information

B Tech Project First Stage Report on

B Tech Project First Stage Report on B Tech Prject First Stage Reprt n GPU Based Image Prcessing Submitted by Sumit Shekhar (05007028) Under the guidance f Prf Subhasis Chaudhari 1. Intrductin 1.1 Graphic Prcessr Units A graphic prcessr unit

More information

Request for Comments: 2189 Category: Experimental September Core Based Trees (CBT version 2) Multicast Routing

Request for Comments: 2189 Category: Experimental September Core Based Trees (CBT version 2) Multicast Routing Netwrk Wrking Grup A. Ballardie Request fr Cmments: 2189 Cnsultant Categry: Experimental September 1997 Cre Based Trees (CBT versin 2) Multicast Ruting -- Prtcl Specificatin -- Status f this Mem This mem

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

Level 2 Cambridge Technical in IT

Level 2 Cambridge Technical in IT Level 2 Cambridge Technical in IT Unit 1: Essentials f IT Sample assessment material Time: 45 minutes This test is a cmputer based test and will be cmpleted using Surpass n OCR Secure Assess prtal. This

More information

Linking network nodes

Linking network nodes Linking netwrk ndes The data link layer CS242 Cmputer Netwrks The link layer The transprt layer prvides cmmunicatin between tw prcesses. The netwrk layer prvides cmmunicatin between tw hsts. The link layer

More information

To start your custom application development, perform the steps below.

To start your custom application development, perform the steps below. Get Started T start yur custm applicatin develpment, perfrm the steps belw. 1. Sign up fr the kitewrks develper package. Clud Develper Package Develper Package 2. Sign in t kitewrks. Once yu have yur instance

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

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

Web of Science Institutional authored and cited papers

Web of Science Institutional authored and cited papers Web f Science Institutinal authred and cited papers Prcedures written by Diane Carrll Washingtn State University Libraries December, 2007, updated Nvember 2009 Annual review f paper s authred and cited

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

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

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

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

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

NGN Signalling requirement to support QoS

NGN Signalling requirement to support QoS Internatinal Telecmmunicatin Unin NGN Signalling requirement t supprt QS Tina Tsu (tena@huawei.cm) RACF functinal architecture defined in Rec. Y.2111 The relevant functinal entities are: the Service Cntrl

More information

HP OpenView Performance Insight Report Pack for Quality Assurance

HP OpenView Performance Insight Report Pack for Quality Assurance Data sheet HP OpenView Perfrmance Insight Reprt Pack fr Quality Assurance Meet service level cmmitments Meeting clients service level expectatins is a cmplex challenge fr IT rganizatins everywhere ging

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

EcoStruxure for Data Centers FAQ

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

More information

Chapter 5. The Network Layer IP

Chapter 5. The Network Layer IP Chapter 5 The Netwrk Layer IP These slides are taken frm the bk Cmputer etwrking, A Tp Dwn Apprach Featuring the Internet by Kurse & Rss and frm the bk Cmputer etwrks by Andrew Tanenbaum. The Netwrk Layer

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

The Internet protocol

The Internet protocol The Internet prtcl Party time! IPv4 datagram frmat IPv4 2 bytes n ptins delue r ecnmy? header + data mre later CS242 Cmputer Netwrks Department f Cmputer Science Wellesley Cllege decremented by each ruter;

More information

Description of the international LOFAR station datatransport system

Description of the international LOFAR station datatransport system Descriptin f the internatinal LOFAR statin datatransprt system Auteur(s) / Authr(s): Organisatie / Organizatin Datum / Date D.H.P. Maat Cntrle / Checked: Gedkeuring / Apprval: A. Gunst Autrisatie / Authrisatin:

More information