Clenshaw algorithm: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
→‎Geodetic applications: Linked to article describing recurrence relation in more detail.
en>Cffk
→‎Examples: Meridian arc is measured on the ellipsoid not the geoid
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
The '''Virtual Router Redundancy Protocol''' ('''VRRP''') is a computer networking protocol that provides for automatic assignment of available  [[Internet Protocol]] (IP) routers to participating hosts. This increases the availability and reliability of routing paths via automatic [[default gateway]] selections on an IP [[subnetwork]].
Making your computer run quickly is actually pretty simple. Most computers run slow because they are jammed up with junk files, that Windows has to look from each time it wants to find something. Imagine needing to discover a book in a library, nevertheless all of the library books are inside a big big pile. That's what it's like for your computer to locate anything, when the system is full of junk files.<br><br>However registry is conveniently corrupted plus damaged whenever you are utilizing your computer. Overtime, without proper maintenance, it is loaded with errors and wrong or even lost information which can make your program unable to function correctly or implement a certain task. And whenever a system cannot find the correct info, it will likely not learn what to do. Then it freezes up! That is the real cause of your trouble.<br><br>The error is basically a result of issue with Windows Installer package. The Windows Installer is a tool chosen to install, uninstall plus repair the most programs on a computer. Let us discuss a few factors which helped a great deal of persons who facing the similar matter.<br><br>Check your Windows taskbar, that is found on the lower appropriate hand corner of your computer screen. This taskbar consist of programs you have running in the background. If you have too numerous of them, they may steal a computer's resources.<br><br>After which, I additionally bought the Regtool [http://bestregistrycleanerfix.com/tune-up-utilities tuneup utilities] Software, plus it further secure my laptop having program crashes. All my registry problems are fixed, plus I may function peacefully.<br><br>If you think that there are issues with all the d3d9.dll file, then you must replace it with a unique working file. This is completed by performing a series of procedures plus you can commence by downloading "d3d9.zip" within the host. Next you need to unzip the "d3d9.dll" file found on the difficult drive of your computer. Proceed by locating "C:\Windows\System32" plus then acquiring the existing "d3d9.dll" on a PC. Once found, rename the file "d3d9.dll to d3d9BACKUP.dll" plus then copy-paste this modern file to "C:\Windows\System32". After which, press "Start" followed by "Run" or search "Run" on Windows Vista & 7. As soon because a box shows up, kind "cmd". A black screen might then appear and you need to type "regsvr32d3d9.dll" plus then click "Enter". This process may allow we to replace the aged file with the fresh copy.<br><br>The System File Checker (SFC) may enable inside resolving error 1721 as it, by its nature, scans the program files for corruption and replaces them with their original versions. This requires you to have the Windows Installation DVD ROM for continuing.<br><br>Registry products will assist your computer run inside a better mode. Registry products should be piece of a regular scheduled maintenance system for the computer. You don't have to wait forever for the computer or the programs to load and run. A little repair can bring back the speed you lost.
 
The protocol achieves this by creation of virtual routers, which are an abstract representation of multiple routers, i.e. master and backup [[router (computing)|router]]s, acting as a group. The default gateway of a participating host is assigned to the virtual router instead of a physical router. If the physical router that is [[routing]] packets on behalf of the virtual router fails, another physical router is selected to automatically replace it. The physical router that is forwarding packets at any given time is called the master router.
 
VRRP provides information on the state of a router, not the routes processed and exchanged by that router. Each VRRP instance is limited, in scope, to a single subnet. It does not advertise [[Internet Protocol|IP]] routes beyond that subnet or affect the [[routing]] table in any way. VRRP can be used in [[Ethernet]], [[Multiprotocol Label Switching|MPLS]] and [[token ring]] networks with [[IPv4|Internet Protocol Version 4]] (IPv4), as well as [[IPv6]].
 
The protocol is described in IETF publication RFC 5798, which is an open standard, but [[Cisco]] claims that a similar protocol with essentially the same facility is patented and licensed;<ref>[http://www.ietf.org/ietf-ftp/IPR/VRRP-CISCO IETF source]</ref> however in reply to a direct request Robert Barr of Cisco replied in 2001 that they will not assert any patent claims unless someone tried to assert a claim against Cisco.<ref name="barr2001">{{cite web
|url=http://lists.graemef.net/pipermail/lvs-users/2001-November/028982.html
|title=[VRRP & OpenSource] Cisco answer
|date=2001-11-30
|accessdate=2013-11-28
|author=Alexandre Cassen
|publisher=LVS mailing list
|quote=Robert Barr, from CISCO Systems: Cisco will not assert any patent claims against anyone for an implementation of IETF standard for VRRP unless a patent claim is asserted
against Cisco, in which event Cisco reserves the right to assert patent claims defensively.}}</ref> [[IBM]] also claims covering patents and their statement is readable on the IETF webpage.<ref name="IBM-statement">{{cite web
|url=https://ietf.org/ipr/119/
|title=IBM Patent Disclosure and Licensing Statement Regarding IETF RFC 2338
|date=2003-04-15
|accessdate=2013-11-28
|author=Chuck Adams, IBM
|publisher=IETF}}</ref> {{clarify|date=November 2013|reason=The statement should be summarized by someone who actually understands it, I have failed}}
 
