Data Link Layer (2계층) - Ethernet Frame Format 맨 앞 2개(Preamble, SFD)는 physical layer header로서 wireshark에서 보이지 않는다. wireshark에서 보면 Frame단위로 캡쳐를 하는것을 볼 수 있다. MAC Header는 Destination MAC Address, Source MAC Address, EtherType부분이다. DATA는 3계층 이상으로 전달되는 부분이다. Destination MAC Address: 도착지 맥 주소 Source MAC Address: 발송 맥 주소 EtherType: 데이터(페이로드)의 프로토콜이 어떤 것인지 지정 ( 0x0800-IPv4 0x86DD-IPv6 등등 종류: https://en.w..