answersLogoWhite

0

What else can I help you with?

Related Questions

What command would you run from a windows command line to verify that a nic can send and receive ipv4 packets?

ping 127.0.0.1


What command would you issue from the command prompt to test whether your computer has connectivity to the network?

To test whether your computer has connectivity to the network, you can use the ping command followed by a known IP address or domain name. For example, you can type ping 8.8.8.8 (which is a Google DNS server) or ping www.google.com in the command prompt. This command sends packets to the specified address and displays the response time, indicating whether the network connection is functioning properly. If you receive replies, your computer is connected to the network; if not, there may be connectivity issues.


Command used to test the connection to other computer in the network?

I believe the command you are looking for is "Ping".For example, if your computer has an IP address of 192.168.0.2, and the other computer has an IP address of 192.168.0.3, then you would typeping 192.168.0.3... from the .2 computer. You should see response times.The etymology is from ping-pong. You send a ping from one computer to another, it sends a pong back.


What command would you use to retrieve a computer's MAC address?

Ipconfig


How do you make a new command in Unix?

first, make a file. in the file you type in the command's name. an example would be the command date. name the file what you want to call that command. when you use the command, type in cat filename and the computer will do the command.


What would you type in at a command prompt to view the ip setting for the computer that you are sitting at?

ipconfig


What command would you use to map a share to a drive letter on a computer?

Net use


Identify the ping command output that would indicate the problems are at the data-link layer of the network?

Packets: Sent = 4, Received = 2, Lost = 2 (50% loss)


Are the redo and repeat commands ever available at the same time on a computer?

They can be but it would be counter-intuitive. Redo is the antonym for undo and should only be enabled when the last command was an undo, which should automatically disable the repeat command. Redo remains enabled until the undo history is empty, or another command besides undo is selected, at which point the repeat command should be enabled again.


How do you get another page on the iMac safari?

Click the + sign on the far right of the screen at the bottom of the toolbar.


How would you copy and paste computer text from one area on the screen. to another?

Highlight the text you want to copy, right click and click copy on the drop down menu. Go to the area you want to paste it on. Then right click where you want to paste and click paste on the menu. You can almost always also use the computer command CTRL+C to copy and the command CTRL+V to paste as well. (On Apple computers, replace CTRL with the Command Key.)


What command-line tool would help you discover for which port numbers your computer is listening?

Running netstat -a display all ports that are listening on a machine at the time the command is run.