Question

In: Computer Science

Open the Command Prompt window and use the nslookup command to identify the domain names that...

Open the Command Prompt window and use the nslookup command to identify the domain names that correspond to the following IP addresses:

  1. 161.170.244.20
  2. 205.251.242.103
  3. 144.160.155.43

Use the Command Prompt window and nslookup command to identify the IP addresses that correspond to the following domain names:

  1. walmart.com
  2. amazon.com
  3. att.com

Close the Command Prompt window.

Submit your findings.

Solutions

Expert Solution

nslookup command allows the user or internet server administrator to find out the IP address corresponding to their hostname. The user can also perform the reverse by entering the IP address and getting the corresponding domain name.

nslookup is mostly used for security reasons like prevention from phishing attacks in which the IP address is tampered.

Domain names from corresponding commands:

a.161.170.244.20

b. 205.251.242.103

c. 144.160.155.43

IP address corresponding to domain names.

1. walmart.com

2.

3.att.com


Related Solutions

1. At the command prompt, use the where command to locate the where.exe file. Copy and...
1. At the command prompt, use the where command to locate the where.exe file. Copy and paste the full path and filename for the where.exe file into the space provided below. 2. At the command prompt, enter the following command and press enter. find "free beer" "c:\Program Files (x86)\Notepad++\*.txt" This command searches for the string "free beer" in all .TXT files in the Notepad++ program folder. According to the output of the find command, which of the files listed below...
At the command prompt, enter the following command and press enter. tasklist This command displays the...
At the command prompt, enter the following command and press enter. tasklist This command displays the currently running tasks (programs). You will see one specific program that appears over and over again in the list of running programs. This program is actually a wrapper program that runs computer instructions found in .DLL files. Based on the output of the command, which of the following programs is the wrapper program? A. lsass.exe B. winlogon.exe C. svchost.exe D. cmd.exe
Please analyze and explain the most common use Windows command prompt and how to issue the...
Please analyze and explain the most common use Windows command prompt and how to issue the command-line commands in a paragraph or two.
Use Linux fedora At the command prompt, type route and press Enter. What entries are listed?...
Use Linux fedora At the command prompt, type route and press Enter. What entries are listed? What does each entry represent? What IPv4 address is listed as your default gateway? At the command prompt, type ip route add 1.0.0.0/8 via gwIP and press Enter, where gwIP is the IPv4 address of your default gateway. At the command prompt, type route and press Enter. Is the route added in Step 3 visi- ble? Will this route interfere with traffic that is...
what does activate.bat mean when working with python in the command prompt or the anaconda prompt...
what does activate.bat mean when working with python in the command prompt or the anaconda prompt (please be detailed)
Commands are to be typed in the Command Window in MATLAB [Those preceding the symbol>> are...
Commands are to be typed in the Command Window in MATLAB [Those preceding the symbol>> are the commands] 16.3 Matrix operations >>a=[1 2 3;4 5 6;7 8 9] >>b=[1 0 0;1 0 1;0 0 1] Assigning: >>a=b(2,:) Transposing: >>[1;2;3] >>[1;2;3]' Incrementing: >>Tempk=a+273.15 Scaling: >>L=a*2.5 Adding & subtracting: >>[1 2 3;4 5 6]-[8 7 6;4 2 0] Repeating: >>sqrt(a) >>sqrt(b) Operating term by term: >>[1 3;5 8].*[0 1;4 2] >>[1 3;5 8]*[0 1;4 2] Creating matrix efficiently >>m=[364;297]; >>n=[3,6,4;2,9,7]; >>p(1,1)=3; >>q=[2:2:200]...
A water balloon is observed to emerge from an open window of a gymnasium. The window...
A water balloon is observed to emerge from an open window of a gymnasium. The window is 9.5 m above the ground. Through miracles of technology (involving doppler radar and automated video analysis), it is determined that the balloon leaves the window with a speed of 12.5 m/s at an angle of 45∘45∘ relative to horizontal. (A) How much time elapses from when the balloon is passing through the window to when it hits the ground?  s (B) How far from...
Write the line x = 0:2:20; in the Command Window of MATLAB and then create a...
Write the line x = 0:2:20; in the Command Window of MATLAB and then create a Simulink model that first loads x from the Workspace, then creates a vector y such that y = 2.5x + ex , and finally sends the vector y back to the Workspace. You will need a From Workspace block, a To Workspace block, two Constant blocks, a Product block, and a Sum block. Note that there is a sample time associated with the From...
**Need to use awk command in putty (should be a ONE LINE COMMAND) Write the command...
**Need to use awk command in putty (should be a ONE LINE COMMAND) Write the command that would find all lines that have an email address and place a label email = before the line in the file longfile output will multiple lines similar to this one : using a good awk command the output would be something like this email = From: "Linder, Jann/WDC" <[email protected]> email = To: Mr Arlington Hewes <[email protected]> email = > From: Mr Arlington Hewes...
Write a java code snippet to prompt the user for the number of names they’d like...
Write a java code snippet to prompt the user for the number of names they’d like to enter. Create a new array of the size chosen by the user and prompt the user for each of the names. Output the list of names in reverse order.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT