
[2024年07月05日] 究極の100-490日本語準備ガイド!無料最新のCisco練習テスト問題集
今すぐゲットせよ!高評価Cisco 100-490日本語試験問題集
質問 # 30
Windowsコマンドプロンプトから、どのコマンドがコンピューターのローカルIPアドレスを表示しますか?
- A. ip config
- B. ip configuration
- C. ipconfiguration
- D. ipconfig
正解:D
質問 # 31
ホストコンピューターに割り当てることができる2つのIPv4アドレスはどれですか。 (2つ選択してください。)
- A. 10.1.1.20
- B. 292.10.3.4
- C. 192.168.10.15
- D. 0.0.0.0
- E. 255.255.255.255
正解:A、C
解説:
IPv4 addresses consist of four octets, each ranging from 0 to 255. The addresses are used to uniquely identify devices on a network.
A . 255.255.255.255 is reserved for broadcast messages to all hosts on the local network, so it cannot be assigned to a single host.
B . 10.1.1.20 falls within the range of private IP addresses (10.0.0.0 to 10.255.255.255) and can be assigned to a host within a private network.
C . 0.0.0.0 is used to denote an unknown or non-applicable target address, often used as a default route, and cannot be assigned to a host.
D . 192.168.10.15 is also within the range of private IP addresses (192.168.0.0 to 192.168.255.255) and can be assigned to a host within a private network.
E . 292.10.3.4 is not a valid IPv4 address because the first octet exceeds the maximum value of 255.
Reference:
IPv4 Addressing
Valid IP Address
IP Address Validation
質問 # 32
TelnetとSSHについて正しい2つの文はどれですか。 (2つ選択してください。)
- A. SSHは、通信に既知のTCPポート23を使用します。
- B. セキュリティ上の理由から、TSHはSSHよりも優先されます。
- C. SSHは、ネットワークデバイスへの安全なリモートアクセス接続を提供するプロトコルです。
- D. Telnetは、ネットワークデバイスへの安全なリモートアクセス接続を提供するプロトコルです。
- E. ルーターを再起動すると、Telnetネットワーク管理接続が切断されます。
正解:C、E
解説:
A . Correct. SSH, or Secure Shell, is indeed a protocol that provides a secure remote access connection to network devices. It encrypts the data to ensure secure transmission over insecure networks like the internet1.
C . Correct. Telnet connections are not secure and are terminated when a router reboots. This is because Telnet does not have any mechanism to maintain the connection in case of network interruptions or device reboots1.
B, D, and E are incorrect because: B. SSH uses TCP port 22 by default, not port 23, which is used by Telnet1. D . Telnet does not provide a secure connection; it transmits data in plain text, which can be intercepted easily1. E. SSH is preferred over Telnet for security reasons because it provides encrypted connections and authentication mechanisms, which Telnet does not1.
Reference :=
1: GeeksforGeeks - Difference between SSH and Telnet 2: phoenixNAP - Telnet vs. SSH: How Is SSH Different From Telnet? 3: Guru99 - Telnet vs SSH - Difference Between Them 4: Difference Between - Difference Between Telnet and SSH
質問 # 33
シスコデバイスのUSBフラッシュポートをサポートするソフトウェアバージョンを回復する最速の方法はどれですか。
- A. USBメモリを使用したコピーコマンド
- B. xmodem transferコマンド
- C. tftpフラッシュのコピー:コマンド
- D. tftpコマンド
正解:A
質問 # 34
Cisco Catalyst 3850シリーズスイッチを導入する場合、どの2つの動作モードから選択できますか?
- A. アクティブモードとスタンバイモード
- B. 起動モードと実行モード
- C. EXECモードとユーザーモード
- D. インストールモードとバンドルモード
正解:D
質問 # 35
コンピュータのイーサネットポートに静的IPアドレスを割り当てる方法を最もよく表しているのは、どのステップセットですか。
- A. [開始]をクリックします。 cmdと入力して[OK]をクリックします。 IPアドレスXXX.XXX.XXX.XXXを入力します。
- B. ネットワークと共有センターから、[ローカルエリア接続]をダブルクリックします。 [プロパティ]> [iPassプロトコル(IEEE 802.1x)]> [プロパティ]> [静的IP]を選択します。
- C. ネットワークと共有センターから、[インターネットプロトコル(TCP / IP)]をクリックし、新しい接続ウィザードの指示に従います。
- D. ネットワークと共有センターで、[アダプターの変更]をクリックし、ローカルエリア接続をダブルクリックします。 [インターネットプロトコル(TCP / IP)]> [プロパティ]> [次のアドレスを使用]を選択し、IP情報を構成します。
正解:D
質問 # 36
IPネットワークを介したパケットのルーティングを容易にするアドレスはどれですか。
- A. MAC
- B. ネットワーク
- C. 輸送
- D. 物理的
正解:B
解説:
The address that facilitates the routing of packets over an IP network is the network address. In the context of IP networking, this refers to the IP address, which is used to identify each host on a network and to determine the best path for data packets to travel from their source to their destination. Routers use IP addresses to make decisions about where to forward packets so that they reach the correct destination. The network layer of the OSI model, where IP operates, is responsible for this routing process123.
The other options listed do not facilitate routing in the same way:
Physical (A) and MAC (D) addresses are used at the data link layer to deliver packets on the same local network.
Transport (B) refers to the transport layer, which is responsible for end-to-end communication and data flow control but does not route packets over an IP network.
質問 # 37
エコー要求パケットをターゲットホストに送信し、エコー応答メッセージを待つコマンドはどれですか。
- A. access
- B. connect
- C. echo
- D. ping
正解:D
質問 # 38
ネットワーク接続をテストするためにpingコマンドを実行するWindowsベースのプログラムとは何ですか?
- A. 検索
- B. ipconfig
- C. 開始
- D. cmd
正解:D
解説:
The cmd program, also known as the Command Prompt, is the primary command-line interface in Windows. It allows you to execute various commands, including the ping command, to perform network testing and troubleshooting.
Here's how to use ping in the Command Prompt:
Open the Command Prompt: Search for 'cmd' in the Windows Start Menu or use the Run dialog (Windows key + R) and type 'cmd'.
Type the ping command: Enter ping followed by a space and then either the IP address or hostname you want to test. For instance: ping 8.8.8.8 or ping www.google.com.
Press Enter: The Command Prompt will send ping requests and display the results.
Why other options are incorrect:
Find: The Find utility in Windows is used to search for files and folders based on their content or attributes.
Start: The Start Menu in Windows provides access to programs, settings, and power options.
ipconfig: The ipconfig command is used to display network configuration information but doesn't directly execute the ping command.
Reference:
Windows Command Prompt (cmd): https://en.wikipedia.org/wiki/Cmd.exe
Ping command: https://en.wikipedia.org/wiki/Ping_(networking_utility)
質問 # 39
show ip Interface Brief コマンドを使用すると表示される 2 つの情報はどれですか? (2つお選びください。)
- A. レイヤ 2 アドレス
- B. レイヤ 3 アドレス
- C. インターフェースのステータス
- D. キープアライブ
- E. カプセル化タイプ
正解:B、C
解説:
The show ip interface brief command provides a concise summary of the status and IP addressing configuration of interfaces on a Cisco router or switch. Here's what it displays:
Interface: The name of the interface (e.g., FastEthernet0/0, GigabitEthernet1/1).
IP Address: The Layer 3 IP address assigned to the interface (if any).
OK? Indicates the IP layer status of the interface (YES if operational, NO if not).
Method: How the IP address was configured (manual or DHCP).
Status: The Layer 1 status of the interface (up or down).
Protocol: The Layer 2 status of the interface (up or down).
Why other options are incorrect:
Layer 2 address: The show ip interface brief command does not directly display Layer 2 (MAC) addresses. You can use the show interface <interface-name> command for that.
Keepalive: Keepalives are used in some routing protocols but are not generally reflected in the output of the show ip interface brief command.
Encapsulation type: Encapsulation information is also not typically included in the show ip interface brief output.
Reference:
Cisco IOS show ip interface brief command: [invalid URL removed]
Example output of show ip interface brief: https://www.cisco.com/E-Learning/bulk/public/tac/cim/cib/using_cisco_ios_software/cmdrefs/show_ip_interface.
質問 # 40
シングルモード光ファイバーケーブルに関連する2つの機能はどれですか。 (2つ選択してください。)
- A. ガラス繊維の単一ストランドで構成されています
- B. マルチモードファイバーより短い距離で動作
- C. マルチモードファイバーよりも減衰が高い
- D. マルチモードファイバーよりもコストが低い
- E. マルチモードファイバーよりも高い帯域幅を伝送
正解:A、E
質問 # 41
シスコの設定などの単純なテキストドキュメントを操作するには、どのWindowsベースのテキストエディタが適していますか?
- A. Microsoft Notepad
- B. Microsoft Word
- C. Microsoft Access
- D. Microsoft Excel
正解:A
質問 # 42
ギガビットイーサネットポートは通常どのタイプの物理コネクタを使用しますか?
- A. RJ-11
- B. RJ-45
- C. RJ-9
- D. DB-25
正解:B
質問 # 43
コンフィギュレーションレジスタ値のブートフィールドを表すビットはどれですか。
- A. 下位4ビット
- B. 最上位4ビット
- C. 下位2ビット
- D. 最上位の2ビット
正解:A
解説:
The configuration register on Cisco devices is a 16-bit value, typically represented in hexadecimal notation (e.g., 0x2102). The lowest four bits (bits 0-3) of this value are designated as the boot field.
The Boot Field's Importance:
The boot field determines how the device will load its operating system (Cisco IOS) during the startup process. Here's a basic breakdown of common boot field values:
0x0: Stay at the ROMmon prompt.
0x1: Boot from ROM (often used for troubleshooting or recovery).
0x2 - 0xF: Load the operating system based on settings in the startup configuration (NVRAM) or from a network server if specified.
Example:
A configuration register value of 0x2102 indicates that the boot field is 0x2 (the last digit). This is a common default setting, instructing the device to load the Cisco IOS image from Flash memory.
Reference:
Cisco Configuration Register Detailed Explanation: [invalid URL removed] Configuration Register Settings (Cisco): https://networklessons.com/cisco/ccna-routing-switching-icnd1-100-105/configuration-register-cisco-ios
質問 # 44
正しいIPv6アドレス表記は何ですか?
- A. 2001:0DB8:0::
- B. 2001:0DB8::1:1:1:1:1
- C. 2001:0DB8:130F:0000:0000:7000:0000:140B
- D. 2001:0DB8::/128
正解:C
質問 # 45
インターフェイス構成プロンプトで、メイン構成プロンプトに戻るのはどのコマンドですか?
- A. exit
- B. clear
- C. end
- D. quit
正解:A
質問 # 46
電源の状態とセンサーの温度を表示するコマンドはどれですか?
- A. 環境を表示
- B. モジュールを表示
- C. ハードウェアを表示
- D. diagを表示
正解:A
解説:
Reference:
https://www.cisco.com/c/m/en_us/techdoc/dc/reference/cli/n5k/commands/show-environment.html
質問 # 47
マルチモードファイバケーブルをサポートするCisco CPAK 100GBASEモジュールはどれですか。
- A. Cisco CPAK-100G-ER4L
- B. Cisco CPAK-100G-LR4
- C. Cisco CPAK-100G-SR4
- D. Cisco CPAK-100G-CWDM4
正解:C
解説:
Reference:
https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/transceiver-modules/ data_sheet_c78-728110.html
質問 # 48
......
合格率取得する秘訣は100-490日本語認定試験エンジンPDF:https://jp.fast2test.com/100-490J-premium-file.html