Tampilkan postingan dengan label IP network. Tampilkan semua postingan
Tampilkan postingan dengan label IP network. Tampilkan semua postingan

Jumat, 15 Maret 2024

Kuis Cisco Packet Tracer

 

 

1.       From the PC or Laptop, open a web browser and navigate to cisco.srv. Open the link titled A small page. What is the message displayed on the page?

a.       Enjoy our website!

b.       Welcome to Cisco!

c.       Hello, world! (TRUE)

d.       This is a small page

 

2.       Which device connects to the Wireless Router wirelessly?

a.       Laptop (TRUE)

b.       Server

c.       PC

d.       Cable modem

 

3.       Refer to the exhibit. What description matches the function of the Packet Tracer devices shown?



a.       Security devices

b.       Cabling components

c.       Networking devices

d.       IoT devices (TRUE)

 

4.       A network administrator is using Packet Tracer to mock up a network that Includes IoT devices. What can the administrator do from the Physical tab of any IoT device?

a.       Change pin connections

b.       Change the power supply

c.       Turn the device on or off (TRUE)

d.       Increase of decrease wattage

 

5.       What must be done to activate the Registration Server?

a.       Under the Services tab you need to turn the IoT Registration Server (True)

b.       Sign in to the server web browser and activate the server.

c.       Click on the Registration tab and then look for IoT button.

d.       Nothing it is activated by default

 

6.       Which two steps must be followed in order to view a working graph or chart of environmental changes (Choose two.)

a.       Select an environment element. (True)

b.       Select the InterCity container.

c.       Pause the current time.

d.       Choose the Always on Top box

e.       Be in View Mode (True)

 

7.       How will a Packer Tracer environment be affected if a heater is added to a container named Branch Office and turned on ?

a.       The temperature inside Branch Office will increase, and child containers within it will not be affected.

b.       The temperature inside the Branch Office will increase along with any child containers that exist within Branch Office (True).

c.       The temperature inside the Branch Office container will increase along with the parent container.

d.       The temperature inside Branch Office will increase along with all containers in Packet Tracer



8.       Refer to the exhibit. A user is building a home wireless network within Packer Tracer. The user adds 2 PCs and 2 laptops. Which device would be needed to create the network?

a.       The device labeled D

b.       The device labeled B

c.       The device labeled A (True)

d.       The device labeled C

 



9.       Refer to the exhibit. A user is creating a wired and wireless network using Packet Tracer. The user has added a home wireless router, a PC, and a laptop. The user configures the home wireless router. Which icon represent the tool that can be used on the laptop to view the SSID and connect to the wireless router?

a.    Command Prompt.

b.    IP Configuration

c.     PC Wireless (True).

d.    Web Browser

 

10.   What device, available in Packet Tracer, provides a centralized way to monitor and configure multiple compatible network devices from a single graphical user interface (GUI)?

a.    A cluster.

b.    A firewall.

c.     A network controller (True).

d.    A home gteway

 

11. A Packet Tracer exercise requires you to use wall mounts, color-coded cables, and bendpoints to organize your network cabling in a realistic way. What term relates to what you are doing?

 a. clustering.

b. structured cabling (True).

c. logical mode cabling.

d. tethering.


Rabu, 07 Februari 2018

quis chapter 2 CCNA

1. How is SSH different from Telnet?
SSH provides security to remote sessions by encrypting messages and using user authentication. Telnet is considered insecure and sends messages in plaintext. *
Refer to curriculum topic: 2.1.2
SSH is the preferred protocol for connecting to a device operating system over the network because it is much more secure than Telnet. Both SSH and Telnet are used to connect to devices over the network, and so are both used in-band. PuTTY and Terra Term can be used to make both SSH and Telnet connections.

2. Which device acts as a gateway to allow hosts to send traffic to remote IP networks?
local router *
Refer to curriculum topic: 2.3.1
For hosts to reach remote networks, they must send traffic to a local router that can route the traffic to the correct destination network. This local router is known as the default gateway and hosts must be configured with this address in order to communicate with devices on remote networks.

3. Passwords can be used to restrict access to all or parts of the Cisco IOS. Select the modes and interfaces that can be protected with passwords. (Choose three.)
VTY interface *
console interface *
privileged EXEC mode *
Refer to curriculum topic: 2.2.2
Access to the VTY and console interfaces can be restricted using passwords. Out-of-band management of the router can be restricted in both user EXEC and privileged EXEC modes.

