Hub, Bridge, Switch, Router - Network Devices - Networking Fundamentals - Lesson 1b

Practical Networking
16 Dec 202015:25

Summary

TLDRThis video script delves into the fundamentals of networking, explaining how data flows through the internet. It covers the roles of network devices like hosts, IP addresses, networks, repeaters, hubs, bridges, switches, and routers, emphasizing their functions in data transmission and network connectivity.

Takeaways

  • 🌐 The purpose of the module is to teach how data flows through the internet.
  • πŸ”Œ A network is created when two computers are connected using a wire, and data signal decay occurs over greater distances.
  • πŸ” A repeater's function is to regenerate signals to allow connectivity over longer distances.
  • πŸ”„ A hub is a multi-port repeater used to connect multiple devices, but it doesn't filter traffic, causing all devices to receive all data.
  • 🚦 A bridge connects two network segments and learns which hosts are on which side, containing traffic to necessary segments.
  • πŸ”„ A switch is like a hub and bridge combination, facilitating communication within a network on a per-port basis.
  • 🏒 Networks are logical groupings of hosts with similar connectivity needs, sharing the same IP address space.
  • πŸ”„ Routers facilitate communication between different networks and are essential for internet connectivity.
  • πŸ›‘οΈ Routers provide traffic control points and are used for applying security policies and traffic filtering between networks.
  • πŸ—ΊοΈ Routing tables in routers store the networks they are aware of and guide the data flow to the appropriate interfaces.
  • 🌐 The internet is a network of routers that direct data flow between different networks globally.

Q & A

  • What is the main purpose of a repeater in networking?

    -A repeater's main purpose is to regenerate signals that come in on one end and output them on the other side, allowing for the connection of devices over greater distances by overcoming signal decay.

  • Why do we need a hub in a network?

    -A hub is needed to address the scalability issue of connecting multiple hosts directly to each other. It acts as a multi-port repeater, allowing all connected hosts to have connectivity with each other.

  • What is the fundamental problem with using a hub for connecting multiple hosts?

    -The fundamental problem with using a hub is that it broadcasts data to all connected ports, meaning every host receives a copy of every transmission, which can lead to inefficiencies and security concerns.

  • How does a bridge help in mitigating the issues of a hub?

    -A bridge helps by learning which hosts are connected to each of its ports and only forwarding packets to the necessary side, thereby containing communication to relevant networks and reducing unnecessary traffic.

  • What is the primary function of a switch in a network?

    -A switch's primary function is to facilitate communication within a network by learning which hosts are connected to each port and forwarding packets only to the necessary ports, thus optimizing traffic flow.

  • How does a switch differ from a hub in terms of handling network traffic?

    -Unlike a hub, which broadcasts traffic to all ports, a switch forwards traffic only to specific ports where the intended recipient host is connected, thus preventing broadcast storms and improving network efficiency.

  • What is the role of a router in a network?

    -A router's role is to facilitate communication between different networks. It acts as a traffic control point, allowing for the application of security policies and traffic filtering, and directs data to the appropriate network based on its routing table.

  • Why are routers essential for connecting to the internet?

    -Routers are essential for connecting to the internet because they provide a gateway for local networks to reach the global network of networks. They manage the flow of data to and from the internet based on their routing information.

  • What is a routing table and how is it used by a router?

    -A routing table is a data structure that stores the networks a router knows about and the paths to reach them. Routers use this table to determine the best interface to forward packets to their destination networks.

  • How does a router create a hierarchy in networks?

    -Routers create a hierarchy in networks by connecting different subnetworks and managing the flow of traffic between them. They direct data packets through the most efficient paths, creating a structured flow from local to global networks.

  • What is the difference between routing and switching in the context of network devices?

    -Routing refers to the process of moving data between networks, while switching is the process of moving data within a network. Routers primarily perform routing, and switches primarily perform switching, but many network devices can perform both functions.

Outlines

00:00

🌐 Understanding Network Devices and Data Flow

