Exam CAS-004 All QuestionsBrowse all questions from this exam
Question 442

A company with only U.S.-based customers wants to allow developers from another country to work on the company's website. However, the company plans to block normal internet traffic from the other country. Which of the following strategies should the company use to accomplish this objective? (Choose two.)

    Correct Answer: B, D

    To allow developers from another country to work on the company's website while blocking normal internet traffic from that country, the company should have the developers use the company's VPN and give the developers access to a jump box on the network. Using the company's VPN will allow the developers to connect securely to the company's network. The jump box will act as an intermediate server, allowing secure and controlled access to the website, ensuring the developers can work without directly exposing the website to international traffic.

Discussion
23169fdOptions: AB

A. Block foreign IP addresses from accessing the website. Blocking foreign IP addresses ensures that normal internet traffic from the specified country is restricted from accessing the company's website. This helps maintain security and focus on U.S.-based customer traffic only. B. Have the developers use the company's VPN. Using a VPN allows developers from the other country to securely connect to the company's network as if they were local, bypassing the geographic IP restrictions. The VPN can be configured to allow specific IP addresses or users, ensuring that only authorized developers have access.

armidOptions: BD

I agree with the solution. Proper way is to do VPN (which will allow them to reach the network even if their country IP is blocked) and then allow them secure access to a jumbox to work on the website

isaphiltrickOptions: BD

• Block foreign IP addresses from accessing the website: This strategy involves configuring network-level rules or firewall rules to block incoming traffic to the website from IP addresses originating from the specific foreign country. This prevents unauthorized access to the website's resources while allowing legitimate developers to access it through approved means. • Have the developers use the company's VPN: By requiring developers to connect to the company's network via a Virtual Private Network (VPN), the company can enforce secure and controlled access. The VPN connection ensures that developers' traffic is encrypted and authenticated, providing a secure tunnel through which they can access the website and other company resources.

armid

so you mean AB then