Posts Tagged ‘ serial

Serial Encapsulation using PPP HLDC 03 July 2008 at 6:33 pm by admin

Prepare your router for the Wide Area Network.

Cisco devices use HLDC encapsulation by default.

Serial COMMUNICATION
Serial connections send 1 data bit at a time when transmitting.
Parallel Connections send multiple bits simultaneously.
Theoretically an 8 bit parallel bus, transfers data 8X faster.
Serial connections can be clocked much faster than parallel links.
2 of the main factors that affect parallel communication are clock skew & cross talk.
Clock skew - some parallel bits arrive later than others.
Overcoming clock skew is difficult & involves clocking.

Cross-Talk - crosstalk normally refers to a signal affecting another nearby signal.

Read the rest of this entry →

Tags: study, ip, 802.1q, wan, vtp, vlan

+ cisco IOS command basics By admin 20 June 2008 at 11:43 pm and have Comments Off

Bitmindframes cisco study guides.

This will show you the basics of the cisco IOS command line interface and the different modes.

After several lines of information on the screen you should eventually see:
Would you like to enter the initial configuration dialog? [yes/no]: n

On some routers and switchesyou may see the following message.
Would you like to terminate autoinstall? [yes/no]: y Router> or Switch>

Privilege Mode
Router> enable
If you are prompted for a password type: class or if that does not work, type cisco

Use the “?” to view the list of available commands or command options
Router> ?

Read the rest of this entry →