I/O devices: GPIO and HBA
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 »

Course
Difficulty
Intermediate
Video Transcription
00:00
>> Hey, Cybrarians,
00:00
and welcome back to the Linux plus
00:00
course here at Cybrary.
00:00
I'm your instructor Rob Goelz,
00:00
and in today's lesson we're going to
00:00
be covering I/O devices.
00:00
Upon completion of this lesson,
00:00
you are going to be able to explain
00:00
the purpose of GPIO and
00:00
then also identify various types of host bus adapters.
00:00
The general purpose input/output or GPIO interface is
00:00
commonly found on utility computing devices
00:00
such as the Raspberry Pi.
00:00
Now, GPIO provides multiple pins or digital lines,
00:00
and these can be individually programmed.
00:00
These lines will exist on
00:00
a integrated chip or a pin on a chip,
00:00
and GPIO is used to communicate and
00:00
program or control external devices such as LEDs,
00:00
sensors, and motors.
00:00
A lot of times you'll see
00:00
GPIOs stuff use for Internet of Things devices,
00:00
tiny devices that can be used to manage sensors,
00:00
motors, what have you.
00:00
Now, a host bus adapter is just an adapter.
00:00
It's a circuit board or controller that's used to
00:00
connect to multiple devices to a system.
00:00
One controller, multiple devices.
00:00
It's generally connected using a PCI slot,
00:00
or nowadays more commonly a PCIe slot.
00:00
Some examples of host bus adapters are IDE, SCSI,
00:00
and SATA controllers, which are storage controllers
00:00
used to connect to storage devices.
00:00
ISCSI and Fiber Channel controllers
00:00
are used for storage and storage networks.
00:00
Then ethernet adapters we talked about are
00:00
network adapters we use to connect to a wired network.
00:00
But with that, we've reached the end of this lesson.
00:00
In this lesson, we cover the purpose of
00:00
GPIO as well as host bus adapter types.
00:00
Thanks so much for being here and I look
00:00
forward to seeing you in the next lesson.
Up Next
Output Devices
Printer Device Overview
Manage Printers and Printing
Virtual Lab
Device Bus (Demo)
procfs File System (Demo)
Instructed By
Similar Content