This paragraph introduces the second part of a lesson on network devices, focusing on switches and routers. It emphasizes the importance of understanding how data flows through the internet. The discussion starts by reviewing the concepts of hosts, IP addresses, and networks from the first part of the lesson. The script then delves into the limitations of direct host-to-host connections due to signal decay over long distances, highlighting the role of repeaters in regenerating signals. The introduction of hubs as multi-port repeaters and their limitations in managing data traffic among multiple devices is also covered. The paragraph concludes with an explanation of bridges, which help contain communication within specific networks by learning which hosts are connected to each side of the bridge.

05:00

πŸ”Œ The Role of Switches in Network Communication

This paragraph builds on the previous discussion by introducing switches as a combination of hubs and bridges. Switches allow multiple devices to connect and learn which hosts are connected to each port, facilitating communication within a network. The formal definition of a switch is provided, emphasizing its role in facilitating communication within a logical grouping of hosts that require similar connectivity. The paragraph also discusses the concept of IP address spaces and how different devices, such as those in a home Wi-Fi network or a school classroom, can belong to the same network. The importance of separating devices with different connectivity requirements into different networks is highlighted, with switches facilitating communication within these networks. The paragraph concludes with an introduction to routers, which are necessary for communication between different networks, and their role in providing traffic control points and security policies.

10:01

🌐 Routers: Facilitating Communication Across Networks

This paragraph focuses on routers and their primary purpose of facilitating communication between networks. It explains how routers learn which networks they are attached to by having an IP address in each network, serving as gateways for hosts to exit their local network. The concept of routing tables, which store the networks a router knows about, is introduced. The paragraph illustrates how routers create a hierarchy in networks and IP addresses, connecting different routers to facilitate communication across various networks. The script uses the example of the Acme Corporation's offices to explain how data flows across the internet, with routers directing traffic through a series of routers to reach the destination. The paragraph concludes by emphasizing the role of routers in creating the internet's structure and the importance of understanding routing and switching in the context of various network devices.

15:02

πŸ“š Engaging with the Networking Fundamentals Course

In this final paragraph, the script shifts from technical explanations to a more personal and engaging tone. The instructor invites viewers to participate in shaping the course by suggesting topics they would like to see covered. The paragraph encourages viewers to like, subscribe, and share the video as a way of showing appreciation for the content. The instructor expresses gratitude for the viewers' engagement and looks forward to their feedback in the comments section. The paragraph concludes with a teaser for the next lesson, which will provide a practical perspective on the OSI model, laying the foundation for understanding how various network devices enable data flow through the internet.

Mindmap

Keywords

πŸ’‘Network

A network is a group of interconnected computers that share resources and data. In the video, the concept of a network is introduced as a foundational element, explaining how connecting two computers using a wire creates a network. This sets the stage for understanding more complex networking devices and topologies.

πŸ’‘Host

A host refers to any device connected to a network, such as computers, printers, or mobile phones. The video begins by discussing hosts to establish the basic components of a network, highlighting their role in communication and data exchange within a network.

πŸ’‘IP Address

An IP address is a unique identifier assigned to each device on a network, allowing them to communicate with each other. The video emphasizes the importance of IP addresses in identifying hosts and facilitating data transfer, using examples like 192.168.1.x to illustrate different devices in a network.

πŸ’‘Repeater

A repeater is a device that regenerates signals to extend the distance over which data can travel in a network. The video explains how repeaters help maintain signal strength over long distances, ensuring connectivity between hosts located far apart.

πŸ’‘Hub

A hub is a multi-port repeater that connects multiple devices in a network, duplicating and sending data to all connected devices. The video describes hubs as a solution to the scalability problem of directly connecting multiple hosts, while also noting their limitation in broadcasting data to all connected devices indiscriminately.

πŸ’‘Bridge

A bridge is a device that connects two segments of a network, controlling data flow between them based on learned addresses. The video introduces bridges as an improvement over hubs by preventing unnecessary data transmission across segments, thus reducing network congestion.

