A-Z Popular Blog Encyclopedia Search »
Coding
 Advertisements
Related Guides

Pull vs Push Technology

 , updated on
Pull technology refers to clients that make requests to servers. This is the traditional way to structure a client/server architecture.
Push technology refers to servers that initiate information updates to clients.

The Difference

The difference between push and pull technology comes down to who initiates information updates. If the client initiates requests, it's pull. If the server initiates updates, it's push.

Example

Traditionally, clients pull information from servers. For example, a web browser requests web pages from web servers. Many web browsers now support push notifications whereby a user can request notifications from a site they trust such as a news source. In this case, the web server will push information to the web browser when it becomes available.

Polling

Polling is when a client continually asks a server if updates are available. Although this is technically a pull, it is considered a way to implement push technology. This is done because security features of networks or platforms may prevent certain types of inbound connections to clients.
Pull Technology vs Push Technology
Pull Technology
Push Technology
Definition
A client that requests information from a server.
A server that initiates information updates to a client.
Example
A web browser requests a web page.
An email server transmits an email to an email client.

Software Design

This is the complete list of articles we have written about software design.
Bootstrapping
Bulkhead
Code Refactoring
Complexity Hiding
Design Abstraction
Design For Scale
Future-Proofing
Microservices
Overengineering
Push Technology
Service Architecture
Soft Computing
Software Architecture
Software Components
Systems Analysis
Systems Design
Worse Is Better
More ...
If you enjoyed this page, please consider bookmarking Simplicable.
 

Types of Technology

A reasonably comprehensive list of information technologies.

Gamification

A list of gamification techniques.

Information Technology Problems

A list of common IT problems.

Types Of Cloud

The basic types of cloud computing.

Machine Data

The common types of machine data.

Types Of Software

The common types of software.

Proprietary Technology

A definition of proprietary technology with examples.

Systems Design

The common elements of a systems design.

Systems vs Applications

The difference between systems and applications explained.

Software Design

A list of software design terms.

Separation Of Concerns

A definition of separation of concerns.

Backward vs Forward Compatibility

The difference between backward and forward compatibility.

Push Technology

A definition of push technology with examples.

Software Design vs Software Architecture

The difference between software design and software architecture explained.

Software Bloat

The common types of software bloat.

Future-Proofing

A definition of future-proofing with examples.

Systems Analysis

The common types of systems analysis.

Bit Rot

The basic types of bit rot.
The most popular articles on Simplicable in the past day.

New Articles

Recent posts or updates on Simplicable.
Site Map