Expiration Date: April 2000 October 1999 File name: draft-ietf-ospf-shortcut-abr-01.txt

Size: px
Start display at page:

Download "Expiration Date: April 2000 October 1999 File name: draft-ietf-ospf-shortcut-abr-01.txt"

Transcription

1 Netwrk Wrking Grup A. D. Zinin Internet Draft AMT Grup Expiratin Date: April 2000 Octber 1999 File name: draft-ietf-spf-shrtcut-abr-01.txt OSPF Shrtcut ABR Enhanced OSPF ABR Behavir draft-ietf-spf-shrtcut-abr-01.txt Status f this Mem This dcument is an Internet-Draft and is in full cnfrmance with all prvisins f Sectin 10 f RFC2026. Internet Drafts are wrking dcuments f the Internet Engineering Task Frce (IETF), its Areas, and its Wrking Grups. Nte that ther grups may als distribute wrking dcuments as Internet Drafts. Internet Drafts are draft dcuments valid fr a maximum f six mnths. Internet Drafts may be updated, replaced, r bsleted by ther dcuments at any time. It is nt apprpriate t use Internet Drafts as reference material r t cite them ther than as a "wrking draft" r "wrk in prgress". The list f current Internet-Drafts can be accessed at The list f Internet-Draft Shadw Directries can be accessed at Abstract OSPF [Ref1] is a link-state intra-dmain ruting prtcl used fr ruting in IP netwrks. Thugh the definitin f the ABR in the current OSPF specificatin des nt require a ruter with multiple attached areas t have a backbne cnnectin, it is actually necessary t prvide successful ruting t the inter-area and external destinatins. If this requirement is nt met all traffic, destined fr the areas nt cnnected t such an ABR r ut f the OSPF dmain, is drpped. The rules f riginating and prcessing Summary-LSAs given in the current OSPF standard [Ref1] can als Zinin [Page 1]

2 result in subptimal inter-area ruting. Thugh all these prblems can be fixed using virtual links, this mem describes an alternative implementatin f the OSPF ABR behavir, which allws the administratr t avid it r, if virtual links are still used, t decrease the number f cnfigured virtual links. This mem als describes pssible situatins where the prpsed implementatin can be used. Acknwledgements The authr wuld like t acknwledge Christian Hpps and Peter Psenak fr their help in finding weak pints in early versins f this dcument, Thmas M. Thmas fr reviewing the preceding versin f it, and James Huang fr pinting ut ptential prblems described in sectin 7. Special thanks g t Jhn My wh cntributed a lt t this dcument and prvided a simpler algrithm representatin, used herein. Table f Cntents 1 Overview Intrductin Mtivatin Descriptin f Shrtcut ABR behavir Prpsed changes t OSPF ABR behavir Changes t Ruter-LSA riginatin Changes t ruting table calculatin Changes t Summary-LSA riginatin Implementatin Details Cmpatibility Deplyment Cnsideratins Necessity f virtual links Change f traffic patterns Optimized inter-area ruting Gradual deplyment f Shrtcut ABRs Ruting lps in transitin perids Security Cnsideratins Appendixes A.1 Ruter-LSA References Authr s Address Zinin [Page 2]

3 1 Overview 1.1 Intrductin An OSPF ruting dmain can be split int several subdmains, called areas, which limit the scpe f LSA flding. A ruter having attachments t multiple areas is called an "area brder ruter" (ABR). The primary functin f an ABR is t prvide its attached areas with Type-3 and Type-4 LSAs (which are used fr describing rutes and ASBRs in ther areas) as well as t perfrm actual inter-area ruting. 1.2 Mtivatin In OSPF flding f Type-1 and Type-2 LSAs is limited t the area brders, s ruters in ther areas must smehw knw hw t reach destinatins and ASBRs residing in different areas. OSPF uses Distance-Vectr (DV) apprach t achieve this gal, i.e., Area Brder Ruters annunce rutes and ASBRs internal t directly cnnected areas in Type-3 and Type-4 Summary-LSAs. If ruters using a DV prtcl annunce nly directly attached netwrks, they must be fully meshed t prvide cmplete ruting infrmatin t each ther. This cnditin cannt always be met, s ruters als annunce the netwrks they heard abut frm their neighbring ruters. This is the main reasn fr lps f ruting updates in DV prtcls, which are slved with such methds as split-hrizn, cunting-t-infinity, triggered updates, and hlddwn-timers. Applicatin f these rules t OSPF inter-area ruting wuld make the cde very cmplex, but since areas in OSPF need nt be fully meshed, ABRs are allwed t reannunce inter-area rutes. In rder t prevent lps f summaries in OSPF, ABRs reannunce nly thse inter-area rutes which are assciated with the backbne area. Summaries frm nn-backbne areas are just nt cnsidered by ABRs. Because interarea rutes are nt reannunced back int the backbne area, the latter functins as a lp-free inter-area ruting infrmatin repsitry. In rder t achieve nrmal ruting t inter-area and ASexternal destinatins, all areas in OSPF must be cnnected t the backbne either physically (via an interface) r lgically (via a virtual link). This is t ensure that all areas are prvided with inter-area rutes frm the backbne. A basic discussin f the disadvantages f the standard inter-area apprach are given in [Ref2] and are applicable t this dcument as well. In additin t that, cnsider anther prblem caused by standard OSPF ABR behavir (Figure 1). Zinin [Page 3]

4 . Area R / \.. / \.. BB /10Mb \ 2Mb.. / \.. \ R1... R Mb \ R4.. Area Figure 1. Subptimal inter-area ruting In this example ruter R2 has a 2Mb link t R5. At the same time R1 has a better link (10 Mbps), but R2 cannt rute traffic ging t area 2 thrugh R1. This is because accrding t [Ref1] R2 is nt allwed t cnsider summary-lsas frm nn-backbne areas and, cnsequently, des nt have rutes cvering destinatins in area 2 via R1. The situatin lks even mre interesting if R4 s ruting table is cnsidered. Since R2 flds summary-lsas frm R1 t R4, ruter R4 will have rutes t the area 2 via R1 (the best path), expecting traffic t g via 10Mbps links. In reality R2 will nt direct traffic t R1, but will frward it via 2Mbps link attached t itself. The last example shws hw the main principle f OSPF---prefer the shrtest path---is brken due t distance vectr apprach used fr inter-area ruting. Again, the prblem can be fixed using the virtual links between R1 and R2 in standard OSPF, but the slutin prpsed in this dcument appears t be mre elegant and invlving n administrative and traffic verhead. Mre sphisticated examples f hw Shrtcut ABR apprach imprves inter-area ruting are given in sectin 6. Zinin [Page 4]

5 2 Descriptin f Shrtcut ABR behavir This sectin describes an alternative implementatin f OSPF ABR behavir, named "Shrtcut ABR". It is an imprvement n standard ABR behavir, based n relaxatin f the restrictins applied t the calculatin f the inter-area rutes. ABRs are allwed t cnsider summary-lsas frm all attached areas (n matter if it is cnnected t the backbne r nt). The ruting lp preventin is dne by restricting riginatin f summary-lsas--- inter-area rutes are readvertised nly if there is a valid summary- LSA fr the destinatin learned frm the backbne. Originatin f summary-lsas fr intra-area rutes is dne as in standard OSPF, described in [Ref1]. The relaxatin f the ruting table calculatin allws ABRs withut a backbne cnnectin t rute traffic between the attached areas, as well as t rute traffic destined fr the backbne and ther areas using the rutes derived frm the summary-lsas in each attached area. This apprach als enables ruter R2 in Figure 1 t rute inter-area traffic via R1. Nte that the prpsed slutin des nt bviate the need f virtual link cnfiguratin in case an area has n physical backbne cnnectin at all. The methd described here imprves the behavir f a ruter cnnecting tw r mre backbne-attached areas. Thugh this dcument is initially riented t prcessing Type-3 LSAs and, cnsequently, is targeted t imprving OSPF inter-area ruting, it s acceptable t apply described methds t Type-4 LSAs, which will lead t imprvement f external ruting in an OSPF dmain. 3 Prpsed changes t OSPF ABR behavir This sectin describes the changes made t the base OSPF described in [Ref1]. 3.1 Changes t Ruter-LSA riginatin The algrithm f Type 1 LSA (ruter-lsa) riginatin is changed t have the Shrtcut ABR annunce its Shrtcut capability in the Ruter-LSA as described in A.1. A Shrtcut ABR must set the S-bit in the Ruter-LSA fr Area A nly if the area A s data structure has ShrtcutCnfigured bit set t TRUE, i.e., the S-bit directly reflects the state f ShrtcutCnfigured flag (see sectin 3.2 fr mre details). As in [Ref1] Shrtcut ABRs identify themselves as ABRs by setting the bit B in their Ruter-LSAs when they have Zinin [Page 5]

