SlideShare una empresa de Scribd logo
1 de 15
Packet Tracer Practical Tips
Nishant M Gandhi
Teaching Assistant,
Computer Engineering Department,
S V National Institute of Technology, Surat.
Nishantgandhi99@gmail.com
Introduction:
Packet Tracer is a proprietary tool of Cisco. It is used to create &
simulate network virtually. It gives same environment virtually as it
exists physically. So what you do need to do and work same on all
virtually provided devices as you are working with them physically.
This is the beauty of this tool. This tool is widely used in CCNA
training.
This tool gives all type of network devices require to create one real
time working network and also provide same interface as if you are
working on real device.
Packet Tracer WIKI is available. You can read more online about it. Here my focus is how to
use it…
Different Operation:
Q1. How to set up instruments?
A1. Click on instrument. Then click on page to drop it.
Q2. How to connect different instruments with cables?
A2. On left bottom cornet you will find sign like
From here you can select your cable
Q3. How to set IP Address in any PC/Laptop or Server?
A3. 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.
Q4. How to set IP Address in Router?
A4. 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.
Q5. What to do if Router doesn’t have enough Ethernet port to
connect?
A5. In most of the Routers, It has free physical slots which you can fill
up, if you want to connect more devices with Router.
Select Router,
Select tab Physical,
Now on left side there is list of different kind of Ethernet cards
whose detail is given in bottom.
Select the one you want.
Now switch off the Router from the right top side on the picture of
router.
Now Drag the Ethernet card from right bottom most side and drop it
on Routers’ empty slot.
Switch on the Router again.
Q6. How to Configure RIP in Router?
A6. In RIP configuration, You just need to enter the network address
of all interface that are directly connected with your Router. In other
word, you need to add all the network addresses which you have
entered in different Ethernet cards in your router.
i.e.
You have Router 1.
You have configured
FastEthernet 4/0 with 192.168.0.1/24
FastEthernet 5/0 with 192.168.1.1/24
FastEthernet 6/0 with 192.168.2.1/24
So for RIP
You need to enter three network addresses
192.168.0.0
192.168.1.0
192.168.2.0
1) One Network(with one PC) One Switch:
Step1: Put one PC & One Generic Switch
Step2: Connect them both with copper straight cable
Step3: Open property of My PC >> Desktop >> IP Configure
Now set following,
IP Address: 192.168.0.1
Subnet Mask: 255.255.255.0
You Are UP!!!!!!!!
2) Two Network(two PC each) One Switch:
Step1: Put four PC & One Generic Switch
PC0 & PC1 for Network 1
PC2 & PC3 for Network 2
Step2: Connect them all with copper straight cable
Step3: Set following IP & Mask
PC Name IP Address Subnet Mask
PC0 192.168.0.1 255.255.255.0
PC1 192.168.0.2 255.255.255.0
PC2 172.16.0.1 255.255.0.0
PC3 172.16.0.2 255.255.0.0
Try to ping each other and see what happens…
Observation: Though they are connected with each other with single
switch only PC0&PC1 can communicate with each other and
PC2&PC3 can communicate with each other.
Conclusion: For two computers to communicate, they must be in
same logical network.
3) Two Network Two Switch One Router:
Step1: Put four PC, One Generic Switch & One Generic Router
PC0 & 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
Step4: Set following IP & Mask
PC Name IP Address Subnet Mask
PC0 192.168.0.2 255.255.255.0
PC1 192.168.0.3 255.255.255.0
PC2 172.16.0.2 255.255.0.0
PC3 172.16.0.3 255.255.0.0
Step5: Set the Router’s FastEthernet IP Address in its respective
Interface IP Configuration as follow.
Interface IP Address Subnet Mask
Cable connected with Switch 0 192.168.0.1 255.255.255.0
Cable connected with Switch 1 172.16.0.1 255.255.0.0
Try to ping each other and see what happens…
Observation: Two network 192.168.0.0/24 and 172.16.0.0/16 can
communicate now. We have not specified(applied) any routing
algorithm.
Conclusion: With Router, We can make communication between two
different networks. When different networks are connected with
only one router then they don’t need to use routing algorithm
because router knows the all networks and where to send packets.
4) Two Network Two Switch Two Router:
Step1: Put four PC, One Generic Switch & One Generic Router
PC0 & PC1 for Network 1
PC2 & PC3 for Network 2
Step2: Connect them all(Switch & PCs) with copper straight cables
Step3: Connect Switches with Router using Fiber Cables
Step4: Connect Routers with Fiber Cables
Step5: Set following IP & Mask
PC Name IP Address Subnet Mask
PC0 192.168.0.2 255.255.255.0
PC1 192.168.0.3 255.255.255.0
PC2 192.168.1.2 255.255.255.0
PC3 192.168.1.3 255.255.255.0
Step6: Set the Router’s FastEthernet IP Address in its respective
Interface IP Configuration as follow.
Router 0:
Interface IP Address Subnet Mask
Cable connected with Switch 0 192.168.0.1 255.255.255.0
Cable connected with Router 1 172.16.0.1 255.255.255.0
Router 1:
Interface IP Address Subnet Mask
Cable connected with Switch 1 192.168.1.1 255.255.255.0
Cable connected with Router 0 172.16.0.2 255.255.255.0
Step7: Add network address in RIP for routing the packets.
Router 0:
192.168.0.0
172.16.0.0
Router 1:
192.168.1.0
172.16.0.0
Try to ping each other and see what happens…
Observation: Two network 192.168.0.0/24 and 192.168.1.0/24 can
communicate now. We have to configure routing algorithm (In our
case RIP).
Conclusion: With Router, We can make communication between two
different networks. When different networks are connected with
more than router then we need to use routing algorithm because
router has to decide where to send packets.
5) Three Network Three Switch Three Router:
Step1: Put six PC, three Generic Switch & three Generic Router
PC0 & PC1 for Network 1
PC2 & PC3 for Network 2
PC4 & PC5 for Network 3
Step2: Connect them all(Switch & PCs) with copper straight cables
Step3: Connect Switches with Router using Fiber Cables
Step4: Connect Routers with Fiber Cables
Step5: Set following IP & Mask
PC Name IP Address Subnet Mask
PC0 192.168.0.2 255.255.255.0
PC1 192.168.0.3 255.255.255.0
PC2 192.168.1.2 255.255.255.0
PC3 192.168.1.3 255.255.255.0
PC4 192.168.2.2 255.255.255.0
PC5 192.168.2.3 255.255.255.0
Step6: Set the Router’s FastEthernet IP Address in its respective
Interface IP Configuration as follow.
Router 0:
Interface IP Address Subnet Mask
Cable connected with Switch 0 192.168.0.1 255.255.255.0
Cable connected with Router 1 172.16.0.1 255.255.255.0
Router 1:
Interface IP Address Subnet Mask
Cable connected with Switch 1 192.168.1.1 255.255.255.0
Cable connected with Router 0 172.16.0.2 255.255.255.0
Cable connected with Router 2 172.16.1.1 255.255.255.0
Router 2:
Interface IP Address Subnet Mask
Cable connected with Switch 2 192.168.2.1 255.255.255.0
Cable connected with Router 1 172.16.1.2 255.255.255.0
Step7: Add network address in RIP for routing the packets.
Router 0:
192.168.0.0
172.16.0.0
Router 1:
192.168.1.0
172.16.0.0
Router 2:
192.168.2.0
172.16.0.0
Try to ping each other and see what happens…
Observation: Three network 192.168.0.0/24 and 192.168.1.0/24 and
192.168.2.0/24 can communicate now. We have to configure routing
algorithm (In our case RIP).
Conclusion: With Routers, We can make communication between
many different networks.
THE END

