answersLogoWhite

0

What else can I help you with?

Continue Learning about Computer Science

What switch can be used to ping a destination with 600 byte packets?

in command prompt ping -L 600 "internet address"


What is the process of knowing IP address of a computer system?

To get your specific computers internal network IP, Go to Start > Run.In the Run window type CMD and click Ok.In the command prompt enter the command ipconfig your IP address will be listed under your local connection (your Internet connection).To get the IP address that your network is using on the internet, go to whatismyip.com


How do I find my IP address?

It depends on the operating system you are using. For Windows based systems, at the command prompt, use the command 'ipconfig'. You can also use the 'netstat' command to get this information. For a Unix/Linux system, the command is 'ifconfig', although you may also use 'netstat' to find your IP address. also using internet Allaboutsite offers whatismyiptool to find your ipaddress. As the name suggests, this tool lets you instantly find out your IP address online. Just head to the page and see your IP address displayed at the top along with it's physical location on a Google map.


What command is used to request the name and address information from a DNS server?

nslookup


If a host had an ip address of 123.123.2.5 and the internet gateway had a private address of 123.123.2.1 what would the route add command look like to create the default gateway on the host?

OS 125.587.4.3 Linux: route add default gw 123.123.2.1 Windows: route ADD 0.0.0.0 MASK 0.0.0.0 123.123.2.1 Specifications Have Double of The Address And It Depends On If It Is A Private Or Public Addres From linksys

Related Questions

Why is the only address internet explorer goes to is the loop back address?

Then you may not have an Internet connection, or Internet Explorer may have a configuration problem. To see whether you have basic Internet connection (independent of Internet Explorer), use the "ping" command.Then you may not have an Internet connection, or Internet Explorer may have a configuration problem. To see whether you have basic Internet connection (independent of Internet Explorer), use the "ping" command.Then you may not have an Internet connection, or Internet Explorer may have a configuration problem. To see whether you have basic Internet connection (independent of Internet Explorer), use the "ping" command.Then you may not have an Internet connection, or Internet Explorer may have a configuration problem. To see whether you have basic Internet connection (independent of Internet Explorer), use the "ping" command.


Where can I find my gateway address to the internet?

Depending on what operating system you have - if it is a Windows system then use the 'ipconfig /all' command. Look for the 'default gateway' address. This is the address to your internet. For Unix based systems, use the 'ifconfig -a' command and/or netstat command to get the same info.


How do you print mhtml page?

Open your mhtml file in Internet Explorer( it usually only opens in Internet Explorer). Next, Press Ctrl+P, this is the command. Next, just proceed..... That's all.


Where is the Internet Explorer safety button?

Right click on the command bar, then click on "customize" and then "add or remove commands". Add the safety button to the command bar.


What protocols is used by the Ping command to inquire whether an address is reachable on the Internet?

ping


What displays a list of files and folders?

Assuming that we are discussing Windows XP it is call Explorer or Windows Explorer (not to be confused with Internet Explorer. It is called Finder on a Mac (as if anyone cares). If referring to a terminal command: ls


The domain name is the internet address of a computer on the internet true or false?

False. For example, this site has the domain name wiki.answers.com; its IP address (or one of them), which I obtained with the ping command, is 67.196.156.56.


What is ping command and describe the usage of ping command?

The ping command is to check that an IP address is reachable. the ping command is used to know the active networks and ip address in the network. it also used to self check the address when there is connection trouble with other system. internet control message protocol is used by the ping.


What is an address that uniquely identifies the location of each computer or device connected to the Internet?

In networking every system has a associated address to be identified in the network. The address associated with the system in network is called IP address . you can get your unique address by using PING command in command prompt or can check it online as well.


How do you make Yahoo your default email client?

For Windows 7 and Internet Explorer open up your registry editor and set: [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mailto\shell\open\command] to: "C:\Program Files (x86)\Internet Explorer\iexplore.exe" http://compose.mail.yahoo.com?To=%1 (This assumes you are using the NEW Yahoo Mail Client and Internet Explorer is in its default location)


What is the command to run windows explorer from the command line?

The command is: "start explorer.exe".


What switch can be used to ping a destination with 600 byte packets?

in command prompt ping -L 600 "internet address"