6 mre than ne attached area. 3.2 Changes t ruting table calculatin Shrtcut ABRs maintain tw additinal flags in Area Data Structure fr every nn-backbne area. The flags are named Shrtcut- Cnfigured and ShrtcutCapability. The first flag indicates whether the administratr has cnfigured the area t be Shrtcut. If s the ABR will set the S-bit in its Ruter-LSA fr this area. The secnd flag indicates that all ther ABRs in the areas are als Shrtcut capable. Nte that Shrtcut ABR is allwed t cnsider summary-lsas frm a nn-backbne area nly if ShrtcutCapability flag is set t TRUE. ShrtcutCapability flag, in turn, can be set t TRUE nly if ShrtcutCnfigured flag is als set t TRUE. This means that the area must be cnfigured as Shrtcut n the ABR itself and all ther ABRs. If during the ruting table calculatin a Shrtcut ABR ntices that there is a ABR which is nt Shrtcut-capable in any area, the Shrtcut ABR must clear the ShrtcutCapability flag fr that area, but still annunce the ShrtcutCnfigured flag fr the area in the S-bit f the Ruter-LSA riginated fr this area. Shuld the ABR in questin find that there n ABRs in an area, which are nt Shrtcut-capable, it must set the ShrtcutCapability flag fr that area. T implement this algrithm Steps 1 and 2 in sectin 16.1 f [Ref1] are changed as fllws: Step 1: "Initialize the algrithm s data structures. Clear the list f candidate vertices. Initialize the shrtest-path tree t nly the rt (which is the ruter ding the calculatin). Set Area A s TransitCapability t FALSE and ShrtcutCapability t the value f ShrtcutCnfigured." Step 2: "Call the vertex just added t the tree vertex V. Examine the LSA assciated with vertex V. This is a lkup in the Area A s link state database based n the Vertex ID. If this is a ruter-lsa, and bit V f the ruter-lsa (see Sectin A.4.2) is set, set Area A s TransitCapability t TRUE. If this is a ruter-lsa, and bit B f the ruter-lsa is set Zinin [Page 6]

