/ NETWORK

네트워크 문제 4

1. BGP가 무엇인지 설명하고 eBGP와 iBGP를 정의하세요

BGP (Border Gateway Protocol) : inter-domain routing protocol eBGP (external BGP) : 이웃 AS간의 서브넷 도착 정보를 얻는다 iBGP (internal BGP) : AS 내부의 모든 라우터들 에게 도착 정보를 전파한다

‘좋은’ 라우팅을 하기 위해서는 reachability information과 policy가 중요하다

BGO session : peer BGP 는 semi-permanent TCP connection을 통해 메시지를 전달

2. BGP에서 왜 우리는 policy가 필요할까요? 어떻게 시행할 수 있을까요?

3.