πŸ’‘Switch

A switch is a device that connects multiple devices in a network and uses MAC addresses to forward data only to the intended recipient. The video presents switches as advanced devices combining features of hubs and bridges, capable of learning which hosts are connected to each port and directing traffic efficiently.

πŸ’‘Router

A router is a device that facilitates communication between different networks, directing data based on IP addresses. The video explains routers' role in connecting local networks to the internet and managing traffic between distinct networks, emphasizing their importance in creating the hierarchical structure of networks.

πŸ’‘Gateway

A gateway is the interface on a router that serves as an exit point for a local network, allowing communication with other networks. The video uses the term to explain how hosts identify the path to other networks, using examples like default gateways to illustrate their role in data routing.

πŸ’‘Routing Table

A routing table is a data table stored in a router that lists the routes to different network destinations. The video discusses routing tables as essential components for routers to determine the best path for data packets, ensuring efficient and accurate delivery of information across networks.

Highlights

Introduction to the second part of a lesson on network devices, focusing on switches and routers.

Explanation of signal decay over long distances and the role of repeaters in regenerating signals.

The concept of a network and the impracticality of connecting hosts directly to each other for scalability.

Introduction of hubs as multi-port repeaters to facilitate communication among multiple hosts.

The issue of data traffic in hubs where all hosts receive each other's data.

Role of bridges in containing communication to relevant networks and learning host connections.

Definition and function of switches as devices that combine the features of hubs and bridges.

Switches' ability to facilitate communication within a network on a per-port basis.

The concept of a network as a logical grouping of hosts with similar connectivity requirements.

Differentiation of networks within an organization based on connectivity needs.

Introduction of routers as devices facilitating communication between different networks.

Routers' role in traffic control and security policy application at network boundaries.

Explanation of routing tables and how routers use them to direct traffic to appropriate networks.

The concept of a gateway as the exit point for a host to communicate with a different network.

Hierarchy in networks created by routers and the flow of data across different networks.

Understanding the broader definition of routing and switching in the context of various network devices.

Overview of other network devices like access points, firewalls, load balancers, and their roles in routing or switching.

Conclusion of the lesson with a summary of the key takeaways on network devices.

Invitation for feedback on course content and an encouragement to like, subscribe, and share the video.

Transcripts

play00:00

hello welcome to the second part of our

play00:02

lesson on network devices

play00:04

this is the first lesson from the first

play00:06

module of my new course on networking

play00:07

fundamentals

play00:09

the purpose of this module is to teach

play00:11

you how data flows through the internet

play00:13

in part one of this lesson we discussed

play00:15

the concepts of a host

play00:16

an ip address and a network if you

play00:18

haven't watched that video go ahead and

play00:20

pause this video right now and watch the

play00:21

first video

play00:22

there'll be a link in the description in

play00:24

this video we're simply going to

play00:25

continue right where we left off

play00:28

now the main idea we want to teach in

play00:29

this video are these last two devices

play00:32

switches and routers but we can't really

play00:34

understand those

play00:35

until we understand where we've come

play00:36

from so we have to start there

play00:39

in the last video we unpacked the idea

play00:41

of a network we identified that a

play00:43

network is created anytime you connect

play00:45

two computers to each other using a wire

play00:48

one thing to understand about sending

play00:49

data across a wire is that it decays as

play00:51

it travels greater and greater distances

play00:54

if the two computers you're connecting

play00:55

are in the same room then you don't

play00:57

really have to worry about it

play00:58

the decay will still occur but the

play01:00

signal will still get through and

play01:01

therefore

play01:02

connectivity between these hosts is

play01:03

still attained if

play01:05

however these hosts span greater

play01:07

distances maybe

play01:08

you're connecting two computers on

play01:09

opposite sides of a building or even in

play01:12

two different buildings

play01:13

then you might have a problem if the

play01:15

signal decays before it gets the other