Más contenido relacionado

La actualidad más candente

Peer- to -peer connection using ciscio packet tracer
Peer- to -peer connection using ciscio packet tracerPeer- to -peer connection using ciscio packet tracer
Peer- to -peer connection using ciscio packet tracerJalalMiah5
 
Unit 1 introduction to computer networks
Unit 1  introduction to computer networksUnit 1  introduction to computer networks
Unit 1 introduction to computer networkspavan kumar Thatikonda
 
Computer Networking Lab File
Computer Networking Lab FileComputer Networking Lab File
Computer Networking Lab FileNitin Bhasin
 
Distance Vector Routing Protocols
Distance Vector Routing ProtocolsDistance Vector Routing Protocols
Distance Vector Routing ProtocolsKABILESH RAMAR
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting PresentationTouhidul Fahim
 
Basics of IP Addressing
Basics of IP AddressingBasics of IP Addressing
Basics of IP AddressingKushal Sheth
 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnettingShashank Asthana
 
Cisco packet tracer router
Cisco packet tracer  routerCisco packet tracer  router
Cisco packet tracer routerrishi ram khanal
 
Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)VrundaBhavsar
 
Computer Networks Lecture Notes
Computer Networks Lecture NotesComputer Networks Lecture Notes
Computer Networks Lecture NotesFellowBuddy.com
 
