alex / alex/what-happens-when

When you call a server

Abierto
#2,442 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Sin datos de lenguaje
Estrellas
43.3k
Forks
5.7k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

When you call a server by entering a URL, your browser first resolves the domain name to an IP address via DNS. Next, it establishes a TCP connection through a three-way handshake. Once connected, the browser sends an HTTP or HTTPS request to the server for specific content. The server processes this request, which may involve querying a database for data. After generating the response, it sends it back to the browser, which renders the content for display. If additional resources are needed, the browser will make further requests, following the same process.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.