200-901 · Question #582
200-901 Question #582: Real Exam Question with Answer & Explanation
The correct answer is C: HTTPS. {"question_number": 10, "question": "A distributed application is under development... URL and port: devasc468262987.com port 443 The requests... could not execute because the application was blocked by the firewall...", "correct_answer": "C", "explanation": "Port 443 is the well
Question
A distributed application is under development and the interaction between the application and an API is being tested using the URL and port: devasc468262987.com port 443 The requests that were sent to the server could not execute because the application was blocked by the firewall. Which protocol must be allowed by the firewall to fix the issue?
Options
- ASSH
- BHTTP
- CHTTPS
- DFTP
Explanation
{"question_number": 10, "question": "A distributed application is under development... URL and port: devasc468262987.com port 443 The requests... could not execute because the application was blocked by the firewall...", "correct_answer": "C", "explanation": "Port 443 is the well-known port assigned to HTTPS (HTTP Secure), which is HTTP traffic encrypted using TLS/SSL. The firewall must allow HTTPS traffic on port 443 for the application to communicate with the API server. SSH (A) uses port 22. HTTP (B) uses port 80, not 443. FTP (D) uses ports 20 and 21. Since the URL uses a standard domain name and port 443, HTTPS is the protocol in use, and it must be explicitly permitted by the firewall rule.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.