Routers.ppt
Routers.pptRouters.ppt
Routers.pptkirbadh
 

La actualidad más candente (20)

Peer- to -peer connection using ciscio packet tracer
Peer- to -peer connection using ciscio packet tracerPeer- to -peer connection using ciscio packet tracer
Peer- to -peer connection using ciscio packet tracer
 
Unit 1 introduction to computer networks
Unit 1  introduction to computer networksUnit 1  introduction to computer networks
Unit 1 introduction to computer networks
 
CS8601 MOBILE COMPUTING
CS8601	MOBILE COMPUTING CS8601	MOBILE COMPUTING
CS8601 MOBILE COMPUTING
 
Computer Networking Lab File
Computer Networking Lab FileComputer Networking Lab File
Computer Networking Lab File
 
Distance Vector Routing Protocols
Distance Vector Routing ProtocolsDistance Vector Routing Protocols
Distance Vector Routing Protocols
 
IEEE 802.11 and Bluetooth
IEEE 802.11 and BluetoothIEEE 802.11 and Bluetooth
IEEE 802.11 and Bluetooth
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
 
Basics of IP Addressing
Basics of IP AddressingBasics of IP Addressing
Basics of IP Addressing
 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnetting
 
Cisco packet tracer router
Cisco packet tracer  routerCisco packet tracer  router
Cisco packet tracer router
 
Networking (2)
Networking (2)Networking (2)
Networking (2)
 
Network Layer
Network LayerNetwork Layer
Network Layer
 
MAC & IP addresses
MAC & IP addressesMAC & IP addresses
MAC & IP addresses
 
Switches on Networking
Switches on NetworkingSwitches on Networking
Switches on Networking
 
Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)Advanced computer network lab manual (practicals in Cisco Packet tracer)
Advanced computer network lab manual (practicals in Cisco Packet tracer)
 
Computer Networks Lecture Notes
Computer Networks Lecture NotesComputer Networks Lecture Notes
Computer Networks Lecture Notes
 
Subnetting made simple
Subnetting made simpleSubnetting made simple
Subnetting made simple
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
Routers.ppt
Routers.pptRouters.ppt
Routers.ppt
 

Similar a Packet tracer practical guide

119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tutnicolelemmimg
 
cisco lab_1.pptx
cisco lab_1.pptxcisco lab_1.pptx
cisco lab_1.pptxSelfUse
 
manual on networking cabling with pratical guide
manual on networking cabling with pratical guidemanual on networking cabling with pratical guide
manual on networking cabling with pratical guideNuhuSamaila
 
CCNA-lab-Manual.pdf
CCNA-lab-Manual.pdfCCNA-lab-Manual.pdf
CCNA-lab-Manual.pdfDrPreethiD1
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersĐồng Quốc Vương
 
Wireless lab4902
Wireless lab4902Wireless lab4902
Wireless lab4902mark scott
 
ccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersĐồng Quốc Vương
 
Mikro tik site to site eoip tunnel with i psec
Mikro tik site to site eoip tunnel with i psecMikro tik site to site eoip tunnel with i psec
Mikro tik site to site eoip tunnel with i psecUttam Ds
 
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAMCMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAMHamesKellor
 
Ccna new lab_manual_by_esp_team
Ccna new lab_manual_by_esp_teamCcna new lab_manual_by_esp_team
Ccna new lab_manual_by_esp_teamRaja Mazhar
 
2.1.1.5 Packet Tracer - Create a Simple Network Using Packet Tracer (3).pdf
2.1.1.5 Packet Tracer - Create a Simple  Network Using Packet Tracer (3).pdf2.1.1.5 Packet Tracer - Create a Simple  Network Using Packet Tracer (3).pdf
2.1.1.5 Packet Tracer - Create a Simple Network Using Packet Tracer (3).pdfHaseebAli795005
 
