Skip to main content

About Cisco packet tracer

About Cisco packet tracer

Image result for packet tracer

Packet Tracer is a cross-platform visual simulation tool designed by Cisco Systems that allows users to create network topologies and imitate modern computer networks. The software allows users to simulate the configuration of Cisco routers and switches using a simulated command line interface. Packet Tracer makes use of a drag and drop user interface, allowing users to add and remove simulated network devices as they see fit.




Key Features


 Packet Tracer Works-paces: Cisco Packet Tracer has two work-spaces—logical and physical. The logical workspace allows users to build logical network topologies by placing, connecting, and clustering virtual network devices. The physical workspace provides a graphical physical dimension of the logical network, giving a sense of scale and placement in how network devices such as routers, switches, and hosts would look in a real environment. The physical view also provides geographic representations of net-works, including multiple cities, buildings, and wiring closets.


Packet Tracer Modes: Cisco Packet Tracer provides two operating modes to visualize the behavior of a network—real-time mode and simulation mode. In real-time mode the network behaves as real devices do, with immediate real-time response for all network activities. The real-time mode gives students a viable alternative to real equipment and allows them to gain configuration practice before working with real equipment 


Interface overview
The layout of Packet Tracer is divided into several components similar to a photo
editor. Match the numbering in the following screenshot with the explanations
given after it: 


 Image result for cisco interface overview

 The components of the Packet Tracer interface are as follows:
• Area 1: Menu bar – This is a common menu found in all software applications;
it is used to open, save, print, change preferences, and so on.
• Area 2: Main toolbar – This bar provides shortcut icons to menu options
that are commonly accessed, such as open, save, zoom, undo, and redo,
and on the right-hand side is an icon for entering network information
for the current network.
• Area 3: Logical/Physical workspace tabs – These tabs allow you to toggle
between the Logical and Physical work areas.
• Area 4: Workspace – This is the area where topologies are created and
simulations are displayed.
• Area 5: Common tools bar – This toolbar provides controls for manipulating
topologies, such as select, move layout, place note, delete, inspect, resize
shape, and add simple/complex PDU.
• Area 6: Realtime/Simulation tabs – These tabs are used to toggle between
the real and simulation modes. Buttons are also provided to control the
time, and to capture the packets.
• Area 7: Network component box – This component contains all of the
network and end devices available with Packet Tracer, and is further
divided into two areas:
° Area 7a: Device-type selection box – This area contains device
categories
° Area 7b: Device-specific selection box – When a device category
is selected, this selection box displays the different device models
within that category

• Area 8: User-created packet box – Users can create highly-customized
packets to test their topology from this area, and the results are displayed
as a list. 



Protocols: Cisco Packet Tracer supports the following protocols:

Layer that Cisco Packet Tracer Supported Protocols
Application        • FTP , SMTP, POP3, HTTP, TFTP, Telnet, SSH, DNS, DHCP, NTP, SNMP, AAA, ISR VOIP, SCCP config and calls ISR command support, Call Manager Express
 Transport         • TCP and UDP, TCP Nagle Algorithm & IP Fragmentation, RTP 
Network            • BGP, IPv4, ICMP, ARP, IPv6, ICMPv6, IPSec, RIPv1/v2/ng, Multi-Area OSPF, EIGRP, Static Routing, Route Redistribution, Multilayer Switching, L3 QoS, NAT, CBAL , Zone-based policy firewall and Intrusion Protection System on the ISR, GRE VPN, IPSec VPN
 Network Access/Interface         • Ethernet (802.3), 802.11, HDLC, Frame Relay, PPP, PPPoE, STP, RSTP, VTP, DTP, CDP, 802.1q, PAgP, L2 QoS, SLARP, Simple WEP, WPA, EA 


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. 

Comments

Popular posts from this blog

Packet Tracer Simulation – TCP and UDP Communications Part 1: Generate Network Traffic in Simulation Mode Step 1: Generate traffic to populate Address Resolution Protocol (ARP) tables.  Click MultiServer and click the Desktop tab > Command Prompt.  Enter the ping 192.168.1.255 command. This will take a few seconds as every device on the network responds to MultiServer.  Close the MultiServer window. Step 2: Generate web (HTTP) traffic.  Switch to Simulation mode.  Click HTTP Client and click the Desktop tab > Web Browser.  In the URL field, enter 192.168.1.254 and click Go. Envelopes (PDUs) will appear in the simulation window.  Minimize, but do not close, the HTTP Client configuration window. Step 3: Generate FTP traffic.  Click FTP Client and click the Desktop tab > Command Prompt.  Enter the ftp 192.168.1.254 command. PDUs will appear in the simulation window.  Minim...

Router mode , switch/router basic commands

Router mode , switch/router basic commands ROUTER : A router is a device that analyses the contents of data packets transmitted within a network or to another network. Routers determine whether the source and destination are destination are on the same network or whether data must be transferred from one network type to another, which requires encapsulation the data packet with routing protocol header information for the new network type. Routing is a process which is performed by layer 3 (or Network Layer) devices in order to deliver the packet by choosing an optimal path from one to another. Advantages No Routing overhead for router CPU which means a cheaper router can be used to do routing. It adds security because the only administrator can allow routing to a particular network only. No bandwidth usage between routers. Disadvantages For a large network, it is a hectic task for an administrator to manually add each router for the netw...
IMPLEMENTATION OF DHCP IN CISCO PACKET TRACER The Dynamic Host Configuration Protocol (DHCP) is a  network management protocol  used on  UDP/IP  networks whereby a DHCP server dynamically assigns an  IP address  and other network configuration parameters to each device on a network so they can communicate with other IP networks. A DHCP server enables computers to request IP addresses and networking parameters automatically from the  Internet service provider  (ISP), reducing the need for a  network administrator  or a user to manually assign IP addresses to all network devices.In the absence of a DHCP server, a computer or other device on the network needs to be manually assigned an IP address, or to assign itself an  APIPA  address, which will not enable it to communicate outside its local subnet. DHCP can be implemented on networks ranging in size from  home networks  ...