- Mastering Python Networking
- Eric Chou
- 135字
- 2021-07-02 21:42:31
The IP NAT and security
Network Address Translation (NAT) is typically used for translating a range of private IPv4 addresses to publicly routable IPv4 addresses. But it can also mean a translation between IPv4 to IPv6, such as at a carrier edge when they use IPv6 inside of the network that needs to be translated to IPv4, when the packet leaves the network. Sometimes, NAT6to6 is used as well for security reasons.
Security is a continuous process that integrates all the aspects of networking, including automation and Python. This book aims at using Python to help you manage the network; security will be addressed as part of the chapter such as using SSHv2 over telnet. We will also look at how we can use Python and other tool chains to gain visibility in the network.
- ExtGWT Rich Internet Application Cookbook
- OpenDaylight Cookbook
- Objective-C Memory Management Essentials
- Computer Vision for the Web
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- SQL學習指南(第3版)
- Magento 2 Theme Design(Second Edition)
- Android Development with Kotlin
- 程序員數學:用Python學透線性代數和微積分
- Mastering Python Scripting for System Administrators
- 老“碼”識途
- R大數據分析實用指南
- Python極簡講義:一本書入門數據分析與機器學習
- Unity Character Animation with Mecanim
- 算法秘籍