All language subtitles for 005 The MAC Address-en

af Afrikaans
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bn Bengali
bs Bosnian
bg Bulgarian
ca Catalan
ceb Cebuano
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English Download
eo Esperanto
et Estonian
tl Filipino
fi Finnish
fr French
fy Frisian
gl Galician
ka Georgian
de German
el Greek
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
km Khmer
ko Korean
ku Kurdish (Kurmanji)
ky Kyrgyz
lo Lao
la Latin
lv Latvian
lt Lithuanian
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam Download
mt Maltese
mi Maori
mr Marathi
mn Mongolian
my Myanmar (Burmese)
ne Nepali
no Norwegian
ps Pashto
fa Persian
pl Polish
pt Portuguese
pa Punjabi
ro Romanian
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
st Sesotho
sn Shona
sd Sindhi
si Sinhala
sk Slovak
sl Slovenian
so Somali
es Spanish
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
te Telugu
th Thai
tr Turkish
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese Download
cy Welsh
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
or Odia (Oriya)
rw Kinyarwanda
tk Turkmen
tt Tatar
ug Uyghur
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,590 --> 00:00:03,880 Frames are a fantastic way to make data move around. 2 00:00:03,890 --> 00:00:08,680 The problem is is how do frames know how to get to the right computer? 3 00:00:08,870 --> 00:00:13,600 So if you take a look at a network what we have here is a hub. 4 00:00:13,760 --> 00:00:20,510 Now on this hub, if I'm sending data it's coming in from the white cable when it gets inside the hub. 5 00:00:20,510 --> 00:00:22,550 The hub is what we call a repeater. 6 00:00:22,610 --> 00:00:28,670 It takes the signal that comes in from one of the ports and then it recreates multiple copies of that 7 00:00:28,850 --> 00:00:32,420 and sends it out on all of the other connected cables. 8 00:00:32,570 --> 00:00:38,060 So, so it literally takes one signal and repeats it out to as many connections as you have. 9 00:00:38,060 --> 00:00:39,890 Now that creates a big problem. 10 00:00:41,460 --> 00:00:44,310 The challenge we have here is I've got a network. 11 00:00:44,310 --> 00:00:49,370 All right so this is going to be for computers that are connected to a single hub. 12 00:00:49,530 --> 00:00:55,080 The challenge that we have is that let's say that this purple computer wants to talk to the green computer. 13 00:00:55,470 --> 00:01:01,740 What's going to be taking place is that when this purple computer sends out a frame it gets sent into 14 00:01:01,740 --> 00:01:09,840 the hub and the hub remember repeats it out to all of the connections so everybody gets an example of 15 00:01:09,840 --> 00:01:10,770 that frame. 16 00:01:10,890 --> 00:01:14,970 Now that frame isn't for everybody it's just for the green computer. 17 00:01:14,970 --> 00:01:22,590 So we need some way to address each of the frames so that even though everybody gets it only the green 18 00:01:22,590 --> 00:01:25,460 computer is actually going to read the frame and use it. 19 00:01:25,500 --> 00:01:30,030 These other two guys when that frame comes in they're going to see that it's not for them and then they'll 20 00:01:30,030 --> 00:01:34,410 just wipe it out or consume it so it never goes past the network card. 21 00:01:34,410 --> 00:01:41,020 So in order to do that I want to make an analogy of a network card as a tray. 22 00:01:41,570 --> 00:01:50,660 So this for me, I'm have a little fun here, is a network card. This ugly old vacuum tube from my shop vac 23 00:01:51,140 --> 00:01:56,210 is the RJ45, the wired connection into it. 24 00:01:56,210 --> 00:02:02,540 So when a frame comes in it literally plops down and the network card looks at it. 25 00:02:02,540 --> 00:02:07,610 Now the problem is there's nothing that identifies it and says it's for this network card for this particular 26 00:02:07,610 --> 00:02:08,380 machine. 27 00:02:08,690 --> 00:02:14,470 And that's where something called a MAC address comes into play. In order to appreciate a MAC address 28 00:02:14,480 --> 00:02:16,300 we're going to have to take a look at a computer. 29 00:02:16,310 --> 00:02:21,680 So what I'm going to do is fire up my windows computer and let's take a direct close personal look at 30 00:02:21,680 --> 00:02:23,130 a MAC address. 31 00:02:23,180 --> 00:02:29,190 So here I am in Windows 10 and when I'm going to do is I'm going to fire up PowerShell. 32 00:02:29,220 --> 00:02:32,490 Now a lot of people are like 'oh PowerShell why can't we just use a command prompt?" 33 00:02:32,490 --> 00:02:33,340 You can. 34 00:02:33,340 --> 00:02:33,710 All right. 35 00:02:33,810 --> 00:02:34,230 We could. 36 00:02:34,230 --> 00:02:38,700 What I'm about to do works equally well in a command prompt or in PowerShell. 37 00:02:38,700 --> 00:02:41,070 I just like PowerShell so let's just do it here. 38 00:02:41,100 --> 00:02:46,500 So I'm first want to teach you an incredibly important command that you're going to use like crazy and 39 00:02:46,500 --> 00:02:48,480 it's called ipconfig. 40 00:02:48,480 --> 00:02:51,030 So i p c o n f i g. 41 00:02:51,030 --> 00:02:56,700 Now if I type it by itself we're going to get some kind of information but I want you to type it a special 42 00:02:56,700 --> 00:03:03,080 way. What you're going to do is type ipconfig slash all just like that. 43 00:03:03,130 --> 00:03:10,290 Now when we type that we can see all the information there is about all of our different network cards. 44 00:03:10,330 --> 00:03:14,980 Now this is the card I'm interested in because this is the one I'm actually connecting to the network 45 00:03:14,980 --> 00:03:17,380 on. it's just a regular Ethernet NIC. 46 00:03:17,500 --> 00:03:25,160 And what I want you to look at is right here. You see this? So we have 12 numbers here broken up into 47 00:03:25,160 --> 00:03:26,000 pairs. 48 00:03:26,180 --> 00:03:28,040 So there are six pairs. 49 00:03:28,280 --> 00:03:31,560 This is our MAC address. 50 00:03:31,670 --> 00:03:36,550 So this is the unique identifier for the network card. 51 00:03:36,590 --> 00:03:41,550 Now as we take a look at this, first of all this is a 48 bit address, 52 00:03:41,570 --> 00:03:50,120 we know that these are hexadecimal values and there's 1 2 3 4 5 6 7 8 9 10 11 12. Each hexadecimal character 53 00:03:50,120 --> 00:03:52,610 represents four binary characters. 54 00:03:52,610 --> 00:03:56,260 So four times 12 is 48. 55 00:03:56,310 --> 00:04:04,930 Now if we take a look at these first half. These first three pairs these are known as the OEM numbers. 56 00:04:05,000 --> 00:04:12,510 Intel, the maker of these network cards, is issued this value from the Internet folks. 57 00:04:12,530 --> 00:04:16,750 So these numbers right here are issued to Intel. 58 00:04:17,070 --> 00:04:19,810 So every Intel NIC, 59 00:04:20,070 --> 00:04:27,090 well actually Intel make so many they have a number of these, is, use that unique OEM identifiers we call 60 00:04:27,090 --> 00:04:36,630 it. The last six values are burned in to each card at the factory and each card gets a different value. 61 00:04:36,870 --> 00:04:40,440 So we have the OEM, whoops, the OEM 62 00:04:40,440 --> 00:04:44,700 and then what we call the unique ID. 63 00:04:44,880 --> 00:04:51,740 So the thing we need to remember is that every network card in existence has a unique MAC address. 64 00:04:51,870 --> 00:04:58,530 It has to have that because we never know on our network here whose network cards are going to be plugged 65 00:04:58,530 --> 00:04:59,100 in. 66 00:04:59,160 --> 00:05:04,810 And it's the MAC addresses that we apply to the frame to make sure it gets delivered to the right place. 67 00:05:04,830 --> 00:05:09,270 So each one of these computers has a unique MAC address. 68 00:05:09,270 --> 00:05:10,290 So what we'll do, 69 00:05:10,320 --> 00:05:17,330 let's take a look at our frame again, is we're going to add to the frame MAC addresses. 70 00:05:17,460 --> 00:05:22,890 Now I've got two blocks here and that's because we have the MAC address where it's going to and the 71 00:05:22,890 --> 00:05:24,980 MAC address of where it's coming from. 72 00:05:24,990 --> 00:05:31,230 So whenever your network card sends out a chunk of data it's very important to the network card that 73 00:05:31,230 --> 00:05:36,510 not only does know where to send it to but it also will put its own MAC address in there so the receiving 74 00:05:36,780 --> 00:05:38,940 computer can send it back. 75 00:05:38,940 --> 00:05:44,600 Now the other thing that will come into play here is a CRC or a cyclic redundancy check. 76 00:05:44,640 --> 00:05:50,910 This is just used as a way to verify that the data is good. If it's bad data then it knows to resend 77 00:05:50,910 --> 00:05:51,240 it. 78 00:05:51,240 --> 00:05:58,170 So what we'll do, let me go and get it pointed in the right direction, is once this is all created it gets 79 00:05:58,170 --> 00:05:58,880 sent out. 80 00:05:58,900 --> 00:06:04,110 I'm not going to push it through too far because I'll never get it back! But push, off it goes off to the 81 00:06:04,110 --> 00:06:05,110 network. 82 00:06:05,580 --> 00:06:11,970 Now the cool part to all this is that as it leaves this computer and comes into the hub, remember that 83 00:06:11,970 --> 00:06:17,430 the hub creates as many copies as necessary to represent all the different computers it's connected 84 00:06:17,430 --> 00:06:18,000 to. 85 00:06:18,000 --> 00:06:24,180 So it makes, in this case, one to three new copies and it sends them down the line to all the individual 86 00:06:24,180 --> 00:06:25,300 computers, 87 00:06:25,350 --> 00:06:34,710 and as these frames come into the computer, it drops down on the tray, and the cool part is is that every 88 00:06:34,710 --> 00:06:37,160 network card knows what its MAC address is. 89 00:06:37,200 --> 00:06:39,050 So the card looks at this. 90 00:06:39,210 --> 00:06:45,360 If it's a MAC address for him then it's going to strip away all this extra information and send it up 91 00:06:45,420 --> 00:06:47,460 into the software of the system. 92 00:06:47,460 --> 00:06:54,180 However if it's a MAC address that's not for him he'll look at it see it's not his MAC address and he 93 00:06:54,180 --> 00:06:57,390 just makes it disappear and doesn't do anything with it. 94 00:06:57,630 --> 00:07:00,420 And that is how MAC addresses work. 9726

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.