Question

Q1.Send a large file from WinXP to the Win7. Use a file from the Program folder Resources: -Perfo...

Q1.Send a large file from WinXP to the Win7. Use a file from the Program folder
Resources:
-Perform a continuous ping from 172.16.1.200 and 172.16.20.86
-Use Wireshark from Kali to capture the network traffic. Capture 60 seconds of traffic and save to pcap file.

“Note:I just want how to do Q1 to perform rest question easily “




hi resources
there is 4 virutal mavhine
windows 7 ,windows 10,kali linux and metadploitable .
we need to transfer large files from program folder from win 7 to win 10
continous ping from 172.16.1.200/16( metasploitable) to 172.26.20.86/16win 7
smd captire traffic from kali .
Ip address of win 10 172.16.20.85/16
kali linux 172 .16.20.1/16
I*** note what will be the way to transfer larges files from program folder from windows 7 to windows 10 ***??? so that i can do the above
0 0
Add a comment Improve this question Transcribed image text
Answer #1

To generate a continuous ping command:

Windows 7

  • On your desktop, click the Windows Icon to pull up the Start Menu
  • In the Search Bar type in: cmd
    • An option to run the program cmd.exe should appear
  • Open the program (a black box will appear)
  • Type in: ping -t 8.8.8.8 and press Enter
  • A continuous "ping" should begin to show the latency (in seconds/miliseconds) from the IP address used - in this case a Google Public DNS

Windows 8

  • Press the Windows Button to pull up Start
  • Begin typing: cmd
  • Start will pull up the "app" Command Prompt
  • Click on the icon to open the program (a black box will appear)
  • Type in: ping -t 8.8.8.8 and press Enter
  • A continuous "ping" should begin to show the latency (in seconds/miliseconds) from the IP address used - in this case a Google Public DNS

$ sudo apt install wireshark-qt

$ sudo yum install wireshark-qt

Available interfaces are listed with their name current network traffic on that interface is shown with a simple graph.

Add a comment
Know the answer?
Add Answer to:
Q1.Send a large file from WinXP to the Win7. Use a file from the Program folder Resources: -Perfo...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • CSCI 3619 LAB 1 Create a report file Lastname.lab1docx to save screenshots and notes from the lab. Install VMWare Work...

    CSCI 3619 LAB 1 Create a report file Lastname.lab1docx to save screenshots and notes from the lab. Install VMWare Workstation on your laptop or desktop system. Configure the following VM Guest machines and Install Operating Systems. CX619WS1 = Install Windows Server 2012 R2 from Imagine and enable RDP and enable Web server. CX619UB1= Install Ubuntu current 18.04.1 LTS CX619WT1 = Install Windows 10 from Imagine. CX619KL1 = Install Current Kali Linux 64 Bit Take/paste a screenshot to provide evidence of...

  • Networking fundamentals ICLOUU10P 1. A(n) is a set of peer computers that share resources such as...

    Networking fundamentals ICLOUU10P 1. A(n) is a set of peer computers that share resources such as files and hardware. 2. A(n). is a logical grouping of users and equipment as defined by the network administrator. 3. Microsoft server editions have interfaces similar to the current was new for Windows Server 2008 and Windows 7 and is designed to improve network performance by storing information downloaded from the Internet or a web server onto a local area network client. 5. An...

  • Please answer Question 4 WITH A C# PROGRAM!!!!!! THANK YOU! File Edit View History Bookmarks Tools...

    Please answer Question 4 WITH A C# PROGRAM!!!!!! THANK YOU! File Edit View History Bookmarks Tools Help Share GEP IIIA Moorhead, MN 10-Day Weathe X N NDSU Faculty and Staff | North x D C#.NET - CSCI 213: Modern Sol X VitalSource Bookshelf: Starting x + + → OO - https://bookshelf.vitalsource.com/#/books/9780134400433/cf1/6 90% *** * Cambie Meble alle... S N 10 Crosby Derek Lam ... Alterna Caviar Anti-Ag... U C# Tutorial For Beginn... BE Celsius Fahrenheit con... Charter Club Sweater. Folklorama...

  • Explanation not required. 14. You need to back up the data on a Windows 10 PC...

    Explanation not required. 14. You need to back up the data on a Windows 10 PC before installing a new application. You also need to ensure that you are able to recover individual user files that are replaced or deleted during the installation. What should you do? a. Perform an Automated System Recovery (ASR) backup and Restore. 15. Old Restore Points are deleted from system by: a. Control Panel - System Applet 16. You need to back up the existing...

  • 166 Chapter 8: TCP/IP Applications Getting Down to Business The way network communication all those ls...

    166 Chapter 8: TCP/IP Applications Getting Down to Business The way network communication all those ls and Os) goes in and out of a machine physically is through the NIC (network interface card). The way network communication goes in and out of a machine logically though, is through a program or service. A service is a program that runs in the background, independent of a logon, that provides functionalities to a system. Windows client machines, for instance, have a Workstation...

  • The purpose of this assignment is to develop solutions that perform File IO and objects. Problem specifications are shown below with my changes in blue. 1. File Previewer Write a program that asks...

    The purpose of this assignment is to develop solutions that perform File IO and objects. Problem specifications are shown below with my changes in blue. 1. File Previewer Write a program that asks the user for the name of a text file. The program should display the first 10 lines of the file on the screen. If the file has fewer than 10 lines, the entire file should be displayed along with a message indicating the entire file has been...

  • Part B (BI). Implement a Red-Black tree with only operation Insert(). Your program should read from...

    Part B (BI). Implement a Red-Black tree with only operation Insert(). Your program should read from a file that contain positive integers and should insert those numbers into the RB tree in that order. Note that the input file will only contain distinct integers. Print your tree by level using positive values for Black color and negative values for Red color Do not print out null nodes. Format for a node: <Node_value>, <Parent_value>). For example, the following tree is represented...

  • The file containing the JAVA files, pseudocode file and doc file that have written for this...

    The file containing the JAVA files, pseudocode file and doc file that have written for this lab. Preamble The file releasedates.txt contains a list of video games and their release dates. Each line of the file contains the release date, a tab character, and then the name. The list is currently totally unsorted. The object of today's lab is to write a series of methods that allow us to perform the following tasks: read contents from a file and store...

  • TRUE/FALSE QUESTIONS:  Foundations of Information Security and Assurance 1. There is a problem anticipating and testing for...

    TRUE/FALSE QUESTIONS:  Foundations of Information Security and Assurance 1. There is a problem anticipating and testing for all potential types of non-standard inputs that might be exploited by an attacker to subvert a program. 2. Without suitable synchronization of accesses it is possible that values may be corrupted, or changes lost, due to over-lapping access, use, and replacement of shared values. 3. The biggest change of the nature in Windows XP SP2 was to change all anonymous remote procedure call (RPC)...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT