MCTS Certification: Exam Terms and Definitions

Microsoft Certification - Exam Help

  • Increase font size
  • Default font size
  • Decrease font size
Home > Remoting
MCTS - Exam 70-536: Remoting

Remoting

E-mail Print PDF

Remoting For .Net Frameworks

This is an inter-process communication technology enabler and protocol. A call to a method in a separate assembly, possibly located on another computer It pertains to all.NET Remoting and Related Services.

Configuration, IRemotingFormatter, a type of behind-the-scenes, in-the-background serialization – the source or destination, is remoting to an unknown location – the location  might be on the same machine, but might also be on another machine, system or network.

For two or more applications to communicate, you are in need of .NET  remoting, web services or similar technique-solutions. When installing and configuring the .NET Frameworks environment, modifications and operations, or inherited, even legacy settings might be present. There are many options, including how it responds and remotes, communicates outward. Knowing how to change, where to find these settings and how to use them effectively to improve security, performance and overall function is critical, enabling things to work properly and reliably, more securely, protected. Shared libraries and assemblies need to be set up, tested and specified. Configuring remote services, pertains to  settings that allow making a call  to a separate assembly (elsewhere, on other or another computer(s),  retrieving results. Using the HTTP channel, allowing remote calls using a web server, allowing the remoting system to find the right port for client communications

Key Exam Points

  1. Use Remoting for .NET Frameworks, VB, C#, C++, reviewing the chapter on serialization, configuration of system and .Net Frameworks environments. Data interchanges between a client and server, TCP/IP connection
  2. For the exam,  study examples for Remoting, that help you to gain a better understanding of this topic, what it can do and how to set it up, optimize and capitalize on it, to enable communication
  3. Do the practice tests

Related Terms

Remote Procedure Call (RPC)

 

This article is based on the 2nd edition of the Microsoft .Net Framework Application Training Kit with the purpose to help 70-536 Exam takers to succeed. I constantly look for ways to improve the content.   Please leave a comment about this article or drop me a message if you would like to see changes for this site.

Last Updated on Tuesday, 03 March 2009 03:08  
0 Votes