
DHCP (Dynamic Host Configuration Protocol) - PC나 호스트가 자신의 IP주소를 항상 가지고 있는 것이 아니라, 부팅이 되면서 DHCP 서버로부터 다이나믹하게 IP주소를 받아 오는 것이다. RouterA(config)# service dhcp RouterA(config)# ip dhcp pool CCNA RouterA(dhcp-config)# network 210.240.10.0 255.255.255.0 RouterA(dhcp-config)# default-router 210.240.10.1 RouterA(dhcp-config)# ? DHCP Pool Configuration Commands: bootfileBoot file name client-identifierCli..

ㆍ프로토콜(Protocol) : 통신 규약, 약속 ㆍIP(Internet Protocol) ① IP주소는 고유 주소이다. (충돌시 오류 발생!) → NIC(Network Information Center)에서 공인주소 관리. ② IPv4는 32bit로 구성. ③ IPv4 고갈 대안책 1. IPv6는 128bit 2. NAT(Network Address Translation) : 내부 네트워크는 사설 IP주소를 쓰고 외부로 나가 는 경우 공인 IP주소를 이용하는 방식 3. PAT : 동일한 IP주소를 사용하고 포트번호로 나누어 사용하는 방식 00000000 . 00000000 . 00000000 . 00000000 ~ 11111111 . 11111111 . 11111111 . 11111111 0 . 0 ...