- 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.
- 演進式架構(原書第2版)
- Web程序設計及應用
- Learning ASP.NET Core 2.0
- Mastering Scientific Computing with R
- JavaScript前端開發與實例教程(微課視頻版)
- Hands-On RESTful Web Services with Go
- Selenium Testing Tools Cookbook(Second Edition)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Flowable流程引擎實戰
- Kubernetes進階實戰
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Neo4j 3.x入門經典
- Java Web動態網站開發(第2版·微課版)
- Spring Boot 3:入門與應用實戰
- Swift 2 Blueprints