Question: ASAP please. IP and DNS in Python 1. Design a python code to get the host name and IP address of your computer. 2. Design
ASAP please.

IP and DNS in Python 1. Design a python code to get the host name and IP address of your computer. 2. Design a python code to show all the gateways and IP addresses of your computer. The IP address can be translated into human readable strings called domain names. DNS is a big topic in the world of networking. We will focus on the dnspython library, which is available at http://www.dnspython.org/. The following screenshot shows the installation of dnspython on VS code. Based on this library, design two python codes. PS C:\Users\juruhan.kin & "C:/Program Files (x86)/ticrosoft Visual Studio/Shared/ 64/python.exe pip install dnspython --user collecting anspython Downloading https://files.pythonhosted.org/packages/e/30267213f726858574710612714952371381369120177ebele939debe/dnspython-1.16.0-py2.py3-none-any.whl (1888) 1948 3.08/s Installin llected packages: dnspython Successfully installed dnspython-1.16.0 You are using pip version 9.0.1, however version 28.8.2 is available. You should consider upgrading via the 'python - pip install --upgrade pip' command. PS C:\Users\Juwhan.kins 3. Design a python program to get the IP address of "udc.edu using dns. 4. Design a python program for DNS look-up. IP and DNS in Python 1. Design a python code to get the host name and IP address of your computer. 2. Design a python code to show all the gateways and IP addresses of your computer. The IP address can be translated into human readable strings called domain names. DNS is a big topic in the world of networking. We will focus on the dnspython library, which is available at http://www.dnspython.org/. The following screenshot shows the installation of dnspython on VS code. Based on this library, design two python codes. PS C:\Users\juruhan.kin & "C:/Program Files (x86)/ticrosoft Visual Studio/Shared/ 64/python.exe pip install dnspython --user collecting anspython Downloading https://files.pythonhosted.org/packages/e/30267213f726858574710612714952371381369120177ebele939debe/dnspython-1.16.0-py2.py3-none-any.whl (1888) 1948 3.08/s Installin llected packages: dnspython Successfully installed dnspython-1.16.0 You are using pip version 9.0.1, however version 28.8.2 is available. You should consider upgrading via the 'python - pip install --upgrade pip' command. PS C:\Users\Juwhan.kins 3. Design a python program to get the IP address of "udc.edu using dns. 4. Design a python program for DNS look-up
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
