Networking
- Which of the following is stored at client side?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Cookies are stored at client side. Hence, it is advantageous in some cases where clients disable cookies.
- Which of the following leads to high network traffic?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
WRL rewriting requires large data transfer to and from the server which leads to network traffic and access may be slow.
- Which of the following is not true about session?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
Default timeout value for session variable is 20 minutes. This can be changed as per requirement.
- SessionIDs are stored in cookies.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
SessionIDs are stored in cookies, URLs and hidden form fields.
- What is the maximum size of cookie?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
The 4K is the maximum size for the entire cookie, including name, value, expiry date etc. To support most browsers, it is suggested to keep the name under 4000 bytes, and the overall cookie size under 4093 bytes.