Family Personal DevelopmentLearning Center • Cybersecurity
Interactive cybersecurity topics

Cybersecurity Foundations: Computers, Networks & Linux

Build the vocabulary and mental models first. Learn what computer parts, bits, operating systems, Linux, networks, ports, and defensive controls do—then apply them in the Cyber Investigation Lab.

📘 Learn the What and Why

Use this page as the detailed content area for core concepts, vocabulary, examples, and career connections.

🧭 Suggested Route

Computer parts → bits and bytes → operating systems and Linux → networks and ports → threats and defense → careers.

A

Computer Anatomy

Select a part to reveal its role and security connection.
Interactive

Select a component

Hardware, software, identity, and networks work together as one system.

How bits move inside a computer: Input devices, storage, and network interfaces send electrical signals that represent bits. The CPU interprets instructions, RAM temporarily holds active data, storage keeps data long term, and buses carry groups of bits between components. The operating system coordinates this movement so programs can open files, display images, and communicate across a network.
Interactive model

Inside the Computer: Power & Data Flow

Choose a mode and task, then follow each numbered step. The simulator prevents steps from overlapping so the highlighted order stays accurate.

Data-flow starting state: The computer is plugged in, powered on, and idle. Dim components already have power. In Power Flow mode, the animation resets to the wall outlet and shows startup power in order.
Powered and ready Moving or processing data Receiving or distributing power Completed step

Power voltage

The wall supplies 120 V AC in this U.S. teaching example. The power supply converts it to regulated DC rails such as 12 V, 5 V, and 3.3 V. Motherboard voltage regulators then provide the lower voltages required by individual components.

Select Power flow to trace the startup path.

Logic voltage represents a bit

A bit is not a fixed voltage and is not an amount of power. A digital input interprets a voltage in its guaranteed LOW region as 0 and a voltage in its guaranteed HIGH region as 1. The exact limits depend on the device, supply voltage, and datasheet.

Near 0 V / LOW region → 0Near the logic supply rail / HIGH region → 1Middle region → not guaranteed
Example byte: 01000001 = 8 bits = decimal 65 = “A”

From voltage states to speed and storage

Voltage regionsbits8 bits = 1 bytebytes make files
Storage capacity

KB, MB, GB, TB describe how many bytes can be stored.

Transfer speed

Mb/s and Gb/s describe how many bits move each second.

Uppercase matters

b = bit; B = byte. Example: 800 Mb/s ÷ 8 ≈ 100 MB/s before overhead.

Important: Electricity powers the components. Data is represented by changing electrical states organized as bits. Power and data are connected, but they are not the same thing.
B

Number-System Converter

Change one value and see the equivalent binary, decimal, and hexadecimal forms.
Converter
Why these number systems matter: Computers store and transmit bits, people often read values in decimal, and technicians use hexadecimal as a compact bridge between the two. When a file crosses a network, the same underlying bits may represent an IP address, a port number, a character, an image color, or part of an encrypted message depending on how the receiving system interprets them.

Binary

Base 2 uses only 0 and 1 because digital circuits can reliably represent two states. Those bit patterns become instructions, letters, pixels, addresses, and packet fields.

Decimal

Base 10 is the everyday system using digits 0 through 9.

Hexadecimal

Base 16 uses 0–9 and A–F. One hexadecimal digit represents four binary bits, making long values easier to read. Hex appears in memory addresses, MAC addresses, hashes, debugging, and web colors such as #173B63.

Explore Canva Color Wheel
C

Operating Systems & Linux Foundations

Understand why an operating system matters and what common Linux commands ask the computer to do.
Concepts & vocabulary

What an operating system does

The operating system manages hardware, memory, files, users, applications, permissions, processes, and network connections.

Windows: Windows is the operating system most learners are likely to recognize from home, school, or work computers. Its desktop, Start menu, File Explorer, and Settings provide a graphical way to perform many of the same kinds of tasks that Linux users can perform with commands.

Why Linux matters

Linux is common in servers, cloud platforms, networking, embedded systems, security tools, and authorized lab environments. Knowing Linux helps learners understand how systems operate beneath a graphical interface.

Commands are precise requests

A command asks the operating system to perform a specific task. Start with read-only inspection before making changes.

pwd

Print the current working directory.

ls

List files and folders.

ip addr

Display network-interface addresses.

ps

Display running processes.

Apply the concepts: The Cyber Investigation Lab provides a fictional hacker machine, a fictional target at 10.10.10.20, preset scan output, and a Wireshark-style packet explorer. It never accesses the visitor’s real network.
D

