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

Size: px
Start display at page:

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

Transcription

1 Chapter 13 Ruting Prtcls (RIP, OSPF, and BGP) PDF created with FinePrint pdffactry Pr trial versin

2 Outline INTERIOR AND EXTERIOR ROUTING RIP OSPF BGP PDF created with FinePrint pdffactry Pr trial versin

3 Intrductin An internet is a cmbinatin f netwrks cnnected by ruters Hw t pass a packet frm surce t destinatin? Which f the available pathways is the ptimum pathway? Depends n the metric: Metric: a cst assigned fr passing thrugh a netwrk A ruter shuld chse the rute with the smallest metric PDF created with FinePrint pdffactry Pr trial versin

4 Intrductin (Cnt.) The metric assigned t each netwrk depends n the type f prtcl RIP (Ruting Infrmatin Prtcl) Treat each netwrk as equals The cst f passing thrugh each netwrk is the same: ne hp cunt Open Shrtest Path First (OSPF) Allw administratr t assign a cst fr passing thrugh a netwrk based n the type f serviced required Fr example, maximum thrughput r minimum delay Brder Gateway Prtcl (BGP) The criterin is the plicy, which can be set by the administratr PDF created with FinePrint pdffactry Pr trial versin

5 Intrductin (Cnt.) Ruting table can be static r dynamic An internet needs dynamic ruting tables Dynamic ruting table is achieved by the ruting prccls PDF created with FinePrint pdffactry Pr trial versin

6 13.1 INTERIOR AND EXTERIOR ROUTING The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

7 Interir and Exterir Ruting An internet can be s large that ne ruting prtcl cannt handle the task f updating ruting table f all ruters Thus, an internet is divided int autnmus systems (AS) AS is a grup f netwrks and ruters under the authrity f a single administratin PDF created with FinePrint pdffactry Pr trial versin

8 Interir and Exterir Ruting Interir ruting Ruting inside an autnmus system Each AS can chse its wn interir ruting prtcl Examples: RIP and OSPF Exterir ruting Ruting between autnmus systems Only ne exterir ruting prtcl is usually used fr exterir ruting Examples: BGP PDF created with FinePrint pdffactry Pr trial versin

9 Figure 13-1 Ppular Ruting Prtcls PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

10 Example R1, R2, R3 and R4 use an interir and an exterir ruting prtcl Slid thin lines Interir ruting prtcl Brken thick lines Exterir ruting prtcl PDF created with FinePrint pdffactry Pr trial versin

11 Figure 13-2 Autnmus Systems PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

12 13.2 RIP: Ruting Infrmatin Prtcl The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

13 RIP RIP: Ruting Infrmatin Prtcl Based n distance vectr ruting Use the Bellman-Frd algrithm fr calculating the ruting tables PDF created with FinePrint pdffactry Pr trial versin

14 Distance Vectr Ruting Each ruter peridically shares its knwledge abut the entire internet with its neighbrs Sharing knwledge abut the entire AS At the start, a ruter s knwledge may be sparse But, hw much it knws is unimprtant, it sends whatever it has Sharing nly with neighbrs Sends its knwledge nly t neighbrs Sharing at regular intervals PDF created with FinePrint pdffactry Pr trial versin

15 RIP Updating Infrmatin Ruting table is updated n receipt f a RIP respnse message Receipt: a respnse RIP message Add ne hp t the hp cunt fr each advertised destinatin Repeat the fllwing steps fr each advertised destinatin If (destinatin nt in the ruting table) Add the advertised infrmatin t the table Else If (next-hp field is the same) Return Replace retry in the table with the advertised ne Else If (advertised hp cunt smaller than ne in the table) Replace entry in the ruting table PDF created with FinePrint pdffactry Pr trial versin

16 Example f Updating a Ruting Table PDF created with FinePrint pdffactry Pr trial versin

17 Initializing the Ruting Table When a ruter is added t a netwrk It initializes a ruting table fr itself using its cnfiguratin file The table cntains nly the directly attached netwrks and the hp cunt (= 1) PDF created with FinePrint pdffactry Pr trial versin

18 Updating the Ruting Table Each ruting table is updated upn receipt f RIP message Using the RIP updating message algrithm shwn abve PDF created with FinePrint pdffactry Pr trial versin

19 Initial Ruting Tables in a Small Autnmus System PDF created with FinePrint pdffactry Pr trial versin

20 Final Ruting Tables fr the Previus Figure PDF created with FinePrint pdffactry Pr trial versin

21 RIP Message Frmat Cmmand: 8-bit The type f message: request (1) r respnse (2) Versin: 8-bit Define the RIP versin Family: 16-bit Define the family f the prtcl used TCP/IP: value is 2 Address: 14 bytes Defines the address f the destinatin netwrk 14 bytes fr this field t be applicable t any prtcl Hwever, IP currently uses nly 4 bytes, the rest are all 0s Distance: 32-bit The hp cunt frm the advertising ruter t the destinatin netwrk PDF created with FinePrint pdffactry Pr trial versin

22 Figure 13-6 RIP Message Frmat PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

23 Requests and Respnse RIP uses tw type f messages Request and respnse Request Sent by a ruter that has just cme up r has sme time-ut entries Can ask specific entries r all entries PDF created with FinePrint pdffactry Pr trial versin

24 Figure 13-7 Request Messages PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

25 Requests and Respnse (Cnt.) Respnse: slicited r unslicited A slicited respnse: sent nly in answer t a request Cntain infrmatin abut the destinatin specified in the crrespnding request An unslicited respnse: sent peridically Every 30s Cntains infrmatin abut the entire ruting table Als called update packet PDF created with FinePrint pdffactry Pr trial versin

26 Example 1 What is the peridic respnse sent by ruter R1 in the next slide? Assume R1 knws abut the whle autnmus system. PDF created with FinePrint pdffactry Pr trial versin

27 Figure 13-8 Example 1 The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

28 Slutin R1 can advertise three netwrks , , and The peridic respnse (update packet) is shwn in the next slide. PDF created with FinePrint pdffactry Pr trial versin

29 Figure 13-9 Slutin t Example 1 PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

30 Timers in RIP RIP uses three timers Peridic timer Expiratin timer Garbage cllectin timer PDF created with FinePrint pdffactry Pr trial versin

31 Figure RIP Timers The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

32 Peridic Timer Peridic timer Cntrl the advertising f regular update message Althugh prtcl specifies 30 s, the wrking mdel uses a randm number between 25 and 35 s Prevent ruters update simultaneusly PDF created with FinePrint pdffactry Pr trial versin

33 Expiratin Timer Gvern the validity f a rute Set t 180 s fr a rute when a ruter receives update infrmatin fr a rute If a new update fr the rute is received, the timer is reset In nrmal peratin, this ccurs every 30 s If timer ges ff, the rute is cnsidered expired The hp cunt f the rute is set t 16, which means destinatin is unreachable PDF created with FinePrint pdffactry Pr trial versin

