Explain Working of Proxy Server, Cookies, types of cookies?
Answers were Sorted based on User's Feedback
Answer / jitendra
Working of Proxy Server:-
A proxy server acts as an intermediary between your computer
and the Internet. It is most frequently used when there is a
corporate intranet and users are connected to a LAN. It can
also work with a firewall to provide a security barrier
between your internal network and the Internet. In addition,
corporate administrators can balance proxy loads and block
undesirable sites. Proxy servers are becoming more advanced
in their ability to reduce network traffic by caching
content that is frequently requested by the browsers they serve.
Cookies:-
=========
Web cookies or just cookies, are parcels of text sent by a
server to a web browser and then sent back unchanged by the
browser each time it accesses that server.
Types of Cookies:-
==================
Is This Answer Correct ? | 32 Yes | 8 No |
Answer / aa
Explain Working of Proxy Server, Cookies, types of cookies?
ok
Is This Answer Correct ? | 1 Yes | 0 No |
txtUserID = trim(Request.Form("txtUserID")) txtPassword = trim(Request.Form("txtPassword")) txtFName = trim(Request.Form("txtFName")) txtLName = trim(Request.Form("txtLName")) txtEmail = trim(Request.Form("txtEmail")) txtAddrLine1 = trim(Request.Form("txtAddrLine1")) txtAddrLine2 = trim(Request.Form("txtAddrLine2")) txtCity = trim(Request.Form("txtCity")) txtState = trim(Request.Form("txtState")) txtZip = trim(Request.Form("txtZip")) txtCountry = trim(Request.Form("txtCountry")) txtCompanyName = trim(Request.Form("txtCompanyName")) txtPhone = trim(Request.Form("txtPhone")) txtFax = trim(Request.Form("txtFax")) txtBusinessType = trim(Request.Form("txtBusinessType")) txtAffiliations = trim(Request.Form("txtAffiliations")) txtAboutUs = trim(Request.Form("txtAboutUs"))
Explain the functioning of dynamic pages in a website?
What is the search engine optimizetion.
If you have an issue with your page, how do you debug it, what tools do you use?
How does CGI work? Can I use 'C' language to write a CGI?
Some sites work with "http://allinterview.com" but for some sites we need to specify "www" - like "http://www.allinterview.com". Why?
What is difference between webbased application, web enabled application and seb oriented application? Give some exapmles using Microsft languages?
How do you test the URL of a Web-based application?
What happens in a Web application when you enter all the data and click on submit button?
What is the result of “20” + 20;
How does dynamic discovery work?
If My Application is down what are the resonations?