Difference between ifconfig and ipconfig? What actually does dhcpcd and ifconfig does?
|
ipconfig (internet protocol configuration) in Microsoft Windows is a console application that displays all current TCP/IP network configuration values and can modify Dynamic Host Configuration Protocol DHCP and Domain Name System DNS settings. ifconfig (short for interface configuration) is a system administration utility in Unix-like operating systems to configure, control, and query TCP/IP network interface parameters from a command line interface (CLI) or in system configuration scripts. dhcpcd is a DHCP client. It is used to obtain an IP address and other information from a dhcp server, renew the IP address lease time, and automatically configure the network interface. The program performs a similar function as dhclient. |
|||||||||||
|
|
ifconfig command is used to get the information of active Network-interfaces in UNIX-like operating system such as linux,... where as ipconfig is used in windows os |
|||||
|
