22nd August 2009 Cat: NETWORK with No Comments »

In the telecommunication world, we can know link quality (network speed) using RTT parameters.We can now how fast our network speed.

Round Trip Times required for a network communication to travel from source the destination and back. RTT is used by something routing algorithms to aid in calculating optimal routes and measured in milliseconds or microseconds.

For example, we want to compare which provide that we have to choose before we make contract .

From the picture we assume one company want to choose provider A or provider B. Network Administrator configure HQ and branch with EIGRP. (No matter you use what kind of routing protocol)

HQ Configuration

interface Serial0/0/0
description .: Provider A :
bandwidth 512
ip address 192.168.10.4 255.255.255.252
frame-relay lmi-type ansi
frame-relay interface-dlci 102

interface Serial0/0/1
description .: Provider B :
bandwidth 512
ip address 192.168.11.4 255.255.255.252
frame-relay lmi-type ansi
frame-relay interface-dlci 103

Branch Configuration

interface Serial0/0/0
description .: Provider A :
bandwidth 512
ip address 192.168.12.4 255.255.255.252
frame-relay lmi-type ansi
frame-relay interface-dlci 102

interface Serial0/0/1
description .: Provider B :.
bandwidth 512
ip address 192.168.13.4 255.255.255.252
frame-relay lmi-type ansi
frame-relay interface-dlci 103

Now, we want to calculate Provider A RTT
Step 1 :

Make sure there’s no traffic through both of interface by applying delay command at HQ and Branch Interface

HQ Configuration :

interface Serial0/0/0
description .: Provider A :.
bandwidth 512
ip address 192.168.10.4 255.255.255.252
frame-relay lmi-type ansi
frame-relay interface-dlci 102
delay 100000

Branch Configuration
interface Serial0/0/0
description .: Provider A :
bandwidth 512
ip address 192.168.12.4 255.255.255.252
frame-relay lmi-type ansi
frame-relay interface-dlci 102
delay 100000

Step 2 :

Do Ping test, by command :

Ping 192.168.12.4 sou rce 192.168.10.4 size 36 repeat 100

For size : 36 – 18024 datagram size
For repeat : 1-2147483647 repeat count

And will get the result :

Success rate is 100 percent (100/100), round-trip min/avg/max = ms

You also can calculate Provider B Link quality by doing same steps.

Finally,

You can decide which the best link quality. Of course, the small time result RTT is better than big result.

Baca juga : Automatic Cisco Configuration Through FTP, Simplify Your Network by Mikrotik

http://www.bungerik.com/wp-content/plugins/sociofluid/images/digg_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/dzone_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/stumbleupon_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/delicious_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/blinklist_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/blogmarks_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/furl_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/newsvine_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/technorati_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/google_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/myspace_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/facebook_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/yahoobuzz_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/mixx_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/twitter_16.png http://www.bungerik.com/wp-content/plugins/sociofluid/images/meneame_16.png

Related Post :
VLAN yang Masih Tetap Populer
Easy Network Learning by Packet Tracer 5.0
Knowing Switch Layer
Simplify Your Network by Mikrotik Router
Mengenal Tipe-Tipe Kabel Fiber Optic
Leave a Comment for Mengenal Tipe-Tipe Kabel Fiber Optic