Submitted by Brianprokpo456 t3_zx7osk in explainlikeimfive
Brainfuck t1_j22x9ec wrote
Reply to comment by could_use_a_snack in ELI5: What is a network port? by Brianprokpo456
Yes they are standardized and default ports. However many a times things aren't run on default ports.
Most of the standardized ports are below 1024. These are called privileged ports and only an Administrator can open them. This is additional security to make sure that a malicious user for example cannot run a webserver on port 80 to hack users.
Viewing a single comment thread. View all comments