Routing from scratch… Part 0

The person in A wants to join its colleagues in location B through the network topology described in the below figure. This person needs to go back home at the evening!

” This person needs to go back home at the evening! ” means that there’s a one way in return route to and from its office. We could have broadcast, unicast in one direction, unidirectionally, or multicast…

Should the one way and return route be the same? if not, then we talk about asymmetric routing. In some cases it’s advanteagous to have asymetric routing. In others, where firewalls per example, are put into play, symetric routing is more appropriate (return packets should use the established session opneing sat up by the initial packets)

In asymmetric routing, what is asymmetric? the processing of packets…

If the return packets flow the same way but in the opposite direction, we talk about symetric routing.

Is routing necessary for person A?

Yes, in packet switched network, it is necessary to show person A what route to follow at each node (router), in the network. Home and office networks are different and far away from each other: we need some kind of inter-networking to allow them communicate.

No, routing is not necessary if we use LL leased line: modem, v.24, 35 or X.21 interface type to connect person A to B. Other switched circuits technologies such as: Frame Relay (FR), X.21, ATM, P1024B or C, would serve the same purpose. More advanced technologies would help also avoid routing: tunnel, vpn, vrf, xconnect, vpls, pseudo wire, mp-bgp, mpls labelling, etc.

If yes, then where? in the above described transport network?

At any router level, if it’s not L2 (doing briding, etc.). But per definition, in OSI, a router is by default, not specified, a L3 device.

In the internet. The routing is not done by our help but requires other guys, ISP, to do it for us.

At any switch, if the swith is L3. But if it is not specified, a switch is by default, following the standard, a L2 device…

If not, what are some of technologies, protocols, or strategies to achieve the same? without routing?

“without routing” means no router in between A and B. In other terms, a traceroute from router A to router B, would show only one hop to reach person B.

Technologies maybe reordered following the OSI model from top to down:

  • tunnel, vpn: vrf, xconnect, vpls, pseudo-wire, mp-bgp, mpls, lables, etc.
  • switched circuits: frame relay, atm, x.25, fixed or on-demand switched circuits, dial-up, adsl, etc.
  • leased lines: modem, analogic, numeric, low rate, v24, v35, x21, interfaces, etc.

If routing is put in place, what are our possibilities? the maximum number of possible routes? that you can offer Mr. A to join Mr.B?

The total number of possibilities, without any selection, is roughly equal to the possibilites at every routing node…

Are all the possibilities logical, make sense? what do you think of A going through router R1 and then looping back to R_A? in cases where routing is done based on the packet destination address, source address, or both?

In the case of destination-based routing, a minimum criterion is that any possibility should help lead person A to B. We wont accept routes that loops back, leads to the same departure, “cycles”…

What types of loops would you imagine in general? loops maybe of many levels: L1, L2, L3, at processes level, mental, intellectual, etc.

  • L1: frequency synchronisation in DWDM is a good example of such loops if lower stratum number get updates from higher stratum in some way. No way to troubleshoot…
  • L2: STP spanning tree protocol in LAN network, (ieee 802.3d, rstp, pvst, pvst+, mstp, etc.), if there are redundant physical links and no stp is active or buggy… another way to prevent from such loops: TRILL, fabric path, ring vendor topologies (such as Extreme Network ESRP protocol), etc.
  • L3: routing, bad routing decition that breaks routing per definition or its performance…
  • Process: with regards to some task, working but able to move forward or get new results, building and destructing continually, etc.

A loop is a symbol of a misuse, of disturbance, bad choice or decision…

Based on the “loop” criterion, the total possibilities is 25, in our network!

what is the best routing option?

what are the criterias of best route determination?

what is the least preferred routing option? and why?

how is it possible to assure the resiliency of the main (best) route?

is it possible to use multiple routes simultaneously?

is it necessary that the forward route be the same as the return route?

if static routing, how many routes we need to route via the best route?

idem, if we add resiliency?

idem, if we add redundancy?

what information you need for a complete static route configuration?

what is the route in your opinion that runs the maximum protocols (following the OSI model)

what is the configuration that would allow the utilisation of all the routes?

if I suppress the R2 router, what is the impact of the configuration (Qu. 16)

idem, if I suppress R4 instead of R2?

idem, if I suppress S1 instead of R2 and R4?

how to automate the routing configuration? in cases of the main route down, new link addition, link deletion, etc.

atlink'admin

Learn More →

Leave a Reply

Translate »