You need to design the application to meet the requirements

You are developing an ASP.NET MVC application that provides instant messaging capabilities to
customers.
You have the following requirements:
Messages must be able to be sent and received simultaneously.
Latency and unnecessary header data must be eliminated.
The application must comply with HTML5 standards.
You need to design the application to meet the requirements.
What should you do?

You are developing an ASP.NET MVC application that provides instant messaging capabilities to
customers.
You have the following requirements:
Messages must be able to be sent and received simultaneously.
Latency and unnecessary header data must be eliminated.
The application must comply with HTML5 standards.
You need to design the application to meet the requirements.
What should you do?

A.
Configure polling from the browser.

B.
Implement long‐running HTTP requests.

C.
Implement WebSockets protocol on the client and the server.

D.
Instantiate a MessageChannel object on the client.



Leave a Reply 12

Your email address will not be published. Required fields are marked *


Saeid

Saeid

C is correct.

Normy

Normy

Are you sure C is correct because in most dumps they said D?

Vivek

Vivek

u said most dumps,can you share some free links?

Jack

Jason Wilson

Jason Wilson

I’m not sure, but I think a MessageChannel could be used for peer to peer communication while web sockets would be used in client server. The question doesn’t explicitly mention the architecture

Test

Test

C.

MessageChannel for:
Channel messaging is particularly useful for communication across multiple origins. Consider the following scenario. We have a document at http://socialsite.example containing content from http://games.example embedded in one iframe, and content from http://addressbook.example in another.

Now let’s say that we want to send a message from our address book site to our games site. We could use the social site as a proxy. That, however, means the address book gains the same level of trust as the social site. Our social site either has to trust every request, or filter them for us.

With channel messaging, however, http://addressbook.example and http://games.example can communicate directly.

Scott Schulze

Scott Schulze

Passed 70-486 exam for the second try on 4/Dec/2016, scored 8xx/1000!!!

My exam had 48 questions with 8-10 new questions.

New questions appeared in the Case Studies (Olympic Marathon Runners), and other regular questions, OAuth flow, Httphandler, MVC basics etc.

I mainly learned the valid 70-486 dumps from: http://www.passleader.com/70-486.html (201q VCE and PDF dumps), all new questions were from it, 100% valid!