# Introduction

Hello world! My name is Victor Fernandez III. These are notes I have developed to help you prepare for the CompTIA Security+ certification. They also represent what I believe should be the baseline body of knowledge for junior cybersecurity professionals. Based on my experience in the field, I strongly recommend investing time learning Information Technology (IT) and networking fundamentals before diving into cybersecurity. If this recommendation speaks to you, I have another [digital notebook](https://itfplus.cyberphor.com) for the CompTIA IT Fundamentals certification.

## Before Getting Started

Before getting started, I recommend having a broad understanding of the topics below. They provide the backdrop for a lot of material in cybersecurity so spending the time to do a deep-dive on each will make your studying efforts go more smoothly.&#x20;

* Electromagnetic Spectrum
  * Copper (volts), radio (signal), fiber optic (photons)&#x20;
* Web Applications
  * Graphical user interfaces
  * Databases queries
* Encapsulation
* Protocol Data Units
  * Segments
  * Packets
  * Frames
  * Bits
* TCP/IP
  * DNS, HTTP
  * TCP, UDP
  * IP
  * IEEE 802.3 (Wired Ethernet), IEEE 802.11 (Wireless Ethernet), IEEE 802.15.1 (Bluetooth)
* Networking Protocols
* Encryption
* Hashing
* Wireless Communication

## Credits

* Icons made by [Eucalyp](https://www.flaticon.com/authors/eucalyp) from [www.flaticon.com](https://www.flaticon.com/)
* Icons made by [Freepik](https://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/)
* Icons made by [Pixelmeetup](https://www.flaticon.com/authors/pixelmeetup) from [www.flaticon.com](https://www.flaticon.com/)
* Icons made by [Smashicons](https://www.flaticon.com/authors/smashicons) from [www.flaticon.com](https://www.flaticon.com/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://securityplus.cyberphor.com/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
