CompTIA CASP+ (CAS-004) — Question 525
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.)
Answer options
- A. Block foreign IP addresses from accessing the website.
- B. Have the developers use the company's VPN.
- C. Implement a WAF for the website.
- D. Give the developers access to a jump box on the network.
- E. Employ a reverse proxy for the developers.
- F. Use NAT to enable access for the developers.
Correct answer: B, D
Explanation
The correct answers are B and D because using a VPN allows developers to securely connect to the company's internal network while blocking external traffic, and a jump box provides a controlled entry point for the developers. Options A, C, E, and F do not directly enable the developers to work on the website while restricting access to regular internet traffic from their country.