7 (the ruter is an ABR) and bit S f the ruter-lsa is nt set (the ABR is nt Shrtcut-capable), set Area A s ShrtcutCapability t FALSE. In any case, each link described by the LSA gives the cst t an adjacent vertex. Fr each described link, (say it jins vertex V t vertex W):" ShrtcutCapability flag is used t determine ver which areas the ABR can use shrtcut paths. Shrtcut ABRs are frbidden t cnsider Summary-LSAs frm the areas with ShrtcutCapability flag ff. This methd is intrduced t prevent pssible ruting lps when standard and Shrtcut ABRs are simultaneusly present in an OSPF dmain. The methd als allws fr gradual enabling shrtcutting ver specific nn-backbne areas when and where it is necessary. The algrithm f calculating inter-area rutes is changed t allw the ruter t cnsider the summary-lsas frm attached nnbackbne areas that have ShrtcutCapability flag set t TRUE. This is achieved by applying sectin 16.3 f [Ref1] t such areas. The fllwing changes t 16.3 are made. Paragraph 1 f 16.3 is changed t be as fllws: "This step is nly perfrmed by area brder ruters attached t ne r mre nn-backbne areas that are either capable f carrying transit traffic (i.e., "transit areas", r thse areas whse TransitCapability parameter has been set t TRUE in Step 2 f the Dijkstra algrithm (see Sectin 16.1) r have all ABRs supprting Shrtcut feature (i.e., thse areas whse ShrtcutCapability parameter hasn t been set t FALSE during the Dijkstra algrithm)." Paragraph 4 f 16.3 is changed t be as fllws: "The calculatin prceeds as fllws. All summary-lsas f the areas with TransitCapability r ShrtcutCapability parameter set t TRUE are examined in turn. Each such summary-lsa describes a rute thrugh a nn-backbne area Area A t a Netwrk N (N s address is btained by masking the LSA s Link State ID with the netwrk/subnet mask cntained in the bdy f the LSA) r in the case f a Type 4 summary-lsa, t an AS bundary ruter N. Suppse als that the summary-lsa was riginated by an area brder ruter BR." Zinin [Page 7]

8 Step (3) f the algrithm in 16.3 is changed t be as fllws: "Lk up the ruting table entry fr N. (If N is an AS bundary ruter, lk up the "ruter" ruting table entry assciated with the backbne area). If the rute type is ther than backbne intra-area r inter-area (assciated with any area) then examine the next LSA. In ther wrds, this calculatin updates backbne intra-area rutes fund in Sectin 16.1, inter-area rutes fund in Sectin 16.2 and installs new inter-area rutes if the ABR des nt have a backbne cnnectin." Step (5) f the algrithm in 16.3 is changed t be as fllws: "If this cst is less than the cst ccurring in N s ruting table entry, verwrite N s list f next hps with thse used fr BR, and set N s ruting table cst t IAC. Else, if IAC is the same as N s current cst, add BR s list f next hps t N s list f next hps. If the area assciated with N s ruting table entry is the backbne, then the area and the type f the path (either intra-area r inter-area) must remain unchanged. Otherwise (the ruting table entry des nt exist r the assciated area is nt the backbne), the type f the rute must be set t inter-area and assciated area must be set t the area assciated with the summary-lsa being prcessed." In rder t prevent ruting lps sectins 11.1 and 16.2 f [Ref1] are changed. Sectin 11.1 is restricted t require installatin f discard ruting table entries fr each f the ruter s active area range. S the paragraph 2 f 11.1 shuld be read as fllws: "Befre the lkup begins, "discard" ruting table entries MUST be inserted int the ruting table fr each f the ruter s active area address ranges (see Sectin 3.5). (An area range is cnsidered "active" if the range cntains ne r mre netwrks reachable by intra-area paths.) The destinatin f a "discard" entry is the set f addresses described by its assciated active area address range, and the path type f each "discard" entry is set t "inter-area".[10]" Step (3) f sectin 16.2 is changed t instruct the ABRs t ignre summary defaults received frm stub areas: Zinin [Page 8]

9 "If it is a Type 3 summary-lsa, and the cllectin f destinatins described by the summary-lsa equals ne f the ruter s cnfigured area address ranges (see Sectin 3.5), and the particular area address range is active, then the summary-lsa shuld be ignred. "Active" means that there are ne r mre reachable (by intra-area paths) netwrks cntained in the area range. The summary-lsa shuld als be ignred if it is a summary default (Destinatin ID = DefaultDestinatin, Address Mask = 0x ) and the area it has been received frm is a stub area. This is t prevent pssible ruting lps." 3.3 Changes t Summary-LSA riginatin The algrithm f the summary-lsas riginatin is changed t include an explicit restrictin nt t riginate summary-lsas fr inter-area rutes if the rute t the destinatin is nt assciated with the backbne. Nte that if there are multiple alternative paths t a destinatin, sme f which are via the backbne and the rest are via nn-backbne areas, the area assciated with the crrespnding ruting table entry will remain the backbne area, but the set f next hps will actually direct traffic alng the best path even thrugh nn-backbne areas. If the ABR in questin has n backbne cnnectin, it will nt riginate summary-lsa fr any inter-area rute in any area, because the area assciated with the ruting table entry will never be the backbne area. The ABR will als nt readvertise an inter-area rute frm nnbackbne area if its backbne link state database des nt cntain a summary-lsa r ruter-lsa cvering a specific destinatin. In rder t implement described plicy, the paragraph 2 in sectin f [Ref1] shuld be read as fllws: "... Nte that nly intra-area rutes are advertised int the backbne, while bth intra-area and inter-area rutes are advertised int the ther areas. Als, summary-lsas fr inter-area rutes are riginated if and nly if these rutes are assciated with the backbne area (t prevent lps f summary-lsas)." Zinin [Page 9]

10 The 6th step f the algrithm given in sectins f [Ref1] must be read as shwn belw: "Else, if the destinatin f this rute is an AS bundary ruter, a summary-lsa shuld be riginated if and nly if the ruting table entry describes the preferred path t the AS bundary ruter (see Step 3 f Sectin 16.4) and it is assciated with the backbne area. If s, a Type 4 summary-lsa is riginated fr the destinatin, with Link State ID equal t the AS bundary ruter s Ruter ID and metric equal t the ruting table entry s cst. Nte: these LSAs shuld nt be generated if Area A has been cnfigured as a stub area." The 7th step f the algrithm given in sectins f [Ref1] must be read as shwn belw: "Else, the Destinatin type is netwrk. If this is an interarea rute and it is assciated with the backbne area, generate a Type 3 summary-lsa fr the destinatin, with Link State ID equal t the netwrk s address (if necessary, the Link State ID can als have ne r mre f the netwrk s hst bits set; see Appendix E fr details) and metric equal t the ruting table cst." Described changes in the ABR behavir allw selectin f mst ptimal paths t inter-area destinatins. Nte that backbne intra-area rutes can be updated with better nn-backbne inter-area ne, thus directing internal backbne traffic alng mre ptimal paths thrugh ther areas. 4 Implementatin Details If the current implementatin f OSPF uses the standard described in [Ref1], then supprt f the prpsed Shrtcut ABR behavir strategy must be implemented as an implicit cnfigurable ptin, allwing t set ShrtcutCnfigured flag fr a given area. Nte that the nature f the changes t OSPF presented in this dcument is s that standard ABR behavir is nt altered until at least ne area is cnfigured as Shrtcut. 5 Cmpatibility ABRs fllwing the apprach described in this dcument are required t annunce their Shrtcut capability fr a given area in Ruter- Zinin [Page 10]

11 LSAs. Since Shrtcut ABRs d nt cnsider Summary-LSAs frm an area when a Shrtcut-incmpatible ABR in such an area is seen, the apprach described in this dcument is cmpatible with standard OSPF described in [Ref1]. 6 Deplyment Cnsideratins This sectin discusses the deplyment details f Shrtcut ABR. 6.1 Necessity f virtual links First f all it shuld be repeated that Shrtcut ABR behavir des nt bviate the need fr virtual links in case an area has n physical backbne cnnectin. The difference with standard OSPF is that the administratr des nt need t cnfigure virtual links thrugh all areas he r she wants the inter-area traffic t g thrugh. A Shrtcut ABR needs a single backbne cnnectin (physical r virtual) t achieve ptimal ruting, since it cnsiders summary-lsas frm all attached areas. 6.2 Change f traffic patterns Use f Shrtcut ABR can lead t changes in the paths inter-area traffic flws take cmparing t thse experienced with standard OSPF. This happens because the Shrtcut ABR apprach allws a ruter t find paths better than it is pssible with the standard OSPF. While standard OSPF tries t frward all inter-area traffic thrugh the backbne area (thugh it des nt guarantee it), the Shrtcut ABR finds best rutes in the dmain even acrss nn-backbne areas. With Shrtcut ABR the backbne area is used as a dedicated place f inter-area ruting infrmatin exchange and inter-area traffic is allwed t crss nn-backbne area brders if such a path is really the best. 6.3 Optimized inter-area ruting Use f Shrtcut ABR imprves inter-area ruting in OSPF dmains by allwing ABRs t cnsider summary-lsas frm all attached area and cnsequently readvertise them int nn-backbne areas. Cnsider an example shw in the Figure 2: Zinin [Page 11]

12 .... Backbne R1 R / 8\ 1/... / \ / 8\ /1 1\. Net N R2... R3... R / \1 1/.. Area Area 1. Area Figure 2. Optimized inter-area ruting In case all ABRs use standard OSPF apprach, ruting t the net N wuld be as fllws: R4 and R5 inject summary-lsas int the backbne R4 als inject a summary-lsa int area 2 R3 is limited t cnsider summary-lsas frm the backbne nly, s it desn t see the alternative path thrugh area 2 and always rutes thrugh the backbne (thugh parallel paths are available) R3 injects summary-lsa fr the inter-area rutes derived frm the backbne summary-lsas and received frm R4 and R5 int Area 2 R2 is nt allwed t cnsider nn-backbne summary-lsas and rutes via serial links t R1, thugh mre ptimal paths d exist If R2, R3, and R4 use Shrtcut ABR apprach inter-area ruting is Zinin [Page 12]

13 imprved as shwn belw: R4 and R5 inject summary-lsas int the backbne R4 als inject a summary-lsa int area 2 R3 cnsiders summary-lsas frm bth attached areas and installs the rute thrugh area 2 (it has three rutes in the ruting table---via R5, via R4 thrugh the backbne, and via R4 thrugh area 2) and perfrms traffic sharing between the tw ethernet links. R3 injects summary-lsa fr the inter-area rutes t N (it will be the same as in the previus case, actually) R2 cnsiders summary-lsas frm all attached areas and prefers the rute thrugh area 2 rather than the backbne. 6.4 Gradual deplyment f Shrtcut ABRs Shrtcut ABR behavir is designed in such a way that the administratr can enable shrtcutting thrugh nn-backbne OSPF areas gradually. Since Shrtcut ABRs are allwed t cnsider summaries nly f thse areas that were cnfigured as Shrtcut (ShrtcutCnfigured flag in area data structure is set t TRUE) and whse ShrtcutCapability flag is set t TRUE, it is easy t cntrl which areas will accept additinal inter-area traffic. Fr an area t becme Shrtcut-capable, all ABRs that have links in it must have this area cnfigured as Shrtcut. If a single ABR in an area des nt annunce the S-bit in its Ruter-LSA fr this area, n ther Shrtcut ABRs cnnected t this area will direct inter-area traffic thrugh it (except fr the cases when standard OSPF behavir leads t it). The implementers shuld nte that supprt f a cnfigurable ptin described in sectin 4 is very imprtant fr traffic cntrl and successful deplyment. Zinin [Page 13]

14 7 Ruting lps in transitin perids As it was nted befre standard OSPF ABR behavir uses DV apprach t distribute ruting infrmatin amng the areas. While the basic technique used in OSPF fr this purpse prvides lp-free envirnment, existence f circular virtual link tplgy may lead t temprary ruting lps basically because f the sectin 16.3 that can update backbne rutes with nn-backbne inter-area nes. The ruting lps frmed in such situatins are similar t thse experienced in DV ruting prtcls when the riginatr f a rute lses its cnnectivity t the netwrk, sends messages withdrawing the rute t all neighbrs, but nt all messages manage t get thrugh and the riginatr receives a false update frm an upstream neighbr. An example f such a temprary lp is illustrated in Figure Area Area / 1 R2 1 \.. / \. 10. /. 10. ***************. 1/.. * \1. * _ * R / \ * R * * R \ / Backbne. 1.. \.... /.. \..... / /.. Netwrk N.. \ / Area 3.. Area Figure 3. Sample tplgy with temprary ruting lp In this example ruters R1, R2, R3, and R4 are ABRs. All f them are cnnected t the backbne ring that cnstitutes the backbne area. Nte that the link frm R4 t the backbne ring (marked with asterisks) des nt belng t area 2, but t the backbne area. The cst f backbne intra-area rute between any given tw ABRs is 10, since they are all cnnected via a bradcast segment. The cst f nnbackbne intra-area path frm R1 t R2, frm R2 t R3, and frm R3 t R1 is 1. In this example, it desn t matter what the cst between R3 and R4 is. We are interested in netwrk N residing in area 3. Bth Zinin [Page 14]

15 ABRs (R3 and R4) can reach this netwrk. Suppse R3 can reach it via a path with cst 1, while R4 via a path with cst 100. Bth ruters annunce summary-lsas fr netwrk N int the backbne area. If all ABRs fllw the standard ABR behavir, and there are n virtual links in the dmain, R1 and R2 will install inter-area rutes t netwrk N thrugh the backbne area. If virtual links are established between R1 and R2, R2 and R3, and R3 and R1, then ruters R1 and R2 will chse mre ptimal paths thrugh areas 4 and 2 crrespndingly, accrding t the algrithm described in 16.3 f [Ref1]. Als, R1 and R2 will annunce summary-lsas with cst 2 int area 1, since interarea rutes t netwrk N in their ruting tables are still backbneassciated. The same happens when R1, R2, and R3 are Shrtcutcapable ABRs and agree t use areas 2 and 4 fr shrtcutting. Nw assume R3 lses its cnnectivity t area 3. After the ruting table is recalculated, R3 has an inter-area rute t netwrk N thrugh the backbne area via R4 with cst 110. R3 withdraws its summary-lsa cvering netwrk N advertised int the backbne by flding crrespnding MaxAge LSA (premature aging, as described in 14.1 f [Ref1]) and updates areas 2 and 4 with new versin f summary-lsa, cntaining the cst f 110. Nw assume that R2 successfully receives and installs the new LSA, while R1 des nt (due t packet drps r ther ptential prblems). R2 recalculates the ruting table and installs the inter-area rute via R1, because R1 did nt withdraw its summary-lsa with cst 2. After the new rute is installed int R2 s ruting table, R2 riginates a summary-lsa fr netwrk N with cst 3 int area 2. R3 uses this LSA t calculate the rute t N via R2 and annunces a new summary-lsa with cst 4 int area 4. This LSA is used by R1. A lp is frmed. Nte that R1, R2, and R3 will nt use the backbne path, because it will always be updated by a nn-backbne path with smaller metric. Described lping stps when the cst f nn-backbne inter-area path t netwrk N becmes greater than the cst f backbne-assciated path, that is greater than 110. The lp described abve is nt Shrtcut ABR-specific, i.e., it can be seen even with standard ABR behavir when virtual links create a circle. Hwever, this dcument encurages administratrs t cnfigure areas as shrtcut and thus ptentially increases the prbability f such a temprary lp. The authr wuld like t emphasize that 1) such ruting lps are hardly t be seen in real netwrks with prper dmain design, and 2) even if such a lp frms, it is temprary, the netwrk finally cnverges and prper rutes are installed. There exist several methds t minimize the prbability f described ruting lp frmatin and t prvide faster cnvergence in case a lp has frmed, but specificatin f these methds is utside the scpe f this dcument and will be delayed until the prblem becmes apparent. Zinin [Page 15]