34 Garbage Cllectin Timer When a rute becmes invalid, the ruter des nt immediately purge that rute frm its table It cntinues advertise the rute with a metric value f 16 A garbage cllectin timer is set t 120 s fr that rute When the cunt reaches zer, the rute is purged frm the table Allw neighbrs t becme aware f the invalidity f a rute prir t purging PDF created with FinePrint pdffactry Pr trial versin

35 Example 2 A ruting table has 20 entries. It des nt receive infrmatin abut five rutes fr 200 secnds. Hw many timers are running at this time? PDF created with FinePrint pdffactry Pr trial versin

36 Slutin The timers are listed belw: Peridic timer: 1 Expiratin timer: 20-5 = 15 Garbage cllectin timer: 5 PDF created with FinePrint pdffactry Pr trial versin

37 Prblems in RIP Slw Cnvergence Instability PDF created with FinePrint pdffactry Pr trial versin

38 Slw Cnvergence A change smewhere in the internet prpagates very slwly thrugh the rest f the internet Fr example A change is Net1, R1 updates itself immediately R1->R2: an average f 15 s R2->R3: an average f 15 s Thus, R1-Rn: an average f 15 x n s PDF created with FinePrint pdffactry Pr trial versin

39 Figure Slw Cnvergence The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

40 Slutin Limit the hp cunt t 15 Prevent data packet frm wandering arund frever Thus, an autnmus system using RIP is limited t a diameter f 15 The number 16 is cnsidered infinity and designates an unreachable netwrk PDF created with FinePrint pdffactry Pr trial versin

41 Figure Hp cunt The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

42 Instability An internet running RIP can becme unstable A packet culd g frm ne ruter t anther in a lp PDF created with FinePrint pdffactry Pr trial versin

43 Instability PDF created with FinePrint pdffactry Pr trial versin

44 Slutins Triggered Update Split Hrizns Pisn Reverses PDF created with FinePrint pdffactry Pr trial versin

45 Triggered Update If there is n change, updates are sent at the 30-s intervals If there is a change, the ruters sends ut its new table immediately PDF created with FinePrint pdffactry Pr trial versin

46 Split Hrizns A ruter must distinguish between different interface If a ruter received rute updating message frm an interface This same updated infrmatin must nt be sent back thrugh this interface Example B receives infrmatin abut Net1 and Net2 thrugh its left interface This infrmatin is updated and passed n thrugh the right interface but nt t the left PDF created with FinePrint pdffactry Pr trial versin

47 Figure Split Hrizn The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

48 Pisn Reverse A variatin f split hrizns Infrmatin received is used t update ruting table and then passed ut t all interface Hwever, a table entry that has cme thrugh ne interface is set t a metric f 16 as it ges ut thrugh the same interface Fr example Ruter B has received infrmatin abut Net1 and Net2 thrugh its left interface Thus, it sends infrmatin ut abut Net1 and Net2 with a metric f 16 PDF created with FinePrint pdffactry Pr trial versin

49 Figure Pisn Reverse The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

50 RIP Versin 2 Des nt augment the length f the message f each entry Only replace thse fields in versin 1 that were filled with 0s with sme new fields PDF created with FinePrint pdffactry Pr trial versin

51 RIP Versin 2 New fields Ruting Tag: carries infrmatin such as the autnmus system number Enable RIP t receive infrmatin frm an exterir ruting table Subnet mask: carries the subnet mask (r prefix) RIP2 supprt classless addressing and CIDR Next-hp address: shw the address f the next hp PDF created with FinePrint pdffactry Pr trial versin

52 Figure RIP-v2 Frmat PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

53 RIP versin 2 supprts CIDR. PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

54 Authenticatin Prtect the message against unauthrized advertisement The first entry f the message is set aside fr authenticatin infrmatin Family field = FFFF 16 PDF created with FinePrint pdffactry Pr trial versin

55 Figure Authenticatin The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

56 Multicasting Versin 1 f RIP uses bradcasting t send RIP message t every neighbr All the ruter and the hsts receive the packets RIP versin 2 Uses the multicast address t multicast RIP message nly t RIP ruters in the netwrk PDF created with FinePrint pdffactry Pr trial versin

57 Encapsulatin RIP message are encapsulated in UDP user datagram The well-knwn prt assigned t RIP in UDP is prt 520 PDF created with FinePrint pdffactry Pr trial versin

58 RIP uses the services f UDP n well-knwn prt 520. PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

59 13.3 OSPF: Open Shrtest Path First PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

60 OSPF OSFP: Open Shrtest Path First Anther interir ruting prtcl OSPF divides an autnmus system int areas T handle ruting efficiently and in a timely manner PDF created with FinePrint pdffactry Pr trial versin

61 Areas A cllectin f netwrks, hsts, and ruters all cntained within an autnmus system Thus, an autnmus system can be divided int many different areas All netwrks inside an area must be cnnected PDF created with FinePrint pdffactry Pr trial versin

62 Areas (Cnt.) Ruters inside an area fld the area with ruting infrmatin Each area has a special ruter called area brder ruters Summarize the infrmatin abut the area and sent it t ther areas PDF created with FinePrint pdffactry Pr trial versin

63 Areas (Cnt.) Amng the area inside an autnmus system is a special area called backbne All f the areas inside an AS must be cnnected t the backbne The ruters inside the backbne are called the backbne ruters A backbne ruter can als be an area brder ruter PDF created with FinePrint pdffactry Pr trial versin

64 Areas (Cnt.) If the cnnectivity between a backbne and an area is brken A virtual link must be created by the administratin Each area has an area identificatin The area identificatin f the backbne is zer PDF created with FinePrint pdffactry Pr trial versin

65 Figure Areas in an Autnmus System PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

66 Metrics OSPF allws the administratr t assign a cst, called the metric, t each rute Metric can be based n a type f service Minimum delay Maximum thrughput A ruter can have multiple ruting tables Each based n a different type f service PDF created with FinePrint pdffactry Pr trial versin

67 Link State Ruting OSPF uses link state ruting t update the ruting table in an area Link state ruting: a prcess by which each ruter shares its knwledge abut its neighbr with every ruter in the area PDF created with FinePrint pdffactry Pr trial versin

68 Link State Ruting (Cnt.) Three keys Sharing knwledge abut the neighbrhd Each ruter sends the state f its neighbrhd t every ther ruter in the area Sharing with every ther ruter Each ruter sends the state f its neighbrhd t every ther ruter in the area by flding Sharing when there is a change Each ruter shares the state f its neighbrhd nly when there is a change PDF created with FinePrint pdffactry Pr trial versin

69 Link State Ruting (Cnt.) The idea behind link state ruting Each ruter shuld have the exact tplgy f the internet at every mment Thus, every ruter shuld have the whle picture f the internet A ruter can calculate the shrtest path between itself and each netwrk But, hw t represent an internet by graph? PDF created with FinePrint pdffactry Pr trial versin

