What is meant by data marshaling? (There are two components to data marshalling; name and describe each.) Why is it necessary?

This is an exercise on data marshalling
In the context of IPC:


The two components of data marshaling are:
1. Data structures used in programming need to be flattened or serialized, since data transmitted over the network must be serialized.
2. The data needs to be converted to an external representation so that it may be interpreted correctly by the receiver, which then maps the external representation to its local representation.

Computer Science & Information Technology

You might also like to view...

Write and run a Python program that you store in a file. The program should demonstrate how to prompt the user for input and display the string the user entered.

What will be an ideal response?

Computer Science & Information Technology

DVI stands for ________

A) divided video integration B) digital video interface C) digital video integration D) defragmented video interface

Computer Science & Information Technology

Define configuration rule policies and compare them to access control lists(ACLs).

What will be an ideal response?

Computer Science & Information Technology

Case 11-2 Inheritance can be a tricky concept to understand, so you are working with your classmates to come up with some ways to remember how it works. Given a class called Student (to represent students at a university), which of the following is likely to be an attribute contained in that class that can be inherited by the members of a subclass called OnCampusStudent?

A. Student ID B. Number of Courses C. Student Name D. all of the above

Computer Science & Information Technology