play01:17

side

play01:17

then these two hosts cannot share data

play01:21

in those cases what you need is a

play01:22

repeater a repeater

play01:24

is a device whose sole purpose is to

play01:26

regenerate signals

play01:27

anything that comes in on one end simply

play01:29

gets regenerated out the other side

play01:32

this allows you to connect devices

play01:33

together which span greater distances

play01:39

so far we've been talking about

play01:40

networking from the perspective of

play01:42

connecting one host

play01:43

directly to another host well if you add

play01:46

a third host

play01:47

you now have to connect that host to all

play01:49

the other hosts which you've already

play01:50

established and if you add a fourth host

play01:53

you now have to connect this fourth host

play01:55

to all the hosts that already exist

play01:57

and again if you add a fifth host you

play01:59

now have to connect this fifth host

play02:01

to every host that has already been

play02:02

connected as you can see

play02:04

connecting host directly to each other

play02:06

simply doesn't scale

play02:08

instead we created devices which we

play02:10

could put at the center of every network

play02:11

and connect all the hosts to those

play02:13

devices

play02:14

and these devices would then handle

play02:16

funneling communication between these

play02:17

different hosts

play02:19

the benefit to these types of devices is

play02:21

that if a sixth host gets spun up

play02:23

it's very easy to simply connect it once

play02:25

to that device and now it has

play02:26

connectivity to every host that has

play02:28

already existed

play02:29

that's what all of these are and the

play02:32

first of these types of device that

play02:33

we're going to discuss

play02:34

is known as a hub a hub

play02:37

is nothing more than a multi-port

play02:39

repeater

play02:41

earlier we discussed repeaters and we

play02:42

said all they do is regenerate signals

play02:45

hubs do the same thing except they do it

play02:46

across multiple ports

play02:48

for example if these two hosts over here

play02:51

need to communicate

play02:52

one of them sends a packet to the other

play02:54

it'll hit the hub and the hub will

play02:55

simply duplicate that packet and send it

play02:57

out all remaining ports

play02:59

that allow what this guy sends to arrive

play03:02

over here

play03:03

this fixes the scale problem hub is the

play03:06

first device that allows us to connect

play03:08

multiple devices in the center and now

play03:10

all of them have connectivity to each

play03:11

other

play03:12

but as you can probably see the problem

play03:15

with the hub is that everybody receives

play03:17

everybody else's data

play03:18

these two hosts over here which are

play03:20

uninvolved in the communication between

play03:21

these two hosts

play03:22

are receiving a copy of everything they

play03:24

send

play03:26

which brings us to bridges here

play03:30

we have two sets of hosts all

play03:31

interconnected using a hub

play03:33

and a bridge is meant to sit in between

play03:36

hub-connected hosts

play03:38

bridges by definition only have two

play03:40

ports one port facing one set of

play03:42

hub-connected devices and another port

play03:44

facing the other set of hub connected

play03:46

devices

play03:47

bridges will also then learn which hosts

play03:49

are on which

play03:50

side of the bridge this would allow the

play03:52

bridge to contain communication

play03:54

to only the side that is necessary for

play03:57

example

play03:58

if these hosts again need to speak to

play04:00

each other

play04:01

when they send data to each other

play04:03

through that hub the hub is of course

play04:05

going to simply regenerate that signal

play04:07

at all ports

play04:08

and notice that the bridge can be

play04:10

getting a copy of that packet

play04:12

but the bridge knows that the other

play04:14

green host is on this side of the bridge

play04:16

and therefore the bridge isn't going to

play04:18

bring that packet to the other side

play04:21

the bridge is the first type of device

play04:23

that helps contain packets only to their

play04:25

relative networks

play04:27

on the other side if these hosts need to

play04:29

speak to each other

play04:30

they can also send packets to each other

play04:32

through their hub and once again the

play04:34

bridge will not let those packets bleed

play04:36

into the other side because it knows

play04:38

the yellow devices exist on the right

