Free Cisco 100-490 Exam Actual Questions

The questions for 100-490 were last updated On Dec 20, 2024

Question No. 1

Which Windows-based text editor is preferred for working with a simple text document, such as a Cisco configuration?

Show Answer Hide Answer
Correct Answer: B

Microsoft Notepad is the preferred text editor for working with Cisco configuration files and other simple text documents for several reasons:

Plain Text Focus: Notepad is designed specifically for plain text editing. It does not add any formatting, hidden characters, or metadata that could interfere with the configuration file's structure.

Cisco Syntax Compatibility: Cisco configurations rely on specific syntax and spacing. Notepad preserves these elements accurately.

Universality: Notepad is a basic text editor included in all versions of Windows, ensuring accessibility and eliminating the need for additional software.

Why other options are not ideal:

Microsoft Word: Word is a word processor and includes formatting, fonts, and other features that are not compatible with Cisco configuration files. This formatting can corrupt the configuration.

Microsoft Access: Access is a database management system, not suited for text file editing.

Microsoft Excel: Excel is a spreadsheet application and adds its own structure and formatting that conflicts with configuration file formats.


Question No. 5

Which device is able to be configured as a TFTP server?

Show Answer Hide Answer
Correct Answer: C

A Cisco router can be configured to act as a TFTP (Trivial File Transfer Protocol) server. TFTP is a simple protocol used to transfer files without the need for authentication. On a Cisco router, the tftp-server command is used to designate the router as a TFTP server, allowing it to manage file transfers to and from connected devices. This is particularly useful for tasks such as updating the router's firmware or backing up configuration files. Neither CSU/DSU, modem, nor Cisco Content Engine are typically used as TFTP servers. Reference := The ability to configure a Cisco router as a TFTP server is documented in Cisco's support forums and knowledge base articles