|
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. [edit] Service scopeThe scope of hosting services varies widely. The most basic is web page and small-scale file hosting, where files can be uploaded via File Transfer Protocol (FTP) or a Web interface. The files are usually delivered to the Web "as is" or with little processing. Many Internet service providers (ISPs) offer this service free to their subscribers. People can also obtain Web page hosting from other, alternative service providers. Personal web site hosting is typically free, advertisement-sponsored, or cheap. Business web site hosting often has a higher expense. Single page hosting is generally sufficient only for personal web pages. A complex site calls for a more comprehensive package that provides database support and application development platforms (e.g. PHP, Java, Ruby on Rails, ColdFusion, and ASP.NET). These facilities allow the customers to write or install scripts for applications like forums and content management. For e-commerce, SSL is also highly recommended. The host may also provide an interface or control panel for managing the Web server and installing scripts as well as other services like e-mail. Some hosts specialize in certain software or services (e.g. e-commerce). They are commonly used by larger companies to outsource network infrastructure to a hosting company. [edit] Hosting reliability and uptimeHosting uptime refers to the percentage of time the host is accessible via the internet. Many providers state that they aim for a 99.9% uptime, but there may be server restarts and planned (or unplanned) maintenance in any hosting environment. A common claim from the popular hosting providers is '99% or 99.9% server uptime' but this often refers only to a server being powered on and doesn't account for network downtime. Real downtime can potentially be larger than the percentage guaranteed by the provider. Many providers tie uptime and accessibility into their own service level agreement (SLA). SLAs sometimes include refunds or reduced costs if performance goals are not met. [edit] Types of hosting
A typical server "rack," commonly seen in colocation centres.
Internet hosting services can run Web servers; see Internet hosting services. Hosting services limited to the Web:
Some specific types of hosting provided by web host service providers:
[edit] Obtaining hostingWeb hosting is often provided as part of a general Internet access plan; there are many free and paid providers offering these services. A customer needs to evaluate the requirements of the application to choose what kind of hosting to use. Such considerations include database server software, scripting software, and operating system. Most hosting providers provide Linux-based web hosting which offers a wide range of different software. A typical configuration for a Linux server is the LAMP platform: Linux, Apache, MySQL, and PHP/Perl/Python. The webhosting client may want to have other services, such as email for their business domain, databases or multi-media services for streaming media. A customer may also choose Windows as the hosting platform. The customer still can choose from PHP, Perl, and Python but may also use ASP .Net or Classic ASP. Web hosting packages often include a Web Content Management System, so the end-user doesn't have to worry about the more technical aspects. These Web Content Management systems are great for the average user, but for those who want more control over their website design, this feature may not be adequate. Most modern desktop operating systems (Windows, Linux, Mac OS X) are also capable of running web server software, and thus can be used to host basic websites. One may also search the Internet to find active webhosting message boards and forums that may provide feedback on what type of webhosting company may suit his/her needs. However some of these message boards and forums will require not only registration, but a paid subscription to be able to access the sections and sub forums with such information. [edit] See also[edit] ReferencesA virtual private server (VPS, also referred to as Virtual Dedicated Server or VDS) is a method of partitioning a physical server computer into multiple servers such that each has the appearance and capabilities of running on its own dedicated machine. Each virtual server can run its own full-fledged operating system, and each server can be independently rebooted. The practice of partitioning a single server so that it appears as multiple servers has long been common practice in mainframe computers, but has seen a resurgence lately with the development of virtualization software and technologies for other architectures.
[edit] Overview
The physical server boots normally. It then runs a program that boots each virtual server within a virtualization environment (similar to an emulator). The virtual servers have no direct access to hardware and are usually booted from a disk image. There are two kinds of virtualizations: software based and hardware based. In a software based virtualization environment, the virtual machines share the same kernel and actually require the main node's resources. This kind of virtualization normally has many benefits in a web hosting environment because of quota incrementing and decrementing in real time with no need to restart the node. The main examples are Xen, Virtuozzo, Vserver, and OpenVZ (which is the open source and development version of Parallels Virtuozzo Containers). In a hardware based virtualization, the virtualization mechanism partitions the real hardware resources. In typical implementations, no burst and/or realtime quota modification is possible; the limits are hard and can only be modified by restarting a virtual machine instance[citation needed]. This kind of environment is potentially more secure in the sense that it is less subject to "Quality of Service crosstalk" between VM instances[citation needed]; on the other hand, its security is typically dependent on the correctness of a larger and more complicated Trusted Computing Base[citation needed]. It is more commonly used in enterprise/commercial deployments[citation needed]. Examples include Microsoft Virtual Server, VMware ESX Server, and Xen. [edit] UsesVirtual private servers bridge the gap between shared web hosting services and dedicated hosting services, giving independence from other customers of the VPS service in software terms but at less cost than a physical dedicated server. As a VPS runs its own copy of its operating system, customers have superuser-level access to that operating system instance, and can install almost any software that runs on the OS. Certain software does not run well in a virtualized environment, including firewalls, anti-virus clients, and indeed virtualizers themselves; some VPS providers place further restrictions, but they are generally lax compared to those in shared hosting environments. Due to the number of virtualization clients typically running on a single machine, a VPS generally has limited processor time, RAM, and disk space. Due to their isolated nature, VPSes have become common sandboxes for possibly-insecure public services or update testing. For example, a single physical server might have two virtual private servers running: one hosting the production-level (live) website, and a second which houses a copy of it. When updates to crucial parts of software need to be made, they can be tested in the second VPS, allowing for detailed testing to be conducted without requiring several physical servers. Virtual private servers are also sometimes employed as honeypots, allowing a machine to deliberately run software with known security flaws without endangering the rest of the server. Multiple honeypots can be quickly set up via VPSes in this fashion.[citation needed] [edit] Virtual private server hostingA growing number of companies offer virtual private server hosting, or virtual dedicated server hosting as an extension for Web hosting services. Some web hosting companies call a Virtual Private Server a Virtual Dedicated Server/Dynamic Dedicated Server or the other way around. [edit] Managed HostingTools are provided to monitor and control the virtual machine. [edit] Unmanaged HostingTypically only minimal services are provided, such as ssh console and reboot. Unmanaged VPS hosting is generally less expensive than managed VPS hosting. [edit] Unmetered HostingSimilar to unmanaged hosting but a fixed bitrate is offered so that it is not possible to exceed a monthly budget. [edit] Virtualization softwareFor some of the software packages commonly used to provide platform virtualization, see comparison of platform virtual machines. [edit] See alsoA dedicated hosting service, dedicated server, or managed hosting service is a type of Internet hosting where the client leases an entire server not shared with anyone. This is more flexible than shared hosting, as organizations have full control over the server(s), including choice of operating system, hardware, etc. Server administration can usually be provided by the hosting company as an add-on service. In some cases a dedicated server can offer less overhead and a larger return on investment. Dedicated servers are most often housed in data centers, similar to colocation facilities, providing redundant power sources and HVAC systems. In contrast to collocation, the server hardware is owned by the provider and in some cases they will provide support for your operating system or applications.
[edit] Operating system supportAvailability, price and employee familiarity often determines which operating systems are offered on dedicated servers. Variations of Linux (open source operating systems) are often included at no charge to the customer. Commercial operating systems include Microsoft Windows Server, provided through a special program called Microsoft SPLA. Red Hat Enterprise is a commercial version of Linux offered to hosting providers on a monthly fee basis. The monthly fee provides OS updates through the Red Hat Network using an application called up2date. Other operating systems are available from the open source community at no charge. These include CentOS, Fedora Core, Debian, and many other Linux distributions or BSD systems FreeBSD, NetBSD, OpenBSD. Support for any of the operating systems above typically depends on the level of management offered with a particular dedicated server plan. Operating system support may include updates to the core system in order to acquire the latest security fixes, patches, and system-wide vulnerability resolutions. Updates to core operating systems include kernel upgrades, service packs, application updates, and security patches that keep server secure and safe. Operating system updates and support relieves the burden of server management from the dedicated server owner. [edit] Bandwidth and connectivityBandwidth refers to the data transfer rate or the amount of data that can be carried from one point to another in a given time period (usually a second) and is often represented in bits (of data) per second (bit/s). For example, visitors to your server, web site, or applications utilize bandwidth as the traffic moves from your server to the Internet and vice versa. Connectivity refers to the “access providers” that supply bandwidth, or data transfer rate, through various connection points across a network or footprint to one or multiple data centers where dedicated servers are housed. Bandwidth measurements are defined (per telecom standards) as the following:
95th Method: Line Speed, billed on the 95th percentile, average or peak usage, refers to the speed in which data flows from the server or device. The measurement can be compared to mph (Miles Per Hour), or how fast something travels. Line Speed is measured using bits per second, kilobits per second, megabits per second, and gigabits per second. Unmetered Method: The second bandwidth measurement is Unmetered service where providers cap or control the “top line” speed for a server. Top line speed in unmetered bandwidth is the total Mbit/s allocated to the server and configured on the switch level. For example, if you purchase 10 Mbit/s unmetered bandwidth, the top line speed would be 10 Mbit/s. 10 Mbit/s would result in the provider controlling the speed transfers take place while providing the ability for the dedicated server owner to not be charged with bandwidth overages. Unmetered bandwidth services usually incur an additional charge. Total Transfer Method: Some providers will calculate the Total Transfer, the measurement of actual data leaving and arriving, measured in bytes. Measurement between providers varies and includes one of the following equations:
One of the reasons people choose to outsource dedicated servers is the availability of high powered networks from multiple providers. As dedicated server providers utilize massive amounts of bandwidth, they are able to secure lower volume based pricing to include a multi-provider blend of bandwidth. To achieve the same type of network without a multi-provider blend of bandwidth, a large investment in core routers, long term contracts, and expensive monthly bills would need to be in place. The expenses needed to develop a network without a multi-provider blend of bandwidth does not make sense economically for hosting providers. Many dedicated server providers include a service level agreement based on network uptime. Some dedicated server hosting providers offer a 100% uptime guarantee on their network. By securing multiple vendors for connectivity and using redundant hardware, providers are able to guarantee higher uptimes; usually between 99-100% uptime if they are a higher quality provider. One aspect of higher quality providers is they are most likely to be multi-homed across multiple quality uplink providers, which in turn, provides significant redundancy in the event one goes down in addition to potentially improved routes to destinations. Bandwidth consumption over the last several years has shifted from a per megabit usage model to a per gigabyte usage model. Bandwidth was traditionally measured in line speed access that included the ability to purchase needed megabits at a given monthly cost. As the shared hosting model developed, the trend towards gigabyte or total bytes transferred, replaced the megabit line speed model so dedicated server providers started offering per gigabyte. Prominent players in the dedicated server market offer large amounts of bandwidth ranging from 500 gigabytes to 3000 gigabytes using the “overselling” model. It is not uncommon for major players to provide dedicated servers with 1Terabyte (TB) of bandwidth or higher. Usage models based on the byte level measurement usually include a given amount of bandwidth with each server and a price per gigabyte after a certain threshold has been reached. Expect to pay additional fees for bandwidth overage usage. For example, if a dedicated server has been given 3000 gigabytes of bandwidth per month and the customer uses 5000 gigabytes of bandwidth within the billing period, the additional 2000 gigabytes of bandwidth will be invoiced as bandwidth overage. Each provider has a different model for billing. As of yet, no industry standards have been set. [edit] ManagementTo date, no industry standards have been set to clearly define the management role of dedicated server providers. What this means is that each provider will use industry standard terms, but each provider will define them differently. For some dedicated server providers, fully managed is defined as having a web based control panel while other providers define it as having dedicated system engineers readily available to handle all server and network related functions of the dedicated server provider. Server management can include some or all of the following:
Dedicated hosting server providers define their level of management based on the services they provide. In comparison, fully managed could equal self managed from provider to provider. Administrative maintenance of the operating system, often including upgrades, security patches, and sometimes even daemon updates are included. Differing levels of management may include adding users, domains, daemon configuration, or even custom programming. Dedicated server hosting providers may provide the following types of server managed support:
Note: The provider will continue to maintain security on the network regardless of support level. [edit] SecurityDedicated hosting server providers utilize extreme security measures to ensure the safety of data stored on their network of servers. Providers will often deploy various software programs for scanning systems and networks for obtrusive invaders, spammers, hackers, and other harmful problems such as Trojans, worms, eggdrops and crashers (Sending multiple connections). Linux and Windows use different software for security protection. [edit] SoftwareProviders often bill for dedicated servers on a fixed monthly price to include specific software packages. Over the years, software vendors realized the significant market opportunity to bundle their software with dedicated servers. They have since started introducing pricing models that allow dedicated hosting providers the ability to purchase and resell software based on reduced monthly fees. Microsoft offers software licenses through a program called the Service Provider License Agreement. The SPLA model provides use of Microsoft products through a monthly user or processor based fee. SPLA software includes the Windows Operating System, Microsoft SQL Server, Microsoft Exchange Server, Microsoft SharePoint and shoutcast hosting, and many other server based products. Dedicated Server Providers usually offer the ability to select the software you want installed on a dedicated server. Depending on the overall usage of the server, this will include your choice of operating system, database, and specific applications. Servers can be customized and tailored specific to the customer’s needs and requirements. Other software applications available are specialized web hosting specific programs called control panels. Control panel software is an all inclusive set of software applications, server applications, and automation tools that can be installed on a dedicated server. Control panels include integration into web servers, database applications, programming languages, application deployment, server administration tasks, and include the ability to automate tasks via a web based front end. Most dedicated servers are packaged with a control panel. Control panels are often confused with management tools, but these control panels are actually web based automation tools created to help automate the process of web site creation and server management. Control panels should not be confused with a full server management solution by a dedicated hosting provider. [edit] LimitationsMany providers do not allow IRC (bots, clients or daemons). This is due to rogue IRC users triggering DDoS attacks against the provider, which may overwhelm their networks, lowering service quality for all customers. Adult content is disallowed by many providers as it may either be of questionable legality or consume large amounts of bandwidth.
A colocation centre (collocation center) ("colo") or carrier hotel is a type of data center where multiple customers locate network, server and storage gear and interconnect to a variety of telecommunications and other network service provider(s) with a minimum of cost and complexity. Increasingly, organizations are recognizing the benefits of colocating their mission-critical equipment within a data centre. Colocation is becoming popular because of the time and cost savings a company can realize as result of using shared data centre infrastructure. Significant benefits of scale (large power and mechanical systems) result in large colocation facilities, typically 4500 to 9500 square metres (roughly 50000 to 100000 square feet). With IT and communications facilities in safe, secure hands, telecommunications, internet, ASP and content providers, as well as enterprises, enjoy less latency and the freedom to focus on their core business. Additionally, customers reduce their traffic back-haul costs and free up their internal networks for other uses. Moreover, by outsourcing network traffic to a colocation service provider with greater bandwidth capacity, web site access speeds should improve considerably. Major types of colocation customers are:
Most network access point facilities provide colocation.
[edit] Building features
[edit] Physical securityMost colocation centres have high levels of physical security, and may be guarded continuously. They may employ closed-circuit television camera. Some colocation facilities require that employees escort customers, especially if there are not individual locked cages/cabinets for each customer. In other facilities, a PIN code or proximity card access system may allow customers access into the building, and individual cages/cabinets have locks. Biometric security measures, such as fingerprint recognition, voice recognition and "weight matching", are also becoming more commonplace in modern facilities. [edit] PowerColocation facilities generally have generators that start automatically when utility power fails, usually running on diesel fuel. These generators may have varying levels of redundancy, depending on how the facility is built. Generators do not start instantaneously, so colocation facilities usually have battery backup systems. In many facilities, the operator of the facility provides large inverters to provide AC power from the batteries. In other cases, the customers may install smaller UPSes in their racks. Some customers choose to use equipment that is powered directly by 48VDC (nominal) battery banks. This may provide better energy efficiency, and may reduce the number of parts that can fail. An alternative to batteries is a motor generator connected to a flywheel and diesel engine. Many colocation facilities can provide A and B power feeds to customer equipment, and high end servers and telecommunications equipment often can have two power supplies installed. Colocation facilities are sometimes connected to multiple sections of the utility power grid for additional reliability. [edit] CoolingThe operator of a colocation facility generally provides air conditioning for the computer and telecommunications equipment in the building. The cooling system generally includes some degree of redundancy In older facilities, the cooling system capacity often limits the amount of equipment that can operate in the building, more so than the available square footage. [edit] Internal connectionsColocation facility owners have differing rules regarding cross connects between their customers. These rules may allow customers to run such connections at no charge, or allow customers to order such connections for a significant monthly fee. They may allow customers to order cross connects to carriers, but not to other customers. Some colocation centres feature a "meet-me-room" where the different carriers housed in the centre can efficiently exchange data. Most peering points sit in colocation centres. Because of the high concentration of servers inside larger colocation centres, most carriers will be interested in bringing direct connections to such buildings. In many cases there will be a larger Internet Exchange hosted inside a colocation centre, where customers can connect for peering. [edit] External connectionsColocation facilities generally have multiple locations for fiber optic cables to enter the building, to provide redundancy so that communications can continue if one bundle of cables is damaged. [edit] External linksA free web hosting service is a web hosting service that is free, usually advertisement-supported. Free web hosts will usually provide a subdomain (yoursite.example.com) or a directory (www.example.com/~yourname). In contrast, paid web hosts will usually provide a second-level domain along with the hosting (www.yourname.com). Many free hosts do allow use of separately-purchased domains. Rarely, a free host may also operate as a domain name registrar.
[edit] Features and limitationsOnly a few free web hosts offer the basic package for free, although many that do specialize in this and make their money off of extensive advertising on customer's websites. Enhanced packages (with more features) are usually available for a cost. This allows users to try the service for an initial trial (see how it performs compared to other hosts), and then upgrade when (and if) needed. Free hosting may have the following limitations:
Some free host may provide these extra features:
[edit] Monetizing free webhostingThe majority of the hosting companies use free hosting to introduce their services, and as an entry point to their more expensive offerings. Generally they recoup their costs in one of two ways:
Some hosting companies are using hybrid approaches that mix these tactics. [edit] Methods of giving out web hostingA few methods of giving out Free Webhosting to people by Webhosts [edit] Instant ActivationDue to the risks of illegal, inappropriate, and abusive website, hosts with instant activation usually give very little storage space and monthly bandwidth. Other restrictions will likely also be in effect. The webhosts usually either require the users' web pages to display their banner ads, textlink ads, or popups; or else the users' files to be uploaded through a web-based file manager that display ads to the user uploading files. Hosts with instant activation are often abused, such as link spamming. [edit] Post for HostingSome free hosts require posting in a forum. Forum-based free hosting requires users to either reach a certain amount of posts before getting a free hosting account, or be an active contributor in the forum. Forum-based free hosting often work on a system of points where posts give points to a user and can be used as credits toward getting a hosting account or more resources. Typically, the forum where users have to post contains advertising as the hosts way of making a profit. [edit] Forum applicationsThis method is popular, as the hosts can decide which applications to deny and allow. This is common when a popular forum has free hosting as an add-on service, rather than the other way around. [edit] File hosting on webhostsMost free web hosts discourage using their services for file or image hosting only, with no web page, since advertising is displayed on the web page. Because of this, hotlinking is usually disallowed on free hosts. Some free webhosts will also disallow files over a certain size (for example, 5 MB). However, there are free file hosting services which allow large files as well as hotlinking. [edit] Co-branding and resellersSome services offer co-branding services. These let you brand fixed plans with your own company. Other services, offer WHM or panel reselling. This allows the client to develop his or her own web hosting plans and business. A shared web hosting service or virtual hosting service or derive host refers to a web hosting service where many websites reside on one web server connected to the Internet. Each site "sits" on its own partition, or section/place on the server to keep it separate from other sites. This is generally the most economical option for hosting as many people share the overall cost of server maintenance.
[edit] DescriptionThe hosting service must include system administration since it is shared by many users; this is a benefit for users who do not want to deal with it, but a hindrance to power users who want more control. In general shared hosting will be inappropriate for users who require extensive software development outside what the hosting provider supports. Almost all applications intended to be on a standard web server work fine with a shared web hosting service. But on the other hand, shared hosting is cheaper than other types of hosting such as dedicated server hosting. Shared hosting usually has usage limits and most hosting providers have extensive reliability features in place. [1]
In shared hosting, the provider is generally responsible for managing servers, installing server software, security updates, technical support, and other aspects of the service. Most servers are based on the Linux operating system and LAMP (software bundle), which is driven by the low cost of open source software, an example is a web2.0 host. But some providers offer Microsoft Windows-based or FreeBSD-based solutions. For example, the Plesk and Ensim control panels are both available for two operating systems, Linux and Windows. Versions for either OS have very similar interfaces and functionality, with the exception of OS-specific differences (for example, ASP.NET or Microsoft SQL Server support under Windows, and typically greater security and stability under Linux). There are thousands of shared hosting providers in the United States alone. They range from mom-and-pop shops and small design firms to multi-million-dollar providers with hundreds of thousands of customers. A large portion of the shared web hosting market is driven through pay per click (PPC) advertising or Affiliate programs. Shared web hosting can also be done privately by sharing the cost of running a server in a colocation centre; this is called cooperative hosting. [edit] ImplementationShared web hosting can be accomplished in two ways: name-based and IP-based, although some control panels allow a mix of name-based and IP-based on the one server. [edit] Name-basedIn name-based virtual hosting, also called shared IP hosting, the virtual hosts serve multiple hostnames on a single machine with a single IP address. When a web browser requests a resource from a web server using HTTP/1.1 it includes the requested hostname as part of the request. The server uses this information to determine which web site to show the user. [edit] IP-basedIn IP-based virtual hosting, also called dedicated IP hosting, each virtual host has a different IP address. The web server is configured with multiple physical network interfaces, or virtual network interfaces on the same physical interface. The web server software uses the IP address the client connects to in order to determine which web site to show the user. The primary reason for a site to use a dedicated IP is to be able to use its own SSL certificate rather than a shared certificate. [edit] DisadvantagesName-based virtual hosts have some disadvantages:
[edit] References[edit] See also
Reseller hosting is a form of web hosting wherein the account owner has the ability to use his/her allotted hard drive space and bandwidth to host websites on behalf of third parties. The reseller purchases the host's services wholesale and then sells them to his customers for a profit. The certain portion of hard drive and bandwidth is allocated to reseller account. In order to achieve this the reseller may rent a dedicated server from a hosting company or resell shared hosting services. If the latter is the case the reseller is simply given the permission to sell a certain amount of disk space and bandwidth to his own customers without renting a server from a web hosting company he signed for a reseller account with. The typical web hosting reseller might be a web design firm, web developer or systems integrator who offers web hosting as an add-on service. Reseller hosting is also an inexpensive way for web hosting entrepreneurs to start a company. Most reseller hosting plans allow resellers to create their own service plans and choose their own pricing structure. In many cases, resellers are able to establish their own branding via customized control panels and name servers. Reseller hosting does not require extensive knowledge of the technical aspects of web hosting. Usually, the data center operator is responsible for maintaining network infrastructure and hardware, and the dedicated server owner configures/secures/updates the server. A reseller is responsible for interfacing with his/her own customer base, but any hardware, software and connectivity problems are typically forwarded to the server provider from whom the reseller plan was purchased. It should be noted that being a profitable reseller firm usually involves extensive advertising to get customers. While the monthly fees for major companies are only a few dollars a month it's high margin, and high advertising budgets, for established competitors a reseller must compete with. Resellers can set up and manage customer accounts via a web interface, usually point and click "Control Panels." Well-known Control Panels List:
FFmpeg hosting is a term that is used to refer to any "assortment of software which is available free, which helps in recording, converting and streaming a digital video or an audio", and to those domain registrars and web hosting companies which provide the above assortment of software to video hosting services. It is known as FFmpeg hosting due to the usage by several video hosting services of the FFmpeg software library in the server-side conversion of files with variously-encoded video and audio formats into a single preferred video or audio format that is both playable from the video hosting service and embeddable into any offsite webpage. As of 2008, the preferred format for the presentation of converted video is the .flv format. [edit] FFmpeg-friendly webhostingWhile there are thousands of web hosting services on the World Wide Web, only a tiny, but growing minority of these webhosts are willing to allow or accommodate video and audio hosting services, due to the rapid takeup of both bandwidth and disk space by user-uploaded video . The creation of video hosting services which sprung up in the years since the 2005 founding of YouTube, however, has created a demand for video-hosting friendly web hosts. [edit] Basic needs from FFmpeg hostsMost video hosting services need a dedicated or semi-dedicated server from the FFmpeg host, with shared bandwidth and virtual servers being sub-optimal solutions. Weblog software (also called blog software or blogware) is a category of software which consists of a specialised form of Content Management Systems specifically designed for creating and maintaining weblogs.
[edit] Server modelsMany weblog applications are available for users to download and install on their own systems. A wide variety of licenses are used by user hosted weblog software. Some of these are free and open-source that can be used, modified, and redistributed freely under free-software and open-source licenses. Others are proprietary software that may be licensed for a fee or have versions available free of charge. Other weblog applications are offered only through their developers' hosts, either free of charge or for a fee. These typically include hosting service for the published blog itself, but some offer the option of using this hosted software to update a blog published [edit] ClientsMaintenance through the Internet is a nearly universal feature of weblog software. This is usually done through a browser-based interface, enabling authors to create and update content on the site. Most software supports the use of external client software to update content using common APIs such as the MetaWeblog API and the Atom Publishing Protocol. Third party developers have created such clients, allowing bloggers to publish entries using desktop software rather than the web-based interface. WordPress Codex Wiki: Weblog Client has an extensive list of clients that support most APIs (not just WordPress). Examples include ecto and MarsEdit. [edit] Features
A blog entry optionally includes the following:
Comments are a way to provide discussion on blog entries. Readers can leave a comment on a post, which can correct errors or contain their opinion on the post or the post's subject. Services like coComment aim to ease discussion through comments, by allowing tracking of them.
[edit] Other applicationsMost weblogs have features such as facilitating authoring and editing of blog posts or articles, various linking and web syndication features, and the ability to easily publish the blog to the world wide web. Some services or organizations are also creating weblog applications with extended features to aid communication, such as the wiki capabilities in Socialtext and Traction TeamPage. Many weblog applications allow the user to define static pages of content which can often be placed into a hierarchy or tree. Pages differ from blog posts in that the content is largely static and not time related. Pages are often used to present information about the blog and its authors. Extensive use of pages can result in a blog that looks more like a website. [1] Most weblog applications support English and many other languages. The user selects a language during installation. Weblog applications usually offer web syndication service either in the form of RSS or Atom. This allows for other software such as feed aggregators to maintain a current summary of the blog's content. Post moderation requires the people who want to comment on articles that are posted on a blog to be approved before the comments are visible to the world. It could also mean in some cases where multiple people have accounts and the ability to post new items to the blog that new content must be approved by a moderator or administrator before it shows up on the main page. Weblog applications use various user account systems that allow readers to post comments to a particular blog. For instance, users with Blogger accounts may comment on any Blogger blog. Other weblog applications allow users to post content or comments only to blogs where they have an account. The Post API can vary greatly depending on the system in use. Some types of blogware have plugins for Firefox that integrate into the browser's menus so that right-clicking on selected text on any given webpage will bring up a small window that allows the user to post to their blog. Other types of blogware that do not have this type of interface require a person to fill out a form online. The form that is required for posting material to a blog depends on the type of blogware. Some types such as Movable Type contain a greater number of form fields and choices than ones such as Blogger. Most types of blogware support adding thumbnail images within blog posts. Photo blogging is a separate genre of blogging that deals primarily with images.
[edit] Documentation and supportDifferent blogware packages feature varying levels of community support and documentation. Because the installation of some types of software requires an advanced knowledge of computer administration, community support and documentation can be very helpful. The web servers and database software can be more difficult to install than the blogware itself. Also a strong and active community surrounding the blogware gives advice on integrating the blogware into a personal site. [edit] ExamplesA partial list of notable weblog software follows: [edit] User hosted platformsSoftware packages installed by weblog authors to run on their own servers.
[edit] Free and open source softwareThese software packages are offered as free and open source software:
[edit] Proprietary softwareThese packages are under a proprietary software license. They may require the purchase of a license key to use them. The specific licensing terms vary but some are free of charge for personal or non-commercial use.
[edit] Developer-hostedSoftware services operated by the developer, requiring no software installation for the weblog author:
A guild hosting or clan hosting service is a specialized type of web hosting service designed to support online gaming communities, generally referred to as guilds or clans. They vary from game server hosting in that the focus of such companies is to provide applications and communication tools outside of the gaming environments themselves. [edit] Typical FeaturesThe services typically offered by such a service include:
[edit] HistoryOriginally, most people who decided to create a website for their guild used bulletin board software such as vBulletin and phpBB on traditional web hosting services. However, as the complexity of online games increased--accompanied by larger memberships, needs for more sophisticated scheduling tools, and roster-management features. One of the earliest such companies was GuildPortal, formed in 2001.[1] In 2006, GamerDNA combined the features of a social network with guild hosting, to provide guilds with the ability to network with each other, as well as their own members.[2] Guild hosting services address a guild's basic need to have an online presence and allow guild members to communicate with each other outside of the game. While it is possible for any guild to do this on their own, setting up and maintaining a site requires constant maintenance, upgrades and integration of new software. One of the key reasons for the popularity of guild hosting services is their focus on relieving the guild from this overhead and freeing them up to spend more time playing the game. In 2006 Guild Launch was formed to directly address the need for reducing this management overhead, to expand the existing social network of the guild into other areas, and to build long term communities within the guild by delivering high quality and easy to use tools.[3] Also launching in 2006 was MMO Guildsites, a option with many advanced features, some of which have been made freely available for use with any hosting service.[4] In 2007 Guildomatic was launched to provide a guild hosting platform specifically for World of Warcraft guilds. [5] In 2008 MyGuildHost, a new player in guild hosting, launched version 2 of their guild hosting and management control panel -- powered by open source PHP and AJAX technologies. [6] In September 2008 GameStreet.net, a gaming social network launched its own brand of guild hosting with extreme flexiblity and ease of setup with a drag-and-drop designer for guild managers. [7] [edit] References
An image hosting service allows individuals to upload images to an Internet website. The image host will then store the image onto its server, and show the individual different types of code to allow others to view that image.
[edit] How it worksTypically image hosting websites provide an upload interface; a form in which you specify the location of an image file on your local computer file system (using a browse button). After pressing a “Submit” button the file is uploaded to the image host’s server. Some image hosts allow you to specify multiple files at once, in this form, or the ability to upload one ZIP file containing multiple images. Additionally, some hosts allow FTP access, where single or multiple files can be uploaded in one session using FTP software or an FTP-capable browser. After this process, your image is hosted on their server. Typically this means it is available on the web (to the public). You may also be allowed to make inline links to the hosted image, to embed it on other websites e.g. Usually, the image host will put restrictions on the maximum image size allowed, or the maximum space or bandwidth allowed per user. Due to bandwidth costs, free services usually offer relatively modest size limits per image when compared to paid services, but allow users hotlinking their images. Individuals needing to host large images should consider purchasing image hosting services or purchasing webhosting services, so that they may operate their own website. [edit] ToolsImage hosts also allow tools such as the ability to create photoblogs/galleries with your images, or add them to a slideshow for easier viewing. Some offer more advanced tools such as the ability for an individual to add notes to an image they uploaded, sideloaders, or browser sidebars. Other hosts have introduced novel features such as the ability to automatically resize images down to a user-selected size. A Flickr tool allows you to upload photos using a camera phone with email capability.[1] [edit] CostMany image hosts are free. Of the free image hosts, the vast majority are supported by advertisement, mostly on their top pages, thumbnail pages, or 'not found' pages. Showing advertisements to users has enabled image size and bandwidth limits to increase. Some free hosts have optional paid image hosting functions, while other hosts offer only paid services. Features and storage available are generally better for paid services, while cost is still much less than the cost of purchasing webhosting to operate a website. Paid services often allow users to have password protected photo albums, customizable skins, and customized subdomains. There are many other paid services available that offer different packages of features, options, and costs. A video hosting service allows individuals to upload video clips to an Internet website. The video host will then store the video on its server, and show the individual different types of code to allow others to view this video. The website, mainly used as the video hosting website, is usually called the video sharing website.
[edit] ImpetusBecause many users do not have unlimited web space, either as a paid service, or through an ISP offering, video hosting services are becoming increasingly popular, especially with the explosion in popularity of blogs, forums, and other interactive pages. The mass market for camera phones has increased the supply of user-generated video. Traditional methods of personal video distribution, such as making a DVD to show to friends at home, are unsuited to the low resolution and high volume of camera phone clips. In contrast, current broadband Internet connections are well suited to serving the quality of video shot on mobile phones. Most people do not own web servers, and this has created demand for user-generated video content hosting, which the likes of YouTube are catering to. [edit] Purpose of Video Hosts (for users)
[edit] Copyright issuesWikipedia hosts around 200 videos in the Ogg format on its servers. Wikipedia actively discourages non-free videos and formats: videos added to Wikipedia are supposed to be freely available for reuse. This contrasts with video hosting services such as YouTube, which can hold copyrighted material, though some rights must be given up to such companies in return for the hosting. [edit] Mobile video hosting
A more recent application of the video hosting services is in the Mobile Web arena, where video and other mobile content can be delivered to, and easily accessed by mobile devices. While video-hosting services such as YouTube have developed means by which video can be watched on mobile devices, mobile-oriented web-based frontends for video hosting services that possess equal access and capability to desktop-oriented web services have yet to be developed. A wiki farm allows multiple users to create multiple individual wikis. Whenever multiple individual wikis run off of one installation of wiki programming, this is a wiki farm.[1] Wiki farms are run from a server or an array of servers in which core wiki code is installed.[clarification needed] Prior to Wiki Farms, the administrator of multiple wikis had to install each wiki independently. This resulted in much wasted time, deploying redundant code and configurations on the server. With wiki farms this process is greatly simplified. The administrator established unique space on the server(s) (the field) and uses the core installed code (in the farm) to execute the functions of each individual wiki.[2] Non-commercial and commercial Wiki farms are available for users and online communities. While most of the wiki farms allow anyone to open their own Wiki, some impose restrictions. Many wiki farm companies generate revenue through the insertion of advertisements, but often allow payment of a monthly fee as an alternative to accepting ads.
[edit] GeneralThe following tables compare general information for several wiki farms; however, more than 100 wiki farms have been created.[3] Further information can be found at the websites themselves, or in the linked article for some of the more notable ones. This article is not all-inclusive or necessarily up to date. It does not review or endorse any wiki farm, nor does it include any advertising hyperbole. See the external links at the end for more info, reviews, forums, etc.. The Alexa traffic rankings are not accurate for those wiki farms that allow some of their hosted wikis to have separate domain names. In those cases there may be some additional Alexa rankings listed below for some of the larger individual wikis in a wiki farm. The Wikis are normally provided with a standard layout, or a choice of layouts, usually known as skins. Some wiki farms allow the layout to be customised using cascading style sheets (css).
[edit] Technical
[edit] See also
[edit] Notes
An application service provider (ASP) is a business that provides computer-based services to customers over a network. Software offered using an ASP model is also sometimes called On-demand software or software as a service (SaaS). The most limited sense of this business is that of providing access to a particular application program (such as customer relationship management) using a standard protocol such as HTTP. The need for ASPs has evolved from the increasing costs of specialized software that have far exceeded the price range of small to medium sized businesses. As well, the growing complexities of software have led to huge costs in distributing the software to end-users. Through ASPs, the complexities and costs of such software can be cut down. In addition, the issues of upgrading have been eliminated from the end-firm by placing the onus on the ASP to maintain up-to-date services, 24 x 7 technical support, physical and electronic security and in-built support for business continuity and flexible working. The importance of this marketplace is reflected by its size. As of early 2003[update], estimates of the United States market range from 1.5 to 4 billion dollars. Clients for ASP services include businesses, government organizations, non-profits, and membership organizations.
[edit] Provider typesThere are several forms of ASP business. These are:
Some analysts identify a volume ASP as a fifth type. This is basically a specialist ASP that offers a low cost packaged solution via their own website. PayPal was an instance of this type, and their volume was one way to lower the unit cost of each transaction. In addition to these types, some large multi-line companies (such as IBM), use ASP concepts as a particular business model that supports some specific customers. [edit] The ASP modelThe application software resides on the vendor's system and is accessed by users through a web browser using HTML or by special purpose client software provided by the vendor. Custom client software can also interface to these systems through XML APIs. These APIs can also be used where integration with in-house systems is required. Common features associated with ASPs include:
The advantages to this approach include:
Some inherent disadvantages include:
Evaluating an Application Service Provider security when moving to an ASP infrastructure can come at a high cost, as such a firm must assess the level of risk associated with the ASP itself. Failure to properly account for such risk can lead to:
Some other risks include failure to account for the financial future of the ASP in general, i.e. how stable a company is and if it has the resources to continue business into the foreseeable future. For these reasons Cisco Systems has developed a comprehensive evaluation guideline. This guideline includes evaluating the scope of the ASP's service, the security of the program and the ASP's maturity with regard to security awareness. Finally the guidelines indicate the importance of performing audits on the ASP with respect to:
Physical visits to the ASP to assess the formality of the organization will provide invaluable insight into the awareness of the firm. [edit] HistoryIn terms of their common goal of enabling customers to outsource specific computer applications so they can focus on their core competencies, ASPs may be regarded as the indirect descendants of the service bureaus of the 1960s and 1970s. In turn, those bureaus were trying to fulfill the vision of computing as a utility, which was first proposed by John McCarthy in a speech at MIT in 1961. [edit] See also
A social network hosting service is a web hosting service that specifically hosts the creation of web-based social networking services, alongside related applications. [edit] List of social network hosting services
A file hosting service, online file storage service, or online media center is an Internet hosting service specifically designed to host static content, typically large files that are not web pages. Typically they allow web and FTP access. They can be optimized for serving many users (as is implied by the term "hosting") or be optimized for single-user storage (as is implied by the term "storage"). Related services are video sharing, virtual storage and remote backup.
[edit] Uses[edit] Software file hostingAuthors of Shareware, Freeware and Open Source/Free software often use file hosting services to serve their software. The inherent problem with free downloads is the huge bandwidth cost. These hosts also offer additional services to the authors such as statistics or other marketing features. [edit] Personal file storagePersonal file storage services are aimed at private individuals, offering a sort of "network storage" for personal backup, file access, or file distribution. Users can upload their files and share them publicly or keep them password-protected. Prior to the advent of personal file storage services, off-site backup services were not typically affordable for individual and small office computer users. Sometimes people prefer hosting their files on a publicly accessible HTTP server. In this case, they generally choose paid hosting, and use their hosting for this purpose. Many free hosting providers do not allow the storage of files for non-website-related use. [edit] Content cachingContent providers who potentially encounter bandwidth congestion issues may use services specialized in distributing cached or static content. It is the case for companies with a major Internet presence.[1] [edit] StorageMost online file storage services offer space on a per-gigabyte basis, and sometimes include a bandwidth cost component as well. Usually these will be charged monthly or yearly. Some companies do offer the service for free, relying on advertising revenue. Some hosting services do not place any limit on how much space your account can consume. Some services require a software download which makes files only available on computers which have that software installed, others allow users to retrieve files through any web browser. With the increased inbox space offered by webmail services, many users have started using their webmail service as an online drive. Some sites offer free unlimited file storage but have a limit on the file size. Increasingly, organizations are recognizing the benefits of co-locating their mission-critical equipment within a data centre. Colocation is becoming increasingly popular because of the time and cost savings a company can realize as a result of using shared data centre infrastructure. Significant benefits of scale (large power and mechanical systems) result in large colocation facilities, typically 5,000-10,000 m² (50,000 to 100,000 square feet). With IT and communications facilities in safe, secure hands, telecommunications, Internet, ASP and content providers, as well as enterprises, enjoy less latency and the freedom to focus on their core business. Additionally, customers reduce their traffic back-haul costs and free up their internal networks for other uses. Moreover, by outsourcing network traffic to a colocation service provider with greater bandwidth capacity, web site access speeds should improve considerably. Major types of colocation customers are:
Most network access point facilities provide colocation. [edit] Services offeredMost colocation centres offer different types of services to customers ranging from dedicated suites/rooms or cages to smaller racks or partial racks. Some colocation centres also offer some degree of service level agreements to support a wide range of computer and network related services, for example, server reboots, hardware replacements and software updates. There are a few key differences between a dedicated server and colocation servers. Dedicated servers tend to be owned and rented out, while a colocation server is one that the client owns. Some colocation centres feature a "meet-me-room" where the different carriers housed in the centre can efficiently exchange data. Most peering points sit in colocation centres. These sites are often used for web hosting. Most colocation centres have high levels of physical security and multiple redundant power and humidity/air-conditioning systems. Confusingly, one company can operate a colocation centre, another can provide the bandwidth, whereas a third company would rent a cage inside the centre, renting out racks to hosting providers which would rent the servers themselves to actual clients. Any and all of those companies will claim ownership of the facility and will feature photos and descriptions of it on their web sites. At the actual physical location various ID cards with various logos will be present, including those of the company that built/rents/owns the actual building. [edit] File mirroringIn 2006, Sharebee started a new type of file hosting site, known as a file mirror, file distribution or file spreading engine. These services allow users to upload their file to the hosting servers. The user's file is then distributed to multiple web hosts without using the user's bandwidth. For more information, see Mirror (computing). [edit] One-click hostingOne-click hosting generally describes web services that allow internet users to easily upload one or more files from their hard drives (or from a remote location) onto the one-click host's server free of charge. Most such services simply return a URL which can be given to other people, who can then fetch the file later on. As of 2005 these sites have drastically increased in popularity, and subsequently, many of the smaller, less efficient sites have failed. Many internet forums exist in order to share such links; this type of file sharing has, to a degree, taken over from P2P filesharing services[2]. The sites make money through advertising or charging for premium services such as increased downloading capacity, removing any wait restrictions the site may have or prolonging how long uploaded files remain on the site. Many sites implement a CAPTCHA to prevent automated downloading. [edit] Comparison of notable file hosting servicesThe table below presents a comparison of notable file hosting services used for file sharing.
[edit] See alsoA remote, online, or managed backup service is a service that provides users with an online system for backing up and storing computer files. Managed backup providers are companies that provide this type of service. Online backup systems are typically built around a client software program that runs on a schedule, typically once a day. This program collects, compresses, encrypts, and transfers the data to the remote backup service provider's servers. Other types of product are also available in the market, such as remote continuous data protection (CDP). Providers of this type of service frequently target specific market segments. High-end LAN-based backup systems may offer services such as near-realtime transaction-level replication or open file backups. Consumer online backup companies frequently have beta software offerings and/or free-trial backup services.
[edit] HistoryMost online/remote backup services came into existence during the heyday of the dotcom boom in the late 1990s with the exception of a few early pioneers like industry originator Rob Cosgrove, CEO of Remote Backup Systems. While the initial years of these service providers were about capturing market share distributed among the top few providers, the large industry players took cognizance of the importance and the role that these online backup providers were playing in the web services arena and M&A activity has became quite predominant in the last few years. Today, most service providers of online backup services position their services using the SaaS (software as a service) strategy and its relevance is predicted to increase exponentially in the years to come as personal and enterprise data storage needs rise. The last few years have also witnessed a healthy rise in the number of online backup providers with them existing independently as also as part of a business unit of a larger industry behemoth. [edit] Typical features
[edit] Cost factorsOnline backup services are usually priced as a function of the following things:
Most remote backup services reduce the amount of data to be sent over the wire by only backing up changed files. This approach to backing up means that the customers total stored data is reduced. Reducing the amount of data sent and also stored can be further drastically reduced by only transmitting the changed data bits by binary or block level incremental backups. Solutions that transmit only these changed binary data bits do not clog bandwidth by transmitting the same file data over and over again if only small amounts (ie a date change or different address in a word document) [edit] Advantages of remote backupRemote backup has advantages over traditional backup methods:
[edit] Disadvantages of remote backupRemote backup has some disadvantages:
[edit] See also
A game server is a remotely or locally run server used by game clients to play multiplayer games. Most video games played over the internet operate via a connection to a game server.
[edit] Game server hostingGame server providers (GSPs) are companies that lease dedicated game servers. Gaming clans will often lease one or more servers for their chosen game, with members of the clan contributing to the server rental fees. Game server providers often offer web based tools to help control and configure the individual game servers and most allow those that rent/lease to modify the games being leased. [edit] Types of game serversGame servers can be classified as listen servers and dedicated servers. Listen server refers to a situation in which the server typically runs in the same process as the game client, allowing a player to both host and participate in the game. As a side effect, the server is usually terminated when the client is. Listen servers are operated mostly by individuals, often in LAN Party situations rather than over the internet, and usually with a lower number of players due to the increased processing and bandwidth requirements associated with operating both server and client simultaneously on the same machine. Dedicated servers are servers which run independently of the client. Such servers may be run by individuals, but are usually run on dedicated hardware located in data centers, providing more bandwidth and dedicated processing power. Dedicated servers are the preferred method of hosting game servers for most PC-based multiplayer games. Massively multiplayer online games run on dedicated servers usually hosted by the software company that owns the game title, allowing them to control and update content. In many cases they are run on clustered servers to allow for huge environments and large player counts. A DNS hosting service is a service that runs Domain Name System servers. Most, but not all, domain name registrars include DNS hosting service with registration. Free DNS hosting services also exist. Almost all DNS hosting services are "shared"; except for the most popular Internet sites, there is no need to dedicate a server to hosting DNS for a single website. Many third-party DNS hosting services provide Dynamic DNS. DNS hosting service is better when the provider has multiple servers in various geographic locations that minimize latency for clients around the world. DNS can also be self-hosted by running DNS software on generic Internet hosting services. [edit] Free DNSA number of sites offer free DNS hosting, either for second level domains registered with registrars which do not offer free (or sufficiently flexible) DNS service, or as third level domains (selection.somedomain.com). These services generally also offer Dynamic DNS. Free DNS typically includes facilities to manage A, MX, CNAME, TXT and NS records of the domain zone.[citation needed]In many cases the free services can be upgraded with various premium services. Free DNS service providers can also make money through sponsorship. The majority of modern free DNS services are sponsored by large providers of a telecommunication services.[citation needed] Frequently their servers are worldwide located to provide high speed of work, and also high reliability.[citation needed] [edit] See alsoAn email hosting service is an Internet hosting service that runs email servers. Email hosting services usually offer premium email at a cost as opposed to advertising supported free email or free webmail. Email hosting services thus differ from typical end-user email providers such as webmail sites. They cater mostly to demanding email users and Small and Mid Size (SME) businesses, while larger enterprises usually run their own email hosting service. Email hosting providers allow for premium email services along with custom configurations and large number of accounts. In addition, hosting providers manage user's own domain name, including any email authentication scheme that the domain owner wishes to enforce in order to convey the meaning that using a specific domain name identifies and qualifies email senders. Most email hosting providers offer advanced premium email solutions hosted on dedicated custom email platforms. The technology and offerings of different email hosting providers can therefore vary with different needs. Email offered by most webhosting companies is usually more basic standardized POP3 based email and webmail based on open source webmail applications like Horde or Squirrelmail. Almost all webhosting providers offer standard basic email while not all email hosting providers offer webhosting. [edit] ImplementationFor a technical overview of how email hosting services are engineered you can read about email hubs.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||