Push technology (Computer networks)

Enlarge text Shrink text
  • Topic
| מספר מערכת 987007551753905171
Information for Authority record
Name (Hebrew)
טכנולוגיית דחיפה (רשתות מחשבים)
Name (Latin)
Push technology (Computer networks)
Name (Arabic)
טכנולוגיית דחיפה (רשתות מחשבים)
Other forms of name
Push (Computer networks)
Server-push (Computer networks)
See Also From tracing topical name
Computer networks
Multicasting (Computer networks)
Webcasting
MARC
MARC
Other Identifiers
Wikidata: Q1351910
Library of congress: sh 97008649
Sources of Information
  • Work cat.: 97-46599: Delivering push, 1998.
  • 97-46546: Webcasting strategies, 1998:
  • ASTI on FirstSearch, Nov. 21, 1997:
  • Microcomputer abstracts on FirstSearch, Nov. 21, 1997:
  • Whatis.com Web page, Dec. 3, 1997
Wikipedia description:

Push technology, also known as server Push, refers to a communication method, where the communication is initiated by a server rather than a client. This approach is different from the "pull" method where the communication is initiated by a client. In push technology, clients can express their preferences for certain types of information or data, typically through a process known as the publish–subscribe model. In this model, a client "subscribes" to specific information channels hosted by a server. When new content becomes available on these channels, the server automatically sends, or "pushes," this information to the subscribed client. Under certain conditions, such as restrictive security policies that block incoming HTTP requests, push technology is sometimes simulated using a technique called polling. In these cases, the client periodically checks with the server to see if new information is available, rather than receiving automatic updates.

Read more on Wikipedia >