ラボ環境には、インターネットに接続された Web サーバーとその他の実験用マシンがホストされており、技術者はこれらをさまざまなタスクに使用します。 技術者は、Web サーバーの 1 つにソフトウェアをインストールして会社のファイル サーバーと通信できるようにしますが、それに接続できません。建物はファイル サーバーからファイルを取得できます。 Web サーバーがファイルを取得できない理由として最も可能性が高いのは次のうちどれですか?また、問題を解決するには何をすべきですか?
正解:B
The lab environment is located in the DMZ, and traffic to the LAN zone is denied by default. This is the most likely reason why the web server cannot retrieve files from the file server, and the technician can either move the computer to another zone or request an exception from the administrator to resolve the problem. A DMZ (Demilitarized Zone) is a network segment that separates the internal network (LAN) from the external network (Internet). It usually hosts public-facing servers such as web servers, email servers, or FTP servers that need to be accessed by both internal and external users. A firewall is used to control the traffic between the DMZ and the LAN zones, and usually denies traffic from the DMZ to the LAN by default for security reasons. Therefore, if a web server in the DMZ needs to communicate with a file server in the LAN, it would need a special rule or permission from the firewall administrator. References: https://www.cisco.com/c/en/us/support/docs/ip/access-lists/13608-21.html