while(get_ip_from_dhcp() == FAIL) { do { ip = chose_an_ip_address() } while(is_the_address_available(ip)) assign_self_chosen_address(ip) sleep(TIME) }
IP Aliasing, Network Aliasing 이란? (0) | 2018.12.27 |
---|---|
TCP 4 way handshake 내용 정리 (2) | 2018.12.22 |
TCP 3 way handshake 내용 정리 (0) | 2018.12.18 |
DHCP 연결과정 정리 (0) | 2018.12.12 |
유니캐스트(unicast), 브로드캐스트(broadcast), 멀티캐스트(multicast) (0) | 2018.11.18 |