여러 층 layer 이 쌓여 계층구조 위계,hierarchy 를 이루는 경우가 많은데... 이때
protocol_stack =,protocol_stack . protocol_stack
protocol_stack =,protocol_stack . protocol_stack
https://en.wikipedia.org/wiki/Bit-oriented_protocol
bit stream으로 주고받는 ?
https://en.wikipedia.org/wiki/Byte-oriented_protocolSub:
고퍼,Gopher
프로토콜버퍼,Protocol_Buffers =프로토콜버퍼,Protocol_Buffers =,Protocol_Buffers . Protocol_Buffers |=,protobuf protobuf - w
{
Protocol Buffers (we)
https://en.wikipedia.org/wiki/Protocol_Buffers
고퍼,Gopher
프로토콜버퍼,Protocol_Buffers =프로토콜버퍼,Protocol_Buffers =,Protocol_Buffers . Protocol_Buffers |=,protobuf protobuf - w
{
Protocol Buffers (we)
https://en.wikipedia.org/wiki/Protocol_Buffers
통신시스템이 데이터를 교환하기 위해 사용하는 통신 규칙.
프로토콜의 요소는
- syntax : 데이터의 구조(structure)나 형식(format).
- semantics : 각 비트 섹션의 의미(meaning). 특정한 패턴이 어떻게 해석(interpret)되어야 하는지 및 그 해석에 따라 어떤 행동(action)이 취해질 것인지 등.
- timing : 두 가지, 언제 보내야 하는지와 어떻게 빨리 보낼 수 있는지.[1]
// 이하 data_unit //
프로토콜에서 말하는 데이터 단위(data unit)에는 두 가지:[2]
그리하여 OSI 각 계층에서 규격화된 데이터에 대한 명칭들:
프로토콜에서 말하는 데이터 단위(data unit)에는 두 가지:[2]
- PDU (protocol data unit) - 다른 host 사이에, 같은(대등한) 계층에서는 PDU를 주고 받는다.
- SDU (service data unit) - 같은 host 사이에, 아래 계층의 service를 이용할 때는 SDU를 주고 받는다.
그리하여 OSI 각 계층에서 규격화된 데이터에 대한 명칭들:
- APDU - Application Protocol Data Unit
- PPDU - Presentation Protocol Data Unit
- SPDU - Session Protocol Data Unit
- TPDU - Transport Protocol Data Unit
- 세그먼트,segment : TCP 프로토콜에서 사용
- 데이터그램,datagram : UDP 프로토콜에서 사용
- 세그먼트,segment : TCP 프로토콜에서 사용
- NPDU - Network Protocol Data Unit
- DPDU - Data Link Protocol Data Unit
Sub:
분류: 절차? 규칙?
DELME
프로토콜
{
communication_protocol
프로토콜, 통신 프로토콜, 통신규약
양식(form, format, formatting, frame, method...?)과 규칙,rule의 체계,system.
정보,information를 주고받을(통신,communication) 때 통신 방법에 대한 규칙과 약속.
신호,signal 체계, 인증,authentication, 오류감지error_detection/수정error_correction 기능 포함
{
communication_protocol
프로토콜, 통신 프로토콜, 통신규약
양식(form, format, formatting, frame, method...?)과 규칙,rule의 체계,system.
정보,information를 주고받을(통신,communication) 때 통신 방법에 대한 규칙과 약속.
신호,signal 체계, 인증,authentication, 오류감지error_detection/수정error_correction 기능 포함
Ex.
IP
{
IP
Internet_Protocol
인터넷_프로토콜
패킷_교환_네트워크에서 호스트 사이의 정보교환 프로토콜,protocol.
IP주소 IP_address
IP
{
IP
Internet_Protocol
인터넷_프로토콜
패킷_교환_네트워크에서 호스트 사이의 정보교환 프로토콜,protocol.
IP주소 IP_address
짧게 IP로 줄여 부르기도 함. Up: 주소,address > 네트워크주소,network_address
IPv4 프로토콜의 가능한 IP주소 수: 223개
IPv6 프로토콜의 가능한 IP주소 수: 2128개
IP주소 분류:
공인IP주소
사설IP주소
고정IP주소
유동IP주소
IP_주소
//name text copied from 통신_프로토콜 ; chkIPv4 프로토콜의 가능한 IP주소 수: 223개
IPv6 프로토콜의 가능한 IP주소 수: 2128개
IP주소 분류:
공인IP주소
사설IP주소
고정IP주소
유동IP주소
IP_주소
TCP/IP
=
https://ko.wikipedia.org/wiki/인터넷_프로토콜_스위트
https://en.wikipedia.org/wiki/Internet_protocol_suite
?
=
https://ko.wikipedia.org/wiki/인터넷_프로토콜_스위트
https://en.wikipedia.org/wiki/Internet_protocol_suite
?
see also
----
- [1] "when data should be sent and how fast they can be sent"
- [2] 김건웅 http://kocw.net/home/cview.do?cid=17d5457c50aa1400 1장 2절 네트워크의 기능 p25-