From the course: CompTIA Network+ (N10-009) Cert Prep

What is Ethernet?

- One of the many, many things that cracks me up by being a network technician is that normal people, just regular users, throw around a lot of high-tech terminology without really understanding what it's all about. And we hear people throw around terms like TCP/IP or WIFI, and they may or may not really understand it, but they like to throw it out anyway. The one term that drives me absolutely bonkers that I hear people use all the time is ethernet. You'll hear folks say things like, "Oh, here I got an ethernet cable." Or, "Ooh, look at my little SOHO ethernet switch." Or, "Oh look, ethernet fiber optic." On the back of just about every computer around is a network connection, and people go, "Oh, that's my ethernet connection." Well, that's one of those terms that's kind of right, but really basically wrong. So what I want to do right now is clarify the term ethernet. If you want to understand ethernet, you need to understand that a long time ago, way back in 1980, a bunch of people got together with the IEEE, this is the big US standards board, and they came together and they created a standard called IEEE 802.3. Now IEEE 802.3, which we call ethernet, is a book, and inside this book is everything you need to know to make a network called ethernet. Inside here is what kind of cables to use. Inside here is how fast does it run. Inside here is what type of frame is it going to use. Inside here is how do you sense and how do you communicate together. I mean, everything you need to know to make a network is in this one book. Now this was developed way back in February of 1980, 802. So the 802.3 standard has gone through a lot of changes since way back then. We have things like, oh, I don't know, 802.3a, and 802.3b, and 802.3i. And they actually ran out of letters of the alphabet and they had to start at the beginning. So they have things like 802.3ae. And I mean, if I wanted to show you all of the addendums to the 802.3 standard, this thing would stack up probably about a hundred yards over my head. So I don't want to do that. For right now, what we need to appreciate (books thud) is that ethernet, at least in terms of one piece, never really changes. And that's right here in the frame. The ethernet frame has stayed the same since pretty much from the beginning. Now there's going to be some nerd out there that's like, "Well, Mike, there were earlier versions of ethernet." But they haven't been around since, I don't know, since I was listening to WHAM. So we ignore those people, and if they ever say that to you, punch them. So the bottom line is that we have this little ethernet frame. Now we've talked about frames earlier. So what I want to add at this point is that ethernet lives on MAC addresses. So it has the MAC address to and the Mac address from, there's going to be some amount of data, and there's a CRC. But when we're talking about ethernet, we call this the frame check sequence or FCS. So this is the base frame. Now in later episodes, we're going to add a lot to this. This frame normally will never be more than 1,500 bytes, so this can get a lot bigger, well, at least in terms of ones and zeros. But the bottom line is is that unless you're doing something weird, it's never going to go over 1,500 bytes. Okay, now if you understand that the frame doesn't change, then some cool things can be thought about. For example, in the ethernet world, it's trivial for us to take a very modern network card and make it easily backward compatible with older equipment. All we have to do is slow down the card because the frame never changes. Or if you have an ethernet network that uses fiber optic, it's not that big of a deal to connect it to a unshielded twisted pair just by using little media converters because the frame never changes, and that's a big deal. Now given that the frame doesn't change, you do appreciate that ethernet has gone through a lot of changes over the years since 1980. It started out with big, thick wire, and now it's down to unshielded twisted pair or fiber optic. It started out at 10 megabits per second, and now it's going 10 gigabits per second. So when we talk about these different types of ethernet, we have a standard nomenclature, and I want to show that to you right now. So if you take a look, here is an example of a standard nomenclature for one of those versions of 802.3, and this one says 10BASE5. So let's break this down. On the far left-hand side, what we're looking at is the speed in megabits per second. So this can be 10, this could be 100, this could be 1,000. It could be more than that, but let's stick with those three for right now. In the center, that value is either going to be BASE or BROAD. Broadband is ethernet that runs kind of like cable television where you have channels, and so you have one piece of cable that's running lots and lots of different conversations at once. But the more vastly more common version is BASE. And when you see the word BASE, that means that the entire bandwidth, however you want to look at it, there's only one channel. Everything that's being used is to send one conversation at a time. So let's go ahead and set this to something, I don't know, how about 10BASE? There we go. So the last value, this one's a little bit weird. Back in the old days of ethernet, before we had switches laying around, what we would do is we would just have this big, long cable, and you would hook into this cable. We actually have to know this for Network+. And the length of that cable was that last value. So if you saw a five, that stood for 500 meters. And that's a little bit old, but still in net plus. Today, pretty much the only value you're going to see there is T. So if we see something like 10BASE-T, what we're talking about is that it runs at 10 megabits per second, it's baseband, and it uses unshielded twisted pair with a switch in the middle. So for the exam, make sure that you're comfortable with these different types of nomenclatures 'cause you're going to be seeing them all over the place.

Contents