70 Types f Links In OSPF, a cnnectin is called a link Fur types f links Pint-t-pint Transient Stub Virtual PDF created with FinePrint pdffactry Pr trial versin

71 Figure Types f Links The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

72 Pint-t-Pint Link Cnnect tw ruters withut any ther hst r ruter in between Example Telephne line T-line Graphically representatin The ruters are represented by ndes The link is represented by a bidirectinal edge The metric Usually the same at the tw ends PDF created with FinePrint pdffactry Pr trial versin

73 Figure Pint-t-Pint Link PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

74 Transient Link A netwrk with several ruters attached t it Data can enter thrugh any f the ruters and leave thrugh any ruter Example All LANs and sme WANs with tw r mre ruters PDF created with FinePrint pdffactry Pr trial versin

75 Transient Link (Cnt.) Graphically representatin Figure b in the next slide. Hwever, it is Nt efficient: each ruter need t advertise the neighbrhd f fur ther ruters Fr a ttal f 20 advertisement Nt realistic: there is n single netwrk (link) between each pair f ruters There shuld be nly ne netwrk that serves as a crssrad between all five ruters Slutin: ne f the ruters acts as a single netwrk This ruter has a dual purpse: a true ruter and a designated ruter The link is represented as a bidirectinal edge Figure c in the next slide PDF created with FinePrint pdffactry Pr trial versin

76 Figure Transient Link The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

77 Stub Link A netwrk that is cnnected t nly ne ruter Data packet enter and leave thrugh this nly ne ruter A special case f transient netwrk Graphically representatin The ruter as a nde The designed ruter as the netwrk Nte, the link is nly ne-directinal Frm the ruter t the netwrk PDF created with FinePrint pdffactry Pr trial versin

78 Figure Stub Link The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

79 Virtual Link When the link between tw ruters is brken The administratr may create a virtual path between them using a lnger path and may g thrugh several ruters PDF created with FinePrint pdffactry Pr trial versin

80 Figure Example f an internet PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

81 Figure Graphical Representatin f an internet PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

82 Link State Advertisements Each entity distributes Link State Advertisement t share infrmatin abut their neighbrs An LSA annunces the states f entity links Five LSAs, depend n the type f entity Ruter link Netwrk link Summary link t netwrk Summary link t AS bundary ruter External link PDF created with FinePrint pdffactry Pr trial versin

83 Figure Types f LSAs The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

84 Ruter Link Define the links f a true ruter A true ruter uses this advertisement t annunce infrmatin abut All f its links What is at the ther side f the links (neighbrs) PDF created with FinePrint pdffactry Pr trial versin

85 Figure Ruter Link The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

86 Netwrk Link Defines the links f a netwrk A designated ruter, n behalf f the transient netwrk, distributes this type f LSA packet Annunce the existence f all f the ruters cnnected t the netwrk PDF created with FinePrint pdffactry Pr trial versin

87 Figure Netwrk Link The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

88 Summary Link t Netwrk Ruter link and netwrk link advertisements Fld the area with infrmatin inside an area But a ruter must als knw abut the netwrks utside its area The area brder ruters prvide this infrmatin An area brder is active in mre than ne area Receive ruter link and netwrk link advertisements Create a ruter table fr each area Prvide ne area s infrmatin t ther areas by the summary link t netwrk advertisement PDF created with FinePrint pdffactry Pr trial versin

89 Example R1 is an area brder ruter Tw ruting table: ne fr area 1 and ne fr area 0 R1 will fld area 1 with infrmatin abut hw t reach a netwrk lcated in area 0 R2 plays the same rle PDF created with FinePrint pdffactry Pr trial versin

90 Figure Summary Link t Netwrk PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

91 Summary Link t AS Bundary Ruter Previus advertisement lets every ruter knw the cst t reach all f the netwrks inside the AS But, hw t reach a netwrk utside an AS? A ruter must knw hw t reach the autnmus bundary ruter first The summary link t AS bundary ruter prvides this infrmatin The area brder ruters fld their area with this infrmatin PDF created with FinePrint pdffactry Pr trial versin

92 Figure Summary Link t AS Bundary Ruter PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

93 External Link Hw a ruter inside an AS knw which netwrks are available utside the AS? The AS bundary ruters flds the autnmus system with the cst f each netwrk utside the AS Using a ruting table created by an exterir ruting prtcl PDF created with FinePrint pdffactry Pr trial versin

94 External Link (Cnt.) Ntably, each advertisement annunces ne single netwrk Separate annuncements are made if mre than ne netwrk exists PDF created with FinePrint pdffactry Pr trial versin

95 Figure External Link The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

96 Example 3 In Figure (next slide), which ruter(s) sends ut ruter link LSAs? PDF created with FinePrint pdffactry Pr trial versin

97 Figure Example 3 and Example 4 PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

98 Slutin All ruters advertise ruter link LSAs. R1 has tw links, Net1 and Net2. R2 has ne link, Net2 in this AS. R3 has tw links, Net2 and Net3. PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

99 Example 4 In Figure 13.31, which ruter(s) sends ut the netwrk link LSAs? PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

100 Slutin All three netwrk must advertise netwrk links: Advertisement fr Net1 is dne by R1 because it is the nly ruter and therefre the designated ruter. Advertisement fr Net2 can be dne by either R1, R2, r R3, depending n which ne is chsen as the designated ruter. Advertisement fr Net3 is dne by R3 because it is the nly ruter and therefre the designated ruter. PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

101 Link State Database Every ruter in an area Receive the ruter link and netwrk link LSA frm every ther ruter And frm a link state database A tabular representatin f the tplgy f the internet inside an area Ntably, every ruter in the same area has the same link state database PDF created with FinePrint pdffactry Pr trial versin

102 In OSPF, all ruters have the same link state database. PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

103 DijkstraAlgrithm Each ruter applies the Dijkstra algrithm t frm its link state database Dijkstraalgrithm Calculate the shrtest path between tw pints PDF created with FinePrint pdffactry Pr trial versin

104 Figure Part 1 Shrtest Path Calculatin PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

105 Figure Part 2 Shrtest Path Calculatin PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

106 Figure Part 3 Shrtest Path Calculatin PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

107 Ruting Table Each ruters uses the shrtest path tree methd t cnstruct its ruting table Ruting table in OSPF includes the cst f reaching each netwrk in the area T find the cst f reaching netwrk utside f the area, the ruters use the Summary link t netwrk Summary link t bundary ruter External link advertisements PDF created with FinePrint pdffactry Pr trial versin

108 Types f Packets OSPF uses five different packets Hell packet Database descriptin packet Link state request packet Link state update packet Ruter link Netwrk link Summary link t netwrk Summary link t AS bundary ruter External link Link state acknwledgment packet PDF created with FinePrint pdffactry Pr trial versin

