Networking Question And Answers
Networking Question And Answers
Great! I can help you with the questions from the images you uploaded. Here are the answers
and explanations for each of the questions:
Image 1
Image 2
7. You are a datacenter engineer in a local datacenter. You want to get access to a
switch in HUIB Douala and you are in HUIB Buea. Which is the best method to
use in accessing HUIB Douala’s Cisco Switch?
o D) By using Telnet
8. What are the eight decimal values found in a single octet of an IP address?
o B) 254 62 30 14 6 4 0
9. If the sender feels that a sent packet is lost or corrupted, the packet needs to be.
o C) Retransmit
10. Which layer of the OSI model works with packets?
o C) Layer 3
11. You need to create a crossover cable. What wires would you cross on one of the
ends?
o D) 1 and 2 with 3 and 6
12. What is the default subnet mask of class C address?
o D) 255.255.255.0
13. What are the three phases of the TCP three-way handshake?
o B) SYN, ACK/SYN, ACK
14. Which TCP/IP protocol is responsible for unreliable delivery?
o D) UDP
15. What type of cable is used to connect to the console port?
o D) Rollover
Image 3
This image describes a lab exercise for configuring a new Cisco Catalyst 2960 switch. The
tasks include:
1. To connect to the switch console and configure the right parameters for console
access to the Cisco 2960 Catalyst switch:
enable
configure terminal
line console 0
password <password>
login
service password-encryption
ChatGPT
To configure the console and Telnet access on a switch, as well as setting up the IP address
and testing Telnet connectivity, you can follow these steps:
Switch> enable
Switch# configure terminal
Switch> enable
Switch# configure terminal
Switch> enable
Switch# configure terminal
Copy code
telnet 192.168.1.2
This process will configure the console and Telnet access according to the settings provided
in your document, set the switch's IP address, and allow you to test the Telnet connection
from a remote laptop.
4o