mirror of
https://github.com/cheatsnake/backend-cheats.git
synced 2024-11-28 04:31:15 +03:00
Update description for some topics
This commit is contained in:
parent
e6c774d805
commit
4548afdc1f
10
README.md
10
README.md
@ -479,15 +479,15 @@
|
||||
|
||||
<p align="center"><img src="./files/network-internet/tcp-ip.png" alt="TCP/IP"/></p>
|
||||
|
||||
По сравнению с [моделью OSI](#сетевая-модель-osi) [стек TCP/IP](https://ru.wikipedia.org/wiki/TCP/IP) имеет более простую архитектуру. Он получил широкое распространение и использовался сначала в качестве основы для создания глобальной сети, а после для описания работы интернета.
|
||||
По сравнению с [моделью OSI](#сетевая-модель-osi) [стек TCP/IP](https://ru.wikipedia.org/wiki/TCP/IP) имеет более простую архитектуру. В целом, модель TCP/IP является более широко используемой и практичной, а модель OSI - более теоретической и детальной. Обе модели описывают одни и те же принципы, но отличаются подходом и протоколами, которые они включают на своих уровнях.
|
||||
|
||||
<details>
|
||||
<summary>🔗 <b>Ссылки на материалы</b></summary>
|
||||
|
||||
1. 📺 [**Что такое TCP/IP: Объясняем на пальцах** – YouTube](https://youtu.be/2I1HnSN1H9o)
|
||||
1. 📄 [**Руководство по стеку протоколов TCP/IP для начинающих** – selectel.ru](https://selectel.ru/blog/tcp-ip-for-beginners/)
|
||||
1. 📺 [**Модель и стек протоколов TCP/IP** — YouTube](https://youtu.be/UZo4ffQ-aAc)
|
||||
1. 📺 [**В чем разница между OSI и TCP/IP? Зачем существуют одновременно две сетевые модели?** – YouTube](https://youtu.be/4a2CeSD1yIk)
|
||||
2. 📄 [**Руководство по стеку протоколов TCP/IP для начинающих** – selectel.ru](https://selectel.ru/blog/tcp-ip-for-beginners/)
|
||||
3. 📺 [**Модель и стек протоколов TCP/IP** — YouTube](https://youtu.be/UZo4ffQ-aAc)
|
||||
4. 📺 [**В чем разница между OSI и TCP/IP? Зачем существуют одновременно две сетевые модели?** – YouTube](https://youtu.be/4a2CeSD1yIk)
|
||||
</details>
|
||||
|
||||
<div align="right"><a href="#top">Содержание ⬆️</a></div>
|
||||
@ -496,7 +496,7 @@
|
||||
|
||||
<p align="center"><img src="./files/network-internet/Problems.gif" alt="Problems"/></p>
|
||||
|
||||
Качество работы сетей, и тем более интернета, далеко от идеала. Это обусловлено сложной и рассредоточенной по разным устройствам структурой сети. Поэтому на функционирование сети влияет огромное количеств факторов. Например: стабильность соединения между устройством клиента и его роутером, качество услуг провайдера, мощность и производительность сервера, физическое расстояние между клиентом и сервером и т.д.
|
||||
Качество работы сетей, включая Интернет, далеко от идеального. Это связано со сложной структурой сетей и их зависимости от огромного количества факторов. Например, от стабильности соединения между клиентским устройством и его роутером, от качества услуг провайдера, от мощности и производительность сервера, от физического расстояния между клиентом и сервером и т.д.
|
||||
|
||||
- [Latency (задержка)](https://developer.mozilla.org/ru/docs/Web/Performance/Understanding_latency)
|
||||
> Время которое требуется, чтобы пакет данных дошёл от отправителя к получателю. В большей степени зависит от физического расстояния.
|
||||
|
@ -456,7 +456,7 @@ This repository is a visual cheatsheet on the main topics in Backend-development
|
||||
|
||||
<p align="center"><img src="./files/network-internet/tcp-ip_eng.png" alt="TCP/IP"/></p>
|
||||
|
||||
Compared to the [OSI model](https://github.com/cheatsnake/backend-cheats/blob/master/README_ENG.md#osi-network-model), the [TCP/IP](https://en.wikipedia.org/wiki/Internet_protocol_suite) stack has a simpler architecture. It is widely used and was first used as the basis for the creation of a global network, and then to describe the workings of the Internet.
|
||||
Compared to the [OSI model](https://github.com/cheatsnake/backend-cheats/blob/master/README_ENG.md#osi-network-model), the [TCP/IP](https://en.wikipedia.org/wiki/Internet_protocol_suite) stack has a simpler architecture. In general, the TCP/IP model is more widely used and practical, and the OSI model is more theoretical and detailed. Both models describe the same principles, but differ in the approach and protocols they include at their levels.
|
||||
|
||||
<details>
|
||||
<summary>🔗 <b>References</b></summary>
|
||||
@ -472,7 +472,7 @@ This repository is a visual cheatsheet on the main topics in Backend-development
|
||||
|
||||
<p align="center"><img src="./files/network-internet/problems_eng.gif" alt="Problems"/></p>
|
||||
|
||||
The quality of networks, much less the Internet, is far from ideal. This is due to the complex and dispersed network structure in different devices. Therefore, on the functioning of the network affects a huge number of factors. For example: the stability of the connection between the client device and its router, the quality of service of the provider, the power and performance of the server, the physical distance between the client and the server, etc.
|
||||
The quality of networks, including the Internet, is far from ideal. This is due to the complex structure of networks and their dependence on a huge number of factors. For example, the stability of the connection between the client device and its router, the quality of service of the provider, the power and performance of the server, the physical distance between the client and the server, etc.
|
||||
|
||||
- [Latency](https://developer.mozilla.org/en-US/docs/Web/Performance/Understanding_latency)
|
||||
> The time it takes for a data packet to travel from sender to receiver. It depends more on the physical distance.
|
||||
|
Loading…
Reference in New Issue
Block a user