109 Figure Types f OSPF Packets PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

110 Packet Frmat All OSPF packets share the same header Versin: 8-bit The versin f the OSPF prtcl. Currently, it is 2 Type: 8-bit The type f the packet Message length: 16-bit The length f the ttal message including the header Surce rute IP address: 32-bit The IP address f the ruter that sends the packet PDF created with FinePrint pdffactry Pr trial versin

111 Figure OSPF Packet Header The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

112 Packet Frmat (Cnt.) Area identificatin: 32-bit The area within which the ruting take place Checksum: 16-bit Errr detectin n the entire packet excluding the authenticatin type and authenticatin data field Authenticatin type: 16-bit Define the authenticatin methd used in this area 0: nne, 1: passwrd Authenticatin: 64-bit The actual value f the authenticatin data Filled with 0 if type = 0; eight-character passwrd if type = 1 PDF created with FinePrint pdffactry Pr trial versin

113 Hell Message OSPF uses the hell message t Create neighbrhd relatinships Test the reachabilityf neighbrs First step in link state ruting It must first greet its neighbrs PDF created with FinePrint pdffactry Pr trial versin

114 Figure Hell Packet The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

115 Hell Packet Frmat Netwrk mask: 32-bit Define the netwrk mask f the netwrk ver which the hell message is sent Hell interval: 16-bit Define the number f secnds between hell message E flag: 1-bit If it is set, the area is a stub area F flag: 1-bit If it is set, the ruter supprts multiple metrics PDF created with FinePrint pdffactry Pr trial versin

116 Hell Packet Frmat (Cnt.) Pririty The pririty f the ruter. Used fr the selectin f the designated ruter The ruter with the highest pririty is chsen as the designated ruter The ruter with the secnd highest pririty is chsen as the backup designated ruter If it is 0, the ruter never wants t be a designated r backup designated ruter PDF created with FinePrint pdffactry Pr trial versin

117 Hell Packet Frmat (Cnt.) Dead interval: 32-bit The number f secnds befre a ruter assumes that a neighbr is dead Designated ruter IP address: 32-bit Backup designated ruter IP address: 32-bit Neighbr IP address: a repeated 32-bit field A current list f all the neighbrs frm which the sending ruter has received the hell message PDF created with FinePrint pdffactry Pr trial versin

118 Database Descriptin Message When a ruter is cnnected t the system fr the first time r after a failure It needs the cmplete link state database immediately Thus, it sends hell packets t greet its neighbrs If this is the first time that the neighbrs hear frm the ruter They send a database descriptin packet PDF created with FinePrint pdffactry Pr trial versin

119 Database Descriptin Message (Cnt.) The database descriptin message des nt cntain cmplete database infrmatin It nly gives an utline, the title f each line in the database The newly ruter examines the utline and find ut which lines it des nt have Send ne r mre link state request packets t get full infrmatin abut that particular link The cntent f the database may be divided int several message PDF created with FinePrint pdffactry Pr trial versin

120 Database Descriptin Message (Cnt.) When tw ruters want t exchange database descriptin packets One f them acts as mater The ther is the slave PDF created with FinePrint pdffactry Pr trial versin

121 Figure Database Descriptin Packet PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

122 Database Descriptin Message Frmat E flag: 1-bit Set t 1 if the advertising ruter is an autnmus bundary ruter B flag: 1-bit Set t 1 if the advertising ruter is an area brder ruter I flag: 1-bit, the initializatin flag Set t 1 if the message is the first message M flag: 1-bit, mre flag Set t 1 if this is nt the last message PDF created with FinePrint pdffactry Pr trial versin

123 Database Descriptin Message Frmat (Cnt.) M/S flag: 1-bit, master/slave flag Indicate the rigin f the packet. Master = 1, Slave = 0 Message sequence number: 32-bit Cntain the sequence number f the message LSA header: 20-bit Used in each LSA The frmat f this header is discussed in the link state update message Only give the utline f each link It is repeated fr each link in the link state database PDF created with FinePrint pdffactry Pr trial versin

124 Link State Request Packet Sent by a ruter that needs infrmatin abut a specific rute r rutes Answered with a link state update packet Used by a newly cnnected ruter t request mre infrmatin after receiving the database descriptin packet PDF created with FinePrint pdffactry Pr trial versin

125 Figure Link State Request Packet PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

126 Link State Update Packet Used by a ruter t advertise the state f its links Each update packet may cntain several different LSAs Packet frmat Number f link state advertisements: 32-bit Link state advertisement There are five different LSAs, as discussed befre All have the same header frmat, but different bdies PDF created with FinePrint pdffactry Pr trial versin

127 Figure Link State Update Packet PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

128 LSA Frmat Link state age: the number f secnds elapsed since this message was first generated LSA ges frm ruter t ruter, i.e., flding When a ruter create a message, age = 0 When each successive ruter frwards this message Estimate the transmit time and add it t the age field E flag: if 1, the area is a stub area i.e., an area that is cnnected t the backbne area by nly ne path PDF created with FinePrint pdffactry Pr trial versin

129 LSA Frmat (Cnt.) T flag: if 1, the ruter can handle multiple types f service Link state type 1: ruter link 2: netwrk link 3: summary link t netwrk 4: summary link t AS bundary ruter 5: external link PDF created with FinePrint pdffactry Pr trial versin

130 LSA Frmat (Cnt.) Link state ID: depend n the type f link Ruter link: IP address f the ruter Netwrk link: IP address f the designed ruter Summary link t netwrk: address f the netwrk Summary link t AS bundary ruter: IP address f the AS bundary ruter External link: address f the external netwrk PDF created with FinePrint pdffactry Pr trial versin

131 LSA Frmat (Cnt.) Advertisement ruter: IP address f the ruter advertising this message Link state sequence number: Sequence number assigned t each link state update message Link state checksum: A special checksum algrithm: Fletcher s checksum Length: Ttal packet length PDF created with FinePrint pdffactry Pr trial versin

132 Figure LSA Header The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

133 Ruter Link LSA Advertise all f the links f a ruter Frmat Link ID: Depend n the type f link, see Table 13.3 Link data: Link type: Give additinal infrmatin abut the link, als depend n the type f link, see Table 13.3 Fur different types f links are defined based n the type f netwrk, see Table 13.3 Number f types f services (TOS) The number f type f services annunced fr each link PDF created with FinePrint pdffactry Pr trial versin

134 Ruter Link LSA (Cnt.) Metric fr TOS 0: TOS: Metric: Define the metrics fr the default type f service (TOS 0) Define the type f service Define the metric fr the crrespnding TOS PDF created with FinePrint pdffactry Pr trial versin

135 Figure Ruter Link LSA The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

