Connect the routers as in the figure.Here I am creating two PVCs – first one between R1 & R2, and second one between R1 & R3
Friday, January 6, 2012
How to create a frame relay switch
Connect the routers as in the figure.Here I am creating two PVCs – first one between R1 & R2, and second one between R1 & R3
Thursday, January 5, 2012
WordPress installation error
error
Can’t select database
We were able to connect to the database server (which means your username and password is okay) but not able to select thewordpress database. - Are you sure it exists?
- Does the user
roothave permission to use thewordpressdatabase? - On some systems the name of your database is prefixed with your username, so it would be like
username_wordpress. Could that be the problem?
Wednesday, January 4, 2012
Routing vs. Routed Protocols
Okay, you don’t need to count. There are plenty of ways. isn’t it? how will you select the right path from point A to Point B? We may consider different aspects for this - fast way, way with low transportation charge, etc.
Wednesday, December 28, 2011
Difference between Protocol number and Port number
| Protocol | Protocol Number |
| EIGRP | 88 |
| OSPF | 89 |
Monday, December 26, 2011
Different types of communication systems
Simplex
In this type of communication, first device send data and second device receive it. Second device never send any information to first device. Broadcast systems like FM radio work in this way.
Half Duplex
In this type of communication, when first device send data, second device receives it and when second devices send data, first device receives it. But both devices can’t send or receive data at the same time. This type of communication is using in "walkie-talkie".
Full Duplex
In this type of communication, first and second device can send and receive data simultaneously. Phones and mobile phones are using this type of communication.
Note: In Ethernet communication we can set both end half or full duplex depending up on the requirements. That is Ethernet can work on both mode.