본문 바로가기
학과 공부/네트워크

4/2

by sonysame 2018. 4. 2.

L5-L7: applications

L4: Transport

L3: IP




TCP service

reliable transport

flow control

congestion control

does not provide-timing, minimum throughput guarantee, security

connection-oriented






`elastic`: timing과 관련된 것이다! 시간에 탄력적이다! 

audio->inelastic


data integrity->loss와 관련된 것

timing-> delay와 관련된 것

throughput-> 단위 unit당 보내는 비트 수


flow control은 receiver가 initiate!! 그래서 sender가 안 넘는것!

congestion control: throttle sender when network overloaded



UDP는 왜 필요?-> 네트워크에서는 기능이 없는 것도 기능이다! (KISS)

복잡한 것은 도태!


inelastic은 UDP를 사용하고w 있는 경우가 많다!


HTTP는 TCP를 사용한다! 


HTTP is stateless! server maintains no information about past client requests


(4계층인 TCP가 stateful하니까!)


non-persistent HTTP : TCP connection을 맺을 때 한번에 하나!
persistent HTTP : multiple objects can be sent over single TCP connection between client, server





'학과 공부 > 네트워크' 카테고리의 다른 글

4/9  (0) 2018.04.09
4/4  (0) 2018.04.04
3/28  (0) 2018.03.28
3/26  (0) 2018.03.26
3/21  (0) 2018.03.21