CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

22
CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh

Transcript of CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

Page 1: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

CISCO PACKET TRACER

By:- Ankita Rawat Sohit Mehta Sukhwinder

Singh

Page 2: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

Introduction:

Packet Tracer is a program used to illustrate at a basic level how networks work. It is used to create & simulate network virtually. It gives same environment virtually as it exists physically.

Page 3: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

HUBS

• A common connection point for devices in a network.

• Works on physical layer of OSI model.• Commonly used to connect segments of

a LAN and have multiple ports.• When a packet arrives at one port, it is

copied to the other ports so that all segments of the LAN can see all packets.(Broadcast)

Page 4: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

Switches:• Device that filters and forwards packets between LAN

segments.• Operate at the data link layer.• Switch actually checks for the destination MAC address

and forward it to the relevant port to reach that computer only.

• They build a table of which MAC address belongs to which segment.

Page 5: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

Routers:• Works on Network Layer of OSI Model• Routers are used to connect different LANs or a LAN

with a WAN (e.g. the internet). • Routers are located at gateways, the places where two

or more networks connect.

Bridges:• Maintains a MAC address table for both LAN

segments it is connected to.• Single incoming and outgoing port

Page 6: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

SAMPLE NETWORK SIMULATION

Select the Generic PC under End Devices and drag it as the first PC onto the workspace.To set IP address of PC:▪ Select PC in which you want to set IP Address, Click

on it. One menu will open having three tabs: Physical, Config, Desktop.

▪ Select Desktop and go to “IP Configuration”. Here you can set IP Addresses.

Page 7: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.
Page 8: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

Two network two switch and one router

▪ Step1: Put four PC, One Generic Switch & One Generic RouterPC0 & PC1 for Network 1 PC2 & PC3 for Network 2

▪ Step2: Connect them all(Switch & PCs) with copper straight cable▪ Step3: Connect Switches with Router using Fiber Cable

Page 9: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.
Page 10: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

SAMPLE NETWORK SIMULATION

To configure a router:▪ Select Router , click on it. One menu will open having three tabs:

Physical, Config, CLI. ▪ Select Config. ▪ Select Interface in which you want to set IP, i.e.FastEthernet4/0.▪ Set IP Address in it & Check the ON check box.

*Network address of each port of router should be of the same network that it is connected to..

Page 11: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.
Page 12: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

Here one port of Switch1 is blocked due to loop formation.

Page 13: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

Working with wireless router

▪ Wireless router mostly use DHCP servers to config devices.

▪ While connecting to wireless router, you need wireless diveces too.

▪ In cisco packet tracer, default pc’s don’t have wireless modules. You have to add them as shown in fig.

Page 14: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

In 1st fig default view is shown. Switch of the power, remove default port, add wireless module an turn the power on.

Page 15: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

Configuring wireless router.Remember this router can have both wired and wireless connections.

Page 16: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

Linksys router with wired and wireless connection.

Page 17: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

STP:Spanning Tree ProtocolThe Spanning Tree Protocol (STP) is an older network protocol that ensures a loop-free topology for any bridged Ethernet local area network..

Used Protocols

Page 18: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

PROTOCOLS:CDP(Cisco Discovery Protocol)

CDP is a data link layer protocol. Routers and catalyst switches support CDP.. CDP messages are not forwarded. It means you can get CDP information only about the directly connected(neighbour) devices.

Page 19: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

PROTOCOLS:

DTP: Cisco’s Dynamic Trunking Protocol can facilitate the automatic creation of trunks between two switches.

ARP:(Address Resolution Protocol) ARP maps an IP address to the physical address of host.

Page 20: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

PROTOCOLS:

ICMP: (Internet Control Message Protocol)It is a network layer protocol designed to compensate deficiencies like error correcting mechanism and mechanism for host and management queries in IP protocol.

Page 21: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

Some important things to remember

▪ Try to not to form any loop with in network.▪ Straight cables are used to connect different layer

devices like pc-switch, switch-router etc.▪ Cross cables are used to connect same layer devices

like pc-pc, switch-switch.▪ Roll over wire is used to connect console ports.▪ Don’t use first IP (eg. 192.168.1.0) and last IP (eg.

192.168.1.255) in any case.▪ You can add available module to any device. As used

in pc, similar modules can be added to router to increase its port no’s etc.

Page 22: CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.

Thankyou