What process happens behind, when we try to access any page
on the internet.
Answer / Himanshu Vishnoi
When you try to access a page on the internet, several processes occur behind the scenes. The Domain Name System (DNS) is first used to convert the website's domain name into an IP address. Then, your computer sends a request to the web server hosting the site through the Hypertext Transfer Protocol (HTTP). The web server responds with HTML pages, CSS stylesheets, JavaScript files, and other resources such as images and videos. Your browser then renders these resources to display the page.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to refersh an asp page on a single click of a button.
Define a cookies collection?
What does asp stand for in technology?
Define session object?
What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? A. ADO B. RDO C. RDS D. OLEDB E. None of the above.
How could u display all of the cookies/cookie values for a user through a Web page in ASP?
Name the methods in application object?
What is asp and its features?
Which is the default Scripting Language on the client side in ASP?
Define extranet?
When did classic asp come out?
Explain the post and get method or explain the difference between them?