exam questions

Exam CS0-002 All Questions

View all questions & answers for the CS0-002 exam

Exam CS0-002 topic 1 question 184 discussion

Actual exam question from CompTIA's CS0-002
Question #: 184
Topic #: 1
[All CS0-002 Questions]

An organization has the following policies:
✑ Services must run on standard ports.
✑ Unneeded services must be disabled.
The organization has the following servers:
✑ 192.168.10.1 - web server
✑ 192.168.10.2 - database server
A security analyst runs a scan on the servers and sees the following output:

Which of the following actions should the analyst take?

  • A. Disable HTTPS on 192.168.10.1.
  • B. Disable IIS on 192.168.10.1.
  • C. Disable DNS on 192.168.10.2.
  • D. Disable MSSQL on 192.168.10.2.
  • E. Disable SSH on both servers.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
robullo
Highly Voted 2 years, 9 months ago
Selected Answer: C
DNS server on a database server is unnecessary.
upvoted 14 times
...
nonjabusiness
Highly Voted 2 years, 9 months ago
Selected Answer: E
Correct me if I'm wrong, but I believe IIS can be used to redirect http traffic to https. In my mind this means http/s are both needed, making ssh the only protocol that doesn't HAVE to be on either of the servers
upvoted 7 times
...
fgfj
Most Recent 1 year, 7 months ago
Selected Answer: C
You don't need DNS on a database server.
upvoted 1 times
...
Imok
1 year, 7 months ago
Selected Answer: E
Why enable SSH on Windows Servers?
upvoted 1 times
...
TAC45
1 year, 7 months ago
Selected Answer: C
I agree that DNS is not needed on a database server
upvoted 1 times
...
d8viey
1 year, 7 months ago
I wonder if this question is missing the "choose two options" verbiage, because it has 5 options which is typical of those types of questions, and both IIS and DNS should be disabled.
upvoted 1 times
...
grelaman
1 year, 9 months ago
You have two ports that shouldn't be open. 1027 IIS on web server (non-standar) and 53 DNS on database server (unnecessary). so, if I had to choose only one option I would choose to disable port 1027 on the web server - in general, an open port on a web server running IIS (Internet Information Services) may be more vulnerable to attacks than a port running DNS (Domain Name System) on a database server. This is because web servers are often exposed to the internet and are frequently targeted by attackers, while database servers are typically located within a private network and are less frequently targeted
upvoted 3 times
...
naleenh
1 year, 10 months ago
Selected Answer: B
IIS is running on a non standard port.
upvoted 3 times
...
kiduuu
2 years, 2 months ago
Selected Answer: E
It is a windows web server.. Why SSH?
upvoted 4 times
...
Stiobhan
2 years, 3 months ago
Selected Answer: E
Must be the worst question I have seen!! I'd have to opt for removal of SSH as nowhere in the question does it talk about the necessity for remote management. But 1027 should also be removed and don't think we need DNS on a SQL server!!! What a load of cods wallop
upvoted 7 times
...
2Fish
2 years, 3 months ago
Selected Answer: C
This question sux. while we have IIS running on a non-standard 1027 port, we also have DNS running on a SQL server. I have never ever seen the DNS running on a resource intensive server like SQL.
upvoted 1 times
...
saci_frosty
2 years, 3 months ago
Selected Answer: B
Services must run on standard ports.
upvoted 1 times
...
db97
2 years, 4 months ago
IIS --> Windows MSSQL ---> Windows Why would you need ssh on a windows environment??? I think E is the right answer. I'm open to discuss it.
upvoted 4 times
...
catastrophie
2 years, 5 months ago
Selected Answer: B
B. Dissable IIS on .1 - Policy states that services must run on standard ports and 1027 regardless of what service its running is not a standard port. Shutting that port down might cause temporary issues with a service but policy is policy.
upvoted 2 times
...
mrodmv
2 years, 6 months ago
Selected Answer: C
bases on the company policies C its the best answer, everything else, based on company policies, its right
upvoted 1 times
...
White_T_10
2 years, 7 months ago
B for sure.
upvoted 1 times
...
Whoah
2 years, 7 months ago
Selected Answer: B
IIS running on port 1027 is non standard, and it's an additional open http port on the web server
upvoted 2 times
Whoah
2 years, 7 months ago
Might be a gotcha question regarding IIS removal, if IIS is the sole web service then removing it would take down all web services
upvoted 1 times
catastrophie
2 years, 5 months ago
No, you're correct with shutting 1027 down. The said a requirement is services must run on standard ports. 1027 is not a standard port as you have stated.
upvoted 1 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...