- Learning Network Programming with Java
- Richard M.Reese
- 139字
- 2021-08-20 10:41:37
Chapter 2. Network Addressing
For a program to communicate with another program, it must have an address. In this chapter, the use of addresses, including Internet addresses, will be examined. We will introduce many of the basic concepts in the first part of this chapter. This includes the architecture of networks and the protocols that are used to communicate between the nodes.
We will address several topics, including:
- Network basics: This is where essential concepts and terms are introduced
- Using the NetworkInterface class: This provides access to system devices
- URL/UII/URN: We will discuss how these terms relate to each other
- The Inet4Address and Inet6Address classes: We will discuss how these are used
- Network properties: We will consider the properties that are configurable in Java
This will provide you with the foundation to pursue networking in more depth.
推薦閱讀
- 高手是如何做產品設計的(全2冊)
- 自制編譯器
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- 網店設計看這本就夠了
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- JavaScript 程序設計案例教程
- Building RESTful Python Web Services
- Python數據結構與算法(視頻教學版)
- Python數據可視化之美:專業圖表繪制指南(全彩)
- Mockito Essentials
- Hadoop大數據分析技術
- 從零開始學Python大數據與量化交易
- Python Linux系統管理與自動化運維
- WordPress 3.7 Complete(Third Edition)
- Getting Started with SQL Server 2014 Administration