Transcript
MPLS 연재 (3): 용어로 살펴보는 MPLS (MultiProtocol Label Switching) 주요개념
1999년 12월 22일
손장우
son@netmanias.com
02-556-9273 www.netmanias.com
* 참고문헌 (Multiprotocol Label Switching Architecture<ftp://ftp.isi.edu/in-notes/rfc3031.txt>)
(1) aggregate stream
(2) DLCI
(3) flow
(4) forwarding equivalence class (FEC)
(5) frame merge
(6) label
(7) label information base (LIB)
(8) label stack
(9) label swap
(10) label switching
(11) label switched hop (LSH)
(12) label switched path (LSP)
(13) label switching router (LSR)
(14) layer 2
(15) layer 3
(16) link layer -----------(1)에서는 여기까지 설명
(17) loop detection
(18) loop prevention
(19) loop survival
(20) merge point
(21) MPLS core standards
(22) MPLS domain
(23) MPLS edge node
(24) MPLS egress node
(25) MPLS ingress node
(26) MPLS label
(27) MPLS node
(28) MultiProtocol Label Switching (MPLS)
(29) network layer
(30) shortcut VC
(31) stack
(32) stream
(33) stream merge
(34) switched path
(35) VC merge
(36) virtual circuit (VC)
(37) VP merge
(38) VPI/VCI
(1) aggregate stream \"stream\"과 동의어
(2) Data Link Circuit Identifier (DLCI) - 프레임 릴레이 네트워크에서 프레임 릴레이 회선을 식별하는 사용되는 레이블 (ATM의 VPI/VCI에 해당)
(3) flow a single instance of an application to application flow of data (as in the RSVP and IFMP use of the term \"flow\")
(
4) forwarding equivalence class (FEC)
- 동일한 방식으로 포워딩되는 IP 패킷들의 그룹(예를 들어, 동일한 경로상으로 라우팅되는 동일 서비스 등급에 속한 패킷들의 집합)
- 서로 목적지 네트워크(destination addresss prefix)는 다르나, MPLS망내에서 공통의 경로로 매핑되는 L3/IP 패킷들의 집합
- 하나의 FEC에 하나의 Label이 할당됨
(5) frame merge
- 프레임 기반 미디어 상에서 스트림 병합(stream merge)을 적용하는 것.
- 따라서, 셀 섞임 문제가 발생하지 않는다.
(6) label
- 동일한 FEC의 스트림을 식별(지정)해주는 식별자.(FEC와 대응)
- 짧고 고정길이(이로 인해 LSR에서 Fast exact matching가능)
- 한 LSR에서만 의미가 있다.(local significance)
MPLS encapsulation
<MPLS encapsulation - PPP and LAN Data Links>
<MPLS encapsulation - ATM Links>
<MPLS encapsulation - Frame Relay Links>
(7) label information base (LIB)
- LSR에서, LDP에 의해 생성 및 전달되어온 레이블 바인딩 정보를 저장하고 있는 데이타 베이스
(8) label stack
- an ordered set of labels
(9) label swap
- the basic forwarding operation consisting of looking up an incoming label to determine the outgoing label, encapsulation, port, and other data handling information
레이블 스워핑(label swapping: MPLS, ATM)방식을 Hop-by-hop routing(IP) 방식과 비교하여 설명하면 위 그림과 같으며 이를 서울에서 부산의 친구집까지 찾아가는 과정으로 비유하면 아래 그림과 같다.
(10) label switching
- a forwarding paradigm allowing streamlined forwarding of data by using labels to identify streams of data to be forwarded
(11) label switched hop (LSH) - 레이블값을 이용해 포워딩이 수행되는 두 MPLS 노드간의 홉 (12) label switched path (LSP)
- 동일한 FEC에 대해서 할당된 레이블에 의해 패킷이 전달되는 경로
- 레이블 교환 방식으로 패킷을 포워딩하는 하나 또는 두 개 이상의 label switched hop의 연쇄
- 그림에서 보듯이, 하나의 LSP상으로 여러 패킷 flow(동일 FEC에 속한)가 흐른다. - LSP는 ATM에서 VCC과 대응된다.
(13) label switching router (LSR)
- an MPLS node which is capable of forwarding native L3 packets
(14) layer 2 (2 계층)
- 3 계층아래의 프로토콜 계층 (따라서, 3계층에 데이타 링크 서비스를 제공); (고정길이의 짧은) 레이블을 교환하는 방식으로 수행될 때, 포워딩은 그 레이블이 ATM VPI/VCI이든 Frame relay DLCI이든 상관없이, 2 계층에서 수행된다.
(15) layer 3 (3 계층)
- IP와 이와 관련된 라우팅 프로토콜이 동작하는 계층
(16) link layer
- layer 2와 동의어