A-Z Popular Blog Computing Search »
Computing
 Advertisements
Related Guides
Software Architecture

Robotics

Technology

14 Examples of an Application Server

 ,
An application server is a platform for building and running software that is used by users. This can be contrasted with servers that run systems software that may have no user interface. The following are illustrative examples of application servers.

Web Server

An application server can build and serve dynamic web pages.

Media

Application servers can serve static web pages and media such as images and video.

Business Logic

Application servers provide an environment to run code such as Java or PHP to implement business logic such as authorization & authentication, transactions, business rules and data processing.

Web Server Integration

Although application servers can serve web pages and media they aren't necessarily optimized for these functions because it is common to use a separate web server for this purpose. This is considered a best practice because this allows you to secure the application server. In other words, application servers are commonly deployed behind a firewall whereby clients can only request services through a web server. This is highly efficient as web servers can cache responses and serve static content while leaving the heavy lifting of business logic to the application server.

APIs

It is common to build and deploy APIs on an application server that may be used by different types of clients.

Asynchronous JavaScript

In some cases, a web page includes active content whereby the page itself calls an application server using javascript. For example, a web page that serves maps may request updates to the map from an application server. When a response is received, javascript can be used to dynamically change the page.

Mobile Application Server

Application servers can provide services to mobile apps. For example, an ecommerce app that calls an application server to retrieve lists of product information.

Desktop Applications

In many cases, desktop software connects to an application server. For example, an MP3 player on a laptop that connects to the internet to retrieve metadata about a song.

Internet of Things

Beyond web pages, mobile apps and desktop software it is common for software on any type of device to connect to an API running on an application server. For example, an electronic bicycle that connects to an API to retrieve road condition data.

Systems

Although application servers are designed to provide services for applications, they are also occasionally used to implement systems. For example, an IoT device with no user interface such as a smart window may connect to services that run on application servers.

Integration

It is common for a application server to integrate with a database and a wide range of backend systems. For example, an application server for a banking website that connects to its own database and services for market data, account data and transactions.

High Availability

In many cases, application servers allow for load balancing, clustering and failover such that you can deploy many servers to handle load and achieve high availability.

Cloud Deployment

It is increasingly common to deploy application servers to cloud infrastructure and use cloud load balancers as opposed to the high availability features of application server products themselves.

Microservices

Microservices is a modern architectural technique that involves breaking down business logic into individually deployable services. Microservices are often deployed to application servers on cloud infrastructure. This produces extremely scalable and resilient applications.
Overview: Application Server
Type
Definition
A platform for building and running software that is used by users.
Also Known As
App Server
Related Concepts

Computing

This is the complete list of articles we have written about computing.
Abstraction
Affective Computing
Algorithms
AI
Big Data
Binary
Blockhead
Brute Force
Caching
Character Set
Client-Server
Coding
Coding Principles
Colocation
Compression
Computing
Cryptographic Keys
Cryptography
Dark Data
Data
Data Centers
Data Infrastructure
Data Integration
Data Migration
Data Processing
Data Science
Data Security
Deep Learning
Deep Magic
Digital
Edge Computing
Edit Distance
Emergence
End-User Computing
Everything Is A File
Files
Gamification
Garbage In, Garbage Out
Halt And Catch Fire
Hello World
Hexadecimal
Horizontal Scale
Instance
Internet Of Things
IT Infrastructure
Job Processing
Key Stretching
Last Mile
Latency
Local Area Network
Meet-me Room
Micro Data Center
Microcomputer
Moore's Law
Near Real-Time
Network Infra
Networking
Networks
Operating Systems
Overlay Network
Peer-to-peer
Precomputation
Private IP
Private Network
Proof Of Work
Proxy Server
Key Cryptography
Qualitative Data
Random Seed
Reluctant Algorithms
Reverse Algorithms
Reverse Proxy
Swarm Intelligence
System on a Chip
Throughput
Unstructured Data
Vertical Scale
Virtual Machine
Yobibyte
If you enjoyed this page, please consider bookmarking Simplicable.
 

Server

A definition of server with examples.

Proxy Server

A definition of proxy server with common examples.

Server Room

The common elements of a server room.

Computing

Examples of computing in everyday life.

Job Processing

A definition of job processing with examples.

System Architecture

Examples of system architecture diagrams.

Cloud-Scale

The definition of cloud-scale with examples.

Vertical Scale

The definition of vertical scale with an example and comparison to horizontal scale.

Network Infrastructure

A list of common types of network infrastructure.

Root Access

A complete guide to root access.

Null

An overview of null with examples.

Computer

The common types of modern computer.

Linux Commands

A list of unusually useful linux commands with brief explanations.
The most popular articles on Simplicable in the past day.

New Articles

Recent posts or updates on Simplicable.
Site Map