CCNA: Difference between revisions
From D3xt3r01.tk
Jump to navigationJump to search
m →Hubs |
mNo edit summary |
||
Line 7: | Line 7: | ||
I'm using GNS3 to emulate a Cisco environment. Get it from [http://www.gns3.net GNS3 Homepage] | I'm using GNS3 to emulate a Cisco environment. Get it from [http://www.gns3.net GNS3 Homepage] | ||
==Switches== | ===Switches=== | ||
[[Image: Switch_representation.png|60px|thumb]] | [[Image: Switch_representation.png|60px|thumb]] | ||
Line 14: | Line 14: | ||
They break up "collision domains" only. | They break up "collision domains" only. | ||
==Routers (Layer 3 switches)== | ===Routers (Layer 3 switches)=== | ||
[[Image: Router_representation.png|60px|thumb]] | [[Image: Router_representation.png|60px|thumb]] | ||
Line 39: | Line 39: | ||
* Path selection | * Path selection | ||
==Bridges== | ===Bridges=== | ||
[[Image: Bridge_representation.png|60px|thumb]] | [[Image: Bridge_representation.png|60px|thumb]] | ||
Line 45: | Line 45: | ||
<br/><br/><br/><br/> | <br/><br/><br/><br/> | ||
==Hubs== | ===Hubs=== | ||
[[Image: Hub_representation.png|60px|thumb]] | [[Image: Hub_representation.png|60px|thumb]] | ||
Revision as of 17:00, 26 March 2010
WHAT
I'm trying to study to get my CCNA degree :D I'm using my wiki to note what I'm trying to learn ! Much of the stuff here are from SYBEX CCNA Study guide (6th edition). Hope it'll help other people.
Software
I'm using GNS3 to emulate a Cisco environment. Get it from GNS3 Homepage
Switches
They work at Layer 2
They break up "collision domains" only.
Routers (Layer 3 switches)
They work at Layer 3
Cisco calls them multiport bridges.
Advantages:
- They break up "broadcast domains" by default ( 1 broadcast domain per interface ).
- They break up "collision domains".
- Can filter network based on Layer 3 ( Network Layer ) information ( e.g., IP Address )
Useful at:
- Packet switching
- Packet filtering
- Internetwork communication
- Path selection
Bridges
They break up collision domains.
Hubs
They keep all hosts in the same collision domain.
They often cause traffic congestion if on a busy network.
Traffic Congestion
Can be caused by:
- Too many hosts in a broadcast domain
- Broadcast storms
- Multicasting