alex / alex/what-happens-when

TCP/IP layers

Aberta
#882 1 comentário 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Sem dados de linguagem
Estrelas
43.3k
Forks
5.7k
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

It is expedient that we attempt to explain what happens when we type google.com and click enter in terms of the TCIP/IP model.

The five layers in this model includes
1. Application layer
2. Transport layer
3. Internet layer
4. Data link layer
5. Physical layer

When the user types google.com into their Web browser and presses enter, the user has just begun their communication at the application layer of the TCP/IP model
1. The application layer is where the HTTP and DNS request are processed, the session is also created in this layer
2. The transport layer ensures end to end connectivity between the user's end device and the server. Protocols like UDP (user datagram protocol) and HTTP operate at this level.
3. Internet layer is where the ARP requests and responses takes place, where the communication between the MAC addresses and the IP address of the devices along the path between the user's end device and the server takes place.
4. The data link and physical layer help deliver the request to the physical hardware the actual Google server is located.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.