Html miscellaneous
- IP is used in the level ___________.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Network layer is the third layer, it deals with routing across complicated networks, Internet Protocol (IP) is very commonly used at this level. It is capable of traveling across multiple networks. It can also travel through intermediate devices like routers.
- Which one is not the feature of HTTP protocol?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
There are basically three main features of HTTP protocol i.e HTTP is media independent, HTTP is connectionless and it is stateless also. Browser initiates HTTP request, and then client disconnects from the server.
- Which of the following are not the valid character set in HTTP?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
A character set must know to web browsers to display HTML pages correctly. For the preference of clients we use character sets for specifying characters. The default value is US-ASCII. The valid character sets are ISO-8859-1, US-ASCII or ISO-8859-7.
- Which one is the correct syntax for specifying media type?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Internet media types are used in Content-Type and Accept header fields. Media types are registered with IANA (Internet Assigned Number Authority). The syntax for a media type is m-type = type “/” subtype *(“;” parameter). The name of subtype, type and parameter attribute all are case sensitive.
- Which header field defines meta information?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
A HTTP header which does not relate to the content of message is a response-header. A request-header is used to provide information about request or response. Entity-header field defines meta information about the body. If the body is not present resource is identified by request. The general syntax for all the header fields is msg-header=field-name “:” [field-value]. General-header field is for both response and request.