How Data Travels Through the OSI Model

Watch a fictional request move down seven layers, cross a network, and move back up at the target.
Interactive
From data to signals: The OSI model separates network communication into seven layers. As data leaves hacker (10.10.10.25), each layer adds or prepares information. The target at 10.10.10.20 receives the signals and works back up the layers to rebuild the message.
Safe fictional network

OSI Activity Simulation

Follow one familiar activity—visiting a secure website—as it moves down the seven OSI layers, crosses the network, and is rebuilt by the target. No real traffic is sent.

E

Wireshark-Style Packet Explorer

Inspect the same fictional traffic after it has been captured and organized into rows.
Interactive
How this connects: The OSI simulator shows how data is prepared and moved through layers. This explorer shows how a packet analyzer organizes portions of that same fictional traffic for review. Everything below is preset practice data; the page does not capture live traffic.
Display filter
No.SourceDestinationProtocolLengthInfo

Select a packet

Choose a row to see what the source, destination, protocol, port, and message mean.

Quick investigation

Which packet best demonstrates why an unencrypted login can expose information?

F

Common Ports & Services

Select a port to see what it commonly supports and what defenders consider.
Services

Select a port

An open port means a service is listening. It does not automatically mean the system is vulnerable.

G

Cybersecurity Vocabulary

Search for a word or browse the cards.
Glossary
ReconnaissanceGathering information about a person, organization, system, or environment before or during an operation.
OSINTOpen-source intelligence: collecting and analyzing information from publicly available sources.
TargetThe person, account, device, application, organization, or outcome an operation focuses on. It may be known first or identified during reconnaissance.
Attack surfaceAll reachable places where a system or person could be exposed to an attack.
VulnerabilityA weakness that may be used to violate a security requirement.
ExploitA method or code that takes advantage of a vulnerability.
ThreatAnything capable of causing harm to an asset.
RiskThe possibility and impact of a threat using a vulnerability.
AuthenticationProving an identity, such as with a password, passkey, token, or biometric.
AuthorizationDeciding what an authenticated identity is allowed to do.
Least privilegeGiving only the access needed for a task or role.
HashA one-way transformation that produces a fixed-style output from input data.
SaltUnique extra data combined with a password before hashing to reduce the value of precomputed lookup tables.
EncryptionTransforming readable data into protected ciphertext using a key.
EncodingChanging data into another representation for storage, transmission, or compatibility; it is not automatically secrecy.
FirewallA control that allows or blocks traffic according to rules.
HardeningReducing attack surface and strengthening a system’s configuration.
PatchAn update that fixes defects or vulnerabilities.
LogA time-stamped record of events generated by systems and applications.
Incident responsePreparing for, detecting, containing, removing, recovering from, and learning from security incidents.
Social engineeringInfluencing people to reveal information, approve access, send money, or take another risky action.
CybersecurityThe practice of protecting systems, networks, applications, devices, and data from unauthorized access, disruption, alteration, or destruction.
NetworkTwo or more connected devices that exchange data and share services or resources.
Zero-dayA newly discovered vulnerability for which defenders may have no vendor patch yet; attackers may try to exploit it before a fix is available.
File systemThe structure and rules an operating system uses to name, organize, store, locate, protect, and recover files on a storage device.
HackingUsing technical knowledge to explore, test, change, or control technology. It is ethical only when it is authorized, scoped, and used responsibly.
H

CyberChef: Transform and Inspect Data

CyberChef applies operations to input and displays the result.
Data tools
1. OperationsSearch for a tool such as “From Base64,” “To Hex,” or “SHA2.”
2. RecipeDrag the operation into the recipe area.
3. InputEnter fake or non-sensitive practice data.
4. OutputObserve, compare, and explain the transformed result.

Decode Base64

Paste Q3liZXJzZWN1cml0eQ==, then use From Base64. The output is Cybersecurity.

Compare Hashes

Use a fake word with SHA2. Change one character and notice how dramatically the output changes.

Add a Fake Salt

Compare robot2026 with robot2026|583967 before hashing. The outputs should be different.

Privacy: Never paste a real password, account token, confidential file, private message, or personal record into a public web tool.
Open CyberChef
H

System Hardening

Select a defense to see why it matters.
Defensive controls

Patch operating systems, applications, browsers, firmware, and network devices. Remove unsupported software.

Remove unused accounts, avoid shared administrator accounts, use least privilege, and protect sign-in with MFA.

Disable what is unnecessary, limit remote access, restrict firewall rules, and monitor exposed services.

