Si bloquea todas las conexiones entrantes, ¿cómo puede seguir utilizando Internet?

Tabla de contenido:

Video: Si bloquea todas las conexiones entrantes, ¿cómo puede seguir utilizando Internet?

Video: Si bloquea todas las conexiones entrantes, ¿cómo puede seguir utilizando Internet?
Video: Cómo Dejar de Recibir Correos de Promociones en Gmail 📧 2024, Marcha
Si bloquea todas las conexiones entrantes, ¿cómo puede seguir utilizando Internet?
Si bloquea todas las conexiones entrantes, ¿cómo puede seguir utilizando Internet?
Anonim
Si todas las conexiones entrantes a su computadora están siendo bloqueadas, ¿cómo puede seguir recibiendo datos y / o tener una conexión activa? La publicación de preguntas y respuestas de SuperUser de hoy tiene la respuesta a una pregunta confusa del lector.
Si todas las conexiones entrantes a su computadora están siendo bloqueadas, ¿cómo puede seguir recibiendo datos y / o tener una conexión activa? La publicación de preguntas y respuestas de SuperUser de hoy tiene la respuesta a una pregunta confusa del lector.

La sesión de Preguntas y Respuestas de hoy nos llega por cortesía de SuperUser, una subdivisión de Stack Exchange, un grupo de sitios web de preguntas y respuestas impulsado por la comunidad.

Captura de pantalla cortesía de Linux Screenshots (Flickr).

La pregunta

El lector superusuario Kunal Chopra quiere saber cómo su computadora aún puede recibir datos si todas las conexiones entrantes han sido bloqueadas:

If your ISP or firewall is blocking all incoming connections, how can web servers still send data to your browser? You send the request (outgoing) and the server sends data (incoming). If you block all incoming connections, how can the web server respond?

What about video streaming and multi-player games where UDP comes into use? UDP is connectionless, so there is no connection to be established, so how does the firewall or ISP handle that?

¿Cómo pueden los datos seguir llegando a la computadora de Kunal si todas las conexiones entrantes han sido bloqueadas?

La respuesta

El contribuidor de Superusuario gowenfawr tiene la respuesta para nosotros:

“Incoming block” means that incoming new connections are blocked, but established traffic is allowed. So if outbound new connections are allowed, then the incoming half of that exchange is okay.

The firewall manages this by tracking the state of connections (such a firewall is often called a Stateful Firewall). It sees the outgoing TCP/SYN and allows it. It sees an incoming SYN/ACK, verifies that it matches the outbound SYN it saw, lets that through, and so on. If it permits a three-way handshake (i.e. it is allowed by the firewall rules), it will allow that exchange. And when it sees the end of that exchange (FINs or RST), it will take that connection off the list of allowed packets.

UDP is done similarly, although it involves the firewall remembering enough to pretend that UDP has a connection or session (which UDP does not).

¿Tienes algo que añadir a la explicación? Apaga el sonido en los comentarios. ¿Quieres leer más respuestas de otros usuarios de Stack Exchange con experiencia en tecnología? Echa un vistazo a la discusión completa aquí.

Recomendado: