Network Devices: Bluetooth, WiFi and Network Adapters
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
>> Hey Cybrarians, welcome back to
00:00
the Linux+ Course here at Cybrary.
00:00
I'm your instructor Rob Goelz and in
00:00
today's lesson we're going to
00:00
be discussing network devices.
00:00
Upon completion of today's lesson,
00:00
you are going to be able to identify
00:00
the network communication devices
00:00
>> that are going to be on
00:00
>> the exam and we're going to talk about how
00:00
Bluetooth and Wi-Fi are configured.
00:00
The Linux+ exam is focused on
00:00
three types of network communication devices,
00:00
and those are Ethernet adapters,
00:00
Wi-Fi adapters, and Bluetooth adapters.
00:00
Ethernet adapters are more often just
00:00
called network adapters or network cards,
00:00
are a type of host bus adapter,
00:00
which is often abbreviated as just HBA.
00:00
These ones are used to
00:00
connect systems up to a wired network,
00:00
and they use what is called the RJ45 cable standard.
00:00
Linux supports both onboard Ethernet adapters and
00:00
add-on adapter cards like
00:00
the ones pictured here on the right-hand side,
00:00
and we can see the port is torn,
00:00
if you've ever plugged in a network cable,
00:00
that's the port you're going to be used to seeing,
00:00
it looks like an overgrown phone cable port.
00:00
We're not going to cover
00:00
configuring Ethernet adapters here,
00:00
just because we already talked about that in Module 3.
00:00
Wi-Fi is the primary network connection
00:00
means on laptops and pretty much
00:00
what a lot of people use nowadays.
00:00
It's less likely to be found in a server environment,
00:00
but we can sometimes see that
00:00
on desktops and workstations,
00:00
it just depends on the network
00:00
that you have set up at home,
00:00
whether or not you have the ability
00:00
to run cables all over the place.
00:00
Iwconfig is what we use to configure wireless devices,
00:00
and the Iwlist command is used
00:00
>> to find wireless networks.
00:00
>> An example, wireless connection
00:00
>> might look something like
00:00
>> iwconfig to see any available wireless interfaces,
00:00
and then from there we can use
00:00
iwlist with the interface name
00:00
and then scan to find available Wi-Fi networks.
00:00
Once we find those networks,
00:00
we can use iwconfig on
00:00
the interface to see the interface status,
00:00
and then specify we want
00:00
that interface to connect to the Wi-Fi name,
00:00
by doing iwconfig interface,
00:00
ESSID, and then the Wi-Fi name.
00:00
Once it's all set up, we can
00:00
do iwconfig interface commit,
00:00
and it will apply all the changes and connect us to
00:00
the wireless network. Now Bluetooth.
00:00
Bluetooth was designed to replace serial or
00:00
RS232 with wireless communication.
00:00
A Bluetooth transmitter can
00:00
>> connect up to seven devices,
00:00
>> and the devices and transmitters
00:00
operate on what's called a piconet.
00:00
Piconet is sometimes more commonly referred to
00:00
as a personal area network or PAN.
00:00
Bluetooth is installed Linux with
00:00
the blues package or bluesy package,
00:00
and it provides both bluetoothctl and the hcitool.
00:00
To set up a Bluetooth, for example,
00:00
you might use bluetoothctl list,
00:00
which is going to list
00:00
the available devices and controllers.
00:00
You can do bluetoothctl scan
00:00
on that's going to show any unpaired devices.
00:00
Then hcitool scan to
00:00
find the MAC address
00:00
of the device you want to connect to.
00:00
Then finally, you use bluetoothctl
00:00
pair the controller MAC address to pair the device.
00:00
But with that, we reach the end of this lesson.
00:00
In this lesson we covered
00:00
network communication devices that are going to be on
00:00
Linux+ exam and a little bit of an overview
00:00
about how Bluetooth and Wi-Fi are configured.
00:00
Thanks so much for being here and I look
00:00
forward to seeing you in the next lesson.
Up Next
Instructed By
Similar Content