- Mastering Python Networking
- Eric Chou
- 207字
- 2021-07-02 21:42:30
The Internet Protocol (IP)
As network engineers would tell you, network engineers "live" at the IP layer, which is layer 3 on the OSI model. IP has the job of addressing and routing between end nodes, among others. The addressing of IP is probably its most important job. The address space is divided into two parts: the network and the host portion. The subnet mask indicated which portion in the address consist of the network and which is the host. Both IPv4, and later, IPv6 expresses the address in the dotted notation, for example 192.168.0.1. The subnet mask can either be in a dotted notation (255.255.255.0) or use a forward slash to express the number of bits that should be considered in the network bit (/24).

The IPv6 header, next generation of IP header of IPv4, has a fixed portion and various extension headers.

The Next Header field in the fixed header section can indicate an extension header to be followed that carries additional information. The extension headers can include routing and fragment information. As much as the protocol designer would like to move from IPv4 to IPv6, the internet today is still pretty much addressed with IPv4.
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- ThinkPHP 5實戰
- iOS 9 Game Development Essentials
- Boost C++ Application Development Cookbook(Second Edition)
- Learning ELK Stack
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Mastering Drupal 8 Views
- Visual C++開發入行真功夫
- Everyday Data Structures
- IDA Pro權威指南(第2版)
- 精通Spring:Java Web開發與Spring Boot高級功能
- Java高并發編程詳解:深入理解并發核心庫
- Python應用與實戰
- 區塊鏈:技術與場景
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)