play04:40

hub

play04:43

and of course if this device needs to

play04:44

send something to this device

play04:46

the bridge is going to know that that

play04:47

traffic is going to have to cross the

play04:49

bridge

play04:50

and the bridge will allow that packet to

play04:51

traverse to the other side

play04:58

the main takeaway is understanding that

play05:00

bridges can learn which hosts are

play05:02

connected

play05:02

on either side of the two ports of the

play05:04

bridge now this

play05:06

finally brings us to switches switches

play05:09

are sort of like a combination

play05:11

of hubs and bridges they are like hubs

play05:14

in the sense that many devices can

play05:16

connect to the switch

play05:18

and they are like bridges in the sense

play05:19

that they can learn which hosts are

play05:21

connected to each port

play05:24

the main difference is that they're

play05:26

doing it on a per port basis

play05:28

which means if these two hosts want to

play05:30

speak to each other

play05:31

the switch will know that the only ports

play05:33

that need to receive this traffic

play05:34

are the two that are connected to those

play05:36

green hosts and will keep that

play05:37

communication contained to just

play05:39

those ports moreover if these two hosts

play05:43

want to speak to each other

play05:44

the switch will again make sure that

play05:45

that communication only flows between

play05:48

the relative ports

play05:49

so this is how a switch is like a

play05:51

combination of a hub and a bridge

play05:55

the formal definition of a switch that

play05:57

we want to use is that a switch is a

play05:59

device

play06:00

which facilitates communication within a

play06:03

network

play06:05

earlier we defined a network as a

play06:08

logical grouping of hosts which require

play06:10

similar connectivity which means

play06:13

all of these devices over here all

play06:15

belong to the same

play06:16

network moreover networks

play06:19

all share the same ip address space

play06:22

which means this network owns all the ip

play06:25

addresses which start with

play06:27

192.168.1.anything

play06:29

and this host's identity is the ip

play06:31

address 192.168.1

play06:33

dot and this host would be 192.168.1.66

play06:39

and this set of devices could very

play06:41

easily represent

play06:42

all the different hosts on your home

play06:44

wi-fi network

play06:45

maybe this device is your printer and

play06:48

this device is your laptop

play06:49

and this device is your mobile phone and

play06:51

so on

play06:52

or maybe this network and these devices

play06:54

represent all the pcs that might exist

play06:56

within a particular classroom

play06:58

of the school network or maybe even

play07:01

further all these devices represent

play07:03

hosts that exist in the sales team

play07:05

of the london office of the acme

play07:07

corporation

play07:08

one way or another since all these

play07:10

devices are connected with a switch

play07:12

they all belong to the same network now

play07:16

let's go back to that example of the

play07:18

school network

play07:20

we said that the school likely has many

play07:22

different classrooms

play07:23

and each of those classrooms belong to

play07:24

their own network

play07:26

which means this would be a more

play07:28

accurate representation of the school

play07:30

network we would have classroom two

play07:32

owning that ipspace and classroom three

play07:34

owning that ipspace

play07:36

now the reason you might want to

play07:38

separate these two sets of devices into

play07:40

their own network is because they might

play07:42

have different connectivity requirements

play07:44

for example maybe these computers over

play07:47

here

play07:47

all belong to the biology classroom and

play07:50

all they need is simple internet

play07:51

connectivity

play07:52

but maybe these computers over here

play07:54

belong to the computer science classroom

play07:56

and they not only need internet

play07:58

connectivity but also access to various

play08:00

cloud resources

play08:01

to do their studies well since these

play08:03

computers have different connectivity

play08:05

requirements than

play08:06

these computers it's a good idea to

play08:08

separate those out into separate

play08:10

networks

play08:11

now in both cases we can still use

play08:13

switches to facilitate

play08:15

all the communication within the

play08:16

networks meaning

play08:18

this switch can handle all the

play08:19

communication between these three

play08:22

hosts and this switch can handle all the

play08:24

communication

