[전자계산학] ARP(Address Resolution Protocol) 분석

1. [전자계산학] ARP(Address Resolution .hwp
2. [전자계산학] ARP(Address Resolution .pdf
[전자계산학] ARP(Address Resolution Protocol) 분석
문제1. ARP(Address Resolution Protocol) 분석

1. 개요
물리적 네트워크에서 두 개의 노드는 서로 physical address를 알아야만
통신이 가능하며, 자료를 전송하려 하는 상대방의 IP address는 알고
MAC address는 모를 경우 이 protocol을 이용한다.
Ethernet address 48bits는 제조업체에서 지정되어 생산되며 중복되지 않는다.
operation
가. Request: Hardware address를 요청(모든 노드로 전송되지만 router에
의해서는 전송되지 않는 recall)
나. Reply: Destination이 hardware address를 전송
※ 관련 표준 : RFC 826

2. ARP packet format

가. Ethernet DA(destination address) : MAC address, 모두 1이면 broadcast
나. Ethernet SA(source address) : MAC address
다. Frame type : 연속되는 data의 type을 지정
ARP request/reply = 0x0806
RARP request/reply = 0x8035
라. Hardware type : hardware address의 type,
(Ethernet=1, IEEE 802.3=6, Localtalk=11, Frame-relay=15)
마. Protocol type : mappin g되는 protocol address의 type
IP addr = 0x0800
....