Thursday, September 23, 2010

Routing Protocol RIP Routing Basics Introduction to note (1)



Routers are no more than two, one route choice, and second, data forwarding. Forward data relatively easy, the difficulty is how to determine the best path to the destination network. Therefore, path selection router becomes the most important work.

Many routing protocols to complete the path choice, in common with RIP, OSPF, IGRP, and EIGRP protocol and so on. These algorithms, we can not simply say who's good and who bad, because the algorithm based on the merits of using the environment to be judged. Such as RIP protocol, it is sometimes not an accurate selection of the optimal path, the convergence time slightly lengthy, Dan for small-scale, without professional maintained network Laishui, it is the preferred routing protocol, Women's fancy is its simplicity.

If you do is have a small network project, let us arrange a program, 30 minutes reading this article (first reading), 20 minutes to look over the order referred to herein and the operation method (Second Reading), 30 minutes to configure the network with all routers (small network, routers can be equipped with not a few), the final 20 minutes, check the network works properly. Well, 100 minutes, your RIP network up and running. It's that simple, do not believe, continue to look down.

1, RIP What

RIP (Routing Information Protocols, Routing Information Protocol) is the most widely used distance vector protocol, it is a Xerox (Xerox) developed in 70 years. At that time, RIP is the XNS (Xerox Network Service, Xerox Network Service) protocol as part of clusters. TCP / IP version of the RIP protocol is an improved version of Xerox. RIP biggest feature is the realization principle, whether or configuration are very simple.

Measurement

RIP metric is based on the number of hops (hops count), each through a router, the path hop count plus one. Thus, the more hops, the longer the path, RIP algorithm will give priority to the path less hops. RIP to support the maximum number of hops is 15, a network of 16 hops is considered unreachable.

Routing update

RIP routing updates are achieved through the regular broadcast. By default, the router every 30 seconds and it is connected to the network broadcast its own routing table, the router will receive the broadcast information received to add to its own routing table. Each router that broadcasts all of the routers on the network eventually will learn all the routing information. Under normal circumstances, every 30 seconds the router received a routing information can be confirmed, if after 180 seconds, or 6 update cycle, a route entry have not been confirmed, the router that it has been ineffective. If after 240 seconds, or 8 update cycle, the routing entry is still not confirmed, it will be removed from the routing table. Above 30 seconds, 180 seconds and 240 seconds of delay are controlled by a timer, which are updated timer (Update Timer), invalid timer (Invalid Timer) and the refresh timer (Flush Timer).

Routing loop

Distance vector type routing algorithms prone to cycle, RIP is a distance vector algorithm, so it is no exception. If you have a routing loop network, information is circulating transfer, will never get there. To avoid this problem, RIP equal distance vector algorithm has the following four mechanisms.

Level split (split horizon). Level of segmentation to ensure the router to remember the source of each routing information, and do not receive this information send it again at the port. This is to ensure that does not produce the most basic measures routing loop.

Toxicity reversal (poison reverse). When a path information becomes invalid, the router does not immediately remove it from the routing table, but by 16, that does not measure up to the broadcast it out. Although this increase in the size of the routing table, but helps to eliminate the routing loop, it can immediately remove any loop between adjacent routers.

Trigger update (trigger update). When the routing table changes, the update packet immediately broadcast to all neighboring routers, instead of waiting 30 seconds of the update cycle. Similarly, when a RIP router just started, it broadcasts a request packet. Adjacent routers receive this broadcast an update packet immediately answer, without having to wait until the next update cycle. Thus, changes in network topology will be the fastest spreading in the network, reducing the possibility of routing loop generated.

Inhibition time (holddown timer). After an invalid routing information, over time, this road are in the suppression by the state, that is not received within a certain period of time on the same destination address of routing updates. If, on the router from a network segment that a path failure, then immediately in another segment that this route effective. The effective information often is not correct, inhibition of time to avoid this problem, and, when a link frequent starts and stops, the inhibition reduces the routing time of floating, increased network stability.