136 Table 13.3 Link Type Type 1: pint-tpint cnnectin t anther netwrk Type 2: cnnectin t any-t-any netwrk Type 3: cnnectin t stub netwrk Type 4: virtual link Link Identificatin Address f neighbr ruter Address f designed ruter Netwrk address Address f neighbr ruter Link Data Interface number Ruter address Netwrk mask Ruter address PDF created with FinePrint pdffactry Pr trial versin

137 Example 5 Give the ruter link LSA sent by ruter in Figure PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

138 Figure Example 5 The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

139 Slutin This ruter has three links Tw f type 1 (pint-t-pint) One f type 3 (stub netwrk) Figure shws the ruter link LSA PDF created with FinePrint pdffactry Pr trial versin

140 Figure Slutin t Example 5 PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

141 Netwrk Link LSA Annunce the links cnnected t a netwrk Frmat Netwrk mask Define the netwrk mask Attached ruter Define the IP addresses f all attached ruters PDF created with FinePrint pdffactry Pr trial versin

142 Figure Netwrk Link Advertisement Frmat PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

143 Example 6 Give the netwrk link LSA in Figure PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

144 Figure Example 6 The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

145 Slutin The netwrk, fr which the netwrk link advertises, has three ruters attached. The LSA shws the mask and the ruter addresses. See Figure Nte that nly ne f the ruters, the designated ruter, advertises the netwrk link. PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

146 Figure Slutin t Example 6 The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

147 Summary Link t Netwrk LSA Used by the area ruter t annunce the existence f ther netwrks utside the area Each advertisement annunces nly ne netwrk If mre than ne netwrk, a separate advertisement must be issued fr each Frmat Netwrk mask TOS: Metric: Type f service Metric fr the type f service defined in the TOS field PDF created with FinePrint pdffactry Pr trial versin

148 Figure Summary Link t Netwrk LSA PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

149 Summary Link t AS Bundary Ruter LSA Annunce the rute t an AS bundary ruter Define the netwrk t which the AS bundary ruter is attached Frmat The same as the summary link t netwrk LSA PDF created with FinePrint pdffactry Pr trial versin

150 Figure Summary Link t AS Bundary LSA PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

151 External Link LSA Annunce all the netwrks utside the AS Frmat: similar t the summary link t AS bundary ruter LSA but add tw fields Frwarding address Define a frward ruter than can prvide a better rute t the destinatin External rute tag Used by ther prtcl, but nt by OSPF PDF created with FinePrint pdffactry Pr trial versin

152 Figure External Link LSA PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

153 Link State Acknwledgment Packet OSPF frces every ruter t acknwledge the receipt f every link state update packet Make ruting mre reliable Frmat Cmmn header Link state header PDF created with FinePrint pdffactry Pr trial versin

154 Figure Link State Acknwledgment Packet PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

155 Encapsulatin OSPF packets are encapsulated in IP datagram OSPF cntains the acknwledgment mechanism fr flw and errr cntrl De nt need a transprt layer prtcl t prvide these services PDF created with FinePrint pdffactry Pr trial versin

156 OSPF packets are encapsulated in IP datagrams. PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

157 13.4 BGP: Brder Gateway Prtcl PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

158 BGP BGP: Brder Gateway Prtcl An inter-autnmus system ruting prtcl Based n the path vectr ruting methd PDF created with FinePrint pdffactry Pr trial versin

159 BGP (Cnt.) Why the distance vectr ruting and link state ruting are nt gd candidates fr interautnmus system ruting? Distance vectr ruting There are ccasins in which the rute with the smallest hp cunt is nt the preferred rute Fr example, we may nt want a packet t pass thrugh an AS that is nt secure even it is the shrtest path Unstable as discussed befre PDF created with FinePrint pdffactry Pr trial versin

160 BGP (Cnt.) Link state ruting An internet is usually t big fr this ruting methd If used, each ruter must have a huge link state database It wuld take a lng time fr each ruter t calculate its ruting table by Dijkstraalgrithm PDF created with FinePrint pdffactry Pr trial versin

161 Path Vectr Ruting Each entry in the ruting table cntains The destinatin netwrk The next ruter The path t reach the destinatin, usually defined as rdered list f ASs PDF created with FinePrint pdffactry Pr trial versin

162 Example f a Path Vectr Ruting Table Netwrk Next Ruter Path NO1 NO2 NO3 NO4 R01 R05 RO6 R12 AS14, AS23, AS67 AS22, AS67, AS05, AS89 AS67, AS89, AS09, AS34 AS62, AS02, AS09 PDF created with FinePrint pdffactry Pr trial versin

163 Path Vectr Message Autnmus bundary ruters advertise the reachabilityf netwrks in their wn AS t neighbr autnmus bundary ruters Each ruter receives a path vectr message Verify the advertised path is in agreement with its plicy If yes, update its ruting table and mdify the message befre sending it t the next ruter Add its AS number t the path and replacing the next ruter entry with its wn identificatin PDF created with FinePrint pdffactry Pr trial versin

164 Example R1 send a path vectr message Advertise the reachabilityf N1 R2 receives the message Update it ruting table Send the message t R3 with adding its AS t the path and inserting itself as the next ruter PDF created with FinePrint pdffactry Pr trial versin

165 Figure Path Vectr Packets PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

166 Lp Preventin Path vectr ruting can slve The instability f distance vectr ruting The creatin f lps When a ruter receive a message, it check t see if its AS is in the path list r nt If yes, lping is invlved and the message is ignred PDF created with FinePrint pdffactry Pr trial versin

167 Plicy Ruting Plicy ruting can be easily implemented thrugh path vectr ruting Once a ruter receives a message, it can check the path. If ne f the AS listed in the path is against its plicy, It can ignre that path and that destinatin Des nt update its ruting table with this path Des nt send this message t its neighbrs Thus, path vectr ruting are nt based n the smallest hp cunt r the minimum metric Based n the plicy impsed n the ruter by the administratr PDF created with FinePrint pdffactry Pr trial versin

168 Path Attributes In previus example, the path was presented as a list f AS Actually, the path was presented as a list f attributes The list f attributes help the receiving ruter make a better decisin when applying its plicy PDF created with FinePrint pdffactry Pr trial versin

169 Path Attributes (Cnt.) Attributes are divided int tw categries: well-knwn and ptinal Well-knwn: ne that every BGP ruter shuld recgnize Mandatry Must appear in the descriptin f a rute e.g., ORIGIN: the surce f the ruting infrmatin (RIP r OSPF) e.g., AS_PATH: the list f AS thrugh which the destinatin can be reached e.g., NEXT_HOP: the next ruter t which data packet shuld be sent Discretinary Must be recgnized by each ruter But is nt required t be included in every update message PDF created with FinePrint pdffactry Pr trial versin

170 Path Attributes (Cnt.) Optinal: ne that need nt be recgnized by every ruter Transitive Must be passed t the next ruter by the ruter that has nt implemented this attribute Nntransitive One that shuld be discarded if the receiving ruter has nt implemented it PDF created with FinePrint pdffactry Pr trial versin

