- 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.
推薦閱讀
- 區(qū)塊鏈架構(gòu)與實現(xiàn):Cosmos詳解
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- Symfony2 Essentials
- Python極簡講義:一本書入門數(shù)據(jù)分析與機器學(xué)習(xí)
- Lift Application Development Cookbook
- Hadoop大數(shù)據(jù)分析技術(shù)
- NGUI for Unity
- Java自然語言處理(原書第2版)
- ArcPy and ArcGIS(Second Edition)
- Kotlin程序員面試算法寶典
- Mastering Magento Theme Design
- Building Scalable Apps with Redis and Node.js
- HTML5+CSS+JavaScript深入學(xué)習(xí)實錄
- Python自動化運維:技術(shù)與最佳實踐
- PostGIS Cookbook