Protocol을 구현하기 위한 설계 방법의 개념에 대해 이해


Design : 최종 구현물을 만들어내기 위한 첫 단계


Protocol stack design이란 아래를 정립하는 것임.



Layer Design

보통 protocol Description은 다음과 같이 정의돼있음.



id 이므로 이후 stream은 데이터인 것임을 알 수 있음.정확, 유일, 완벽, 충분히 추상화돼있어야해

What, How 를 각각 정의해야한다.
Behavior-oriented representation

Communication-oriented representation

대부분 behavior-oriented 을 사용


