{"id":29229,"date":"2017-03-31T03:01:42","date_gmt":"2017-03-30T17:01:42","guid":{"rendered":"http:\/\/www.rjmprogramming.com.au\/ITblog\/?p=29229"},"modified":"2020-10-21T16:07:25","modified_gmt":"2020-10-21T06:07:25","slug":"mac-and-ip-address-primer-tutorial","status":"publish","type":"post","link":"https:\/\/www.rjmprogramming.com.au\/ITblog\/mac-and-ip-address-primer-tutorial\/","title":{"rendered":"MAC and IP Address Primer Tutorial"},"content":{"rendered":"<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/Mac\/getmac.jpg\"><img decoding=\"async\" style=\"float:left; border: 15px solid pink;\" alt=\"MAC and IP Address Primer Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/Mac\/getmac.jpg\" title=\"MAC and IP Address Primer Tutorial\"   \/><\/a><p class=\"wp-caption-text\">MAC and IP Address Primer Tutorial<\/p><\/div>\n<p>In your travels in Information Technology, especially if you have been involved in monitoring the tasks running on a laptop or personal computer, you are likely to have come across the term MAC (Media Access Control) Address.  Let&#8217;s look at what <a target=_blank title='General address information, thanks' href='http:\/\/accc.uic.edu\/answer\/what-my-ip-address-mac-address'>this great webpage<\/a>, thanks, says about MAC Address &#8230;<\/p>\n<blockquote><p>\nIn computer networking, a Media Access Control address, better known as MAC address, is a unique identifier assigned to a network adapter or network interface card (NIC) by the manufacturer for identification. The MAC address can also be called the Ethernet Hardware Address (EHA), hardware address, adapter address or physical address.\n<\/p><\/blockquote>\n<p> &#8230; and so, we can glean from this, that this MAC Address is a unique Network Card (or Wireless Card) referencing address assigned by that Network Card&#8217;s manufacturer.  And so, someone assigned to monitoring activity on a computer may ask you to find them its MAC Address.<\/p>\n<p>To find the MAC Address on Windows 7 and above (for below, you can also try <i>ncpa.cpl<\/i> for <i>getmac<\/i> below, where we are quoting a lot from <a target=_blank title='Windows get MAC Address' href='https:\/\/helpdesk.latech.edu\/index.php?option=com_content&#038;task=view&#038;id=207&#038;Itemid=79'>this stupendous link<\/a>, thanks) with &#8230;<\/p>\n<ol>\n<li>Click on the Windows Logo in the bottom left corner.<\/li>\n<li>In the search box, type in cmd and press enter.<\/li>\n<li>In the command prompt, type in <i>getmac<\/i> (with no spaces) and push enter.<\/li>\n<li>The MAC address is labeled Physical Address.<\/li>\n<\/ol>\n<p>To find the Mac Address on Mac OS X &#8230; where we quote a lot from <a target=_blank title='Mac OS X get MAC Address' href='http:\/\/www.iclarified.com\/30929\/how-to-find-your-mac-address-in-mac-os-x'>this wonderful link<\/a>, thanks &#8230;<\/p>\n<ol>\n<li>Select System Preferences from the Apple menu at the top left of your screen.<\/li>\n<li>Choose Network<\/li>\n<li>Choose Wi-Fi from the list of interfaces on the left.<\/li>\n<li>Click the Advanced button.<\/li>\n<li>Choose the <i>Hardware<\/i> tab.<\/li>\n<li>See MAC address of your wireless card.<\/li>\n<\/ol>\n<p>In your travels in Information Technology, you may well, also, have come across the term IP Address.  Again, quoting <a target=_blank title='General address information, thanks' href='http:\/\/accc.uic.edu\/answer\/what-my-ip-address-mac-address'>this great webpage<\/a>, thanks &#8230;<\/p>\n<blockquote><p>\nMost networks today, including all computers on the Internet, use the TCP\/IP protocol as the standard for how to communicate on the network. In the TCP\/IP protocol, the unique identifier for a computer is called its IP address.\n<\/p><\/blockquote>\n<p>To find the IP Address on Windows 7 and above where we are quoting a lot from (our adapted procedure from) <a target=_blank title='Windows get MAC Address' href='https:\/\/helpdesk.latech.edu\/index.php?option=com_content&#038;task=view&#038;id=207&#038;Itemid=79'>this stupendous link<\/a> with &#8230;<\/p>\n<ol>\n<li>Click on the Windows Logo in the bottom left corner.<\/li>\n<li>In the search box, type in cmd and press enter.<\/li>\n<li>In the command prompt, type in <i>ipconfig \/all<\/i> and push enter.<\/li>\n<li>The IP address is shown.<\/li>\n<\/ol>\n<p>To find the IP Address on Mac OS X &#8230; where we quote a lot from (our adapted procedure from) <a target=_blank title='Mac OS X get MAC Address' href='http:\/\/www.iclarified.com\/30929\/how-to-find-your-mac-address-in-mac-os-x'>this wonderful link<\/a>, thanks &#8230;<\/p>\n<ol>\n<li>Select System Preferences from the Apple menu at the top left of your screen.<\/li>\n<li>Choose Network<\/li>\n<li>Choose Wi-Fi from the list of interfaces on the left.<\/li>\n<li>Click the Advanced button.<\/li>\n<li>Choose the <i>TCP\/IP<\/i> tab.<\/li>\n<li>See IP address.<\/li>\n<\/ol>\n<p> &#8230; or by visiting online tool sites like <a target=_blank title='what is my ip address' href='https:\/\/www.wizcase.com\/tools\/whats-my-ip\/'>What is My IP Address<\/a> or <a target=_blank title='whatismyipaddress.com' href='http:\/\/whatismyipaddress.com\/'>whatismyipaddress.com<\/a> &#8230; and we hope this clarifies (or <a target=_blank title='Click picture' href='http:\/\/www.rjmprogramming.com.au\/Mac\/getmac.jpg'>visualizes<\/a>, for you) some networking jargon for you, today.<\/p>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d29229' onclick='var dv=document.getElementById(\"d29229\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"https:\/\/www.rjmprogramming.com.au\/ITblog\/tag\/network\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d29229' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In your travels in Information Technology, especially if you have been involved in monitoring the tasks running on a laptop or personal computer, you are likely to have come across the term MAC (Media Access Control) Address. Let&#8217;s look at &hellip; <a href=\"https:\/\/www.rjmprogramming.com.au\/ITblog\/mac-and-ip-address-primer-tutorial\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,25,37],"tags":[249,835,2162,837,1127,1248,1319,2163],"class_list":["post-29229","post","type-post","status-publish","format-standard","hentry","category-elearning","category-networking","category-tutorials","tag-configuration","tag-network","tag-network-card","tag-networking-2","tag-settings","tag-tcpip","tag-tutorial","tag-wireless-card"],"_links":{"self":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/29229"}],"collection":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/comments?post=29229"}],"version-history":[{"count":6,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/29229\/revisions"}],"predecessor-version":[{"id":50650,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/29229\/revisions\/50650"}],"wp:attachment":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/media?parent=29229"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/categories?post=29229"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/tags?post=29229"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}