ASP Free
  Home arrow ASP Web Hosting
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
ASP Web Hosting  
ASP.NET Web Hosting 
Dedicated Servers 
Download TestComplete 
Windows Web Hosting
 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
 
ASP Web Hosting

ASP Web Hosting: ASP Web Hosting gives a company the ability to create their own customized web solution using the popular Active Server Pages (ASP) technology. Our ASP Web Hosting Showcase features ASP Web Hosting companies that provide top-notch ASP Web Hosting at an affordable price.

ASP WEB HOSTING - 6 MONTHS FREE/FREE SETUP - CLICK HERE
Classic ASP, ASP. NET (ALL VERSIONS)
FREE ASP/.NET Component Incl. ASPUpload - ASPJpeg - ASPEmail
• MS SQL 2005 & MS SQL 2000 Database w/ Real-Time SQL Backups
FREE Customizable Spam Filtering & FREE Webmail Access
• "BEST ASP HOST" by asp.netPRO Magazine 3 Years Running!
• "BEST ASP HOST" by Visual Studio Magazine for 2007
More info
 
WebHost4Life is a leading provider of Win2003 Hosting. **** ASP.NET, ASP, SharePoint, FrontPage, MS SQL, PHP, Perl, MySQL **** 24/7 Phone & Email Support! 30 days money back guarantee.More info
 
Gate.com – Unparalleled Reliability and Security:
• Clustered platform – no single point of failure
• Cisco network and security
• Mazu Enforcer and Profiler Anti-DDOS System
• Brightmail anti-spam
More info
 
* Free ASP Components! Enjoy Windows Hosting from Uplinkearth packed full of components from Telerik and FlatBurger! Includes our 1-click auto-installer script library! Support for ASP, .NET, SQL, Perl & PHP. CALL US Toll-Free at 800-745-3043 or Chat Live More info
 
FREE Domain & Setup! Register today with Web.com! In 3 easy steps you can post your photos, your blog, and more. Be seen on the web tonight. Only $9.95/month.More info
 
#1 ASP Web Hosting by Editors Review - HostDepartment NoLimit PLan! NoLimit Space, Traffic, Email, Host UNLIMITED Websites, Free Domain Name for LIFE, 6 MONTHS FREE, No Setup fee! Support ASP/ASP.NET, ColdFusion MX, FrontPage 2000, 2002, and 2003, UNLIMITED Microsoft SQL Server, MS Access, ODBC, MySQL Databases for $4.95/Mo.More info
 

Free ASP


Here is a list of FREE, yes FREE ASP hosting providers. 
If you have one drop us an email and will add it to the list.

Site Name Disk Space
http://www.websamba.com 30
http://www.cfm-resources.com 30
http://www.brinkster.com 30
http://www.7host.com 50
http://www.maxipointservers.net 20
http://www.ionwd.com ?
http://www.1asphost.com 100
http://www.everanet.com
?
   
Free ASP.NET
http://www.brinkster.com 30
   
WAP
http://www.maxipointservers.net/ ?
   
Free WAP Hosts
Info on Free WAP Hosts by Micheal Wright


Web Browsers And Web Servers – How Do They Work?

Most of us surf the Internet several times a week, if not several times a day. We visit website after website, viewing information, playing games, and occasionally downloading software. The World Wide Web is an incredible spectacle, but none of it would exist without web servers.

Web servers are the backbone of the web, since they are responsible for serving up every web page you see. Most people take the Internet for granted. It takes a lot of work to do something as simple as display a web page. When you clicked on the link to view this article, a series of smaller operations commenced which, while each is small on their own, all fit together to bring you this brilliantly written composition. But how did it work? What actually had to happen to make this text appear in your web browser?

Why don’t we break down what happens when you use a web browser. First, you select a URL to go to, either by typing it into the browser, or clicking a link in an email or webpage. For example, lets assume you go to http://www.jamsoft.biz/about.asp to find more information about the author of this article. You type that into your browser and “abracadabra”, the page appears on your screen.

What actually occurs to bring that page to your screen is a little complicated. I will explain it in two steps, first giving you a brief explanation before giving a more detailed explanation in addition.

For starters, when you typed in the website above, your web browser broke the URL into three different pieces.

The first part is the protocol that the web server should communicate with. In this example, the protocol is “http”. This tells the web browser that you wish to communicate with a web server on port 80, which is the port reserved for web page communications.

The second part of the URL is the server address. In our example, the server address is www.jamsoft.biz . This tells the web browser which server it needs to contact in order to retrieve the information you are looking for. The web browser communicates with a domain name server (DNS) to find out the IP Address for the website. All communications on the Internet use IP Addresses for communications. The website names that we know and love were invented just to make it easier for us to find the websites we need. Imagine if the only way to surf the Internet required that we remember IP Addresses for each site that we visit frequently.

The third part of the URL is the resource you want to see. In our case, we are looking for the page “about.asp”.

The web browser, having found the IP Address it needs by communicating with the name server, then sends a request directly to the web server, using port 80, asking for the file “about.asp”. The web server sends the html for this page back to your web browser, which reads the HTML tags and formats them for viewing on your screen. If there are additional files needed in order to show the web page (like some images, for example) the web browser makes additional requests for each of these. It is not uncommon for a single web page request to trigger 5 or more separate file requests from a web server.

That is a quick explanation of how a web browser communicates with a web server to display the pages you view on the web. While this explanation is complete by itself, a little extra understanding never hurt anyone. To this point, I would like to discuss protocols and IP Addresses in more detail.

As I mentioned, the first part of a URL is usually the protocol that you would like to communicate. The protocol is the special set of rules that end points in a telecommunication connection use when they communicate. The protocol in this case tells us two things. First, part of the protocol definition is which port communications are going to take place on. All Internet communications take place on different ports, and each port typically handles one kind of protocol. For example, HTTP (hypertext protocol) uses port 80 to communicate, whereas FTP (file transfer protocol) communicates on port 21. The second thing the protocol determines is the actual format of the communications. Each protocol has a different purpose, and the communication format is different for each of these specific protocols. The protocol part of a URL tells your web browser what port to communicate on and how the communication is to be formatted.

When describing the process above, I mentioned that all communications on the Internet use IP Addresses to work but I didn’t describe what exactly an IP Address is.

An IP address is a 32-bit numeric address written as four numbers separated by periods. Each of the four numbers can be from 0 to 255, an example would be 192.168.0.5 . The IP address identifies a sender or receiver of information across the Internet. When you request an HTML page or send e-mail the Internet Protocol part of TCP/IP includes your IP address in the message (actually, in each of the packets if more than one is required) and sends it to the IP address of the server to which you wish to communicate. The recipient can see the IP address of the Web page requestor or the e-mail sender and can respond by sending another message using the IP address it received. Each machine on the Internet is assigned a unique IP Address for the purposes of communication.

By using the protocol and the IP Address specified by the first two parts of the URL, your web browser is able to request the information specified in the third part from the correct web server. This is the foundation that the World Wide Web is built on.


Click here to return...

 
Accelerating Trading Partner Performance
 
Competing on Analytics
 
Cost Effective Scaling with Virtualization and Coyote Point Systems
 
Five Checkpoints to Implementing IP Telephony
 
Hosted Email Security: Staying Ahead of New Threats
 




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway