Posted by admin January - 16 - 2012 ADD COMMENTS

Like TCP, BGP is connection-oriented. An underlying connection between two BGP speakers is established before any routing information is exchanged. This connection takes place on TCP port 179. As with EIGRP and OSPF, keepalive messages are sent out by the BGP speakers in order to keep this relationship alive.

Once the connection is established, the BGP speakers exchange routes and synchronize their tables. After this initial exchange, a BGP speaker will only send further updates upon a change in the network topology.

The IGP protocols that use Autonomous Systems, IGRP and EIGRP, require prospective neighbors to be in the same AS. This is not true with BGP. Routers can be in different Autonomous Systems and still exchange routes. The BGP neighbors do not have to be directly connected, and often are not, but do need to be able to reach the IP addresses they use in their neighbor statements.

A BGP peer that is in the same AS is referred to as an Internal BGP (iBGP) Peer, where a BGP peer in another AS is an External BGP (eBGP) Peer.

A sample iBGP configuration:

Router bgp 100

Neighbor 10.1.1.2 remote-as 100

A sample eBGP configuration:

Router bgp 100

Neighbor 10.1.1.2 remote-as 200

Cisco recommends that eBGP peers be directly connected, where iBGP peers generally will not be.

Before we get too much farther into BGP theory, let’s get a configuration started. You’ll use the router bgp command to configure a router as a BGP speaker. Right after that, the neighbor command will be used to identify this BGP speaker’s potential neighbors. (The terms “peer” and “neighbor” are interchangeable in BGP, but it’s the neighbor statement that is used to statically define neighbors. BGP is not capable of discovering neighbors dynamically.)

R1(config-router)#neighbor 172.12.123.3 remote-as 200

While almost all of the neighbor options are just that — optional — you do have to specify the BGP AS of the remote router. BGP has no mechanism to dynamically discover neighbors. Remember, BGP speakers do not have to be in the same AS to become peers. To verify that the remote BGP speaker has become a peer, run show ip bgp neighbor.

R1#show ip bgp neighbor

BGP neighbor is 172.12.123.3, remote AS 200, external link

BGP version 4, remote router ID 0.0.0.0

BGP state = Active

Last read 00:01:39, hold time is 180, keepalive interval is 60 seconds
Read More

Tags : , , , , , , , , , , , , , , , , , Computer Certification
Posted by admin January - 14 - 2012 ADD COMMENTS

As history has progressed and technology has continued to advance, life has become full of more and more good things. Without a doubt, one of the best things that our society has gained from the advances of technology is communications.

Consider for a few moments all of the amazing forms of communications that have made your life easier and more full. First and foremost in many peoples minds is the telephone. Even if you like to write letters once in a while, can you honestly imagine if letter writing and telegrams were the only way to communicate with people? Think of the countless ways that having phones have improved worldwide communications. My telephone allows me not only to call my next-door neighbor but the communications a telephone allows also enables me to call a friend who has moved to Africa in just a few moments time.

If having the telephone doesn’t impress you enough, think about the way the internet has improved communications and many other aspects of your life. The internet has literally connected people from every corner of the globe by the simple click of a button or two. Our communications with people have become easier, more frequent, and faster. You can send a message to a business parter in Tokyo and receive a reply within mere seconds. Amazing.
Read More

Tags : , Communications
Posted by admin January - 11 - 2012 ADD COMMENTS

In this article I will be showing you four little known tips to fix scratched CD or DVD and recover the data within, Every user has had trouble with a scratched CD or DVD. The theory goes like this – A CD/DVD reader or player uses a laser beam to read the data on the disk. This laser beam crosses the protective plastic layer and reads the real recording metal layer. If the protective plastic layer is scratched, the laser will be unable to pass resulting in non-readable disc. In the case of data CDs the CD/DVD reader is unable to read the CD/DVD properly resulting in reading errors while in case of audio/video discs, the CD player skips when we play it.

If somehow we manage to re-smooth this protective layer then the laser will reach the data and read it, now there are many ways we can achieve this using common household item’s as discussed below:

1). Toothpaste – Yups! Toothpaste is our very first scratched CD/DVD fixer, you can use any non-gel based toothpaste for this, just put a very small amount of it on the scratched area and polish it gently using a cotton swab, sometimes the paste may cause new minor scratches but they are just superficial. Now just wash the cd using water. Read More

Tags : , , , , , Web Development
Posted by admin January - 8 - 2012 ADD COMMENTS

Competitive and fast are two terms that are applicable to the world of computers. Constantly changing and evolving computer systems bring many advantages to the users and techies alike. The race for supremacy between the yet to be launched Vista (scheduled for 2006) and Mac OSX Tiger began in 2003 with Microsoft’s announcements of plans for an integrated desktop search functionality in Windows Vista.

While opinions vary and are really personal choices in many ways, the following sums up the functionalities between Vista and Tiger.

1. Vista has a completely redesigned look and feel; it is aesthetic, functional, and exciting according to industry sources. Mac Tiger on the other hand was always famous for its technology and aesthetics which are clean and clutter free. In fact, many of the visual effects that Vista has like translucent icons, high resolution, and animation effects have been integral to Tiger for more than four years.

2. Vista is yet to resolve problems caused by underlying windows, while Tiger has fine tuned the bleed caused by windows beneath the surface ones.

3. The 128 x 128 pixel icons of Tiger have better rendition and clearer resolution than the 32 x 32 or 64 x 64 pixel icons of Vista. However one will only know whether Vista will have resolution independent vector graphics once the final version comes to the market.

4. Both Vista and Tiger have closely similar desk top search functions. The only immediate difference is that in Tiger the filtering becomes operational only after creation of a Smart Folder or using the shortcut keys. The Virtual Folder of Vista is identical to the Smart Folder of Tiger.

5. Vista has next generation features, where the system has enough inbuilt intelligence that organizes data. This fine tunes any searches that need to be done. In comparison to this, the Tiger has an old fashioned system with no specials.
Read More

Tags : , , , , , Software