SK0-005日本語 PDF問題集で2023年11月10日試験問題 有効なSK0-005日本語問題集
究極のSK0-005日本語準備ガイドで無料最新のCompTIA練習テスト問題集
質問 # 11
ある企業がすべてのユーザーにソフトウェアを展開したいと考えていますが、ある時点でそのソフトウェアを使用する男性はごくわずかです。次のライセンス モデルのうち、会社にとって最適なものはどれですか?
- A. コアあたり
- B. インスタンスごと
- C. サイトごと
- D. 同時ユーザーあたり
正解:D
質問 # 12
技術者の Joe は、電子メール サーバーの 1 つがオフラインであるというアラートを受け取ります。Joe は RDP 経由でサーバーにログインしようとしますが、サーバーはログインを処理しておらず、Joe はサーバーに対して ping しか実行できません。Joe がサーバーを再起動するために使用できるコマンドまたはツールは次のうちどれですか? (2つ選んでください。)
- A. SSH
- B. コマンド ライン シャットダウン -r
- C. コマンド ライン シャットダウン -h
- D. VNC
- E. コマンド ライン シャットダウン -f
- F. iDRAC
正解:A、F
質問 # 13
技術者は、安全なリモート アクセスを必要とするサーバーを構成しています。技術者は次のどのポートを使用する必要がありますか?
- A. 0
- B. 1
- C. 2
- D. 3
正解:C
解説:
SSH port 22 for secure remote access and 443 is https for encrypted website browsing.
質問 # 14
管理者は、SSH 経由のルート ログインを無効にする必要があります。このタスクを完了するために編集する必要があるタイルは次のうちどれですか?
- A. /root.ssh/sshd/config
- B. /root/.ssh/ssh_config
- C. /etc.ssh/sshd_config
- D. /etc.sshs_shd_config
正解:C
解説:
https://www.linuxfordevices.com/tutorials/linux/enable-disable-root-login-in-linux
質問 # 15
Linux ボックスのログオン スクリプトに使用する最も適切なスクリプト言語は次のうちどれですか?
- A. PowerShell
- B. Shell
- C. Java
- D. VBS
- E. Batch
正解:D
解説:
Reference:
https://redmondmag.com/articles/2016/02/09/logon-scripts-for-active-directory.aspx
質問 # 16
別の OS インストール内に完全に含まれる OS のインストールについて説明しているのは、次のうちどれですか?
- A. ハイパーバイザー
- B. ゲスト
- C. ホスト
- D. ブリッジ
正解:B
解説:
The installation of an OS contained entirely within another OS installation is described as a guest. A guest is a term that refers to a virtual machine (VM) that runs on top of a host operating system (OS) using a hypervisor or a virtualization software. A guest can have a different OS than the host, and can run multiple applications or services independently from the host. A guest can also be isolated from the host and other guests for security or testing purposes.
質問 # 17
会社のサーバーがすべて間違った時刻を表示しています。サーバー管理者は、タイム ソースが正しいことを確認します。サーバーが正確な時刻を取得するのを妨げている可能性が最も高いのは次のうちどれですか?
- A. ファイアウォール
- B. ウイルス対策ソフト
- C. ユーザーアカウント制御
- D. AHIDS
正解:A
解説:
Explanation
The most likely cause of the servers displaying the wrong time is A. A firewall. A firewall is a network security device that monitors and controls incoming and outgoing network traffic based on predefined rules. A firewall can block or allow certain ports, protocols, or applications that are used for network communication.
One of the protocols that is used for time synchronization is the Network Time Protocol (NTP), which requires the use of UDP port 123 for all time synchronization1. If a firewall blocks this port, it can prevent the servers from obtaining the correct time from the time source. Therefore, the server administrator should check the firewall settings and make sure that UDP port 123 is allowed for NTP traffic.
質問 # 18
技術者が新しい Linux サーバーにファイルシステムを配置しています。次のツールのうち、技術者が将来、パーティションを再フォーマットせずにパーティションのサイズを大きくできるようにするのに最適なツールはどれですか?
- A. LVM
- B. ディスクパーツ
- C. フォーマット
- D. fdisk
正解:A
解説:
LVM (Logical Volume Manager) is a tool that allows the technician to increase a partition's size in the future without reformatting it on a Linux server. LVM creates logical volumes that can span across multiple physical disks or partitions and can be resized dynamically without losing data. LVM also provides other features such as snapshots, encryption, and RAID. DiskPart, fdisk, and Format are tools that can be used to partition and format disks, but they do not allow increasing a partition's size without reformatting it. Reference: https://www.howtogeek.com/howto/40702/how-to-manage-and-use-lvm-logical-volume-management-in-ubuntu/ https://www.howtogeek.com/school/using-windows-admin-tools-like-a-pro/lesson2/ https://www.howtogeek.com/howto/17001/how-to-format-a-usb-drive-in-ubuntu-using-gparted/
質問 # 19
技術者がサーバーのファームウェアを更新しようとしています。ファームウェアのメディアを挿入してサーバーを再起動すると、OS が正常に起動します。ファームウェアをインストールするために技術者が次に行うべきことは次のうちどれですか?
- A. サーバーで HIDS を有効にする
- B. F8 を押してセーフモードに入ります
- C. 管理者アカウントでログイン
- D. メディアから起動
正解:D
解説:
The technician should boot from the media to install the firmware on the server. Firmware is a type of software that controls the low-level functions of hardware devices, such as BIOS (Basic Input/Output System), RAID controllers, network cards, etc. Firmware updates are often provided by hardware manufacturers to fix bugs, improve performance, or add new features to their devices. To install firmware updates on a server, the technician needs to boot from a media device (such as a CD-ROM, DVD-ROM, USB flash drive, etc.) that contains the firmware files and installation program. The technician cannot install firmware updates from within the operating system because firmware updates often require restarting or resetting the hardware devices.
質問 # 20
技術者は、データ ドライブを新しい Windows サーバーから注文した Windows サーバーに移動しました。ハードウェアはドライブを認識しますが、データは OS から認識されません。問題の最も可能性の高い原因は次のうちどれですか?
- A. ディスクは MBn を使用しています。
- B. ディスクは GPT を使用しています。
- C. パーティションは ext4 でフォーマットされています。
- D. パーティションは FAT32 でフォーマットされています。
正解:B
解説:
GPT (GUID Partition Table) is a partitioning scheme that allows creating partitions on large hard drives (more than 2 TB). It supports up to 128 partitions per drive and uses 64-bit addresses to locate them. However, GPT is not compatible with older versions of Windows, such as Windows XP or Windows Server 2003, which use MBR (Master Boot Record) as the partitioning scheme. If a disk uses GPT, it may not be recognized or accessible by an older Windows server. Verified Reference: [GPT], [MBR]
質問 # 21
サーバーがハード ドライブの SMART エラーを報告しています。ただし、技術者がドライブをチェックすると、サーバー内のすべてのドライブが正常に機能しているように見えます。この問題の理由は次のうちどれですか?
- A. SMART エラーは単なる不良セクタです。ドライブはセクターを不良としてマークしており、引き続き適切に機能します
- B. SMART エラーは ECC エラーです。エラーのチェックと修正により、ドライブは失われたビットを修正し、書き込み操作を正しく完了しました。
- C. SMART エラーは、障害の予測通知です。ドライブは近い将来故障するので、できるだけ早い時期に交換する必要があります
- D. SMART エラーは書き込み操作エラーです。ドライブに送信された書き込みが正しくフォーマットされていないことが検出され、コントローラーからの書き込みの再送信が要求されました。
正解:C
解説:
https://www.seagate.com/support/kb/my-system-reported-a-smart-error-on-the-drive-184619en/
質問 # 22
システム管理者は、MOST 冗長性を備えた 4 つのディスクからデータ ボリュームを作成する必要があります。最良の解決策は次のうちどれですか?
- A. RAID 6
- B. RAID 1
- C. RAID 5
- D. RAID 0
正解:A
解説:
RAID 6 is a type of RAID level that uses two parity blocks to provide fault tolerance and redundancy for data storage. RAID 6 can withstand the failure of up to two disks in the array without losing any data. RAID 6 requires a minimum of four disks to operate, and it distributes the data and parity blocks across all the disks in the array. RAID 6 has a high write penalty, which means that it takes more time and resources to write data to the disks than to read data from them. However, RAID 6 offers a high level of data protection and reliability, which makes it suitable for applications that require high availability and durability1.
RAID 1 provides redundancy and fault tolerance by mirroring the data from one disk to another disk. RAID 1 offers high read performance and data security, but it has low capacity and write performance. RAID 1 requires a minimum of two disks to operate, and it can only tolerate the failure of one disk in the array. If more than one disk fails, all the data in the array is lost2.
RAID 5 provides redundancy and fault tolerance by using one parity block to store information that can be used to reconstruct the data in case of a disk failure. RAID 5 requires a minimum of three disks to operate, and it distributes the data and parity blocks across all the disks in the array. RAID 5 offers a balance between performance, capacity, and data protection, but it can only tolerate the failure of one disk in the array. If more than one disk fails, all the data in the array is lost2.
Therefore, among these options, RAID 6 is the best solution for creating a data volume out of four disks with the most redundancy.
質問 # 23
技術者は、安全なリモート アクセスを必要とするサーバーを構成しています。技術者は次のどのポートを使用する必要がありますか?
- A. 0
- B. 1
- C. 2
- D. 3
正解:C
解説:
Explanation
The technician should use port 22 to configure a server that requires secure remote access. Port 22 is the default port for Secure Shell (SSH), which is a protocol that allows secure remote login and command execution over a network connection using a command-line interface (CLI). SSH encrypts both the authentication and data transmission between the client and the server, preventing eavesdropping, tampering, or spoofing. SSH can be used to perform various tasks on a server remotely, such as configuration, administration, maintenance, troubleshooting, etc.
質問 # 24
技術者がサーバー ラックをチェックしています。部屋に入ると、技術者はラック内の特定のサーバーの tans が高速で実行されていることに気付きます。これは、この動作が発生しているラック内の唯一のサーバーです。部屋の周囲温度は正常のようです。そのサーバーのファンが全速力で動作している理由として最も可能性が高いのは次のうちどれですか?
- A. 不適切なサイズのファンがサーバーに挿入されたため、サーバーはファンの速度を上げて補正する必要がありました。
- B. サーバーは他のサーバーよりも多くのメモリを使用しているため、それを補うためにファンを増やしました。
- C. ファンに障害が発生し、他のファンが速度を上げて補償しています。
- D. サーバーはシャットダウン中であるため、ファン速度の動作はデフォルトで高速に設定されています。
正解:C
質問 # 25
技術者がさまざまなサーバーをラックに設置しています。技術者がラックに積み込む際に取るべき最善の行動は、次のうちどれですか?
- A. 最も重いサーバーをラックの一番下に取り付けます
- B. UPS をラックの上部に配置します。
- C. 気流の方向を交互にする
- D. 各サーバー間に 1U のスペースを空ける
正解:C
質問 # 26
データのバックアップをいつ削除するかを決定する要件を示しているのは、次のうちどれですか?
- A. オフサイト保管
- B. 保持ポリシー
- C. クラウド セキュリティへの影響
- D. ライフサイクル管理
正解:B
質問 # 27
技術者は、Me を別のパーティションの一時フォルダーにコピーすることはできますが、ネットワーク共有または USB フラッシュ ドライブにコピーすることはできません。ファイルの特定の場所へのコピーを妨げている可能性が最も高いのは次のうちどれですか?
- A. ウイルス対策
- B. ファイアウォール
- C. DLP
- D. ACL
正解:C
解説:
DLP (Data Loss Prevention) is a security measure that prevents unauthorized copying, transferring, or leaking of sensitive data from a server or a network. It can block or alert the user when they try to copy a file to certain locations, such as a network share or a USB flash drive, based on predefined policies and rules. Verified Reference: [DLP], [Data loss]
質問 # 28
サーバー管理者は、今年イメージ化されるすべての新しいサーバーに使用する単一のライセンス キーを購入しました。次のうち、使用されるライセンスの種類を最もよく表しているのはどれですか?
- A. ソケットあたり
- B. 同時ユーザーあたり
- C. オープンソース
- D. ボリューム
正解:D
解説:
Explanation
This is the most likely licensing type that will be used because volume licensing allows a single license key to be used for multiple installations of a software product. Volume licensing is typically used by organizations that need to deploy software to a large number of devices or users. References:
https://www.microsoft.com/en-us/licensing/licensing-programs/volume-licensing-programs
質問 # 29
サーバー管理者は、テスト環境で新しくプロビジョニングされたサーバーで IP アドレスを構成しています。ネットワーク VLAN は次のように構成されます。
管理者は、新しいサーバーの IP アドレスを次のように構成します。
IP アドレス: 192.168.1.1/24
デフォルトゲートウェイ: 192.168.10.1
デフォルト ゲートウェイに送信された ping が成功しません。次の IP アドレスとデフォルト ゲートウェイの組み合わせのうち、管理者が新しいサーバーに使用する必要があるのはどれですか?
- A. IP アドレス: 192.168.10.2/24
デフォルトゲートウェイ: 192.168.10.1 - B. IP アドレス: 192.168.10.24/24
デフォルトゲートウェイ: 192.168.30.1 - C. IP アドレス: 192.168.1.2/24
デフォルトゲートウェイ: 192.168.10.1 - D. IP アドレス: 192.168.10.3/24
デフォルトゲートウェイ: 192.168.20.1
正解:A
解説:
The IP address/default gateway combination that the administrator should have used for the new server is IP address: 192.168.10.2/24 and Default gateway: 192.168.10.1. The IP address and the default gateway of a device must be in the same subnet to communicate with each other. A subnet is a logical division of a network that allows devices to share a common prefix of their IP addresses. The subnet mask determines how many bits of the IP address are used for the network prefix and how many bits are used for the host identifier. A /24 subnet mask means that the first 24 bits of the IP address are used for the network prefix and the last 8 bits are used for the host identifier. Therefore, any IP address that has the same first 24 bits as the default gateway belongs to the same subnet. In this case, the default gateway has an IP address of 192.168.10.1/24, which means that any IP address that starts with 192.168.10.x/24 belongs to the same subnet. The new server has an IP address of 192.168.1.1/24, which does not match the first 24 bits of the default gateway, so it belongs to a different subnet and cannot communicate with the default gateway. To fix this issue, the administrator should change the IP address of the new server to an unused IP address that starts with 192.168.10.x/24, such as 192.168.10.2/24.
質問 # 30
サーバー管理者は、使用可能な IP アドレスが 30 以下のネットワーク上にサーバーを構成する必要があります。次のサブネット アドレスのうち、このネットワークで最も効率的なものはどれですか?
- A. 255.255.255.224
- B. 255.255.255.0
- C. 255.255.255.252
- D. 255.255.255.128
正解:A
解説:
Explanation
The most efficient subnet address for a network that will have no more than 30 available IP addresses is
255.255.255.224. This subnet mask corresponds to a /27 prefix length, which means that 27 bits are used for the network portion and 5 bits are used for the host portion of an IP address. With 5 bits for hosts, there are
2^5 - 2 = 30 possible host addresses per subnet, which meets the requirement. The other options are either too large or too small for the network size. Reference: https://www.ibm.com/cloud/learn/subnet-mask
質問 # 31
企業のユーザーには、アクティブなセッションの数によって制限されたアプリケーションを使用するライセンスが与えられます。このライセンス モデルを最もよく説明しているものは次のうちどれですか?
- A. 同時ユーザーごと
- B. サーバーごと
- C. 座席ごと
- D. コアごと
正解:A
解説:
Explanation
The per-concurrent user licensing model is a type of licensing model that restricts the number of active sessions or connections to a software application at any given time. This means that multiple users can share the same license, as long as they do not access the application simultaneously. This model is often used for applications that are accessed intermittently or for a short duration by different users, such as remote access software, web-based applications, or testing tools12.
質問 # 32
サーバー技術者は、サーバーに新しい NIC をインストールし、IP 接続用に NIC を構成します。次に、技術者は ping コマンドを使用して接続をテストします。次の ping および ipconfig コマンドの出力の一部を考えてみます。
問題の原因となったのは次のうちどれですか?
- A. DHCP の設定ミス
- B. 不正なルーティング テーブル
- C. 重複した IP アドレス
- D. デフォルトゲートウェイが正しくありません
正解:C
解説:
The ping command output shows that the NIC has an IP address of 192.168.1.100 and a default gateway of 192.168.1.1. However, when the technician tries to ping the default gateway, the reply comes from another IP address: 192.168.1.101. This means that there is another device on the network that has the same IP address as the default gateway, and it is responding to the ping request instead of the intended destination.
A duplicate IP address can cause network connectivity problems, such as packet loss, routing errors, or unreachable hosts. To resolve this issue, the technician should either change the IP address of the default gateway or the device that is conflicting with it, or use DHCP to assign IP addresses automatically and avoid conflicts.
The other options are not correct because they do not explain the ping output. An incorrect default gateway would cause no reply or a destination unreachable message, not a reply from a different IP address. A DHCP misconfiguration would cause an invalid or no IP address on the NIC, not a duplicate IP address on the network. An incorrect routing table would cause routing errors or unreachable destinations, not a reply from a different IP address.
Reference:
https://askleo.com/what_is_ping_and_what_does_its_output_tell_me/
https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/ping
質問 # 33
......
合格率 取得する秘訣はSK0-005日本語認定試験エンジンPDF:https://jp.fast2test.com/SK0-005J-premium-file.html