All language subtitles for 002 OSI vs. TCPIP Model-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
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
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,790 --> 00:00:06,030 It takes an amazing amount of software and hardware working together to make a network function. 2 00:00:06,220 --> 00:00:11,230 So the challenge to all of this is that if you have different pieces of software and hardware they don't 3 00:00:11,230 --> 00:00:15,040 have to be able to talk to each other and interact and able to make your network go. 4 00:00:15,070 --> 00:00:20,860 You don't have a network card from 3Com and you might be running a Windows 8 operating system and all 5 00:00:20,860 --> 00:00:25,610 of these devices have to work together. To help make interconnectivity work 6 00:00:25,690 --> 00:00:32,140 they came up with something a long time ago called the OSI seven-layer model. The OSI seven-layer model is seven 7 00:00:32,140 --> 00:00:35,190 distinct functions that a network must do. 8 00:00:35,230 --> 00:00:39,030 Now the OSI is being supplanted with something called the TCP model. 9 00:00:39,040 --> 00:00:45,310 So, let's do a quick overview and take a look at OSI and TCP. Now for OSI we're going to start, 10 00:00:45,430 --> 00:00:50,440 basically there's no real bottom or top but I tend to look at it at the bottom which is your most basic 11 00:00:50,440 --> 00:00:55,540 part which is what we call the physical layer. The physical layer is, that's like the easiest part of 12 00:00:55,540 --> 00:00:56,710 the OSI seven-layer model. 13 00:00:56,710 --> 00:01:00,510 It's just what type of cables do I use and things like that. 14 00:01:00,550 --> 00:01:02,920 Now coming up from that is the data link layer. 15 00:01:02,980 --> 00:01:05,090 Now the data link layer a little bit more important. 16 00:01:05,170 --> 00:01:09,250 Basically anything that works with a MAC address works at the data link layer. 17 00:01:09,370 --> 00:01:13,990 So when we're talking about data link we start talking about things like the network cards themselves, 18 00:01:14,200 --> 00:01:17,320 start talking about switches things like that. 19 00:01:17,370 --> 00:01:19,300 The third layer is the network layer. 20 00:01:19,440 --> 00:01:24,910 Now the network layer is important because the network layer has to do with logical addresses. 21 00:01:24,930 --> 00:01:28,440 So when you see the network layer you're talking about IP addresses. 22 00:01:28,440 --> 00:01:35,960 So things like routers in particular work at Layer 3. The next layer up is the transport layer the transport 23 00:01:35,960 --> 00:01:37,420 layer is kind of interesting. 24 00:01:37,790 --> 00:01:39,310 Data is big, 25 00:01:39,470 --> 00:01:43,400 and the actual chunks of data that go through a network are relatively small. 26 00:01:43,400 --> 00:01:49,340 So there has to be a assembly disassembly area for data as it gets broken down into individual packets 27 00:01:49,340 --> 00:01:52,700 and that's what the transport layer is all about. The transport layer 28 00:01:52,700 --> 00:01:57,830 not only disassembles packets but make sure the packets get to the other system in good order. 29 00:01:58,900 --> 00:02:00,640 Next one is the session. 30 00:02:00,640 --> 00:02:04,690 Now the session is kind of interesting. When we work at a session layer here we're talking about the 31 00:02:04,690 --> 00:02:06,910 actual connection between two systems. 32 00:02:06,970 --> 00:02:10,820 Are we making a TCP connection between a web server and a web client? 33 00:02:10,960 --> 00:02:12,490 Are we just sending e-mail? 34 00:02:12,490 --> 00:02:15,510 Are we sharing a folder between two computers on a local network? 35 00:02:15,640 --> 00:02:20,200 And it's the session layer that defines what's taking place in terms of how that connectivity really 36 00:02:20,200 --> 00:02:20,940 works. 37 00:02:21,860 --> 00:02:28,030 Next is the presentation layer. The presentation layer is old and weird, but since it is on the OSI we 38 00:02:28,030 --> 00:02:33,140 need to at least make a quick mention of it. Just because a big chunk o data comes into your computer 39 00:02:33,340 --> 00:02:38,110 does that necessarily mean that this data is in a form that your computer can read it? 40 00:02:38,150 --> 00:02:41,860 Now, let's use Microsoft Office as an example. 41 00:02:41,870 --> 00:02:47,940 If I open up my Microsoft Office I can open up almost any kind of document you can dream of. 42 00:02:48,050 --> 00:02:50,970 Office has the smarts built into it to automatically read it. 43 00:02:51,110 --> 00:02:52,790 But that wasn't always the case. 44 00:02:52,850 --> 00:02:58,880 So the presentation layer used to be used to convert data into a format that your applications can read. 45 00:02:59,840 --> 00:03:02,320 hippy you're at the top is applications. 46 00:03:02,450 --> 00:03:06,710 Applications is important because it's the applications themselves and it's not really the applications 47 00:03:06,710 --> 00:03:07,840 you have to be careful here. 48 00:03:08,030 --> 00:03:13,970 What we're talking about is the smarts in the applications that make them network aware. Little simple 49 00:03:13,970 --> 00:03:20,330 things that you and I never think of. For example, if we were to open up Microsoft Word and we could literally 50 00:03:20,330 --> 00:03:23,270 go to the network to go find a particular file. 51 00:03:23,270 --> 00:03:26,760 And that's because Microsoft Office itself is network aware. 52 00:03:26,780 --> 00:03:33,470 We often use the term API, or application programmers interface, as the definition of the smarts that 53 00:03:33,470 --> 00:03:39,190 are built into an application that allows us to make the application network aware. 54 00:03:39,440 --> 00:03:46,850 So this is the OSI. Alright, the TCP/IP model is more simplistic than the OSI simply because if you're 55 00:03:46,850 --> 00:03:50,840 using only TCP/IP there's a lot of parts don't really come into play as much. 56 00:03:50,840 --> 00:03:52,360 Let me show you what I'm talking about. 57 00:03:52,400 --> 00:03:56,960 First of all we have what they call the network interface layer. So the network interface layer covers 58 00:03:57,140 --> 00:04:03,680 all the physical cabling, MAC addresses, network cards, pretty much everything in terms of hardware with 59 00:04:03,680 --> 00:04:09,380 a couple of small exceptions, routers, are all covered here under network interface. So that ties similarly 60 00:04:09,380 --> 00:04:12,480 to the data link and physical for the OSI. 61 00:04:12,500 --> 00:04:14,520 Now your next one is your internet link. 62 00:04:14,540 --> 00:04:20,540 Your internet for IP addresses. So things like routers or anything it has to do with an IP address 63 00:04:20,810 --> 00:04:22,700 works at the Internet layer. 64 00:04:22,820 --> 00:04:24,620 The next one is transport. 65 00:04:24,620 --> 00:04:30,890 Now transport does all the assembly and disassembly but it also has to do with whatever it takes to 66 00:04:30,890 --> 00:04:33,820 connect to the other system to make sure the data gets there. 67 00:04:33,920 --> 00:04:40,640 So in this case we're talking about things like, for example TCP or UDP or whatever it takes to get those 68 00:04:40,880 --> 00:04:44,390 chunks of data from one application to the next. 69 00:04:44,400 --> 00:04:46,700 Now the last one is called application. 70 00:04:46,770 --> 00:04:54,070 So application actually takes into consideration the old OSI application, presentation and session layer. 71 00:04:54,090 --> 00:04:58,110 So everything that has to do with the application itself works at this layer. 72 00:04:58,110 --> 00:05:02,860 Now keep in mind that the TCP/IP model looks at this a little bit differently than OSI. 73 00:05:03,270 --> 00:05:11,100 TCP model looks at applications as applications for example email or FTP or telnet. 74 00:05:11,100 --> 00:05:17,010 All of these very distinct things that each have their unique port numbers all play into this one particular 75 00:05:17,010 --> 00:05:17,910 area. 76 00:05:17,940 --> 00:05:23,460 So if it were up to me, and it's not but to me, I would change this a little bit. 77 00:05:23,460 --> 00:05:29,700 First of all I would go ahead and take the transport layer and put the old OS I session layer into that as 78 00:05:29,700 --> 00:05:31,110 well as the transport layer. 79 00:05:31,110 --> 00:05:34,850 But that's really not the way we look at it for the exam so we put that back. 80 00:05:35,160 --> 00:05:38,390 And that's pretty much your TCP/IP model. 81 00:05:38,390 --> 00:05:41,290 Now what I want to do is let's take a look at both of these guys. 82 00:05:41,400 --> 00:05:44,640 First we have the OSI model, older more detailed. 83 00:05:44,700 --> 00:05:47,880 And then we have the TCP/IP model, more modern, 84 00:05:47,880 --> 00:05:50,840 not as much detail but not as complicated. 85 00:05:51,210 --> 00:05:55,280 Make sure for the network plus exam that you know both of these models. Now don't worry about it. 86 00:05:55,270 --> 00:05:56,490 We've got a lot more to talk about. 87 00:05:56,490 --> 00:06:00,740 We've got lots of episodes that are going to break down all the different layers in these models and 88 00:06:00,750 --> 00:06:06,300 a lot more detail. But for right now the important thing you need to appreciate is that each one of these 89 00:06:06,300 --> 00:06:07,950 layers has a distinct function. 90 00:06:08,130 --> 00:06:11,740 Each one of these layers has a name but not only that it's also got a number. 91 00:06:11,910 --> 00:06:14,010 So let's use OSI as an example. 92 00:06:14,010 --> 00:06:18,960 If I'm talking about OSI and I'm looking at the network layer. Now understand its network layer but 93 00:06:18,960 --> 00:06:20,680 there's also numbers associated with it. 94 00:06:20,680 --> 00:06:22,820 They go from one up to seven. 95 00:06:22,830 --> 00:06:28,450 So if I'm talking about OSI and I say Layer 3, you need to know that I'm talking about the network level. 96 00:06:28,500 --> 00:06:30,930 That's also very true with TCP/IP. 97 00:06:30,960 --> 00:06:35,320 So whenever we're talking about the TCP/IP model there are numbers associated with it. 98 00:06:35,340 --> 00:06:40,890 Make sure for the network plus you know each name of each layer as well as the number associated with 99 00:06:40,890 --> 00:06:42,350 it. 10750

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