This commit is contained in:
2025-07-27 14:27:10 +00:00
parent da67053e3b
commit 66d51c4010
2 changed files with 18 additions and 18 deletions

View File

@ -26,7 +26,7 @@ When it receives data through a port, your router forwards that data to the mach
Your router has over 65,000 ports available.
Some programs and applications are designed to use specific ports. For example, when your network sends data from an HTML page, the router receives it through port 80 (non-secure) or port 443 (secure via SSL).
Some programs and applications are designed to use specific ports. For example, when your network sends data from an HTML page, the router receives it through port 80 (non-secure) or port `443` (secure via SSL).
So, your router acts as a data dispatcher between the internet and your local machines.