play08:25

between these three hosts

play08:28

but what happens if this host down here

play08:31

wants to speak

play08:32

to this host on a different network

play08:35

well if a switch can only facilitate

play08:37

communication within

play08:38

a network we would need another type of

play08:41

device to handle the communication

play08:43

between networks and that device would

play08:46

be

play08:47

a router a router is a device whose

play08:50

primary purpose is to facilitate

play08:52

communication

play08:53

between networks at the very least

play08:57

you're going to need that router to

play08:58

connect you with the ultimate network of

play09:00

networks

play09:01

known as the internet so let's unpack

play09:04

this further

play09:05

routers provide traffic control points

play09:08

between

play09:09

networks let's say we wanted to limit

play09:12

the traffic that could go from this pc

play09:14

to this pc

play09:15

well since these two pcs aren't separate

play09:17

networks all that traffic

play09:19

has to flow through the router creating

play09:21

a great place

play09:22

to add security policies or traffic

play09:24

filtering or even redirecting that

play09:26

traffic elsewhere entirely

play09:28

since routers sit on the boundary

play09:30

between networks

play09:32

they provide a logical location to apply

play09:34

security policies

play09:36

this type of security filtering isn't

play09:38

traditionally available on switches

play09:40

these days there are modern switches

play09:42

that can do such filtering

play09:43

but it is generally accepted that the

play09:45

devices sitting on the same network

play09:46

don't typically need filtering for

play09:48

traffic traveling within the network

play09:50

if you had devices that needed different

play09:52

types of connectivity you'd want to

play09:54

place them in different networks

play09:55

the network boundary is what is meant to

play09:57

be the logical separation of devices

play10:00

the way routers work is that they learn

play10:03

which networks that they are

play10:05

attached to meaning this router is going

play10:07

to learn that on this interface it's

play10:09

connected to the 172 16.20 network

play10:12

and on this interface it's connected to

play10:14

the 172 1630 network

play10:16

and out here is the direction to go to

play10:18

the internet

play10:20

the knowledge of each of these different

play10:22

networks is known as a route

play10:24

and all these routes are stored in what

play10:26

the router calls a routing

play10:27

table a routing table is therefore

play10:30

all the networks that a router knows

play10:32

about and the router is going to use

play10:34

this routing table in order to funnel

play10:36

traffic

play10:36

out the appropriate interface now

play10:40

when we say a router learns which

play10:42

networks they are attached to

play10:44

what we mean is that a router has an ip

play10:46

address

play10:47

in every network that they're attached

play10:49

to for example

play10:51

when this router is attached to this

play10:53

network it is given

play10:54

an ip address in that network this

play10:56

interface's identity

play10:57

is the ip address 172.16.20.1

play11:02

and this interface's identity is the ip

play11:04

address 172

play11:06

16.30.254

play11:09

this ip address is going to serve as

play11:11

what's known as a gateway

play11:13

a gateway is a host's way out of their

play11:16

local network

play11:17

for example this host over here has the

play11:20

ip address 172

play11:22

16.20.33 but if that host

play11:25

wants to speak to something on a

play11:27

different network it knows it's going to

play11:29

have to go

play11:30

through a router and the ip address for

play11:32

that router is stored as that host's

play11:34

default gateway

play11:36

notice this host has a default gateway

play11:38

of 172.16.20.1

play11:41

that's this interface ip address of that

play11:43

router

play11:46

now if we go a step higher than that

play11:48

routers are actually what create

play11:50

the hierarchy in networks and ip

play11:52

addresses that we discussed in the prior

play11:54

sections of this lesson for example the

play11:57

new york office of the acme corporation

play12:00

that had all the different teams that

play12:01

each had their own ip networks

play12:04

well each of those networks are

play12:05

connected to different routers

play12:07

and each of those routers are then

play12:08

connected to another router

play12:10

and if a host in the sales team wants to

play12:12

speak to a host on the marketing team

play12:14

it's going to use its gateway which is