==Implementation==
A virtual router must use 00-00-5E-00-01-XX as its [[Media Access Control]] (MAC) address. The last byte of the address (XX) is the Virtual Router IDentifier (VRID), which is different for each virtual router in the network. This address is used by only one physical router at a time, and it will reply with this MAC address when an ARP request is sent for the virtual router's IP address. Physical routers within the virtual router must communicate within themselves using packets with [[Multicast address|multicast]] [[Internet Protocol|IP]] address 224.0.0.18 and IP protocol number 112.<ref>[http://tools.ietf.org/html/rfc5798#section-5.2 Section 5.2.4.  Protocol]</ref>
 
Routers have a priority of between 1-255 and the router with the highest priority will become the master. When a planned withdrawal of a master router is to take place, its priority can be lowered which means a backup router will pre-empt the master router status rather than having to wait for the hold time to expire. This reduces the black hole period.
 
==Elections of master routers==
A failure to receive a multicast packet from the master router for a period longer than three times the advertisement timer causes the backup routers to assume that the master router is dead. The virtual router then transitions into an unsteady state and an election process is initiated to select the next master router from the backup routers. This is fulfilled through the use of multicast packets.
 
Backup router(s) are only supposed to send multicast packets during an election process. One exception to this rule is when a physical router is configured with a higher priority than the current master, which means that on connection to the network it will preempt the master status. This allows a system administrator to force a physical router to the master state immediately after [[booting]], for example when that particular router is more powerful than others within the virtual router. The backup router with the highest priority becomes the master router by raising its priority above that of the current master. It will then take responsibility for routing packets sent to the virtual gateway's MAC address. In cases where backup routers all have the same priority, the backup router with the highest IP address becomes the master router.
 
All physical routers acting as a virtual router must be in the same LAN segment. Communication within the virtual router takes place periodically. This period can be adjusted by changing advertisement interval timers. The shorter the advertisement interval, the shorter the black hole period, though at the expense of more traffic in the network. Security is achieved by responding only to first hop packets, though other mechanisms are provided to reinforce this, particularly against local attacks. Election process is made orderly through the use of [[skew time]], derived from a router's priority and used to reduce the chance of the [[thundering herd problem]] occurring during election. The [[skew time]] is given by the formula <math>({256-Priority)}/{256}</math> (expressed in milliseconds) RFC 3768  .
 
Backup router utilization can be improved by load sharing. For more on this, see RFC 5798.
 
==History==
Example: Configuring VRRP from [[JUNOS]]
http://www.juniper.net/techpubs/en_US/junos13.2/topics/example/vrrp-configuring-example.html
 
 
VRRP is based on Cisco's proprietary [[Hot Standby Router Protocol]] (HSRP) concepts. The protocols, while similar in concept, are not compatible.
 
* (Cisco Example) '''VLAN Tagging'''
 
track 1 interface Serial0/0/0.1 ip routing      ! Points at the interface that needs to be Prioritized
  interface fastethernet0/0.1                    ! VLANs have to be on a Sub-Interface, It is best practice to match the Sub-Interface # and the VLAN #
  encapsulation dot1q 1                        ! Enables IEEE 802.1Q VLAN frame tagging, followed by the VLAN # that this sub-interface will route
  ip address x.x.x.x 255.255.255.0              ! Make sure the IP is on the same subnet as the virtual Gateway1 
  vrrp 1 priority 110                          ! The Priority of the Gateway1
  vrrp 1 ip <Gateway1>                          ! The Virtual Gateway for the VLAN 1
  vrrp 1 preempt delay minimum 20              ! If the other router fails it will wait 20 sec before becoming the master
  vrrp 1 track 1 decrement 15                  ! If the S0/0/0.1 Link fails, This command drops the priority by 15
!
  interface fastethernet0/0.5                    ! VLANs have to be on a Sub-Interface, It is best practice to match the Sub-Interface # and the VLAN #
  encapsulation dot1q 5                        ! Enables IEEE 802.1Q VLAN frame tagging, followed by the VLAN # that this sub-interface will route
  ip address x.x.x.x 255.255.255.0              ! Make sure the IP is on the same subnet as the virtual Gateway2 
  vrrp 5 priority 110                          ! The Priority of the Gateway2
  vrrp 5 ip <Gateway2>                         ! The Virtual Gateway for the VLAN 5
  vrrp 5 preempt delay minimum 20              ! If the other router fails it will wait 20 sec before becoming the master
  vrrp 5 track 1 decrement 15                  ! If the Fa0/0.5 Link fails, This command drops the priority by 15
!
  router bgp <ASN>
  network <Gateway1> mask 255.255.255.0        ! Broadcasts Gateway1 out the WAN through BGP
  network <Gateway2> mask 255.255.255.0        ! Broadcasts Gateway2 out the WAN through BGP
 
