1. ARP Header
1) ARP Header
- 요즘 ARP는 Ethernet 및 IPv4 환경에서 많이 사용하므로 일반적으로 ARP Header에 있는 Hardware Address는 MAC Address로, Protocol Address는 IPv4 Address로 분류
(1) Hardware Type
- Network Type을 의미
- 1 : Ethernet
- 15 : Frame Relay
- 16 : ATM
- 17 : HDLC
- 20 : Serial Line
(2) Protocol Type
- Protocol Type을 의미
- 0x0800 : IPv4
(3) Hardware Address Length
- 물리적 주소 길이
- Ethernet을 사용할 경우 6byte로 고정
(4) Protocol Address Length
- 논리적 주소 길이
- IPv4를 사용할 경우 4byte로 고정
(5) Opcode
- ARP 패킷의 종류를 의미
- 1 : ARP Request
- 2 : ARP Reply
- 3 : RARP Request
- 4 : RARP Reply
- 8 : InARP Request
- 9 : InARP Reply
(6) Sender Hardware Address
- 송신 장비 물리적 주소
(7) Sender Protocol Address
- 송신 장비 논리적 주소
(8) Target Hardware Address
- 수신 장비 물리적 주소
(9) Target Protocol Address
- 수신 장비 논리적 주소
'Network > ARP, ICMP' 카테고리의 다른 글
ICMP Time Exceeded (0) | 2024.12.10 |
---|---|
ICMP Destination Unreachable (0) | 2024.12.08 |
ICMP Request and Reply (1) | 2024.12.06 |
Introduction to ICMP and Header (0) | 2024.12.04 |
Proxy ARP 동작 과정 (0) | 2024.12.02 |
Gratuitous ARP 동작 과정 (1) | 2024.11.30 |
ARP 동작 과정 (0) | 2024.11.28 |
Introduction to ARP (0) | 2024.11.24 |