play12:16

its closest router ip address

play12:17

which is then going to send the packet

play12:19

to the next router to the next router

play12:21

and then finally to the host on the

play12:22

marketing team

play12:24

the tokyo office of the acme corporation

play12:26

is likely going to have a similar setup

play12:28

and both of these routers are then

play12:30

likely going to connect to the internet

play12:33

the internet is nothing more than a

play12:34

bunch of different routers itself

play12:37

meaning if a host on the marketing team

play12:39

wants to speak to a host on the

play12:40

engineering team in tokyo

play12:42

that host will send the data to the

play12:44

router which will send the data to the

play12:46

next router

play12:46

which will send it through all the

play12:48

routers on the internet which will

play12:49

finally send it to the tokyo router and

play12:51

finally to the engineering team

play12:54

that is how data is going to flow across

play12:56

the internet

play12:57

and that is the role that routers play

play12:59

in making that possible

play13:01

now the last idea i want to leave you

play13:03

with actually involves pulling back the

play13:05

definition of switches as well

play13:08

there's something important you have to

play13:09

understand about what we've defined as

play13:11

routers and switches

play13:13

route ding is the process of moving data

play13:16

between

play13:16

networks a router as we have described

play13:20

it

play13:20

is simply a device whose primary purpose

play13:22

is to perform

play13:23

routing in the same way switching

play13:27

is the process of moving data within

play13:30

networks

play13:31

and a switch as we have described it is

play13:33

a device whose primary purpose

play13:35

is switching the reason i bring that up

play13:38

is there are many other types of network

play13:40

devices that exist out there

play13:42

access points firewalls load balancers

play13:44

layer 3 switches proxies

play13:46

and there's even devices that only exist

play13:48

in the cloud like virtual switches and

play13:50

virtual routers

play13:51

one way or another all these devices are

play13:54

going to perform

play13:55

routing or switching or both so later on

play13:58

in this module when we describe

play14:00

what a router does or what a switch does

play14:03

what we are actually describing is what

play14:05

any device does that implements routing

play14:07

or any device does that implement

play14:09

switching

play14:11

and with that we close our lesson on

play14:13

network devices

play14:15

in part one of this lesson we unpacked

play14:17

hosts

play14:18

ip addresses and networks and in part

play14:21

two

play14:21

we continued that discussion by

play14:23

illustrating repeaters

play14:24

hubs bridges switches and routers

play14:29

in the next lesson we're going to give

play14:31

you a practical perspective on the osi

play14:33

model

play14:34

this will lay the foundation to

play14:36

understand what all of these devices do

play14:38

to enable data flowing through the

play14:40

internet

play14:41

but that wraps up this lesson your main

play14:43

takeaways are on the slide right now

play14:45

i hope you enjoyed this lesson i want to

play14:47

thank you for watching

play14:48

and we'll see you in the next one

play14:52

hey youtube i hope you enjoyed that free

play14:53

lesson for my new course on networking

play14:55

fundamentals

play14:56

i'll be releasing the entire first

play14:57

module for free here on youtube

play15:00

i want this course to be the ultimate

play15:01

networking fundamentals course and since

play15:03

i'm still scoping out the outline you

play15:04

could have a say in what topics will be

play15:06

covered

play15:07

let me know in the comments below what

play15:08

subjects you want included in this

play15:09

course

play15:10

otherwise remember to like and subscribe

play15:12

and of course if you learned something

play15:14

from this video the best way to thank me

play15:15

is to share this video

play15:17

it's a small act of gratitude but one i

play15:19

appreciate greatly

play15:20

i hope you enjoyed this lesson i want to

play15:22

thank you for watching and we'll see you

play15:24

in the next one

Rate This
β˜…
β˜…
β˜…
β˜…
β˜…

5.0 / 5 (0 votes)

Related Tags
NetworkingDevicesData FlowInternetHubsSwitchesRoutersIP AddressesLessonEducationalFundamentals