Ccna 1 final exam answer v5
Ccna 1 final exam answer v5Ccna 1 final exam answer v5
Ccna 1 final exam answer v5friv4schoolgames
 
Ccna1 v6.0 pretest exam answers 2018
Ccna1 v6.0 pretest exam answers 2018Ccna1 v6.0 pretest exam answers 2018
Ccna1 v6.0 pretest exam answers 2018Download Mipdfcom
 

Similar a Packet tracer practical guide (20)

119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut
 
Networking
NetworkingNetworking
Networking
 
cisco lab_1.pptx
cisco lab_1.pptxcisco lab_1.pptx
cisco lab_1.pptx
 
manual on networking cabling with pratical guide
manual on networking cabling with pratical guidemanual on networking cabling with pratical guide
manual on networking cabling with pratical guide
 
CCNA-lab-Manual.pdf
CCNA-lab-Manual.pdfCCNA-lab-Manual.pdf
CCNA-lab-Manual.pdf
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
 
Wireless lab4902
Wireless lab4902Wireless lab4902
Wireless lab4902
 
ccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answers
 
Mikro tik site to site eoip tunnel with i psec
Mikro tik site to site eoip tunnel with i psecMikro tik site to site eoip tunnel with i psec
Mikro tik site to site eoip tunnel with i psec
 
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAMCMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
 
Computer Network
Computer Network Computer Network
Computer Network
 
Ccna new lab_manual_by_esp_team
Ccna new lab_manual_by_esp_teamCcna new lab_manual_by_esp_team
Ccna new lab_manual_by_esp_team
 
2.1.1.5 Packet Tracer - Create a Simple Network Using Packet Tracer (3).pdf
2.1.1.5 Packet Tracer - Create a Simple  Network Using Packet Tracer (3).pdf2.1.1.5 Packet Tracer - Create a Simple  Network Using Packet Tracer (3).pdf
2.1.1.5 Packet Tracer - Create a Simple Network Using Packet Tracer (3).pdf
 
Ch5
Ch5Ch5
Ch5
 
35d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b8935d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b89
 
Ccna 1 final exam answer v5
Ccna 1 final exam answer v5Ccna 1 final exam answer v5
Ccna 1 final exam answer v5
 
Ccna guide
Ccna guideCcna guide
Ccna guide
 
Cn lab-manual
Cn lab-manualCn lab-manual
Cn lab-manual
 
Cn lab-manual
Cn lab-manualCn lab-manual
Cn lab-manual
 
Ccna1 v6.0 pretest exam answers 2018
Ccna1 v6.0 pretest exam answers 2018Ccna1 v6.0 pretest exam answers 2018
Ccna1 v6.0 pretest exam answers 2018
 

Más de Nishant Gandhi

Customer Feedback Analytics for Starbucks
Customer Feedback Analytics for Starbucks Customer Feedback Analytics for Starbucks
Customer Feedback Analytics for Starbucks Nishant Gandhi
 
Guest Lecture: Introduction to Big Data at Indian Institute of Technology
Guest Lecture: Introduction to Big Data at Indian Institute of TechnologyGuest Lecture: Introduction to Big Data at Indian Institute of Technology
Guest Lecture: Introduction to Big Data at Indian Institute of TechnologyNishant Gandhi
 
Processing Large Graphs
Processing Large GraphsProcessing Large Graphs
Processing Large GraphsNishant Gandhi
 
Graph Coloring Algorithms on Pregel Model using Hadoop
Graph Coloring Algorithms on Pregel Model using HadoopGraph Coloring Algorithms on Pregel Model using Hadoop
Graph Coloring Algorithms on Pregel Model using HadoopNishant Gandhi
 
Map reduce programming model to solve graph problems
Map reduce programming model to solve graph problemsMap reduce programming model to solve graph problems
Map reduce programming model to solve graph problemsNishant Gandhi
 

Más de Nishant Gandhi (8)

Customer Feedback Analytics for Starbucks
Customer Feedback Analytics for Starbucks Customer Feedback Analytics for Starbucks
Customer Feedback Analytics for Starbucks
 
Guest Lecture: Introduction to Big Data at Indian Institute of Technology
Guest Lecture: Introduction to Big Data at Indian Institute of TechnologyGuest Lecture: Introduction to Big Data at Indian Institute of Technology
Guest Lecture: Introduction to Big Data at Indian Institute of Technology
 
