Computer Networks
Computer Networks
Computer Networks
Crossover Cables:
These cables have a different pinout on one side. The purpose of a
crossover cable is to connect one device, directly, to another device, without a
hub or switch in the middle. Usually, the hub/switch performs the crossover for
you. So, you can use a crossover cable to connect a PC to a PC, directly, without
any hub or switch. You can also use a crossover cable to connect two switches
together.
As you can see, the cross over cables sends pins 1 & 2 to 3 & 6 and 3 & 6
to 1 & 2. You can buy one of these special cables in a store or make one yourself.
Both the T-568A and the T-568B standard Straight-Through cables are
used most often as patch cords for your Ethernet connections. If you require a
cable to connect two Ethernet devices directly together without a hub or when
you connect two hubs together, you will need to use a Crossover cable instead.
References:
http://www.incentre.net/incentre/frame/ethernet.html
2. Net Stat:
3. Tracert:
Protocols:
Cisco Packet Tracer supports the following protocols:
Modular Devices:
Graphical representations visually simulate hardware and offer the
ability to insert interface cards into modular routers and switches, which then
become part of the simulation.
Multiuser Functionality:
Cisco Packet Tracer is a network-capable application, with a multiuser
peer-to-peer mode that allows collaborative construction of virtual networks
over a real network. The multiuser feature enables exciting collaborative and
competitive interactions, providing the option to progress from individual to
social learning and features opportunities for collaboration, competition,
remote instructor student interactions, social networking, and gaming.
Tutorials:
Packet Tracer includes several basic step-by-step tutorials that familiarize
users with the product features and explain how to engage in simulations.
Help:
A help feature is available to familiarize users with the Cisco Packet
Tracer interface, functions, and features. The help area includes important
notes and tips and provides annotated screenshots to aid understanding.
Activity Wizard:
The Activity Wizard allows users to author their own learning activities
by setting up scenarios using instructional text, and creating initial and final
network topologies and predefined packets. The Activity Wizard also includes
grading and feedback capabilities.
Reference:
www.cisco.com/go/netacad
Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname router0
router0(config)#enable secret class
router0(config)#line con 0
router0(config-line)#password admin
router0(config-line)#login
router0(config-line)#exit
router0(config)#line vty 0 4
router0(config-line)#password admin
router0(config-line)#login
router0(config-line)#exit
%SYS-5-CONFIG_I: Configured from console by console
!
!
interface FastEthernet0/0
description router0 fastethernet 0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
--More—