==See also==
* [[Juniper Networks]] Understanding VRRP http://www.juniper.net/techpubs/en_US/junos13.2/topics/concept/vrrp-overview-ha.html
* [[Common Address Redundancy Protocol]] (CARP) - A non-proprietary, patent-free, and unrestricted alternative to HSRP and VRRP.
* [[Gateway Load Balancing Protocol]] -  A [[Cisco Systems]] proprietary router redundancy protocol providing load balancing
* [[Hot Standby Routing Protocol]] -  A [[Cisco Systems]] proprietary router redundancy protocol
* [[R-SMLT]] (Routed Split Multilink Trunking) - An [[Avaya]] proprietary router redundancy and router load balancing  protocol - replacement for VRRP in Avaya core networks
* [[SMLT]] An [[Avaya]] redundancy protocol
* [[First Hop Redundancy Protocols]] - Lists of default gateway redundancy protocols
 
==References==
{{reflist}}
 
==External links==
* [http://www.keepalived.org/ Keepalived 1.2.x adds ipv6 support]
* [http://tools.ietf.org/html/rfc5798 The current VRRP RFC (RFC 5798 - VRRPv3 for IPv4 and IPv6) which obsoletes RFC3768]
* [http://www.ietf.org/mail-archive/web/vrrp/current/maillist.html The IETF VRRP mailing list archive]
* [http://www.redbooks.ibm.com/redpapers/pdfs/redp3657.pdf A detailed VRRP article]
* [http://kerneltrap.org/comment/reply/477/1567 Controversy involving VRRP and Cisco patents]
* [http://web.archive.org/web/20080625055935/http://www.hanetworks.com/networks/nokia/vrrp/analysis_of_vrrpv2.htm Analysis of VRRPv 2 Issues and Solutions]
* Implementations
** [http://sourceforge.net/projects/vrrpd/ A GPL licensed implementation of VRRP designed for Linux operating systems]
** [http://sourceforge.net/projects/svrrpd/ A BSD licensed implementation of VRRP for Unix-like operating systems] (described as "not functional yet")
** [http://www.keepalived.org A GPL licensed implementation of VRRPv2 for Linux operating systems]
** [http://www.cisco.com/en/US/docs/ios/ipapp/configuration/guide/ipapp_vrrp.html Configuring VRRP on Cisco IOS]
** [http://support.3com.com/infodeli/tools/bridrout/u_guides/html/nb111/family/features/vrrp.htm Configuring VRRP on 3com NETBuilder]
** [[Vyatta]], a commercial and open-source router / firewall with VRRP functionality
** [http://www.jbm-web.com/cart/index.php?main_page=product_info&cPath=67&products_id=184 JBM C120 - A cellular enabled enterprise class router]
 
[[Category:Internet protocols]]
[[Category:Routing protocols]]

Latest revision as of 17:51, 16 November 2014

Making your computer run quickly is actually pretty simple. Most computers run slow because they are jammed up with junk files, that Windows has to look from each time it wants to find something. Imagine needing to discover a book in a library, nevertheless all of the library books are inside a big big pile. That's what it's like for your computer to locate anything, when the system is full of junk files.

However registry is conveniently corrupted plus damaged whenever you are utilizing your computer. Overtime, without proper maintenance, it is loaded with errors and wrong or even lost information which can make your program unable to function correctly or implement a certain task. And whenever a system cannot find the correct info, it will likely not learn what to do. Then it freezes up! That is the real cause of your trouble.

The error is basically a result of issue with Windows Installer package. The Windows Installer is a tool chosen to install, uninstall plus repair the most programs on a computer. Let us discuss a few factors which helped a great deal of persons who facing the similar matter.

Check your Windows taskbar, that is found on the lower appropriate hand corner of your computer screen. This taskbar consist of programs you have running in the background. If you have too numerous of them, they may steal a computer's resources.

After which, I additionally bought the Regtool tuneup utilities Software, plus it further secure my laptop having program crashes. All my registry problems are fixed, plus I may function peacefully.

If you think that there are issues with all the d3d9.dll file, then you must replace it with a unique working file. This is completed by performing a series of procedures plus you can commence by downloading "d3d9.zip" within the host. Next you need to unzip the "d3d9.dll" file found on the difficult drive of your computer. Proceed by locating "C:\Windows\System32" plus then acquiring the existing "d3d9.dll" on a PC. Once found, rename the file "d3d9.dll to d3d9BACKUP.dll" plus then copy-paste this modern file to "C:\Windows\System32". After which, press "Start" followed by "Run" or search "Run" on Windows Vista & 7. As soon because a box shows up, kind "cmd". A black screen might then appear and you need to type "regsvr32d3d9.dll" plus then click "Enter". This process may allow we to replace the aged file with the fresh copy.

The System File Checker (SFC) may enable inside resolving error 1721 as it, by its nature, scans the program files for corruption and replaces them with their original versions. This requires you to have the Windows Installation DVD ROM for continuing.

Registry products will assist your computer run inside a better mode. Registry products should be piece of a regular scheduled maintenance system for the computer. You don't have to wait forever for the computer or the programs to load and run. A little repair can bring back the speed you lost.