Why will a switch never learn a broadcast address?
A. Broadcast frames are never sent to switches.
B. Broadcast addresses use an incorrect format for the switching table.
C. A broadcast address will never be the source address of a frame.
D. Broadcasts only use network layer addressing.
E. A broadcast frame is never forwarded by a switch.
정답은 C. 라우터는 데이터의 목적지 ip를 보고 송신하지만 스위치는 learning으로 해당 포트로 수신하면 그 프레임의 출발지 주소를 보고 Mac address에 등록함. 그 후에 broadcast같은거로 구분해서 flooding 하는것임 결국 스위치는 출발지 주소가 브로드캐스트가 아닌경우 학습할 수 없음
프레임에는 브로드캐스트 주소처럼 출발지 주소가 있는것이 아니고 찾고자하는 주소만이 있어서 ? 그렇다고 보면 될듯