Processing Large Graphs
Processing Large GraphsProcessing Large Graphs
Processing Large Graphs
 
Graph Coloring Algorithms on Pregel Model using Hadoop
Graph Coloring Algorithms on Pregel Model using HadoopGraph Coloring Algorithms on Pregel Model using Hadoop
Graph Coloring Algorithms on Pregel Model using Hadoop
 
Neo4j vs giraph
Neo4j vs giraphNeo4j vs giraph
Neo4j vs giraph
 
Map reduce programming model to solve graph problems
Map reduce programming model to solve graph problemsMap reduce programming model to solve graph problems
Map reduce programming model to solve graph problems
 
Hadoop Report
Hadoop ReportHadoop Report
Hadoop Report
 
Hadoop
HadoopHadoop
Hadoop
 

Último

A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 

Último (20)

A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 

Packet tracer practical guide

  • 1. Packet Tracer Practical Tips Nishant M Gandhi Teaching Assistant, Computer Engineering Department, S V National Institute of Technology, Surat. Nishantgandhi99@gmail.com Introduction: Packet Tracer is a proprietary tool of Cisco. It is used to create & simulate network virtually. It gives same environment virtually as it exists physically. So what you do need to do and work same on all virtually provided devices as you are working with them physically. This is the beauty of this tool. This tool is widely used in CCNA training. This tool gives all type of network devices require to create one real time working network and also provide same interface as if you are working on real device. Packet Tracer WIKI is available. You can read more online about it. Here my focus is how to use it…
  • 2. Different Operation: Q1. How to set up instruments? A1. Click on instrument. Then click on page to drop it. Q2. How to connect different instruments with cables? A2. On left bottom cornet you will find sign like From here you can select your cable Q3. How to set IP Address in any PC/Laptop or Server? A3. 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. Q4. How to set IP Address in Router? A4. 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.
  • 3. Q5. What to do if Router doesn’t have enough Ethernet port to connect? A5. In most of the Routers, It has free physical slots which you can fill up, if you want to connect more devices with Router. Select Router, Select tab Physical, Now on left side there is list of different kind of Ethernet cards whose detail is given in bottom. Select the one you want. Now switch off the Router from the right top side on the picture of router. Now Drag the Ethernet card from right bottom most side and drop it on Routers’ empty slot. Switch on the Router again.
  • 4. Q6. How to Configure RIP in Router? A6. In RIP configuration, You just need to enter the network address of all interface that are directly connected with your Router. In other word, you need to add all the network addresses which you have entered in different Ethernet cards in your router. i.e. You have Router 1. You have configured FastEthernet 4/0 with 192.168.0.1/24 FastEthernet 5/0 with 192.168.1.1/24 FastEthernet 6/0 with 192.168.2.1/24 So for RIP You need to enter three network addresses 192.168.0.0 192.168.1.0 192.168.2.0
  • 5. 1) One Network(with one PC) One Switch: Step1: Put one PC & One Generic Switch Step2: Connect them both with copper straight cable Step3: Open property of My PC >> Desktop >> IP Configure Now set following, IP Address: 192.168.0.1 Subnet Mask: 255.255.255.0 You Are UP!!!!!!!!
  • 6. 2) Two Network(two PC each) One Switch: Step1: Put four PC & One Generic Switch PC0 & PC1 for Network 1 PC2 & PC3 for Network 2 Step2: Connect them all with copper straight cable Step3: Set following IP & Mask PC Name IP Address Subnet Mask PC0 192.168.0.1 255.255.255.0 PC1 192.168.0.2 255.255.255.0 PC2 172.16.0.1 255.255.0.0 PC3 172.16.0.2 255.255.0.0
  • 7. Try to ping each other and see what happens… Observation: Though they are connected with each other with single switch only PC0&PC1 can communicate with each other and PC2&PC3 can communicate with each other. Conclusion: For two computers to communicate, they must be in same logical network.
  • 8. 3) Two Network Two Switch One Router: Step1: Put four PC, One Generic Switch & One Generic Router PC0 & 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 Step4: Set following IP & Mask PC Name IP Address Subnet Mask PC0 192.168.0.2 255.255.255.0 PC1 192.168.0.3 255.255.255.0 PC2 172.16.0.2 255.255.0.0 PC3 172.16.0.3 255.255.0.0
  • 9. Step5: Set the Router’s FastEthernet IP Address in its respective Interface IP Configuration as follow. Interface IP Address Subnet Mask Cable connected with Switch 0 192.168.0.1 255.255.255.0 Cable connected with Switch 1 172.16.0.1 255.255.0.0 Try to ping each other and see what happens… Observation: Two network 192.168.0.0/24 and 172.16.0.0/16 can communicate now. We have not specified(applied) any routing algorithm. Conclusion: With Router, We can make communication between two different networks. When different networks are connected with only one router then they don’t need to use routing algorithm because router knows the all networks and where to send packets.
  • 10. 4) Two Network Two Switch Two Router: Step1: Put four PC, One Generic Switch & One Generic Router PC0 & PC1 for Network 1 PC2 & PC3 for Network 2 Step2: Connect them all(Switch & PCs) with copper straight cables Step3: Connect Switches with Router using Fiber Cables Step4: Connect Routers with Fiber Cables Step5: Set following IP & Mask PC Name IP Address Subnet Mask PC0 192.168.0.2 255.255.255.0 PC1 192.168.0.3 255.255.255.0
  • 11. PC2 192.168.1.2 255.255.255.0 PC3 192.168.1.3 255.255.255.0 Step6: Set the Router’s FastEthernet IP Address in its respective Interface IP Configuration as follow. Router 0: Interface IP Address Subnet Mask Cable connected with Switch 0 192.168.0.1 255.255.255.0 Cable connected with Router 1 172.16.0.1 255.255.255.0 Router 1: Interface IP Address Subnet Mask Cable connected with Switch 1 192.168.1.1 255.255.255.0 Cable connected with Router 0 172.16.0.2 255.255.255.0 Step7: Add network address in RIP for routing the packets. Router 0: 192.168.0.0 172.16.0.0 Router 1: 192.168.1.0 172.16.0.0 Try to ping each other and see what happens… Observation: Two network 192.168.0.0/24 and 192.168.1.0/24 can communicate now. We have to configure routing algorithm (In our case RIP).
  • 12. Conclusion: With Router, We can make communication between two different networks. When different networks are connected with more than router then we need to use routing algorithm because router has to decide where to send packets.
  • 13. 5) Three Network Three Switch Three Router: Step1: Put six PC, three Generic Switch & three Generic Router PC0 & PC1 for Network 1 PC2 & PC3 for Network 2 PC4 & PC5 for Network 3 Step2: Connect them all(Switch & PCs) with copper straight cables Step3: Connect Switches with Router using Fiber Cables Step4: Connect Routers with Fiber Cables Step5: Set following IP & Mask PC Name IP Address Subnet Mask PC0 192.168.0.2 255.255.255.0 PC1 192.168.0.3 255.255.255.0 PC2 192.168.1.2 255.255.255.0
  • 14. PC3 192.168.1.3 255.255.255.0 PC4 192.168.2.2 255.255.255.0 PC5 192.168.2.3 255.255.255.0 Step6: Set the Router’s FastEthernet IP Address in its respective Interface IP Configuration as follow. Router 0: Interface IP Address Subnet Mask Cable connected with Switch 0 192.168.0.1 255.255.255.0 Cable connected with Router 1 172.16.0.1 255.255.255.0 Router 1: Interface IP Address Subnet Mask Cable connected with Switch 1 192.168.1.1 255.255.255.0 Cable connected with Router 0 172.16.0.2 255.255.255.0 Cable connected with Router 2 172.16.1.1 255.255.255.0 Router 2: Interface IP Address Subnet Mask Cable connected with Switch 2 192.168.2.1 255.255.255.0 Cable connected with Router 1 172.16.1.2 255.255.255.0 Step7: Add network address in RIP for routing the packets. Router 0: 192.168.0.0 172.16.0.0 Router 1: 192.168.1.0 172.16.0.0
  • 15. Router 2: 192.168.2.0 172.16.0.0 Try to ping each other and see what happens… Observation: Three network 192.168.0.0/24 and 192.168.1.0/24 and 192.168.2.0/24 can communicate now. We have to configure routing algorithm (In our case RIP). Conclusion: With Routers, We can make communication between many different networks. THE END