16 8 Security Cnsideratins Shrtcut ABR behavir specified in this dcument des nt raise any security issues that are nt already cvered in [Ref1]. 9 Appendixes A.1 Ruter-LSA An OSPF ruter riginates a ruter-lsa int each f its attached areas. The ruter-lsa describes the state and cst f the ruter s interfaces t the area. The cntents f the ruter-lsa are described in detail in Sectin A.4.2 f [Ref1]. One mre flag has been added t the ruter-lsa, called bit S belw. This flag indicates whether the area has been cnfigured as Shrtcut n the ABR. Nte that all ABRs in an area must annunce the S-bit this area t be used in shrtcutting LS age Optins Link State ID Advertising Ruter LS sequence number LS checksum length rtype 0 # links Link ID P E Link Data R Type # TOS TOS 0 metric # L # TOS 0 metric I T N O... K S S TOS 0 metric The ruter LSA Zinin [Page 16]

17 * * * S W V E B The rtype field The fllwing defines the flags fund in the rtype field. Each flag classifies the ruter by functin: bit B. When set, the ruter is an area brder ruter (B is fr brder). These ruters frward unicast data traffic between OSPF areas. bit E. When set, the ruter is an AS bundary ruter (E is fr external). These ruters frward unicast data traffic between Autnmus Systems. bit V. When set, the ruter is an endpint f an active virtual link (V is fr virtual) which uses the described area as its Transit area. bit W. Used in MOSPF [Ref3], when set, the ruter is a wild-card multicast receiver. These ruters receive all multicast datagrams, regardless f destinatin. Inter-area multicast frwarders and inter-as multicast frwarders are smetimes wild-card multicast receivers (see [Ref3] fr mre details). bit S. When set, the ruter is a Shrtcut-capable ABR and intends t use the area fr shrtcutting prvided that all ther ABRs in this area agree n that (als annunce the S-bit int this area). See sectins 2 and 3 fr mre details. 10 References [Ref1] J. My. OSPF versin 2. Technical Reprt RFC 2328, Internet Engineering Task Frce, ftp://ftp.isi.edu/inntes/rfc2328.txt. [Ref2] Zinin, Lindem, Yeung. Alternative OSPF ABR Implementatins. Wrk in prgress, Internet Engineering Task Frce. draftietf-spf-abr-alt-00.txt Zinin [Page 17]

18 [Ref3] J. My. Multicast Extensins t OSPF. Internet Engineering Task Frce, Authr s Address Alex D. Zinin AMT Grup 8 Maly Znamensky per., bld. 1 Office 3b Mscw, Russia zinin@amt.ru Zinin [Page 18]

Chapter 13. Routing Protocols (RIP, OSPF, and BGP) PDF created with FinePrint pdffactory Pro trial version

Chapter 13. Routing Protocols (RIP, OSPF, and BGP) PDF created with FinePrint pdffactory Pro trial version Chapter 13 Ruting Prtcls (RIP, OSPF, and BGP) PDF created with FinePrint pdffactry Pr trial versin www.pdffactry.cm Outline INTERIOR AND EXTERIOR ROUTING RIP OSPF BGP PDF created with FinePrint pdffactry

More information

Network Working Group. Category: Informational Cisco Systems A. Shaikh AT&T Labs (Research) April 2005

Network Working Group. Category: Informational Cisco Systems A. Shaikh AT&T Labs (Research) April 2005 Netwrk Wrking Grup Request fr Cmments: 4062 Categry: Infrmatinal V. Manral SiNett Crp. R. White Cisc Systems A. Shaikh AT&T Labs (Research) April 2005 Status f This Mem OSPF Benchmarking Terminlgy and

More information

Hospital Task Scheduling using Constraint Programming

Hospital Task Scheduling using Constraint Programming Hspital Task Scheduling using Cnstraint Prgramming Authr: Chaman Chahal Supervisr: Dr. P. Bse, Schl f Cmputer Science Organizatin: Carletn University Curse: COMP4905 Date: Dec. 11, 2012 1 Abstract Hspitals

More information

Upgrading to PlanetPress Suite Version 5

Upgrading to PlanetPress Suite Version 5 Upgrading t PlanetPress Suite Versin 5 Creatin date: September 2, 2005 Revisin date: June 14, 2006 Table f Cntents System Requirements... 4 Imprtant Cnsideratins... 4 Knwn Issues... 6 Prcedure t imprt

More information

ACTION PLAN TO AVOID FURTHER OUTAGES

ACTION PLAN TO AVOID FURTHER OUTAGES ACTION PLAN TO AVOID FURTHER OUTAGES Paris, Octber 18 th, 2013, These past few mnths, France-IX has undergne a series f utages which highlighted the limits France-IX has recently undergne a series f utages

More information

Puget Sound Company Overview. Purpose of the Project. Solution Overview

Puget Sound Company Overview. Purpose of the Project. Solution Overview Puget Sund Cmpany Overview Puget Sund Energy is Washingtn State s largest and ldest energy utility, serving nearly 1 millin electric custmers and mre than 650,000 natural gas custmers, primarily within

More information

AccuBuild Version 9.3 Release 05/11/2015. Document Management Speed Performance Improvements

AccuBuild Version 9.3 Release 05/11/2015. Document Management Speed Performance Improvements AccuBuild Versin 9.3 Release 05/11/2015 Dcument Management Speed Perfrmance Imprvements The entire dcument management system and security system design was retled which shuld result in majr speed imprvements

More information

Spring 06 Assignment 3: Robot Motion, Game Theory