Use unique long passwords or passphrases, password managers, secure reset processes, and modern password hashing.

Enable useful logs, synchronize time, centralize important events, and investigate unusual authentication or system activity.

Keep multiple protected copies and test restoration. A backup that cannot be restored is not a reliable recovery plan.

Protect data at rest and in transit, manage keys carefully, and remember that encryption does not replace access control.

Know the approved configuration, document changes, test one change at a time, and verify the system still performs its intended role.

Competition connection: Cyber-defense events often place vulnerabilities and insecure settings inside virtual machines. Participants inspect the system, fix issues, preserve required services, and watch scoring or evidence of improvement.
I

Places to Practice

Use only official challenges and authorized environments.
Explore

CYBER.ORG Range

Browser-based virtual machines isolated from private networks.

Open Range

CyberPatriot

Cyber-defense competition centered on finding and fixing vulnerabilities while preserving system function.

Explore CyberPatriot

National Cyber League

Gym and team games covering OSINT, cryptography, logs, network traffic, passwords, and more.

Explore NCL

picoCTF

Beginner-friendly capture-the-flag challenges from Carnegie Mellon University.

Explore picoCTF
I

Careers & Certifications

Cybersecurity includes technical, investigative, analytical, risk, support, and leadership work.
Explore

Las Vegas Snapshot

Computer and mathematical occupations in the Las Vegas metro averaged $47.47 per hour in May 2025. This broad group includes many roles beyond cybersecurity.

Source: U.S. Bureau of Labor Statistics, May 2025 OEWS.

National Security Analyst Snapshot

Information security analysts had a national median annual wage of $124,910 in May 2024, with projected employment growth of 29% from 2024–2034.

Experience, education, certifications, industry, and location affect pay.

Search Terms

IT support, help desk, network technician, systems administrator, SOC analyst, security analyst, vulnerability analyst, cloud security, GRC, incident response, and digital forensics.

CompTIA A+ V15

Core 1 220-1201 and Core 2 220-1202: hardware, networking, operating systems, security, troubleshooting, and operational procedures.

CompTIA Network+

N10-009: network concepts, implementation, operations, security, and troubleshooting.

CompTIA Security+

SY0-701: threats, architecture, operations, incident response, governance, risk, and compliance.

CompTIA Linux+

XK0-006: Linux system management, services, security, containers, automation, scripting, and troubleshooting.

Version check: Certification codes and requirements change. Verify the current exam on the certification provider’s official website before buying materials or scheduling.
J

Explore Cybersecurity Career Prep Options

There is more than one way to prepare: high-school CTE, workforce programs, college, certifications, competitions, and guided self-study.
Explore next

High-School CTE

Explore sequenced courses, hands-on labs, credentials, student organizations, work-based learning, and district program options.

Explore CTE

Nevada Partners

Review the Nevada Partners and UNLV course sequence that builds from IT essentials into computer and network forensics, Linux, and security preparation.

Review Nevada Partners

Compare All Options

See how CTE, workforce training, college, certifications, competitions, and self-directed practice can fit different ages and goals.

Compare options

Knowledge Check

Choose the best answer. A completed item locks after the correct response.

Completed: 0 / 5

What decides what a signed-in person may do?

Which port commonly carries HTTPS?

What is added before password hashing to make identical passwords produce different stored results?

Which Linux command helps identify storage devices?

Which principle gives only the access needed?

References

  1. Air & Space Forces Association. (n.d.). CyberPatriot. https://www.uscyberpatriot.org/
  2. CompTIA. (n.d.). Certifications. https://www.comptia.org/en-us/certifications/
  3. Cyber Innovation Center. (n.d.). CYBER.ORG Range. https://cyber.org/range
  4. Government Communications Headquarters. (n.d.). CyberChef. https://gchq.github.io/CyberChef/
  5. Internet Assigned Numbers Authority. (n.d.). Service name and transport protocol port number registry. https://www.iana.org/assignments/service-names-port-numbers/
  6. National Cyber League. (n.d.). National Cyber League. https://nationalcyberleague.org/
  7. U.S. Bureau of Labor Statistics. (2026, June 18). Occupational employment and wages in Las Vegas-Henderson-North Las Vegas — May 2025. https://www.bls.gov/regions/west/news-release/occupationalemploymentandwages_lasvegas.htm
  8. U.S. Bureau of Labor Statistics. (2025, August 28). Information security analysts. Occupational Outlook Handbook. https://www.bls.gov/ooh/computer-and-information-technology/information-security-analysts.htm