Mar 31
A database server is a computer program that provides database services to other computer programs or computers, as defined by the client-server model. The term may also refer to a computer dedicated to running such a program. Database management systems frequently provide database server functionality, and some DBMS’s (e.g., MySQL) rely exclusively on the client-server model for database access.

Database Master servers are central and primary locations of data while Database Slave servers are synchronized backups of the master acting as proxies.

Mar 31
Communications servers are open, standards-based computing systems that operate as a carrier-grade common platform for a wide range of communications applications and allow equipment providers to add value at many levels of the system architecture.

Based on industry-managed standards such as AdvancedTCA®, MicroTCATM, Carrier Grade Linux and Service AvailabilityTM Forum specifications, communications servers are the foundational platform upon which equipment providers build network infrastructure elements for deployments such as IP Multimedia Subsystem (IMS), IPTV and wireless broadband (e.g. WiMAX).

By driving down infrastructure costs, improving time to market, and shifting user resources toward the development of new applications and services, communications servers will help accelerate the cost effective deployment of converged services.

Support for communications servers as a category of server is developing rapidly throughout the communications industry. Standards bodies, industry associations, vendor alliance programs, hardware and software manufacturers, communications server vendors and users are all part of an increasingly robust communications server ecosystem.

Regardless of their specific, differentiated features, communications servers have the following attributes: open, flexible, carrier-grade, and communications-focused.

Mar 31
An application server is a software engine that delivers applications to client computers or devices, typically through the Internet and using the HyperText Transfer Protocol. Application servers are distinguished from web servers by the extensive use of server-side dynamic content and frequent integration with database engines.

An application server handles most, if not all, of the business logic and data access of the application (a.k.a. centralization). The main benefit of an application server is the ease of application development, since applications need not be programmed; instead, they are assembled from building blocks provided by the application server. For example, a Wiki is an application server that allows users to build dynamic content assembled from articles. Moreover, Wikipedia is an assembled Wiki that delivers an encyclopedia stored in a filesystem, with changes to the encyclopedia stored in a database.

Application servers run on many platforms, and the term colloquially applies to two different software applications. The term is used to refer to servers of web-based applications, such as integrated platforms for e-commerce, content management systems, and web-site builders. Alternatively, the term is used as a synonym for web application framework.

Mar 31
A dedicated server is a single computer on a web-hosting network that is leased or rented, and dedicated to just one customer. A service provider monitors the computer’s hardware, network connectivity, and routing equipment, while the customer generally controls and maintains the server software. Dedicated servers are most often used by those who’ve outgrown typical hosting accounts and now require massive amounts of data space and bandwidth, those with mission critical web sites, web hosting companies, or those who have special needs. Dedicated servers are housed in data centers, where service providers can monitor them close-up and have hands-on access to them.
Aug 07

Have you ever wanted to set up a web server on you computer to either do some development or maybe run a small site but think it is too hard to actually set up? If so, then today’s post will point in the right location.

XAMPP is the solution to your problem. This special distribution of the most widely used web server, Apache, makes setting up a web server with MySQL, PHP, Perl, FTP, and much more, truly a single click solution. After installing XAMPP you will be up and running with little to none configuration needed. Best of all, it’s free!

Think it is too good to be true? Download it and find out.

Note: If you plan on using your home computer as a web server, check your ISP’s terms of service to make sure this is allowed.