Spring 06 Assignment 3: Robot Motion, Game Theory 15-381 Spring 06 Assignment 3: Rbt Mtin, Game Thery Questins t Rng Yan(yanrng@cs.cmu.edu) Out: 2/21/06 Due: 3/7/06 Name: Andrew ID: Please turn in yur answers n this assignment (etra cpies can be btained

More information

Operating Instructions

Operating Instructions TC 60/8 THERMOCOMPUTER TC 60/8 temp / time s s temp / time k start stp Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing

More information

Victorian Student Number Data Quality and Process Guidelines for Victorian Government Schools

Victorian Student Number Data Quality and Process Guidelines for Victorian Government Schools Victrian Student Number Data Quality and Prcess Guidelines fr Victrian Gvernment Schls Published by the Cmmunicatins Divisin fr Educatin Chief Infrmatin Officer Divisin Department f Educatin and Early

More information

DXF2DAT 3.0 Professional Designed Computing Systems 848 W. Borton Road Essexville, Michigan 48732

DXF2DAT 3.0 Professional Designed Computing Systems 848 W. Borton Road Essexville, Michigan 48732 Prgram Infrmatin 1 DXF2DAT 3.0 Prfessinal Designed Cmputing Systems 848 W. Brtn Rad Essexville, Michigan 48732 Cntact: (989) 892-4376 website: http://www.famwrk.net General Infrmatin: inf@famwrk.net Technical

More information

LED wdali MC Switch Input Modul Set - User Manual

LED wdali MC Switch Input Modul Set - User Manual LED wli MC Switch Input Mdul Set - User Manual Buttn mdul (Transmitter) 1. Prduct Descriptin Item N.: LC-004-302 Receive mdul (Receiver) The wli MC Switch Input Mdul Set is a cmpact wireless Multi Cntrl

More information

FIRMWARE RELEASE NOTES. Versions V2.0.0 to V Model HDL-32E. High Definition LiDAR Sensor

FIRMWARE RELEASE NOTES. Versions V2.0.0 to V Model HDL-32E. High Definition LiDAR Sensor FIRMWARE RELEASE NOTES Versins V2.0.0 t V2.2.21.0 Mdel HDL-32E High Definitin LiDAR Sensr HDL-32E Firmware Release Ntes Page 2 Fr all new features and changes, refer t the dcumentatin that accmpanies the

More information

National Curriculum Programme of Study:

National Curriculum Programme of Study: Natinal Curriculum Prgramme f Study: Cunt in steps f 2, 3, and 5 frm 0, and in tens frm any number, frward and backward. Recall and use multiplicatin and divisin facts fr the 2, 5 and 10 multiplicatin

More information

Meaningful Use Stage 2- Menu Measure 3 Imaging Results Configuration Guide

Meaningful Use Stage 2- Menu Measure 3 Imaging Results Configuration Guide Enterprise EHR Meaningful Use Stage 2- Menu Measure 3 Imaging Results Cnfiguratin Guide Last Updated: January 30, 2014 Cpyright 2013 Allscripts Healthcare, LLC. www.allscripts.cm MU Menu 3 Imaging Results

More information

Creating Gift Card Batches

Creating Gift Card Batches Every active custmer gift card issued is a part f a batch f gift cards. Prir t activating any individual gift card, yu must define a batch f gift cards and any accmpanying rules that apply t each batch.

More information

NATF CIP Requirement R1 Guideline

NATF CIP Requirement R1 Guideline Open Distributin NATF CIP 014-2 Requirement R1 Guideline Disclaimer This dcument was created by the Nrth American Transmissin Frum (NATF) t facilitate industry wrk t imprve physical security. NATF reserves

More information

Table of Contents. ilab Solutions: Core Facilities Core Usage Reporting

Table of Contents. ilab Solutions: Core Facilities Core Usage Reporting Revisin Date: 12/31/2012 Table f Cntents 1. Institutin, Cre Facility and Lab Administratin Reprting Overview...2 2. Hw d I access ilab Reprts?...3 3. What is the General Functinality fr ilab Reprting?...6

More information

3400 to 3600MHz. Crown Recognised Spectrum Access in 3400 to 3600 MHz. The response of Alcatel-Lucent to Ofcom Spectrum Policy Group

3400 to 3600MHz. Crown Recognised Spectrum Access in 3400 to 3600 MHz. The response of Alcatel-Lucent to Ofcom Spectrum Policy Group Crwn Recgnised Spectrum Access in 3400 t 3600 MHz The respnse f Alcatel-Lucent t Ofcm Spectrum Plicy Grup Spectrum Access in 1 3400 t 3600MHz Fr additinal infrmatin and clarificatin, please cntact: Jean-Pierre

More information

Excel Step by Step Instructions Creating Lists and Charts. Microsoft

Excel Step by Step Instructions Creating Lists and Charts. Microsoft Infrmatin Yu Can Enter in a Wrksheet: Labels: Any type f text r infrmatin nt used in any calculatins. Labels are used fr wrksheet headings and make wrksheets easy t read and understand. Labels can als

More information

Dry Contact Sensor DCS15 User Manual

Dry Contact Sensor DCS15 User Manual Dry Cntact Sensr DCS15 User Manual Help Versin updated till firmware 404i / SP456 Cpyright 2012, AKCess Pr C., Ltd.. Intrductin / What is a Dry Cntact Sensr The Dry Cntact sensr r DCS15 is a simple cnnectin

More information

SVT Tab and Service Visibility Tool Job Aid

SVT Tab and Service Visibility Tool Job Aid Summary This Jb Aid cvers: SVT Tab Overview Service Visibility Tl (SVT) Area Overview SVT Area: Satellite Mdem Status (Frm Mdem) Clumn SVT Area: Satellite Mdem Status (Frm SMTS) Clumn SVT Area: Prvisining

More information

BV4115. RF Packet Transmitter. Product specification. February ByVac 2007 ByVac Page 1 of 5

BV4115. RF Packet Transmitter. Product specification. February ByVac 2007 ByVac Page 1 of 5 Prduct Specificatin Prduct specificatin. February 2007 ByVac 2007 ByVac Page 1 f 5 Prduct Specificatin Cntents 1. Dcument Versins... 2 2. Intrductin... 2 3. Features... 2 4. Battery Life... 2 5. Blck Diagram...

More information

TC 60 THERMOCOMPUTER TC 60. prog. start stop. Operating Instructions

TC 60 THERMOCOMPUTER TC 60. prog. start stop. Operating Instructions TC 60 prg start stp THERMOCOMPUTER TC 60 h C/h C Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing Curve...2 Checing

More information

Cleveland Public Theatre. Catapult. Request for Proposals. Deadline for submissions is Monday, June 12 th, 2017

Cleveland Public Theatre. Catapult. Request for Proposals. Deadline for submissions is Monday, June 12 th, 2017 Cleveland Public Theatre Catapult Request fr Prpsals Cleveland Public Theatre s New Play Develpment CPT s missin is t raise cnsciusness and nurture cmpassin thrugh grundbreaking perfrmances and life-changing

More information

E-Jobsheet Tablet Application Functionality

E-Jobsheet Tablet Application Functionality E-Jbsheet Tablet Applicatin Functinality The e-jbsheet applicatin has been created fr Truck Service Prviders (TSP) in rder fr their admin staff and fitters t handle all types f wrk via a mbile platfrm

More information

idcv Isolated Digital Voltmeter User Manual

idcv Isolated Digital Voltmeter User Manual www.akcp.cm idcv Islated Digital Vltmeter User Manual Help Versin updated till firmware SP446 Cpyright 2011, AKCess Pr Limited Prvided by fficial AKCP-Distributr Didactum https://www.didactum-security.cm/en/

More information

Hands-Free Music Tablet

Hands-Free Music Tablet Hands-Free Music Tablet Steven Tmer Nate Decker Grup Website: steve@wasatch.cm milamberftheassembly@yah.cm http://www.cs.utah.edu/~ndecker/ce3992/ Abstract The typical musician handles a great deal f sheet

More information

Operating Instructions

Operating Instructions TC 40 THERMOCOMPUTER TC 40 start stp Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing Curve...2 Checing the Prgramme

More information

Connection tariffs

Connection tariffs Cnnectin tariffs 2016-2019 A. TARIFF CONDITIONS FOR GRID USERS DIRECTLY CONNECTED TO THE ELIA GRID AND FOR DISTRIBUTION GRID OPERATORS, EXCEPTED FOR DISTRIBUTION GRID OPERATORS CONNECTED AT TRANSFORMER

More information

Security Exercise 12

Security Exercise 12 Security Exercise 12 Asynchrnus Serial Digital Baseband Transmissin Discussin: In this chapter, yu learned that bits are transmitted ver a cpper wire as a series f vltage pulses (a prcess referred t as

More information

Claim Amalgamation. Getting Started. Amalgamate means to join 2 or more cell claims into one cell claim. Before you start:

Claim Amalgamation. Getting Started. Amalgamate means to join 2 or more cell claims into one cell claim. Before you start: Claim Amalgamatin Amalgamate means t jin 2 r mre cell claims int ne cell claim. Befre yu start: Yu will need t knw the title numbers f the cell titles fr amalgamatin. If yu are acting as an agent, yu must

More information

Application for Drive Technology

Application for Drive Technology Applicatin fr Drive Technlgy MICROMASTER 4 Applicatin Descriptin Warranty, Liability and Supprt 1 Warranty, Liability and Supprt We d nt accept any liability fr the infrmatin cntained in this dcument.

More information

KIP Cost Center User Guide

KIP Cost Center User Guide - 1 - KIP Cst Center User Guide Cntents 1 Intrductin... 3 1.1 Requirements:... 4 1.2 Supprted Operating Systems... 4 2 Installatin... 5 3 Setup... 8 4 KIP Cst Center Main Screen Print Mde... 12 4.1 Lading

More information

Meal Time! Game Concept

Meal Time! Game Concept Meal Time! Game Cncept Lucien LeMenager Kevin Mann Rbert Dyle Wrking Title Meal Time! Prject Thumbnail A game based n turn- based trading card games, Meal Time! pits players against each ther t crwn the

More information

Altis Flight Manager. PC application for AerobTec devices. AerobTec Altis v3 User Manual 1

Altis Flight Manager. PC application for AerobTec devices. AerobTec Altis v3 User Manual 1 Altis Flight Manager PC applicatin fr AerbTec devices AerbTec Altis v3 User Manual 1 Table f Cntents Intrductin...3 Requirements...3 Installatin...3 Applicatin...3 USB Driver fr Altis v3 interface ALink...4.NET

More information

Project Information o Simulating Cumulus Entrainment: A Resolution Problem, or Conceptual? o Sonia Lasher-Trapp, UIUC o

Project Information o Simulating Cumulus Entrainment: A Resolution Problem, or Conceptual? o Sonia Lasher-Trapp, UIUC o Annual Reprt fr Blue Waters Allcatin: Snia Lasher-Trapp, Oct 2016 Prject Infrmatin Simulating Cumulus Entrainment: A Reslutin Prblem, r Cnceptual? Snia Lasher-Trapp, UIUC slasher@illinis.edu Executive

More information

C&E Mobility Policy (Standard)

C&E Mobility Policy (Standard) C&E Mbility Plicy (Standard) Originated By: DOCUMENT # VERSION: ISSUE DATE: C&E Mbility Prgram Office ATT-CEM-14001 1 5/16/2014 Title: Upladed t VMT: Last Review Date: Next Review Due By: Raycap Equipment

More information

CENTRE FOR DISTANCE EDUCATION ANNA UNIVERSITY CHENNAI GUIDELINES FOR PREPARATION OF MCA PROJECT REPORT

CENTRE FOR DISTANCE EDUCATION ANNA UNIVERSITY CHENNAI GUIDELINES FOR PREPARATION OF MCA PROJECT REPORT CENTRE FOR DISTANCE EDUCATION ANNA UNIVERSITY CHENNAI 600 025 GUIDELINES FOR PREPARATION OF MCA PROJECT REPORT (Prescribed Frmat and Specificatin) 1. GENERAL: The guideline is intended t prvide brad guidelines

More information

You Be The Chemist Challenge Official Competition Format

You Be The Chemist Challenge Official Competition Format 2018-2019 Yu Be The Chemist Challenge Official Cmpetitin Frmat This dcument prvides detailed infrmatin regarding the Challenge frmat at each level f the cmpetitin. Schl Crdinatrs, participants, and parents/guardians

More information

Enabling the Bluetooth Low Energy Direct Test Mode (DTM) with BlueNRG-MS

Enabling the Bluetooth Low Energy Direct Test Mode (DTM) with BlueNRG-MS DT0069 Design tip Enabling the Bluetth Lw Energy Direct Test Mde (DTM) with BlueNRG-MS By Salv Bnina Main cmpnents BlueNRG-MS Upgradable Bluetth Lw Energy netwrk prcessr SPBTLE-RF Very lw pwer mdule fr

More information

Acceptance and verification PCI tests according to MIL-STD

Acceptance and verification PCI tests according to MIL-STD Acceptance and verificatin PCI tests accrding t MIL-STD-188-125 Bertrand Daut, mntena technlgy V1 - August 2013 CONTENTS 1. INTRODUCTION... 1 2. DEFINITIONS... 1 3. SCHEMATIC OF THE TEST SETUP WITH USE

More information

Banner pocket v3 Page 1/7. Banner pocket v3

Banner pocket v3 Page 1/7. Banner pocket v3 Banner pcket v3 Page 1/7 Banner pcket v3 Descriptin Banner pcket will help yu get the printed sheets arranged in the way yu need fr attaching the frnt and back side pckets tgether. It will crp ne sides

More information

POWERSLED CIRCUIT INTRODUCTION GAME COMPONENTS

POWERSLED CIRCUIT INTRODUCTION GAME COMPONENTS POWERSLED CIRCUIT WRITTEN & DESIGNED BY Kevin Smith GRAPHIC DESIGN & EDITING Daniel Kast Eric Rennie PLAYTESTING Tm Akerman Rbert Flaharty Keith Hudsn Chris McArthur Glenn Mchn Demian Rse Tm Warhurst Cpyright

More information

Spring 06 Assignment 3: Solution

Spring 06 Assignment 3: Solution 15-381 Spring 06 Assignment 3: Slutin Questins t Rng Yan(yanrng@cs.cmu.edu) Out: 2/21/06 Due: 3/7/06 Name: Andrew ID: Please turn in yur answers n this assignment (etra cpies can be btained frm the class

More information

1.12 Equipment Manager

1.12 Equipment Manager Mdule 1 Categry 1 1.12 Equipment Manager Functin f the windw The windw is the central data file fr the Kntrl Pr and cllects the main data fr fees f an bject that t be used in this prject. The Equipment

More information

The WHO e-atlas of disaster risk for the European Region Instructions for use

The WHO e-atlas of disaster risk for the European Region Instructions for use The WHO e-atlas f disaster risk fr the Eurpean Regin Instructins fr use 1 Last Update: June 2011 Cntents 1. Basic system requirements... 3 2. Structure f the WHO e-atlas... 4 2.1. Main menu... 4 2.1.1.

More information

Automated Meters Frequently Asked Questions

Automated Meters Frequently Asked Questions Autmated Metering Prject Utilities Divisin Phne: 403.529.8111 Autmated Meters Frequently Asked Questins Intrductin The City f Medicine Hat has cmpleted its prject t install autmated meters fr all electric,

More information

IEEE C802.16h-06/029

IEEE C802.16h-06/029 Prject Title IEEE 802.16 Bradband Wireless Access Wrking Grup Timing fr sending messages using the frequency dmain energy pulses Date Submitted Surce(s) Re: Abstract Purpse Ntice

More information

Leicestershire Partnership NHS Trust: Gender Pay Gap Report

Leicestershire Partnership NHS Trust: Gender Pay Gap Report Leicestershire Partnership NHS Trust: Gender Pay Gap Reprt 31 st March 2017 Backgrund t the gender pay gap analyses The Gender Pay Gap Regulatins (a 2017 update t the Equality Act 2010) intrduced a requirement

More information

1. Constraint propagation

1. Constraint propagation 6.034 Artificial Intelligence, Fall 2006 Prf. Patrick H.Winstn Prblem Set 3 This prblem set is due Wednesday, Octber 18th at 11:59 PM. If yu have questins abut it, ask the TA email list. Yur respnse will

More information

3GPP TR V ( )

3GPP TR V ( ) TR 32.827 V10.0.0 (2010-03) Technical Reprt 3rd Generatin Partnership Prject; Technical Specificatin Grup Services and System Aspects; Telecmmunicatin management; Integratin f device management infrmatin

More information

CAR ASYST - Quick Start Guide MAIN MENU

CAR ASYST - Quick Start Guide MAIN MENU fficially apprved by CAR ASYST - Quick Start Guide MAIN MENU Main menu The main menu f ur CAR ASYST APP is divided int 7 menu items. Belw yu will find a list f these items including a shrt descriptin.

More information

PROBABILITY OF DETECTION OF FLAWS IN A GAS TURBINE ENGINE. Gary L. Burkhardt and R.E. Beissner

PROBABILITY OF DETECTION OF FLAWS IN A GAS TURBINE ENGINE. Gary L. Burkhardt and R.E. Beissner PROBABILITY OF DETECTION OF FLAWS IN A GAS TURBINE ENGINE COMPONENT USING ELECTRIC CURRENT PERTURBATION Gary L. Burkhardt and R.E. Beissner Suthwest Research Institute 6220 CUlebra Rad San Antni, Texas

More information

COMP 110 INTRODUCTION TO PROGRAMMING WWW

COMP 110 INTRODUCTION TO PROGRAMMING WWW COMP 110 INTRODUCTION TO PROGRAMMING WWW http://cmp110www.web.unc.edu Fall 2011 Hmewrk 3 Submissin Deadline: 10:59 AM, Oct 24 Overview Validating Multiple Chess Mves n a Chessbard Fr this assignment yu

More information

APPENDIX B TRAFFIC IMPACT STUDY CRITERIA

APPENDIX B TRAFFIC IMPACT STUDY CRITERIA APPENDIX B TRAFFIC IMPACT STUDY CRITERIA Traffic Impact Studies Traffic impact studies (TIS) may be required by the Cunty in rder t adequately assess the impacts f a develpment prpsal n the existing and/r

More information

Dispatcher Control for MotoTRBO Capacity Plus Systems

Dispatcher Control for MotoTRBO Capacity Plus Systems Dispatcher Cntrl fr MtTRBO Capacity Plus Systems This tutrial prvides brief instructins t set up the dispatch cntrl ver MtTRBO Capacity Plus systems, using SmartPTT dispatch sftware. Bth cases are cnsidered:

More information

Microsoft PowerPoint 2007

Microsoft PowerPoint 2007 Micrsft PwerPint 2007 Finding Presentatins n the Web Open the Internet and g t http://www.ggle.cm Click n Advanced Search. Enter wrds r phrases t describe desired results. On the File Frmat line, click

More information

From Perspectivities to Perspective Collineations

From Perspectivities to Perspective Collineations Frm erspectivities t erspective Cllineatins Given distinct planes π and π 0 in extended Euclidean space E3, and a pint n neither plane, the assciated ne-pint prjectin with center maps π bijectively nt

More information

This app uses callas pdftoolbox server as the imposition engine and consequently you have to have that program installed on your Switch server.

This app uses callas pdftoolbox server as the imposition engine and consequently you have to have that program installed on your Switch server. Autmatic impsitin Page 1/8 Autmatic impsitin Descriptin Autmatic impsitin will d the mst cmmn impsitins fr yur digital printer. It will autmatically d flders fr A5, A4 r US Letter page sizes in either

More information

Figure 1: A Battleship game by Pogo

Figure 1: A Battleship game by Pogo CSCI 2312-002: Object Oriented Prgramming Final Prject Assigned: Octber 17, 2017 Design Due: Octber 24, 2017 IN CLASS (Graded as ne hmewrk grade) Final prject Due: Nvember 16, 2017 at 11:59 PM Fr many

More information

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord High Level Design Circuit CitEE Irere Kwihangana Lauren Mahle Jaclyn Nrd 12/16/2013 Table f Cntents 1 Intrductin. 3 2 Prblem Statement and Prpsed Slutin. 3 3 Requirements. 3 4 System Blck Diagram 4.1 Overall

More information

IntesisBox IS-IR-KNX-1i v1.0. User's Manual Issue Date: 06/2017 r1.0 eng

IntesisBox IS-IR-KNX-1i v1.0. User's Manual Issue Date: 06/2017 r1.0 eng IntesisBx IS-IR-KNX-1i v1.0 User's Manual Issue Date: 06/2017 r1.0 eng IntesisBx KNX IR Universal AC Intesis Sftware S.L.U. 2017 All Rights Reserved. Infrmatin in this dcument is subject t change withut

More information

WiFi Lab C. Equipment Needs:

WiFi Lab C. Equipment Needs: WiFi Lab C Event Objective: Teams will cnstruct an antenna prir t the turnament that is designed t transmit a signal at 2.4 GHz and cmplete a written test n the principles f electrmagnetic wave prpagatin.

More information

Specification for Learning and Qualifications for Physical Intervention Skills

Specification for Learning and Qualifications for Physical Intervention Skills Specificatin fr Learning and Qualificatins fr Physical Interventin Skills September 2018 Security Industry Authrity www.sia.hmeffice.gv.uk Frewrd The Security Industry Authrity (SIA) recgnises that it

More information

8.1. Name authority concepts and problems

8.1. Name authority concepts and problems Overview Name authrity cntrl 8.1. Name authrity cncepts and prblems The Rules, Standards, and Authrity Cntrl mdules prvided a fundatin fr understanding name authrity cntrl. By way f review, all authrity

More information

C9 Trader Service User Guide

C9 Trader Service User Guide C9 Trader Service User Guide JUNE 2017 Cntents 1. Launching the C9 Trader... 2 2. Lgging in t Clud9... 2 3. Clud9 Hme Screen... 3 3.1 Cntrl Panel... 3 3.1.1 Hme Buttn... 3 3.1.2 Cmmunity Buttn... 3 3.1.3

More information

3: Community Gathering Space

3: Community Gathering Space 3: Cmmunity Gathering Space What: 2 part spatial sequence with gathering area fr varius sized grups Entry Zne Prvide an intrductin t the area by establishing a md and character and as well as separating

More information

THE LAW SOCIETY OF ALBERTA HEARING COMMITTEE REPORT

THE LAW SOCIETY OF ALBERTA HEARING COMMITTEE REPORT THE LAW SOCIETY OF ALBERTA HEARING COMMITTEE REPORT IN THE MATTER OF THE LEGAL PROFESSION ACT, R.S.A. 2000, c. L-8 AND IN THE MATTER OF A HEARING REGARDING THE CONDUCT OF BRIAN SEKIYA, A MEMBER OF THE

More information

VIP-200. Point to Point Extension Configuration Quick Start Guide. Video over IP Extender and Matrix System

VIP-200. Point to Point Extension Configuration Quick Start Guide. Video over IP Extender and Matrix System VIP-200 Vide ver IP Extender and Matrix System Pint t Pint Extensin Cnfiguratin Quick Start Guide PureLink TM 535 East Crescent Avenue Ramsey, NJ 07446 USA Cntents What is in the bx... 3 Transmitter kit

More information

Common Network Operation Tools

Common Network Operation Tools Cmmn Netwrk Operatin Tls Prcess fr the develpment f data exchanges Mnika Kaldnek Adviser, System Operatins Brussels xxx2014 Backgrund > WHY: Regulatin 715/2009 (Art 8)...ENTSOG shall adpt: cmmn netwrk

More information

The Motorcycle Industry in Europe. L-category vehicles type approval regulation ACEM comments on draft TRL durability study

The Motorcycle Industry in Europe. L-category vehicles type approval regulation ACEM comments on draft TRL durability study L-categry vehicles type apprval regulatin ACEM cmments n draft TRL durability study 1. ACEM members welcme the pprtunity t cmment n the draft TRL durability study. Since 2004, ACEM members have supprted

More information

PhotoVu Digital Picture Frame Service & Repair Guide

PhotoVu Digital Picture Frame Service & Repair Guide PhtVu Digital Picture Frame Service & Repair Guide PhtVu, LLC 2450 Central Ave, #G1 Bulder, CO 80301 USA www.phtvu.cm/supprt Versin: 1.0 Table f Cntents Getting Started... 3 Determine Yur Generatin f PhtVu

More information

SunGuide TM GUI Design Review Release 3.1 Express Lanes Meeting Minutes Date: March 10, 2008 Location: Video Conference

SunGuide TM GUI Design Review Release 3.1 Express Lanes Meeting Minutes Date: March 10, 2008 Location: Video Conference SunGuide TM GUI Design Review Release 3.1 Express Lanes Meeting Minutes Date: Lcatin: Vide Cnference Attendees: Trey Tillander, FDOT CO Steve Crbin, FDOT D4 Rry Santana, FDOT D6 Manny Fntan, FDOT D6 David

More information

VILLAGE COORDINATOR AGREEMENT

VILLAGE COORDINATOR AGREEMENT Date Received at AHSGR VILLAGE COORDINATOR AGREEMENT Frm materials written by the riginal funders f AHSGR, we knw that the grup f peple wh gt tgether in the late 1960s t frm what was t later becme AHSGR

More information

Release Notes for Avaya Scopia PathFinder Firewall Traversal

Release Notes for Avaya Scopia PathFinder Firewall Traversal Release Ntes fr Avaya Scpia PathFinder Firewall Traversal Versin 8.3.7.0.4 Fr Slutin 8.3.7 January 2017 2000-2017 Avaya Inc. All intellectual prperty rights in this publicatin are wned by Avaya Inc. and

More information

6. Verifying Identification for DBS (England only)

6. Verifying Identification for DBS (England only) 6. Verifying Identificatin fr DBS (England nly) Membership Secretaries play an imprtant rle in the prvisin f the Disclsure service, in particular yu need t: Check and validate the infrmatin prvided by

More information

What is a Customer Service Model?

What is a Customer Service Model? What is a Custmer Service Mdel? Qin Wu IETF 97 Seul Krean L2SM WG meeting 1 Mtivatin Mtivatin: Nt everybdy understand the difference between the device mdel and service mdel Clarify what a service mdel

More information

ECE 3829: Advanced Digital System Design with FPGAs A Term 2017

ECE 3829: Advanced Digital System Design with FPGAs A Term 2017 ECE 3829: Advanced Digital System Design with FPGAs A Term 2017 Lab 2- VGA display and Light Sensr interface Reprt due at start f class Friday September 15 th Use the prvided Ambient Light Sensr mdule

More information

Introduction. Version 8.2.2

Introduction. Version 8.2.2 Intrductin As with each new versin, minr changes and new ptins are added. Sme f these changes are nt visible because they are designed t imprve functins and crrect sme minr bug. Fr visible changes, please

More information

COSC 6374 Parallel Computation. Communication Performance Modeling. Edgar Gabriel Fall Motivation

COSC 6374 Parallel Computation. Communication Performance Modeling. Edgar Gabriel Fall Motivation COSC 6374 Parallel Cmputatin Cmmunicatin Perfrmance Mdeling Edgar Gabriel Fall 2015 Mtivatin Can we estimate the csts fr a parallel cde in rder t Evaluate quantitative and qualitative differences between

More information

Producing Research Posters

Producing Research Posters Dr Keith E. Fildes 21/23 Octber 2014 (with acknwledgments t Dr Lyuba Albul, CARR) Objectives This sessin will cver: The purpse f psters What shuld be included Design cnsideratins Getting started The fllw-up

More information

Experiment 4 Op-Amp Circuits

Experiment 4 Op-Amp Circuits Experiment 4 Op-Amp Circuits Purpse: In this experiment, yu will learn abut peratinal amplifiers (r p-amps). Simple circuits cntaining peratinal amplifiers can be used t perfrm mathematical peratins, such

More information

INTERNATIONAL CIVIL AVIATION ORGANIZATION EASTERN AND SOUTHERN OFFICE

INTERNATIONAL CIVIL AVIATION ORGANIZATION EASTERN AND SOUTHERN OFFICE INTERNATIONAL CIVIL AVIATION ORGANIZATION EASTERN AND SOUTHERN OFFICE First Meeting f the AFI VSAT Netwrks Managers (AFI VSAT/1) (Kwa-Zulu Natal, Suth Africa, 13 t 15 June 2011) Agenda Item 6: Need fr

More information

Troubleshooting Guide StarFire Satellite Changes

Troubleshooting Guide StarFire Satellite Changes Trubleshting Guide StarFire Satellite Changes This guide is updated t reflect the sftware frm NavCm which is related t the StarFire satellite and frequency changes. The mst recent versin f sftware fr bth

More information

Formative Evaluation of GeeGuides: Educational Technology to Enhance Art Exploration

Formative Evaluation of GeeGuides: Educational Technology to Enhance Art Exploration Frmative Evaluatin f GeeGuides: Educatinal Technlgy t Enhance Art Explratin Prepared by Clleen F. Manning Senir Research Assciate Gdman Research Grup, Inc. Submitted t GeeGuides LLC March 2005 EXECUTIVE

More information

Transmission Substation Field Instructions

Transmission Substation Field Instructions 4.14 Substatin Permits Purpse This instructin deals with the use f permits t wrk in Hrizn Pwer s, and must be read in cnjunctin with FI 4.4 Secndary Islatins. Scpe The persnnel cvered by this instructin

More information

American Association of State Highway and Transportation Officials

American Association of State Highway and Transportation Officials American Assciatin f State Highway and Transprtatin Officials Please save and send as a wrd file. Yu can attach a map in PDF r JPG with the applicatin t usrutes@aasht.rg (M.Vitale) An Applicatin frm the

More information

CUSTOMER PORTAL. Floorplan Management

CUSTOMER PORTAL. Floorplan Management CUSTOMER PORTAL Flrplan Management FLOORPLAN ANALYTICS The flrplan analytics area displays flrplans yu have uplad t the prtal (if yu haven t yet upladed a flrplan please cntact ur supprt department). Frm

More information

SARMAP RELEASE NOTES. Version: 7.0 (July 2016) rpsgroup.com

SARMAP RELEASE NOTES. Version: 7.0 (July 2016) rpsgroup.com SARMAP RELEASE NOTES Versin: 7.0 (July 2016) 55 Village Square Dr. Suth Kingstwn, RI 02879 Tel: (401) 789-6224 Fax: (401) 789-1932 Email: MapSupprt@ Table f Cntents Table f Cntents...ii 1 Intrductin...

More information

Dorsey s Search. Name Address Home Telephone Work. Address. Property Owner s Signature

Dorsey s Search. Name Address Home Telephone Work.  Address. Property Owner s Signature Drsey s Search Return t: Linden Hall 4765 Drsey Hall Drive Ellictt City, MD 21042 410 730-4005 Fax 410 730-4008 ihatz@clumbiavillages.rg - Cvenant Advisr nmeredith@clumbiavillages.rg - Asst. Cvenant Advisr

More information

ELECTRICAL CIRCUITS LABORATORY II EEE 209 EXPERIMENT-6. Operational Amplifiers II

ELECTRICAL CIRCUITS LABORATORY II EEE 209 EXPERIMENT-6. Operational Amplifiers II ADANA SCIENCE AND TECHNOLOGY UNIVERSITY ELECTRICAL ELECTRONICS ENGINEERING DEPARTMENT ELECTRICAL CIRCUITS LABORATORY II EEE 209 EXPERIMENT-6 Operatinal Amplifiers II OPERATIONAL AMPLIFIERS Objectives The

More information

Journal of Mississippi Academy of Sciences

Journal of Mississippi Academy of Sciences Jurnal f Mississippi Academy f Sciences Authr Guidelines Editrial Plicy. The Editrial Bard publishes articles n all aspects f science that are f general interest t the scientific cmmunity. General articles

More information

Flash Image Rotator Web Part

Flash Image Rotator Web Part Flash Image Rtatr Web Part User Guide Cpyright 2007 Data Springs Inc. All rights reserved. Table f cntents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 2.1 After installatin ntes:...5 2.2 Trubleshting...6

More information

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments PID Cntrl with ADwin Prcessrs with Sub-Micrsecnd Respnse Times Cntrl a Variety f I/O CHESTERLAND OH March 9, 2015 *Adapted frm PID Cntrl with ADwin, by Dug Rathburn, Keithley Instruments By Terry Nagy,

More information

Last update: December 26, English Translation DRAFTS of Asian Rules by Eric Wu. Contents

Last update: December 26, English Translation DRAFTS of Asian Rules by Eric Wu. Contents WXF r Asia rule Name:Lee JiHai (The Cmmittee f Referees Hng Kng Chinese Chess Assciatin) Lcatin:Hng Kng Last update: December 26, 2005 English Translatin DRAFTS f Asian Rules by Eric Wu. Cntents Intrductin

More information

Guidelines for Preparation of Accepted Papers (Full Length) / Posters

Guidelines for Preparation of Accepted Papers (Full Length) / Posters 23 rd Internatinal Cngress n Irrigatin and Drainage 8-14 Octber 2017, Mexic City, Mexic Theme: Mdernizing Irrigatin and Drainage fr a New Green Revlutin Guidelines fr Preparatin f Accepted Papers (Full

More information

JJ / CP RFP Response to Inquiries

JJ / CP RFP Response to Inquiries GENERAL QUESTIONS Is it pssible t have pages 19 thrugh 40? The MS Wrd versin f the RFP can be fund n the Clerk f the Curt s website at www.ckcuntyclerkfcurt.rg. Please clarify the due date f the prpsals.

More information

RiverSurveyor S5/M9 & HydroSurveyor Second Generation Power & Communications Module (PCM) Jan 23, 2014

RiverSurveyor S5/M9 & HydroSurveyor Second Generation Power & Communications Module (PCM) Jan 23, 2014 SnTek, a Xylem brand 9940 Summers Ridge Rad, San Dieg, CA 92121-3091 USA Telephne (858) 546-8327 Fax (858) 546-8150 E-mail: inquiry@sntek.cm Internet: http://www.sntek.cm RiverSurveyr S5/M9 & HydrSurveyr

More information

The objective of Man of Steel is to obtain winning symbol combinations by spinning the reels.

The objective of Man of Steel is to obtain winning symbol combinations by spinning the reels. Man f Steel 5-Reel 25-Line Slt The bjective f Man f Steel is t btain winning symbl cmbinatins by spinning the reels. TO PLAY THE GAME The Man f Steel game can be played in bth landscape and prtrait mdes.

More information