일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- LeetCode
- 머신러닝
- 리트코드
- k8s
- Machine Learning
- 로깅
- 컨설팅
- Python
- Redis
- kubernetes
- 생성형 AI
- vue.js
- 쿠버네티스
- Docker
- 도커
- GPT
- 메세지큐
- OpenShift
- jpa
- fast api
- BFS
- SpringBoot
- LLaMa
- 솔루션조사
- fastapi
- vuejs
- 컨설턴트
- POD
- 오픈시프트
- 생성형
- Today
- Total
수 많은 우문은 현답을 만든다
Trade Off & Network Delay 본문
Trade Off
We can understand Trade Off as a process of balancing different factors.
Somtimes we may have to sacrifice somthing in order to gain others.
Let's explore three examples of the Trade off in software development.
1. Performance & Resource
Higher performance, Higher Resources and Prices.
2. Security & Conveinence
Higher Security, Lower Coveinence
3. Accuracy & Time
Higher Accuracy, more time.
Network Delay(=Latency)
In the Network Delay, there are four concepts. Transmission, Propagation, Queuing, Processing Delay.
1. Transmission Delay(전송지연): the tims fot a single packet to travel end to end
2. Propagation Delay(전파지연) : the tims fot a bit packet to travel end to end
2. Queuing Delay(= Buffering Delay) : time for staying at Queue.
4. Processing Delay(처리지연) : time for processing on a receiver.
Key factors related to network latency in browser
- Network Bandwitdh : higher bandwidth, higher performance and throughput
- Network Latency
- DNS Server Latency
- TLS/SSL : authentication and encryption/decryption
- Resource Size
'개발지식 > Network' 카테고리의 다른 글
High Performance Browser Networking (0) | 2023.06.12 |
---|---|
폐쇄망과 인터넷간 네트워크 연결 설정 (0) | 2023.02.21 |
L4 / L7 로드밸런서 차이점 (Load balancer) (0) | 2022.06.14 |
VIP (Virtual IP) (0) | 2022.06.14 |