5,175 views
9 9 votes

An email contains a texual birthday greeting, a picture of a cake and a song. The order is not important. What is the content-type?

  1. Multipart/mixed
  2. Multipart/parallel
  3. Multipart/digest
  4. Multipart/alternative

3 Answers

Best answer
9 9 votes

B is the ans.

The Multipart/mixed (primary) subtype

The primary subtype for multipart, "mixed", is intended for use when the body parts are independent and intended to be displayed serially. Any multipart subtypes that an implementation does not recognize should be treated as being of subtype "mixed"

The Multipart/parallel subtype

This document defines a "parallel" subtype of the multipart Content-Type. This type is syntactically identical to multipart/mixed, but the semantics are different. In particular, in a parallel entity, all of the parts are intended to be presented in parallel, i.e., simultaneously, on hardware and software that are capable of doing so. Composing agents should be aware that many mail readers will lack this capability and will show the parts serially in any event

http://highered.mheducation.com/sites/0072515848/student_view0/chapter26/mixed_quiz.html

selected by
5 5 votes

Answer : it should be Multi-part/mixed   (As they said order is not important that is how it is mixed)

A content type is a reusable collection of metadata (columns), workflow, behavior, and other settings for a category of items .Content types enable you to manage the settings for a category of information in a centralized, reusable way.

Answer:
Position:
Show:

Related questions

61 61 votes
5 answers 5 answers
14.5k
14.5k views
Kathleen asked Sep 17, 2014
14,470 views
A program consists of two modules executed sequentially. Let $f_1(t)$ and $f_2(t)$ respectively denote the probability density functions of time taken to execute the two ...
0 0 votes
0 answers 0 answers
1.8k
1.8k views
Ishrat Jahan asked Oct 29, 2014
1,803 views
Given below are some HTML lines.<img src = "pict.jpg" width = "256" height = "256" border = "0" usemap = "#map" / <map name = "map" <area shape = "poly" coords = "50, 50...
2 2 votes
1 1 answer
1.1k
1.1k views
admin asked Sep 28, 2024
1,119 views
CAPTCHA is used to provide protection fromZero day attackBuffer overflowAutomated scripted attackMan in the middle attack 
6 6 votes
1 answers 1 answer
3.9k
3.9k views
sh!va asked May 7, 2017
3,945 views
XPath is used to navigate through elements and attributes inXSL documentXML documentXHTML documentXQuery document