교과서 Chapter (1-5 만 배움)

2.1 network application의 원리
2.2 Web and HTTP
2.3 electronic mail
2.4 DNS
2.5 P2P application
2.6 video streaming and content distribution networks
2.7 socket programming with UDP and TCP
3.1 transport-layer services
3.2 multiplexing and demultiplexing
3.3 UDP : connectionless transport
3.4 reliable data transfer의 원리
3.5 TCP : connection-oriented transport
3.6 congestion control의 원리
3.7 TCP congestion control
4.1 Overview of Network Layer
4.2 inside the router
4.3 Internet Protocol
4.4 Generalized Forward and SDN
5.1 Introduction
5.2 Routing Protocol
5.3 intra-AS routing in the Internet
5.4 routing among the ISPs
5.5 the SDN control plane
5.6 ICMP (the Internet Control Message Protocol)
5.7 Network Management and SNMP
UDP : User Deifined Protocol, Connection-less
TCP : Transmission Control Protocol, Connection-oriented
Transport Layer (4) 에서 사용되는 프로토콜
| UDP | TCP | |
|---|---|---|
| connection | X | O |
| reliablility | X | O |
| order | X | O |
IP : Internet Protocol
Network Layer (3) 에서 사용되는 프로토콜

Intra-AS Rounting
also known as IGP (Interior Gateway Protocols)
open -> publicly availble
link-state 알고리즘을 사용한다. (route 계산 시 다익스트라 알고리즘 사용)
advanced feautre로는 다음과 같은 것들이 있다.