Emmy Dickens
What is the difference between a Web Server and a Web Browser?
Posted by Emmy Dickens in General | Others on Feb 13, 2012
  • 0
  • 6
  • 9354
Do you know the answer for this question? Post it below.
Guest
Posted by piyush sardhara on Mar 13, 2012
  • 2

Web browser: A software application for retrieving, presenting and traversing information resources on the World Wide Web. 
example: Internet Explorer, Mozilla Firefox, Google Chrome 


Web server: a program on a server computer, somewhere out on the internet, that delivers web pages to web browser.

Posted by yashwant wadkar on Feb 18, 2012
  • 2

Web Browser :
A web browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web. An information resource is identified by a Uniform Resource Identifier (URI) and may be a web page, image, video, or other piece of content. Hyperlinks present in resources enable users easily to navigate their browsers to related resources. A web browser can also be defined as an application software or program designed to enable users to access, retrieve and view documents and other resources on the Internet.

Web Server :
Web server can refer to either the hardware (the computer) or the software (the computer application) that helps to deliver content that can be accessed through the Internet.

Posted by Mohsin Ihsan on Apr 01, 2012
  • 1

Hi Dickens,

In simple words Web Browser is the Client through which we can sent any type of HTTP requests. And Web Server is Kind of Listener that can listen our HTTP requests and it responds. Please let me know if there is any concern.

Kind Regards
CreativeMinds

Posted by piyush sardhara on Mar 13, 2012
  • 0

1) Private - Assembly available only to clients in the same 
directory.
2) Shared - Assemblies in GAC
3) Satelite - Assembly in the specific directory of the 
locale.

Posted by piyush sardhara on Mar 13, 2012
  • 0

1) Private - Assembly available only to clients in the same 
directory.
2) Shared - Assemblies in GAC
3) Satelite - Assembly in the specific directory of the 
locale.

Posted by piyush sardhara on Mar 13, 2012
  • 0

  Use This Code
 
  Child frm = new Child();
   frm.MdiParent = this;
   frm.Show();


Get Career Advice from Experts
SPONSORED BY
  • PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | ABOUT US | REPORT ABUSE
2013© C# Corner. All contents are copyright of their authors.