- 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.
- C++ Primer習題集(第5版)
- JavaScript:Functional Programming for JavaScript Developers
- Microsoft Dynamics 365 Extensions Cookbook
- Python自動化運維快速入門
- Python Tools for Visual Studio
- Mastering LibGDX Game Development
- Java程序設計
- RSpec Essentials
- Android應用案例開發大全(第二版)
- Webpack實戰:入門、進階與調優
- 打開Go語言之門:入門、實戰與進階
- Spring Security Essentials
- C語言程序設計習題與實驗指導
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Java程序設計入門(第2版)