4. When a hostname is configured through the Cisco CLI, which three naming conventions are part of the guidelines? (Choose three.)
the hostname should be fewer than 64 characters in length *
the hostname should contain no spaces *
the hostname should begin with a letter *
Refer to curriculum topic: 2.2.1
A hostname can be configured with upper or lower case characters and should end with a letter or digit, not a special character. A hostname should start with a letter and no space is allowed for a hostname.


5. An IT technician has manually configured an IP address on a laptop for a new employee. Each time the employee tries to connect to the LAN, the employee receives a duplicate IP address error message. What can the company do to prevent this situation from arising again?
 Use DHCP to automatically assign addresses. *

 Refer to curriculum topic: 2.3.2
Assigning IP addresses automatically using DHCP will greatly eliminate the chance of a duplicate IP address error.

6. True or False?
Mobile devices do not require IP addresses to communicate on the Internet.
false *
Refer to curriculum topic: 2.3.1
All devices that communicate over data networks need unique IP addresses.

7.What command will prevent all unencrypted passwords from displaying in plain text in a configuration file?
 (config)# service password-encryption *
Refer to curriculum topic: 2.2.2
To prevent all configured passwords from appearing in plain text in configuration files, an administrator can execute the service password-encryption command. This command encrypts all configured passwords in the configuration file.

8. Which two functions are provided to users by the context-sensitive help feature of the Cisco IOS CLI? (Choose two.)
displaying a list of all available commands within the current mode *
determining which option, keyword, or argument is available for the entered command *
Refer to curriculum topic: 2.1.4
Context-sensitive help provides the user with a list of commands and the arguments associated with those commands within the current mode of a networking device. A syntax checker provides error checks on submitted commands and the TAB key can be used for command completion if a partial command is entered.

9. Fill in the blank.
The component of the operating software that provides the user interface is called the
Shell *
Refer to curriculum topic: 2.1.1
Operating systems function with a shell, a kernel, and the hardware. The shell interfaces with the users, allowing them to request specific tasks from the device. The kernel provisions resources from the hardware to meet software requirements. The hardware functions by using drivers and their underlying electronics. The hardware represents the physical components of the device.

10. To save time, IOS commands may be partially entered and then completed by typing which key or key
Tab *
Refer to curriculum topic: 2.1.4

11. An administrator has just changed the IP address of an interface on an IOS device. What else must be done in order to apply those changes to the device?
Nothing must be done. Changes to the configuration on an IOS device take effect as soon as the command is typed correctly and the Enter key has been pressed. *
Refer to curriculum topic: 2.2.3
Changes to router and switch configurations take effect as soon as the command is entered. For this reason, it is very important that changes to live production devices are always carefully planned before being implemented. If commands are entered that render the device unstable or inaccessible, the device may have to be reloaded, resulting in network downtime.

12. A technician configures a switch with these commands:

SwitchA(config)# interface vlan 1
SwitchA(config-if)# ip address 192.168.1.1 255.255.255.0
SwitchA(config-if)# no shutdown

What is the technician configuring?
SVI *
Refer to curriculum topic: 2.3.2
For a switch to have an IP address, a switch virtual interface must be configured. This allows the switch to be managed remotely over the network.

13. Fill in the blank.
In order to test end-to-end connectivity, you would use the command.
Ping
Trace
traceroute
tracert
Refer to curriculum topic: 2.3.3
Connectivity between two end devices can be tested using the ping, tracert, or traceroute commands.


14. Why would a technician enter the command copy startup-config running-config?
to copy an existing configuration into RAM *
Refer to curriculum topic: 2.2.3
Usually, changes are made to a running configuration in RAM and copied to NVRAM. However, in this case, the technician wants to copy a previously saved configuration from NVRAM into RAM in order to make changes to it.


15. Which two statements are true regarding the user EXEC mode? (Choose two.)
The device prompt for this mode ends with the ">" symbol. *
Only some aspects of the router configuration can be viewed. *
Refer to curriculum topic: 2.1.3
User EXEC mode limits access to some show and debug commands. It is the first level of user interface encountered when configuring a router and is intended for investigation of certain functions of the device. The User EXEC prompt is identified with the ">" symbol.