- Distributed Computing in Java 9
- Raja Malleswara Rao Pattamsetti
- 174字
- 2021-07-02 21:02:30
Communication between Distributed Applications
The emergence of the internet and World Wide Web (WWW) as global media for communication has revolutionized the fields of engineering, e-commerce, and scientific applications. Modern applications, such as the ones related to social media, entertainment, and banking, are no longer strangers? to mobile operations carried out through smartphones. Organizations in these domains have been investing a lot into technology to find newer ways of providing services. Gone are the days when we use to make calls to receive services; we now have mobile applications for almost everything, including health, food, banking, and communication.? Global organizations obviously chose distributed web applications over legacy/desktop applications, which helped distributed applications evolve; subsequently, communication between such applications became a vital area of concentration.
In this chapter, we will cover the following topics:
- Client-server communication
- Sockets and streams
- Socket programming for Transport Control Protocol (TCP)
- Socket programming for User Datagram Protocol (UDP)
- Multicasting
- Streams
- URLs, URLConnections, and the ContentHandler classes
- URL (base URL and relative URL)
- Practicality of URLs
- ClassLoader
- OpenCV實例精解
- Linux操作系統基礎案例教程
- 精通Linux(第2版)
- Learning Probabilistic Graphical Models in R
- 微服務架構深度解析:原理、實踐與進階
- Microsoft Dynamics AX 2012 R3 Financial Management
- Visual Studio 2015高級編程(第6版)
- Hands-On Kubernetes on Windows
- Unity 2018 Augmented Reality Projects
- Fastdata Processing with Spark
- Java7程序設計入門經典
- Application Development with Parse using iOS SDK
- MongoDB Cookbook
- Java Web動態網站開發(第2版·微課版)
- C/C++代碼調試的藝術