Even with the above 4 methods, the routing loop problem can not be fully resolved only by the maximum degree of reduction. Once the routing loop is really there, routing entries count measure appears to infinity (Count to Infinity) situation. This is because the routing information is passed loop, each pass through a router to add a measure has been added to the 16, the path becomes unreachable for a. RIP choose 16 as not up to the measure is very clever, both large enough to guarantee the normal operation of most networks, but also small enough to allow counting to infinity takes the shortest time.

Neighbor

Some networks are NBMA (Non-Broadcast MultiAccess, non-broadcast multiple access), that does not allow broadcast networks to transmit data. For this network, RIP can not rely on radio transmission routing table. There are many solutions, the simplest is to specify the neighbor (neighbor), which specifies the routing table to send to a specific router platform.

RIP defect

RIP Although simple and proven, but there are some important deficiencies, mainly the following:

Too simple to jump based on the number of calculated measures, often come to non-optimal routing;

Measure the extent of 16, not suitable for large networks;

Poor security, to accept routing updates from any device;

No classes do not support IP address and VLSM (Variable Length Subnet Mask, variable-length subnet mask);

Convergence is slow, time often greater than 5 minutes;

The bandwidth consumed large.

Routers are no more than two, one route choice, and second, data forwarding. Forward data relatively easy, the difficulty is how to determine the best path to the destination network. Therefore, path selection router becomes the most important work.

Many routing protocols to complete the path choice, in common with RIP, OSPF, IGRP, and EIGRP protocol and so on. These algorithms, we can not simply say who's good and who bad, because the algorithm based on the merits of using the environment to be judged. Such as RIP protocol, it is sometimes not an accurate selection of the optimal path, the convergence time slightly lengthy, Dan for small-scale, without professional maintained network Laishui, it is the preferred routing protocol, Women's fancy is its simplicity.

If you do is have a small network project, let us arrange a program, 30 minutes reading this article (first reading), 20 minutes to look over the order referred to herein and the operation method (Second Reading), 30 minutes to configure the network with all routers (small network, routers can be equipped with not a few), the final 20 minutes, check the network works properly. Well, 100 minutes, your RIP network up and running. It's that simple, do not believe, continue to look down.

1, RIP What

RIP (Routing Information Protocols, Routing Information Protocol) is the most widely used distance vector protocol, it is a Xerox (Xerox) developed in 70 years. At that time, RIP is the XNS (Xerox Network Service, Xerox Network Service) protocol as part of clusters. TCP / IP version of the RIP protocol is an improved version of Xerox. RIP biggest feature is the realization principle, whether or configuration are very simple.

Measurement

RIP metric is based on the number of hops (hops count), each through a router, the path hop count plus one. Thus, the more hops, the longer the path, RIP algorithm will give priority to the path less hops. RIP to support the maximum number of hops is 15, a network of 16 hops is considered unreachable.

Routing update

RIP routing updates are achieved through the regular broadcast. By default, the router every 30 seconds and it is connected to the network broadcast its own routing table, the router will receive the broadcast information received to add to its own routing table. Each router that broadcasts all of the routers on the network eventually will learn all the routing information. Under normal circumstances, every 30 seconds the router received a routing information can be confirmed, if after 180 seconds, or 6 update cycle, a route entry have not been confirmed, the router that it has been ineffective. If after 240 seconds, or 8 update cycle, the routing entry is still not confirmed, it will be removed from the routing table. Above 30 seconds, 180 seconds and 240 seconds of delay are controlled by a timer, which are updated timer (Update Timer), invalid timer (Invalid Timer) and the refresh timer (Flush Timer).

Routing loop

Distance vector type routing algorithms prone to cycle, RIP is a distance vector algorithm, so it is no exception. If you have a routing loop network, information is circulating transfer, will never get there. To avoid this problem, RIP equal distance vector algorithm has the following four mechanisms.

Level split (split horizon). Level of segmentation to ensure the router to remember the source of each routing information, and do not receive this information send it again at the port. This is to ensure that does not produce the most basic measures routing loop.

Toxicity reversal (poison reverse). When a path information becomes invalid, the router does not immediately remove it from the routing table, but by 16, that does not measure up to the broadcast it out. Although this increase in the size of the routing table, but helps to eliminate the routing loop, it can immediately remove any loop between adjacent routers.

