- AWS Certified Advanced Networking:Specialty Exam Guide
- Marko Sluga
- 168字
- 2021-06-24 14:14:53
Controlling port-based traffic
The primary approach to implementing security is to control ports on which the traffic is being received. There are two types of firewalls that allow port-based traffic control:
- Stateless firewalls: All rules are uni directional and no state is maintained. The stateless firewall requires us to specify the incoming ports and the outgoing ports the application will communicate on. This was simple in the early days of the internet with services such as DNS using port 53 and active FTP using port 21. But modern applications mostly use ephemeral ports for the return response, so stateless firewalls are hard to control.
- Stateful firewalls: All rules are bi directional. The stateful firewall will maintain a state of the incoming versus return traffic, and will automatically allow a return on any port that matches a request being allowed in the session information. So, essentially, if we allow port 443 for SSL, the firewall will automatically allow a response on any ephemeral port the operating system supports.
推薦閱讀
- Microsoft Dynamics CRM Customization Essentials
- 機器人智能運動規(guī)劃技術(shù)
- Windows程序設(shè)計與架構(gòu)
- 讓每張照片都成為佳作的Photoshop后期技法
- 運動控制系統(tǒng)應(yīng)用與實踐
- Mastering ServiceNow Scripting
- 步步驚“芯”
- Redash v5 Quick Start Guide
- Flash CS5二維動畫設(shè)計與制作
- 分布式Java應(yīng)用
- Hands-On Generative Adversarial Networks with Keras
- 中小型網(wǎng)站建設(shè)與管理
- 單片機硬件接口電路及實例解析
- 設(shè)計中的人因:34個設(shè)計小故事
- Deep Learning with PyTorch Quick Start Guide