171 Types f Packets BGP uses fur different types f messages Open Update Keepalive Ntificatin PDF created with FinePrint pdffactry Pr trial versin

172 Figure Types f BGP Messages PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

173 Packet Frmat All BGP packets share the same cmmn header Header frmat Marker: 16-bit Reserved fr authenticatin Length: 2-bytes Define the length f the ttal message, including the header Type: 1-byte Define the type f the packet PDF created with FinePrint pdffactry Pr trial versin

174 Figure BGP Packet Header The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

175 Open Message Used t create a neighbrhd relatinship A ruter running BGP pens a TCP cnnectin with a neighbr and sends an pen message If the neighbr accepts It respnses with a keepalivemessage The relatinship then has been established between the tw ruter PDF created with FinePrint pdffactry Pr trial versin

176 Figure Open Message The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

177 Open Message Packet Frmat Versin: 1-byte Define the versin f BGP. The current versin is 4 My autnmus system: 2-byte Define the autnmus system number Hld time: 2-byte Define the maximum number f secnds that can elapsed befre ne f the parties receives a keepaliver update message frm the ther If a ruter des nt receive ne f the messages during the hld perid, it cnsiders the ther party dead PDF created with FinePrint pdffactry Pr trial versin

178 Open Message Packet Frmat (Cnt.) BGP number: 4-byte Define the ruter that sends the pen message Optin parameter length: 1-byte Define the length f the ttal ptin parameters Since pen message may als cntain sme ptin parameters Optin parameters The nly ptin parameters defined s far is authenticatin PDF created with FinePrint pdffactry Pr trial versin

179 Update Message Used by a ruter t Withdraw destinatin that have advertised previusly Annunce a rute t a new destinatin Nte, a ruter can withdraw several destinatins in a single update message Hwever, it can nly advertise ne new destinatin in a single update message PDF created with FinePrint pdffactry Pr trial versin

180 Update Message Frmat Unfeasible rutes length: 2-byte Define the length f the next field Withdraw rutes List all rutes that shuld be deleted frm the previusly advertised list Path attributes length: 2-byte Define the length f the next field Path attributes: Defines the attributes f the path (rute) t the netwrk whse reachabilityis being annunced in this msssage PDF created with FinePrint pdffactry Pr trial versin

181 Figure Update Message The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

182 Update Message Frmat Netwrk Layer reachabilityinfrmatin (NLRI) Define the netwrk that is actually advertised by this message Has tw fields Length: define the number f bits in the prefix IP address prefix: Thus, BGP4 supprts classless addressing and CIDR PDF created with FinePrint pdffactry Pr trial versin

183 BGP supprts classless addressing and CIDR. PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

184 KeepaliveMessage The BGP ruters exchange keepalive message regularly Tell each ther that they are alive Frmat Cnsist f nly the cmmn header PDF created with FinePrint pdffactry Pr trial versin

185 Figure KeepaliveMessage The McGraw-Hill Cmpanies, Inc., 2000 PDF created with FinePrint pdffactry Pr trial versin

186 Ntificatin Message Sent by a ruter Whenever an errr cnditin is detected A ruter wants t clse the cnnectin Frmat Errr cde: 1-byte, define the categry f the errr Message header errr Open message errr Update message errr Hld timer expired Finite state machine errr Cease Errr subcde: 1-byte Furthermre define the type f errr in each categry Errr data Used t give mre diagnstic infrmatin abut the errr PDF created with FinePrint pdffactry Pr trial versin

187 Figure Ntificatin Message PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

188 Encapsulatin BGP message are encapsulated in TCP segments using the well-knwn prt 179 N need fr errr cntrl and flw cntrl Thus, when a TCP cnnectin is pened The exchange f update, keepalive, and ntificatin message is cntinued Until a ntificatin message f type cease is sent PDF created with FinePrint pdffactry Pr trial versin

189 BGP uses the services f TCP n prt 179. PDF created with FinePrint pdffactry Pr trial versin The McGraw-Hill Cmpanies, Inc., 2000

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

Expiration Date: April 2000 October 1999 File name: draft-ietf-ospf-shortcut-abr-01.txt 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

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

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

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

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

Wonder Tree Video Slot Introduction. How to Bet. Gamble Feature

Wonder Tree Video Slot Introduction. How to Bet. Gamble Feature Wnder Tree Vide Slt Intrductin Wnder Tree vide slt is a 5-reel, 20-line game. The slt cnsists f 11 cards - 1 f which is Wild, and 1 is Scatter. All winning cmbinatins are paid left t right, except fr the

More information

Dice High Video Slot. Introduction. How to Bet. Gamble Feature

Dice High Video Slot. Introduction. How to Bet. Gamble Feature Dice High Vide Slt Intrductin Hw t Bet Gamble Feature Game Cntrls Rules Dice Feature Jackpt Cards Bnus Game Interruptins Return t Player Intrductin Dice High vide slt is a 5-reel, 20-line fixed game. The

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

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

100 Super Hot Video Slot Introduction. How to Bet. Gamble Feature

100 Super Hot Video Slot Introduction. How to Bet. Gamble Feature 100 Super Ht Vide Slt Intrductin 100 Super Ht vide slt is a 5-reel, 100-line fixed game. The slt cnsists f 8 cards - 1 f which is Wild, and 1 is Scatter. All winning cmbinatins are paid left t right, except

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

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

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

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

Dry Contact Sensor

Dry Contact Sensor www.akcp.cm Dry Cntact Sensr Intrductin The Dry Cntact sensr is a simple cnnectin t burglar alarms, fire alarms r any applicatin that requires mnitring by the unit. Dry cntact sensrs are user definable

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

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

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 Prf. Mntek Singh Fall 2016 Lab Prject (PART A): Attaching a Display t the Prcessr

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

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

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

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

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

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

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

Batman & The Penguin Prize

Batman & The Penguin Prize Batman & The Penguin Prize The bjective f Batman & The Penguin Prize is t btain winning symbl cmbinatins by spinning the reels. TO PLAY THE GAME The Batman & The Penguin Prize game can be played in bth

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

The objective of Superman the Movie is to obtain winning symbol combinations by spinning the reels.

The objective of Superman the Movie is to obtain winning symbol combinations by spinning the reels. Superman the Mvie 5-Reel 100-Line Slts The bjective f Superman the Mvie is t btain winning symbl cmbinatins by spinning the reels. TO PLAY THE GAME The Superman the Mvie game can be played in bth landscape

More information

Dry Contact Sensor. Communications cable - RJ-45 jack to sensor using UTP Cat 5 wire. Power source: powered by the unit. No additional power needed.

