exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 163 discussion

Actual exam question from Microsoft's 70-486
Question #: 163
Topic #: 1
[All 70-486 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are developing an ASP.NET Core MVC web application.
The application must be exposed to external users over ports 80 and 443 and must meet the following requirements:
✑ Handle more than 1024 simultaneous connections.
✑ Support Windows authentication.
✑ Support HTTP/2 over TLS.
✑ Include response caching.
✑ Protect against denial-of-service attacks.
You need to deploy the application to an on-premises web server.
Solution: You deploy the application to HTTP.sys.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Reference:
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/httpsys?view=aspnetcore-2.1

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
swagrid1556
4 years, 5 months ago
Don't know if this will help anyone but this is on the Microsoft website. HTTP.sys supports the following features: Windows Authentication Port sharing HTTPS with SNI HTTP/2 over TLS (Windows 10 or later) Direct file transmission Response caching WebSockets (Windows 8 or later) Supported Windows versions: Windows 7 or later Windows Server 2008 R2 or later So i imagine the answer is Yes, but of course you never know with these questions...
upvoted 2 times
...
nelaed
4 years, 10 months ago
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/httpsys?view=aspnetcore-2.1 I think it's YES.
upvoted 2 times
...
mmk1991
5 years, 3 months ago
Considering that Windows Authentication would downgrade HTTP2 to HTTP1.1, would the answer rather be "no"?
upvoted 2 times
mr_
5 years ago
Don't think so. I believe the question is strictly about HTTP.sys features, not about such logical thinking. It's bad question though - if you have knowledge but still are not sure about the answer because question is not clear enough.
upvoted 3 times
...
zimzimzimma
5 years ago
I have seen similar questions in which the application was placed behind a reverse IIS proxy icw Kestrel. In that question that argument is used to answer a question with a 'no', but here it should be ignored? Looks like community is divided on this.
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 ...