Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Web host technology


May 27, 2021 The site host


Table of contents


Web host technology


This section describes some of the most commonly used host technologies.


Windows host

A Windows host is a host service that operates on the Windows operating system.

If you use ASP as a server script, or if you plan to use Microsoft's Access or SQL Server database, you should choose the host for the Windows platform. In addition, Windows hosts are the best choice if you plan to use Microsoft Front Page to develop a Website.


Unix host

Unix hosts are host services that operate on the Unix operating system.

Unix is the first (or most original) web server operating system and is known for its reliability and stability. And the price is usually lower than Windows.


Linux host

A Linux host is a host service that operates on a Linux operating system.

If you want to learn more about Linux, you can visit: Linux Tutorials


Cgi

Web pages can be executed as CGI scripts. CGI scripts can be executed on the server to generate dynamic interactive pages.

Most ISPs provide some level of support for CGI. And many provide pre-installed, runable guestbooks, page counters, and chat/forum solutions written with CGI.

CGI is most commonly used on Unix or Linux servers.


ASP - Active Server Pages

ASP is a server-side scripting technology developed by Microsoft.

By putting script code inside HTML pages, you can use ASPs to create dynamic web pages. T he code is executed by the server before the page returns to the browser. And Visual Basic and JavaScript are available.

ASPs are standard components in Windows 95, 98, 2000, and XP. ASPs can be activated on all computers running Windows.

Many host providers offer ASP support, and ASP technology is already popular in China.

If you need to learn more about ASP, visit our ASP tutorial.


Php

Like ASP, PHP is also a server-side scripting language that allows you to create dynamic Web pages by putting script code inside HTML pages. The code is executed by the server before the page returns to the browser.

PHP is ideal for Web development, where PHP code can be embedded in HTML code.

The PHP syntax is similar to Perl and C.

PhP is often used with Apache (Web servers) on a variety of operating systems. It also supports ISAPI and Microsoft's Windows IIS.

PHP supports many databases such as MySQL and Informix, Oracle, SYBASE, Solid, PostgreSQL, Generic ODBC, etc.

If you would like to learn more about PHP, please visit our PHP tutorial.


Jsp

JSP is an ASP-like server-side technology developed by SUN.

With JSP, you can create dynamic pages by putting Java code into HTML pages. The code is also executed by the server before the page returns to the browser.

Because JSP uses Java, this technology is not limited to any server platform.


Cold Fusion

Cold Fusion is another server-side scripting language for creating dynamic web pages.

Cold Fusion was developed by Macromedia.


Chili! Soft ASP

Microsoft's ASP technology can only run on the Windows platform.

But, Chili! Soft ASP is a software product that enables ASPs to run on UNIX and other platforms.


Microsoft Expression Web

Expression Web is a web design tool developed by Microsoft.

Expression Web makes it easy for nover developers to develop websites.

If you plan to use expression web, you need to review the Windows host solution.


Adobe Dreamweaver

Dreamweaver is a website design tool owned by Adobe Systems.

You can use Dramweaver to develop a website without the user's in-depth knowledge of web development.

Dreamweaver supports Web technology development such as CSS, JavaScript, ASP.NET, ColdFusion, JavaServer Pages, and PHP.

Dreamweaver runs on both Mac and Windows operating systems.


Secure server

A secure server can encrypt the transferred data.

If you plan to do online credit card transactions, or other types of Web communications that need to be protected against unauthorized access, your ISP must provide a secure server.