On this project we are going to show you how to open a terminal and use some basic useful command lines that is used in Windows and Mac.
To locate your IP and MAC address on Windows Operating Systems, follow these steps:
On Windows
Windows key + R.Run window will appear and type in cmd.ipconfig /all. 
                    On Mac
Terminal from Applications -> Utilities -> Terminal.Terminal Prompt.ifconfig -l. 
                    On Windows
windows key + R.Run window will appear and type in cmd.ping space bar IP addressHint: On this example we use google IP address 8.8.8.8
 
                    On Mac
Terminal from Applications -> Utilities -> Terminal.Terminal Prompt.ping  space bar IP addressHint: On this example we use google IP address 8.8.8.8
 
                    On Windows
windows key + R.Run window will appear and type in cmd.tracert space bar IP addressHint: On this example we use google DNS or IP address 8.8.8.8
 
                    On Mac
Terminal from Applications -> Utilities -> Terminal.Terminal Prompt.traceroute space bar IP addressHint: On this example we use google DNS or IP address 8.8.8.8
 
                    On Windows
windows key + R.Run window will appear and type in cmd.nslooup space bar IP addressHint: On this example we use wikipedia DNS wikipedia.com
 
                    On Mac
Terminal from Applications -> Utilities -> Terminal.Terminal Prompt.nslookup space bar IP addressHint: On this example we use google DNS www.google.com
