TCP/IP Utilities Question: Use Linux or Windows references?
JockVSJock
Member Posts: 1,118
in Network+
Should I use Linux man pages for a reference for TCP/IP utilities or reference MS website?
I've been using Linux for the last six years, so alot of their commands come naturally to me, but I've seen some example exam questions and many seem to reference Windows.
For example:
Traceroute in Linux is used like this from the command line:
traceroute
Traceroute in Windows is used like this:
tracert
And in addition, alot of the flags are different too.
So for the Network+ exam, which one should I reference?
thanks
I've been using Linux for the last six years, so alot of their commands come naturally to me, but I've seen some example exam questions and many seem to reference Windows.
For example:
Traceroute in Linux is used like this from the command line:
traceroute
Traceroute in Windows is used like this:
tracert
And in addition, alot of the flags are different too.
So for the Network+ exam, which one should I reference?
thanks
***Freedom of Speech, Just Watch What You Say*** Example, Beware of CompTIA Certs (Deleted From Google Cached)
"Its easier to deceive the masses then to convince the masses that they have been deceived."
-unknown
"Its easier to deceive the masses then to convince the masses that they have been deceived."
-unknown
Comments
-
nuglobe Member Posts: 190If you have access to a windows machine, just type "command /?".
Some you might want to look at (some really DUH)
Ping
Tracert
Netsh
pathping
ipconfig (like ifconfig... but it allows for dns renewing and stuff related to that).GenshiroGuide: My blog about things I found useful. Now with videos. -
JockVSJock Member Posts: 1,118nuglobe wrote:If you have access to a windows machine, just type "command /?".
Some you might want to look at (some really DUH)
Ping
Tracert
Netsh
pathping
ipconfig (like ifconfig... but it allows for dns renewing and stuff related to that).
Yes, I do have access to XP on my laptop (which I rarely use LOL, but looks like I'm going to).
Another reason to start using XP is that nbtstat doesn't exist on Linux, and you make another good point, its ifconfig in Linux, instead of ipconfig...
thanks***Freedom of Speech, Just Watch What You Say*** Example, Beware of CompTIA Certs (Deleted From Google Cached)
"Its easier to deceive the masses then to convince the masses that they have been deceived."
-unknown -
Webmaster Admin Posts: 10,292 Adminwww.techexams.net/technotes/networkplus/tcpiputils.shtml
In those TechNotes, as well as in the official exam objectives, you can see which are for Windows and which are for Unix/Linux:4.1 Given a troubleshooting scenario, select the appropriate network utility from the following:
- Tracert / traceroute
- Ping
- Arp
- Netstat
- Nbtstat
- Ipconfig / ifconfig
- Winipcfg
- Nslookup /Dig
Those in bold are obviously for Linux, for the others you should focus on the Windows output, escpecially if you are used to ping, arp, netstat on Linux already. For those who don't have experience with Linux I recommend installing it (ie. in Virtual PC) so you can practice the commands on both OSs.