Protocol
** 개요- 프로토콜에서 중요한 것은 무조건 성능.- 프로토콜은 특정 목적을 위해서 설계되었으며, 그에 따라서 다른 속성으로 나뉜다. ** 프로토콜 속성Data Formatㄴ Text based ( plain text, JSON, XML )ㄴ Binary ( protobuf, RESP, h2, h3 ) Transfer modeㄴ Message based ( UDP, HTTP )ㄴ Stream ( TCP, WebRTC ) Addressing systemㄴ DNS name, IP, MAC Directionalityㄴ Bidirectional ( TCP )ㄴ Unidirectional ( HTTP )ㄴ Full/Half duplex Stateㄴ stateful ( TCP, gRPC, apache thrift ..
2025. 7. 25.