티스토리 뷰
#Question
Which protocol uses dynamic address mapping to request the next-hop protocol address for a specific connection?
#interpretation
which protocol = 어떤 프로토콜
use = 사용하다
dynamic address mapping = 동적 주소 맵핑
to request = 요청하는
specific connection = 특정한 연결
#selection
A. Frame Relay inverse ARP
B. static DLCI mapping
C. Frame Relay broadcast queue
D. dynamic DLCI mapping
#explanation
A. Frame Relay inverse ARP
inverse ARP 란 DLCI -> IP 로 변환 시켜주는 것
프레임 릴레이 구조에서는 L3 구간에서 L2(FR)로 전송되기 위해서는 L3(IP) 에서 L2(DLCI)로 , L2에서 L3로 다시 주소변환이 필요함
이를 수행하기 위해서는 static map 을 적용(#frame-relay interface-dlci 또는 #frame-relay map 명령어 사용해서)
하거나 Inverse ARP 를 사용하여 다이나믹하게 적용 할 수 있음
하지만 Inverse ARP은 FR구간내에 다른 문제를 일으킬 수 있어서 현업에서는 거의 사용하지 않음
#answer
A
'certificate > ccnp' 카테고리의 다른 글
CCNP_st_3q (0) | 2018.10.03 |
---|---|
CCNP_st_2q (0) | 2018.09.20 |
CCNP_st_1q (0) | 2018.09.18 |
댓글