# 마스킹이 아는 형태 # Question: 마스킹은 어떤 주소 형태를 처리하는가? direction: right n0: "마스킹 대상" { shape: rectangle } n1: "IPv4 점 십진" { shape: rectangle } n2: "IPv6 주소" { shape: rectangle } n3: "호스트 이름 · unix 경로" { shape: rectangle } n0 -> n1: "마스킹" n0 -> n2: "그대로 통과" n0 -> n3: "그대로 통과"