Dry Contact Sensor. Communications cable - RJ-45 jack to sensor using UTP Cat 5 wire. Power source: powered by the unit. No additional power needed. Intrductin Dry Cntact Sensr The Dry Cntact sensr is a simple cnnectin t burglar alarms, fire alarms r any applicatin that requires mnitring by the unit. Dry cntact sensrs are user definable and can be

More information

User Guide. ACC Mobile 3 Preview App for ios

User Guide. ACC Mobile 3 Preview App for ios User Guide ACC Mbile 3 Preview App fr ios 2017, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS are trademarks f Avigiln Crpratin.

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

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

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

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

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

Martel LC-110H Loop Calibrator and HART Communications/Diagnostics

Martel LC-110H Loop Calibrator and HART Communications/Diagnostics Martel LC-110H Lp Calibratr and HART Cmmunicatins/Diagnstics Abstract Martel Electrnics Crpratin This white paper describes the basic functins f HART cmmunicatins and the diagnstic capability f the Martel

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

INSTRUCTION BOOKLET (PUZZLES BY NIKOLA ZIVANOVIC)

INSTRUCTION BOOKLET (PUZZLES BY NIKOLA ZIVANOVIC) LMI DECEMBER PUZZLE TEST PUZZLES & CHESS -2. DECEMBER 200. INSTRUCTION BOOKLET (PUZZLES BY NIKOLA ZIVANOVIC) SUBMISSION: http://lgicmastersindia.cm/m2002p 0 PUZZLES 70 MINUTES POINTS TABLE CHESS BATTLESHIPS

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

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

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

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

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

State Bank Virtual Card FAQs

State Bank Virtual Card FAQs State Bank Virtual Card FAQs 1. What is State Bank Virtual Card? State Bank Virtual Card is a limit Debit card, which can be created using the State Bank Internet Banking facility fr ecmmerce (nline) transactins.

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

My Little Pony CCG Comprehensive Rules

My Little Pony CCG Comprehensive Rules My Little Pny CCG Cmprehensive Rules Table f Cntents 1. Fundamentals 101. Deckbuilding 102. Starting a Game 103. Winning and Lsing 104. Cntradictins 105. Numeric Values 106. Players 2. Parts f a Card 201.

More information

Pulse Width Modulation (PWM) Cornerstone Electronics Technology and Robotics II

Pulse Width Modulation (PWM) Cornerstone Electronics Technology and Robotics II Pulse Width Mdulatin (PWM) Crnerstne Electrnics Technlgy and Rbtics II Administratin: Prayer PicBasic Pr Prgrams Used in This Lessn: General PicBasic Pr Prgram Listing: http://www.crnerstnerbtics.rg/picbasic.php

More information

IntesisBox MAPS. Configuration & monitoring software of IntesisBox BACnet series. User's manual Issue Date: 05/17 r1.0 eng

IntesisBox MAPS. Configuration & monitoring software of IntesisBox BACnet series. User's manual Issue Date: 05/17 r1.0 eng IntesisBx MAPS Cnfiguratin & mnitring sftware f IntesisBx BACnet series User's manual Issue Date: 05/17 r1.0 eng Intesis Sftware S.L.U. 2017 All Rights Reserved. Infrmatin in this dcument is subject t

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

OSPF Domain / OSPF Area. OSPF Advanced Topics. OSPF Domain / OSPF Area. Agenda

OSPF Domain / OSPF Area. OSPF Advanced Topics. OSPF Domain / OSPF Area. Agenda OSPF Domain / OSPF Area OSPF Advanced Topics Areas,, Backbone, Summary-LSA, ASBR, Stub Area, Route Summarization, Virtual Links, Header Details OSPF domain can be divided in multiple OSPF areas to improve

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

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

Pokémon Organized Play Official Tournament Formats

Pokémon Organized Play Official Tournament Formats Pkémn Organized Play Official Turnament Frmats Revised: September 20 th, 2012 Table f Cntents POKÉMON TRADING CARD GAME TOURNAMENT FORMATS...3 1. Standard Frmat Styles...3 1.1. Cnstructed...3 1.2. Limited...3

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

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

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

Name: Date: Period: 1. Multi-Genre Character Project

Name: Date: Period: 1. Multi-Genre Character Project Name: Date: Perid: 1 Multi-Genre Character Prject A multi-genre prject is ne large prject with many different parts. Each part represents what yu knw abut a tpic and extends yur thinking in many ways.

More information

Creating HyperLynx DDRx Memory Controller Timing Model

Creating HyperLynx DDRx Memory Controller Timing Model Creating HyperLynx DDRx Memry Cntrller Timing Mdel AppNte 10706 A P P N T E S SM Creating HyperLynx DDRx Memry Cntrller Timing Mdel By: Min Maung Last Mdified: April 30, 2009 1.0 ntrductin The DRAM and

More information

Photoshop Elements: Color and Tonal Correction Basics

Photoshop Elements: Color and Tonal Correction Basics Phtshp Elements: Clr and Tnal Crrectin Basics Cntrast Lighten Phtshp Elements: Clr and Tnal Crrectin Basics 1 Sharpen Expsure Phtshp Elements: Clr and Tnal Crrectin Basics 2 Highlights and Shadws All key

More information

Automatic Number Plate Recognition

Automatic Number Plate Recognition Release Ntes Autmatic Number Plate Recgnitin Versin 14.2.0 Release Ntes Revisin 0 This dcument describes new features and reslved issues fr Autmatic Number Plate Recgnitin 14.2.0. Yu can retrieve the latest

More information

2015 Chevrolet Corvette Corvette Service Manual Body Systems Vehicle Access Repair Instructions Document ID:

2015 Chevrolet Corvette Corvette Service Manual Body Systems Vehicle Access Repair Instructions Document ID: xtltipelement Service Infrmatin 2015 Chevrlet Crvette Crvette Service Manual 7527625 Bdy Systems Vehicle Access Repair Instructins Dcument ID: 3448513 Remte Cntrl Dr Lck and Theft Deterrent Transmitter

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

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

User Guide. ACC Mobile 3 Preview App for Android

User Guide. ACC Mobile 3 Preview App for Android User Guide ACC Mbile 3 Preview App fr Andrid 2017-2018, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS are trademarks f Avigiln

More information

Documentation of the PIC32 Pin Finder

Documentation of the PIC32 Pin Finder App. Versin: 1.1.1.120 Dcument Versin: 1.0 Dcument Create date: 2009-10-16 Dcument Update: 2009-10-19 22:37 Authr: B Gärdmark Cmpany: Spectrn System Develpment AB WEB: www.spectrn.us Cpyright 2009 All

More information

Standard Authorization Request Form

