<>
The ports of a computer are a kind of barriers that we find in computing, to prevent access to our equipment. This type of barrier is also available in routers and its purpose is the same as in our equipment: prevent unauthorized access.
De forma nativa, existen algunos puertos como el 8080 que siempre están abiertos en todos los sistemas operativos así como en los routers, dado que es uno de los más utilizados por aplicaciones y browsers para conectarse a internet. Sin emabargo, there are other less known and used types of ports.
Hace unos años, para poder descargar películas era necesario abrir una serie de puertos tanto en nuestro router como en nuestro PC para que la aplicación funcionara. En este momento, la mayoría de descargas se realizan a través de un browser, por lo que ya no tiene sentido permitir el acceso a ciertos puertos a las aplicaciones, por lo que se recomienda check which ports of our equipment are open.
To check which ports we have open on our PC, it is not necessary to install any application, even though we must know how to decipher the information offered by the command netstat -a with which we can find out which are the open ports of our team.
To execute this command, we must enter the command prompt by typing CMD in Cortana's search box. In the window that appears we write netstat -a.
This procedure may take a few seconds, so be patient. The list shown shows us that the ports are open justo luego de la IP de nuestro equipo en nuestra red. Este truco es compatible con prácticamente todas las versiones de Windows a partir de Windows 98, donde era bastante común tener que abrir puertos para descargar contents from Internet.