-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
R5. 인터넷 계층의 모델 : Best-Effort Service, 패킷이 전송된 순서대로 수신된다는 보장, 최종전달에 대한 보장, 종단 간 지연에 대한 보장 및 최소 대역폭 보장이 없음 | ||
- reliable한 신뢰성있는 연결을 보장하지 않기 때문에 상위계층에서 TCP같은 프로토콜을 이용하는것이 좋다. | ||
|
||
|
||
- 데이터 영역 : 포워딩 | ||
- 제어 영역 : 라우팅 | ||
|
||
R6. |