Network Connectivity
Video Activity
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or
Already have an account? Sign In »

Video Transcription
00:00
>> Now, as we mentioned earlier,
00:00
when we have a network,
00:00
we have a group of interconnected devices.
00:00
How do we connect those devices?
00:00
We connect them through media and through
00:00
specific devices designed to connect computers.
00:00
Hubs are what we used to use
00:00
very commonly back in the day,
00:00
simply for the fact that they were cheap.
00:00
But hubs introduced problems and
00:00
some security vulnerabilities into the network,
00:00
so we moved from hubs to switches.
00:00
Switches give us greater control of traffic,
00:00
and switches, in a lot of ways,
00:00
act like a police officer of a busy intersection;
00:00
directing traffic from one path to another.
00:00
Switches will allow you to manage
00:00
traffic on your network more efficiently.
00:00
Routers are primarily about
00:00
connecting to different networks.
00:00
If I want to connect to the Internet,
00:00
I usually do so through a router.
00:00
If I want to connect to my branch in Minnesota,
00:00
usually I connect to an
00:00
external network through my router.
00:00
VLANs are going to give us
00:00
benefits of both switches and routers.
00:00
A VLAN is going to be a virtual LAN,
00:00
so we'll be able to segment
00:00
our network into different subnets,
00:00
if you will, and we can do so on a switch.
00:00
We'll talk about why that's desirable later.
00:00
Then of course, we have to consider
00:00
wireless access and wireless access points,
00:00
and how we'll allow these hosts to
00:00
connect without being physically wired in.
00:00
Another thing to consider is VPN servers,
00:00
and with wireless and VPN,
00:00
we'll talk about those ideas when we get to
00:00
the remote access section.
00:00
Every one of these terms we'll go into more deeply.
00:00
The next thing we have to have if we're going to
00:00
allow communication is a protocol.
00:00
A protocol is really important because you could
00:00
think of this as the language that computers speak,
00:00
and we have to speak the same language.
00:00
Quite honestly, that's not
00:00
the best definition you're going to hear.
00:00
But it is a good way to think about it
00:00
because if I'm speaking
00:00
Greek and you're speaking Spanish,
00:00
we're not going to be able to communicate
00:00
unless we have a translator.
00:00
The more translators we have,
00:00
the more unreliable the communication is.
00:00
If you ever want to do something fun,
00:00
use Google Translate to speak
00:00
a phrase and translate it into Spanish,
00:00
then take that Spanish phrase
00:00
and translate it back to English,
00:00
then take that result and translate it back to Spanish.
00:00
Do that about 10 times and you'll
00:00
find the end result is hysterical.
00:00
By the end, you don't have
00:00
anything you were originally communicating.
00:00
That's the problem when it comes to protocols.
00:00
When you have too many different protocols,
00:00
even though we can get a conversion
00:00
and can get a device called a gateway,
00:00
that's a protocol converter,
00:00
we don't get good true communication.
00:00
What we like to be doing is to
00:00
>> all use the same protocol.
00:00
>> A better definition of a protocol is that it's
00:00
the set of rules or requirements
00:00
that govern communication.
00:00
Things like how much data can be sent at once,
00:00
how do I know if I'm sending
00:00
more data than you can receive,
00:00
how long should data exist on the network,
00:00
and how should the packets be formatted,
00:00
are all examples of information
00:00
>> that make up a protocol.
00:00
>> But again, from this stand point,
00:00
you can think of it as a language.
00:00
We have to share the language.
00:00
The most common protocol we have and use by
00:00
far is the TCP/IP protocol.
00:00
It's actually not a protocol.
00:00
It's called a protocol stack or suite.
00:00
It's called a protocol stack because it's
00:00
made up of a lot of little protocols.
00:00
As a matter of fact, you already know two of
00:00
these protocols, TCP and IP.
00:00
There's also HTTP, UDP, ICMP, LMNOP it feels like.
00:00
>> There are a lot of
00:00
>> protocols that make up the TCP/IP suite.
00:00
Each of them have a particular purpose.
00:00
Just like everything, we're going to go
00:00
over this in more depth later.
00:00
The medium, cable or the airwaves.
00:00
With cable, there are
00:00
three main types that we use for networking;
00:00
coaxial, twisted pair,
00:00
and fiber optic cable.
00:00
Each of these are in use today,
00:00
and they each have their place.
00:00
We'll cover this in another chapter where we get into
00:00
more details and specifics of mediums.
00:00
We have to have cable or airwaves if we're going to
00:00
traverse because we need that path for data to travel.
00:00
Ultimately, what we talked about
00:00
here is the fact that there are a lot of elements
00:00
that have to come together
00:00
if we're going to be able to share
00:00
resources and communicate across the network.
00:00
At the very basic level,
00:00
we have the systems we want to connect.
00:00
Then if we want a domain environment,
00:00
we have to have a network operating system.
00:00
That creates the domain or the realm.
00:00
We use connectivity devices and protocols,
00:00
that way we can agree on how to communicate.
00:00
Of course, there is media,
00:00
which is what we traverse.
00:00
Also mentioned here,
00:00
we have certain network services that we
00:00
utilize like DNS and DHCP.
Up Next
Similar Content