GNS3_Lab2
.docx
keyboard_arrow_up
School
CUNY John Jay College of Criminal Justice *
*We aren’t endorsed by this school
Course
379
Subject
Computer Science
Date
Jan 9, 2024
Type
docx
Pages
5
Uploaded by CaptainGoose1979
Title of Experiment:
GNS3 Lab 2: Simple network Topology
Date of Experiment Performed:
Instructor Comments:
Date of Report Submitted:
Names of Group Members:
Grade:
Introduction:
GNS3 is a network simulation software that allows you to create complex network topologies and simulate different network devices like routers, switches, and firewalls. In this lab, you will use GNS3 to create a network topology consisting of three routers and four switches.
Materials:
1.
GNS3 software installed on your computer
2.
Three router images (such as Cisco IOS images)
3.
Four switch images (such as Cisco IOS images)
4.
Eight VPCs
5.
Ethernet cables to connect devices
Instructions:
1.
Open GNS3 and create a new project.
2.
Add three routers and four switches to your topology. To do this, click on the "Router" and "Switch" icons in the toolbar and drag them to the workspace area. You can also use the "Add a node" button in the toolbar.
3.
Connect the devices using Ethernet cables. Your network should look like the picture below. 4.
Configure the routers and PCs with appropriate IP addresses
5.
Test the connectivity PC1 and PC2. Are they able to ping each other? a.
We were not able to successfully test anything due to servers moving too slowly
6.
Test the connectivity PC3 and PC4. Are they able to ping each other? 7.
Test the connectivity PC1 and PC3. Are they able to ping each other? 8.
Test the connectivity PC1 and PC8. Are they able to ping each other? 9.
Setup static routes on all three routers
10.
Retry steps 5 to 8. Are your answers different now? Conclusion: In this lab, you have learned how to create a network topology with GNS3 and configure routers and switches with IP addresses and routing protocols. You have also tested the connectivity between the devices by pinging them from one another. GNS3 is a powerful tool for network simulation and can be used to create more complex topologies for testing and learning purposes.
Procedure: List all the commands you needed to use to configure your routers and PCs. Router commands: 1)
Router# config
2)
Router (config)# interface gigabitethernet 0/0
3)
Router (config-if)# ip address 10.5.1.1 255.255.255.0
4)
Router (config-if)# no shutdown
5)
Router (config-if)# exit
Repeat 2 to 5 for all 3 interfaces, taking care to allocate appropriate ip addresses
Check all your interfaces
Router# show interfaces Check all your routes
Router# show ip route Check connectivity
Router# ping <ip address> Set up static route
Router (config)# ip route
destination_
subnet_address mask Next_hop_ip_address
Example:
Router(config)# ip route 192.168.1.0 255.255.0.0 10.10.10.2
copy running-config startup-config
and then save the project
PC commands: 1)
PC1# ip <ip address> <mask> <gateway>
Example
: (Assuming this PC is connected to the router interface which has an ip address 192.168.1.1)
PC1# ip 192.168.1.2 255.255.255.0 192.168.1.1
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
Create a Python program that emulates a Banyan-Batcher network with 8 inputs and 8 outputs and then scale the output to a 16 x 16 Delta Network. Use a random generator with 8 (or 16) options to emulate the input table routing list with the assigned input port. Show that your simulation works for all inputs and all outputs. Explain how network routing fabric changes when you have 16 inputs and 16 outputs. Please make sure you are posting a Python script. The last answer was not effective.
arrow_forward
Explain the benefits and drawbacks of connectionless protocols as opposed to those that rely on connections.
arrow_forward
Describe TCP/four IP's abstraction levels.
Computer networking
arrow_forward
What kind of network designs, if any, can be implemented?
arrow_forward
Connectionless protocols have pros and downsides.
arrow_forward
TCP / IP uses the client-server communication model, in which a user or computer (a client) receives a service (such as sending a web page) from another computer (a server) on the network.
In short, the TCP / IP protocol suite is classified as stateless, which means that each client request is considered new because it has nothing to do with previous requests. Being stateless, network routes are released so that they can be used continuously.
Answer the following questions briefly.
How does resource reservation work in the TCP / IP model?
Which TCP / IP layer is responsible to reserve resources across a network using the TCP / IP model?
What protocol assigns an IP address to the client connected to the Internet?
Checksum is used by various protocols on the Internet, but not at the one of TCP / IP Explain.
arrow_forward
Transport layer foundational protocols TCP and UDP are TCP and UDP, respectively. Please explain why an application would be designed to utilise TCP as opposed to UDP. Give two (2) distinct examples.
arrow_forward
In what ways might a network's topology be described?
arrow_forward
Three things must be true about a network for it to be called useful. Tell me about one in a few words using your own words.
arrow_forward
Communication processors are necessary for linked networks. Common types of communication processors include switches, routers, hubs, and gateways. Make your selection from the following responses: What are the functions that a network processor is supposed to perform?
arrow_forward
Write a documentation about a network topology that has three branches across two states
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning
Related Questions
- Create a Python program that emulates a Banyan-Batcher network with 8 inputs and 8 outputs and then scale the output to a 16 x 16 Delta Network. Use a random generator with 8 (or 16) options to emulate the input table routing list with the assigned input port. Show that your simulation works for all inputs and all outputs. Explain how network routing fabric changes when you have 16 inputs and 16 outputs. Please make sure you are posting a Python script. The last answer was not effective.arrow_forwardExplain the benefits and drawbacks of connectionless protocols as opposed to those that rely on connections.arrow_forwardDescribe TCP/four IP's abstraction levels. Computer networkingarrow_forward
- What kind of network designs, if any, can be implemented?arrow_forwardConnectionless protocols have pros and downsides.arrow_forwardTCP / IP uses the client-server communication model, in which a user or computer (a client) receives a service (such as sending a web page) from another computer (a server) on the network. In short, the TCP / IP protocol suite is classified as stateless, which means that each client request is considered new because it has nothing to do with previous requests. Being stateless, network routes are released so that they can be used continuously. Answer the following questions briefly. How does resource reservation work in the TCP / IP model? Which TCP / IP layer is responsible to reserve resources across a network using the TCP / IP model? What protocol assigns an IP address to the client connected to the Internet? Checksum is used by various protocols on the Internet, but not at the one of TCP / IP Explain.arrow_forward
- Transport layer foundational protocols TCP and UDP are TCP and UDP, respectively. Please explain why an application would be designed to utilise TCP as opposed to UDP. Give two (2) distinct examples.arrow_forwardIn what ways might a network's topology be described?arrow_forwardThree things must be true about a network for it to be called useful. Tell me about one in a few words using your own words.arrow_forward
- Communication processors are necessary for linked networks. Common types of communication processors include switches, routers, hubs, and gateways. Make your selection from the following responses: What are the functions that a network processor is supposed to perform?arrow_forwardWrite a documentation about a network topology that has three branches across two statesarrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Systems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage Learning
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning