- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 103字
- 2021-07-02 19:41:36
There's more...
When a request comes to a resource say, an HTTP request, a short-lived transport protocol port for Internet Protocol (IP) communications is allocated automatically from a predefined range by the IP stack software, and is called the ephemeral port. The response goes back via the ephemeral port. You need to know the ephemeral ports which differ depending on the OS; a few samples are shown in the table following. You need to allow ephemeral ports in an NACL for effective communication:
Operating System
Ephemeral port
Amazon Linux
32768-61000
Windows Server 2003/Windows XP
1025-5000
Windows Server 2008
49152-65535
AWS ELB/AWS NAT
1024-65535
推薦閱讀
- 新編Visual Basic程序設計上機實驗教程
- Modular Programming with Python
- TensorFlow Lite移動端深度學習
- Learning Elixir
- Python 3網絡爬蟲實戰
- Java Web開發就該這樣學
- ElasticSearch Cookbook(Second Edition)
- Kotlin Programming By Example
- Learning VMware vSphere
- 大學計算機基礎實訓教程
- DB2SQL性能調優秘笈
- C語言程序設計
- Parallel Programming with Python
- Building Apple Watch Projects
- MySQL核心技術與最佳實踐