Skip to content

Commit

Permalink
Add 03-04 (35-41p)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmansu committed Mar 4, 2024
1 parent e3a8f46 commit 8ccf992
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/mansu/2024-03-04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 1.5 인캡슐레이션과 디캡슐레이션

- 인캡슐레이션: 상위 계층 -> 하위 계층으로 데이터를 전송할 때 일어나는 과정

- 하위 계층으로 데이터를 보낼 때 현재 계층에서 필요한 정보를 패킷 헤더에 담아서 하위 계층으로 내려보냄

- 디캡슐레이션: 하위 계층 -> 상위 계층으로 데이터를 전송할 때 일어나는 과정
- 인캡슐레이션 시 패킷헤더에 담았던 정보를 확인 후, 패킷 헤더를 제거하고 상위 계층으로 올려보냄

0 comments on commit 8ccf992

Please sign in to comment.