Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Answer all question required based on this report only a ) Ethernet Cables There are three types of Ethernet cables. 1 ) Straight - through

Answer all question required based on this report only a) Ethernet Cables There are three types of Ethernet cables. 1) Straight-through cable.2) Crossover cable.3) Rolled cable. 1) Straight-Through Cables: used to connect. i.Host to switch or hub. ii.Router to switch or hub. Four wires are used in straight-through cable to connect Ethernet devices. It is relatively simple to create. The figure below shows the four wires used in a straight-through Ethernet cable. 2) Crossover Cable: used to connect. i.Switch to switch ii.Hub to hub iii.Host to host iv.Hub to switch v.Router direct to host The same four wires are used in this cable as in the straight-through cable; we just connect different pins together. The figure below shows how the four wires are used in a crossover Ethernet cable. 3) Rolled Cable: used to connect a host to a router console serial communication.Eight wires are used to send information. The figure below shows the eight wires used in a rolled cable. Identify the three types of cables in the lab. What does each wire in the Ethernet cable do? Procedure 1.Add local laptop, remote laptop, cisco 2960 switches and cisco 2811 routers. 2.Rename each network component according to Fig. 1 by selecting the default name of each component through a right-click. 3.Establish a connection between the RS 232 port on the local laptop and the console port on the switch using the proper cable. 4.Establish a connection between FastEthernet0/1 port on the switch and the FastEthernet0/0 port on router using the proper cable. 5.Establish a connection between FastEthernet0/1 port on the router and the FastEthernet0 port on remote laptop using the proper cable. 6.Assign IP address to remote laptop from class B. IP Address Range Class Address Range 1.A 0.0.0.0 to 127.255.255.2552.B 128.0.0.0 to 191.255.255.2553.C 192.0.0.0 to 223.255.255.2557. Configure switch through local laptop. Right click on local laptopDesktopgo to terminalOkEnter Configure Switch hostname as LOCAL-SWITCH Switch>enableSwitch#config terminal Switch(config)#hostname LOCAL-SWITCH Configure the message of the day as "Unauthorized access is forbidden. Switch(config)#banner motd # Unauthorized access is forbidden# Configure the password for privileged mode access as "cisco". The password must be md5 encryp ted. Switch(config)#enable secret cisco Configure password encryption on the switch using the global configuration command. Switch(config)#service password-encryption Configure CONSOLE access with the following settings: - Login enabled - Password : ciscoconsole- History size : 15 commands - Timeout : 6'45''- Synchronous logging Switch(config)#line con 0 Switch(config-line)#password ciscoconsole Switch(config-line)#logging synchronous Switch(config-line)#login Switch(config-line)#history size 15 Switch(config-line)#exec-timeout 645 Switch(config-line)#exit Configure TELNET access with the following settings: - Login enabled - Password : ciscotelnet- History size: 15 commands - Timeout: 8'20''- Synchronous logging Switch(config)#line vty 015 Switch(config-line)#exec-timeout 820 Switch(config-line)#password ciscotelnet Switch(config-line)#logging synchronous Switch(config-line)#login Switch(config-line)#history size 15 Switch(config-line)#exit Configure the IP address of the switch as 192.168.1.2/24 and its default gateway IP (192.168.1.1). Switch(config)#interface Vlan1Switch(config-if)#ip address 192.168.1.2255.255.255.0 Switch(config-if)#ip default-gateway 192.168.1.1 Switch(config)#interface Vlan1Switch(config-if)#no shutdownSwitch(config-if)#exitSwitch(config)# Close the terminal and reopen it. The system will prompt for the console password. Subsequently, enable the switch and display interface details as added in the preceding step. 8. Configure router. Right click on routergo to Command Line Interface (CLI)Enter. Configure the IP address of the router port FastEthernet0/1(Router and Remote laptop) as 172.16.1.1/24 and FastEthernet0/1(Route and Switch) as 192.168.1.1/24 Router>enableRouter#config terminalEnter configuration commands, one per line. End with CNTL/Z. Router(config)#interface FastEthernet0/1 Router(config-if)#ip address 172.16.1.1255.255.255.0 Router(config-if)#no shutdownRouter(config-if)#exitRouter(config)# Router(config)# Router(config)# Router#config tEnter configuration commands, one per line. End with CNTL/Z. Router(config)#interface FastEthernet0/0Router(config-if)#ip address 192.168.1.1255.255.255.0 Router(config-if)#no shutdown Router(config-if)#exit Router(config)# 9. Test telnet connectivity from the Remote Laptop using the telnet client. Right click on remote laptopDesktopgo to Telnet/SSH clientselect telnetenter IP address of switchconnect. (Enter the telnet password set earlier during switch configuration. Following that, add the switch password as instructed.) Deliverables Submit a report showing your own steps and your own results. Explain the process of creating a network connection between two devices using a switch and network cables. Mention the different types of network switches available in Cisco Packet Tracer. At what network layer are switches used? How many types of cables are used in these experiments, and what are they? How many Fast Ethernet and Gigabit Ethernet interfaces does the switch have? What event would make an interface go up? How can you configure a router to support VLANs and enable communication between different VLANs in Packet Tracer? Explain the rationale behind the step Test telnet connectivity from the Remote Laptop using the telnet client. Why should you configure the vty password for the switch? What is LAN and VLAN? What are common uses for Telnet? Is Telnet secure?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems Third International Conference Achids 2011 Daegu Korea April 2011 Proceedings Part 2 Lnai 6592

Authors: Ngoc Thanh Nguyen ,Chong-Gun Kim ,Adam Janiak

2011th Edition

3642200419, 978-3642200410

More Books

Students also viewed these Databases questions

Question

what is the output in this code? printp ( 3 * ' 7 ' )

Answered: 1 week ago