Standard Authorization Request Form When cmpleted, email t: gerry.cauley@nerc.net Standard Authrizatin Request Frm Title f Prpsed Standard Frequency Respnse, versin 1 Request Date 4/1/06 SAR Requestr Infrmatin Name Dn McInnis (Terry Bilke

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

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

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

Waves Unit / Mechanical Waves Sub-Unit

Waves Unit / Mechanical Waves Sub-Unit Waves Unit / Mechanical Waves Sub-Unit 5.1.1 Oscillatins - time fr ne scillatin - number f scillatins per secnd Equatin Pendulum Mass n a Spring PRACTICE Regents Physics 1. A pendulum is timed as it mves

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

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

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

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

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

SEARCHING PROVINCIAL NETLAW

SEARCHING PROVINCIAL NETLAW SEARCHING PROVINCIAL NETLAW Prvincial NetLaw ffers access t all Acts, Ordinances and Regulatins currently in frce and applicable t all 9 prvinces frm 1910 t date. Each amendment t an Act, Ordinance r Regulatin

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

Damocles 2404i Manual

Damocles 2404i Manual Damcles 2404i Inputs 1 8 Each blue terminal is shared by tw inputs. POWER 12V supply (+U / GND) ETHERNET Link & Activity Inputs 17 24 Each blue terminal is shared by tw inputs. Cnfiguratin Default: DIP1=

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

Foam Rocket. Rocket Activity. Objective Students will learn about rocket stability and trajectory with rubber band-powered foam rockets.

Foam Rocket. Rocket Activity. Objective Students will learn about rocket stability and trajectory with rubber band-powered foam rockets. Rcket Activity Fam Rcket Objective Students will learn abut rcket stability and trajectry with rubber band-pwered fam rckets. Descriptin Students will cnstruct rckets made frm pipe insulating fam and use

More information

The Mathematics of the Rubik s Cube

The Mathematics of the Rubik s Cube In this lessn, students will explre the pssible number ways the pieces f a Rubik's Cube can be arranged, and still fit the criteria fr a Rubik's Cube. Clrs are riented in a set way, s sme pieces (such

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

DEAD MAN S DOUBLOONS. Rules v1.2

DEAD MAN S DOUBLOONS. Rules v1.2 DEAD MAN S DOUBLOONS Rules v1.2 OVERVIEW Welcme t Dead Man s Dublns, an actin packed bard game fr 2 t 6 players, playable in 30 t 45 minutes. Each player takes n the rle f a legendary pirate ship captain,

More information

Super ABC Plug-in kit for Pacman or Ms Pacman

Super ABC Plug-in kit for Pacman or Ms Pacman Super ABC Plug-in kit fr Pacman r Ms Pacman This page is a technical reference fr thse wh wn the SUPER ABC kit manufactured by Tw Bit Scre during the 1990's. This prduct is n lnger available. Under the

More information

(DRAFT) ENCINITAS COMMUNITY EMERGENCY RESPONSE TEAM (ECERT) Communications Plan. ECERT Communications Plan Rev. 0.2 Page 1 of 12

(DRAFT) ENCINITAS COMMUNITY EMERGENCY RESPONSE TEAM (ECERT) Communications Plan. ECERT Communications Plan Rev. 0.2 Page 1 of 12 (DRAFT) ENCINITAS COMMUNITY EMERGENCY RESPONSE TEAM (ECERT) Cmmunicatins Plan ECERT Cmmunicatins Plan Rev. 0.2 Page 1 f 12 Table f Cntents OBJECTIVES:... 3 GENERAL:... 3 FAMILY COMMUNICATION:... 3 Designated

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

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

Razor Tracking: User Guide

Razor Tracking: User Guide Cntents 1. Setup Instructins...3 1.1 Administratin...3 GPS Device Inf...3 Peple Management...4 Vehicle Setup (Fleet and Asset Devices)...5 Vehicle Grup Setup...7 Departments...7 Camera Management...8 Public

More information

Configuring the MSNSwitch For the LAN-Cell 3

Configuring the MSNSwitch For the LAN-Cell 3 Cnfiguring the MSNSwitch Fr the LAN-Cell 3 Technte LCTN3003 Prxicast, LLC 312 Sunnyfield Drive Suite 200 Glenshaw, PA 15116 1-877-77PROXI 1-877-777-7694 1-412-213-2477 Fax: 1-412-492-9386 E-Mail: supprt@prxicast.cm

More information

EPOCH 50 V4.70 GNSS Firmware

EPOCH 50 V4.70 GNSS Firmware 25 April 2013 EPOCH 50 V4.70 GNSS Firmware A new versin f EPOCH 50 GNSS firmware v4.70 has been released. This updated versin prvides the fllwing imprvements and fixes: New Antenna library versin 7.49

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

NSW Prototype User Manual AUTHORITIES. Delegation agreement from the European Commission MOVE D2/ME D(2012)

NSW Prototype User Manual AUTHORITIES. Delegation agreement from the European Commission MOVE D2/ME D(2012) NSW Prttype User Manual AUTHORITIES Delegatin agreement frm the Eurpean Cmmissin MOVE D2/ME D(2012) Versin: 1.2 Date: 22/09/2015 NSW Prttype/ Users Manual/ Authrities TABLE OF CONTENTS 1 Intrductin...

More information

Ultracom for Apple ios (2.X.X >) Printable user manual

Ultracom for Apple ios (2.X.X >) Printable user manual 30.8.2018 Ultracm fr Apple ios (2.X.X >) Printable user manual Table f cntents 1. General... 3 1.1 General inf... 3 1.2 Ultracm subscriptin and additinal services... 3 1.3 Operatr settings... 3 1.4 General

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

Appendix D. Photography

Appendix D. Photography Appendix D Phtgraphy 1 I. Taking Phtgraphs Taking phtgraphs is a required NWCA field activity that prvides an imprtant visual recrd f sampling activities at each site. Phtgraphs are taken with a digital

More information

Spectracom GSG ecall Test Suite

Spectracom GSG ecall Test Suite 18-Dec-2017 GSG App Nte Spectracm GSG ecall Test Suite Table f Cntents 1. Intrductin... 1 2. Befre Starting the Test... 2 3. Running the ecall Test Suite... 4 4. Psitin Errr Tests 2.2.2-2.2.4... 10 5.

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

FOOD SERVICE SOLUTIONS, INC.

FOOD SERVICE SOLUTIONS, INC. FSS Release Ntes Fr installatin, please see ur installatin instructins n the website. Requirements These updates require the custmer t be using versin 4.0.1.14 r later AND Micrsft SQL 2005 r later t be

More information

Communication Theory II

Communication Theory II Cmmunicatin Thery II Lecture 2: Review n Furier analysis f signals and systems Ahmed Elnakib, PhD Assistant Prfessr, Mansura University, Egypt Febraury 12 th, 2015 1 Quiz 1 In a blank paper write yur name

More information

Introduction to Life Cycle Risk Management Help Page

Introduction to Life Cycle Risk Management Help Page Select a frequently asked questin (FAQ) t skip t its answer. Hw is the curse rganized? Wh shuld take this curse? Hw d I get credit fr this curse? What d all the navigatin buttns d? Hw d I knw what t click?

More information