This is a very basic question. Before we going to deeper, we must know about the Operating systems. There are 2 broad categories of Operating systems. They are:
1) Client Operating Systems
2) Server Operating Systems.
Client Operating Systems:
Client operating systems are capable to provide a nice user interface to the user to interact with hardware. Some examples are DOS(which is a CUI based OS), Windows family Operating Systems (like Windows 9x family, windows XP, Windows 7, Vista etc) .
Server Operating Systems:
Server Operating systems provide the exact functionality that the client OS provide, In addition They can:
1) Handle Tera bytes of Storage disks.
2) Running a Webserver like Softwares.
3) Capable of running on a Multi Processor Environment
4) Improved Security etc..
The above are some of the main functionalities of a Server OS. Most populare Server OS’s are : Unix, Linux and Windows NT Family Server OS, Solaris etc.
The Concept:
So whenever you type a URL in a browser (Firefox, IE or chrome etc), the request will go to the Webserver, which was running on a Server OS.
Consider you request the site www.asp.net which is a ASP technology site (that is build on ASP.Net Technology), So your request directly sent to Windows Server.
Because, Microsoft created the ASP.Net Technology which is a web development technology, which can be run inside the IIS web server (which is also a Microsoft product). So whenever a ASP page kept under the IIS server and its ready for client’s request.
So that only I previously told, whenever you request a ASP.Net (.aspx) page it was kept under the IIS and served to Client.
Saturday, July 30, 2011
What is an Operating System?
By
Francis
Posted at
7:39 AM
No comments
An Operating system is a software, which provides an interface (typically a GUI (Graphic User Interface)) to interact with the computer’s hardware.
Monday, July 25, 2011
What is a web server?
By
Francis
Posted at
12:26 PM
WebServer
No comments
A web server is a piece of software, which accepts the user (client) request and responds to the client. In other words, it serves to the client whatever the client requests.
Saturday, July 16, 2011
What is .Net?
By
Francis
Posted at
8:27 AM
No comments
.Net is a Microsoft's platform to develop new thick and thin client applications as well as Web based applications.
- Learn By Experience: SMS Gateways
- ASP.Net Forums - FAQ #2 : ASP.Net Project Ideas
- ASP.Net Forums – FAQ #1 : How to enable Adsense in my site?
- Main components of .Net Framework
- ASP.Net Forums–FAQ #6: ASP.Net Session Expired Problem
- How to Send SMS From ASP.Net Web Application?
- Visual Studio Tips & Tricks: 2 – Create Virtual Directory Problem
- Visual Studio Tips & Tricks–10 : How to Change the color theme in Visual Studio 2015?
- CRUD Operation - ASP.Net MVC with ADO.Net
- .Net Architecture