Trigger update (trigger update). When the routing table changes, the update packet immediately broadcast to all neighboring routers, instead of waiting 30 seconds of the update cycle. Similarly, when a RIP router just started, it broadcasts a request packet. Adjacent routers receive this broadcast an update packet immediately answer, without having to wait until the next update cycle. Thus, changes in network topology will be the fastest spreading in the network, reducing the possibility of routing loop generated.

Inhibition time (holddown timer). After an invalid routing information, over time, this road are in the suppression by the state, that is not received within a certain period of time on the same destination address of routing updates. If, on the router from a network segment that a path failure, then immediately in another segment that this route effective. The effective information often is not correct, inhibition of time to avoid this problem, and, when a link frequent starts and stops, the inhibition reduces the routing time of floating, increased network stability.

Even with the above 4 methods, the routing loop problem can not be fully resolved only by the maximum degree of reduction. Once the routing loop is really there, routing entries count measure appears to infinity (Count to Infinity) situation. This is because the routing information is passed loop, each pass through a router to add a measure has been added to the 16, the path becomes unreachable for a. RIP choose 16 as not up to the measure is very clever, both large enough to guarantee the normal operation of most networks, but also small enough to allow counting to infinity takes the shortest time.

Neighbor

Some networks are NBMA (Non-Broadcast MultiAccess, non-broadcast multiple access), that does not allow broadcast networks to transmit data. For this network, RIP can not rely on radio transmission routing table. There are many solutions, the simplest is to specify the neighbor (neighbor), which specifies the routing table to send to a specific router platform.

RIP defect

RIP Although simple and proven, but there are some important deficiencies, mainly the following:

Too simple to jump based on the number of calculated measures, often come to non-optimal routing;

Measure the extent of 16, not suitable for large networks;

Poor security, to accept routing updates from any device;

No classes do not support IP address and VLSM (Variable Length Subnet Mask, variable-length subnet mask);

Convergence is slow, time often greater than 5 minutes;

The bandwidth consumed large.







Recommended links:



Easy People - Screen Savers



Photoshop Top Aides - EXTENSIS Photo Graphics (1)



Recommend Audio Players



Salesforce Executives Leaving Three Hundred Will Continue To Recruit



Recommend Audio Recorders



Individual Character! Avant Browser Skin easily create



MKV to FLV



2009 CAXA Ten News



lenovo SERVER to complete the everest torch



Talent War Broke Out, The Direct Selling Industry Executives 300 000 -50 Million Annual Salary



RMVB to MP4



Call Of Operations Of Foreign Carriers



Specialist Dial Up And Connection Tools



Multinational corporations, where the moral Bottom line



TS to MPG



Deutsche Post's revelation



Tuesday, September 14, 2010

"Staying Princess" mercenary information finished



袗谐胁邪褉械褋 Agvares

High society of the devil, well-known founder of the ball.

Capacity building: +100% female unit attack

Equipment field: weapons, dress / suit of armor, gloves / belt, Treasure

Where: 楔械褌械褉褉邪 Sheterra (HITLER)

Severance costs: 30000 money

Capacity: in the dialogue interface can select a unit gain 10 attack and defense bonus and the ability to choose a

- 2 speed

- Unlimited counter

- Attack the enemy fire (can burn overlapped)

- Attack enemy vampire (not resurrection)

Select the unit from the Agvares control and restricted to men illegal division of mankind. Each of mental fatigue using a Agvares rose 100%, and in each subsequent battle back 10-15%. Means that war can be reused 7-10.






袚邪褍写懈 Gaudi

Eagle eyes of young, bright and committed advocate elimination of the devil.

Capacity building: Union forces attacking demons and the souls of the rate doubled when the explosion hit

Equipment field: weapons, armor, gloves / shield, royal flag

Where: 袘械蟹褘屑褟薪薪褘泄 Unnamed (unknown land)

Severance costs: 25% of the money

Capacity: Knight Rider upgrade sanctification (100 gold / person) holy priest upgrade CD (25 gold / person)






袛卸懈屑 袣褉邪褍写 Jim Kraud

Once handsome man, but because of scar and disfigurement.

Capacity building: a variety of pirates, thieves and the Sea Monsters +1 speed and morale.

Equipment field: weapons, armor, shoes, Treasure / royal flag

Where: 袗谢褘泄 袙械褌械褉 scarlet Wind (Scarlet Wind)

Severance costs: take away the arms.

Ability: the pirates and robbers train upgrade (respectively 7 Gold / person with 5 gold / person)

Special events: the goddess in the game if the blood was allowed to remove scar and can regain her beauty and access to the following new features:

- 700 Leadership

- Equipment field becomes: weapons, dress / suit of armor, shoes, treasure.






袦芯褉芯薪 袛邪褉泻 Moron Dark

Has sold the soul of the soul to the Dark Knight. In order to purify their soul, struggling with evil.

Capacity building: +3 attack. Dead morale +1

Equipment field: weapons, armor, helmet, royal flag / belt

Where: 协谢芯薪邪 Elon (Aron)

Severance costs: None (except he is equipment items)

Capacity:

1 (Dark Force> 0) can upgrade into a Skull Archer Skeleton Warrior (5 Gold / person) into a Dark Knight Knight (50 gold / person)

(Dark Power = 0) can upgrade archers, infantry (5 Gold / person) The Dark Knight into a knight (50 gold / person)

2 Moron Dark through every battle to purify the forces of darkness (the initial 100).

-2, If the enemy forces with the devil

-3, If the enemy forces with dead

+1, With the souls of his troops

+1, With the devil's own forces,

Once reduced to 0 to always keep at 0






袦芯谢写芯泻 Moldok

Some simple and too lazy to Orcs, to fill their stomachs with the princess chasing.

Capacity building: Orcs +1 initiative and speed

Equipment field: shield / weapon, shield, royal flag / belt, treasure.

Where: 校蟹邪谢邪 Uzala (Wuzha La) will be asked to recruit heroes ask for money 1000

Severance costs: 1000X Employment Date

Capacity: Moldok would take away half the prize, and filled in the next battle back to anger. This ability to mobilize every 8-15 random battle.






孝褉懈谐谐械褉 Trigger

Promising young engineer, inventor of Sight.

Capacity building: most of the remote units + X% crit rate

Equipment field: weapons, helmets, gloves / belts, shoes

Where: 孝褝泻褉芯薪 (袘芯谢褜褕芯泄 泻邪薪邪谢) Tekron (Grand Canal) railway empty (Grand Canal)

Severance costs: 20% of the money

Capacity: X value of sub-4, respectively (10/15/20/25), 4 pm, Big Master, Druid, Necro shamans can get bonus, but the relative alchemist, Cyclops, the dwarf Addition of the remote robot will lose.

1: the time of recruitment

2: 34 self-recruited from the war

Level 3: an additional 50 combat

4: 100 Crystal






协谢械薪褏械谢 Elenhel

Attend Mystic wizard wizard.

Capability: Intelligence +4

Equipment field: gloves / shield, skirt, royal flag / belt, treasure.

Where: 袙械褉芯薪邪 Verona (Verona) take 20 points or more intellectual

Severance costs: 5000 Money

Capacity:

A back full of magic. Cool 5 times fighting each use.

230 was a world war scroll. When recruitment was one of every 30 successful war will report on production of a scroll.

40 and the battle more than 10 games, Elenhel will be asked to leave the princess would go to war if not accept, always follow the Princess after victory.







相关链接:



Simple Text Or Document Editors



Ninetowns submitted to the U.S. SEC Annual Report FY08 net profit down 72% correction



"Batman Arkham Asylum" Customs Laws To Deal With The Ultimate Dafa BUG



Talent Strategy: "dig" And As "dependents"



Expert Cursors And Fonts



mp3 to aac converter



Dell Laser Printer pushing 999 yuan in China, "shopping" HP



.mkv file



converter mp4 to 3gp FREE



Eighth say C # sharp experience indexer and operator overloading



Good Font TOOLS



what is avchd



SIP protocol is how the agreement is better than H.323? (2)



Chrome OS is outdated? Look Jolicloud!