• Home
  • About
  • Social
    • Twitter
    • LinkedIn
    • Instagram
Starby Four

Vibes|Music|Tech

  • Home
  • About
  • Social
    • Twitter
    • LinkedIn
    • Instagram
  • Home
  • About
  • Social
    • Twitter
    • LinkedIn
    • Instagram

No Widgets found in the Sidebar Alt!

  • Tech

    Ethernet Basics–The Physical Network–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes

    May 11, 2021 /

    The Physical Network Ethernet Basics What is Ethernet? The Ethernet frame (of data) never really changes! Max frame is 1,500 bytes. Ethernet is defined by the IEEE 802.3 standard. The IEEE has defined many versions of Ethernet. For the test, be able to recognize the Ethernet naming syntax. 802.3 standards: 802.3a 802.3b 802.3i 802.3ae and more Standard Nomenclature (for Ethernet): 10 Base 5 ’10’ is the speed in Mbps ‘5’ is the length of the cable (5 for 500m, But today the only value we’ll see here is ‘T’.) ‘Base’–only one channel on the entire bandwidth. or, ‘Broad’–Broadband is ethernet that runs like cable TV (with lots of channels or…

    read more
    Aaron Comments Off on Ethernet Basics–The Physical Network–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes

    You May Also Like

    Virtualization—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 6, 2021

    Blockchain & Money: Session 22: Trade Finance & Supply Chain, by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 23, 2021

    Functions, & O.O.P.–C++ Notes (C Plus Plus Notes)

    May 25, 2021
  • Tech

    Cabling & Topology–The Physical Network–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes

    May 11, 2021 /

    The Physical Network Cabling & Topology Network Topologies ‘Star-Bus’ topology is considered a hybrid topology. When each host is interconnected this is considered a fully meshed topology. Logical topology is the electronic circuit flow of frames. Topology is the organization of how the 1’s & 0’s (binary data) in the form of frames, move from host to host. Star-Bus topology is the primary topology that we use today. Ethernet uses exclusively ‘Star-Bus’. If you’re plugging a computer into a network, it’s probably using Ethernet, & it’s probably using ‘Star-Bus’. MESH is a topology that’s pretty much unique to wireless networks. Everybody connects to everybody else. Fully meshed vs partially meshed…

    read more
    Aaron Comments Off on Cabling & Topology–The Physical Network–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes

    You May Also Like

    Functions–STRUCTURED PROGRAMMING Course Notes

    May 27, 2021

    Network Monitoring–Advanced IP Networking–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes

    May 16, 2021

    Storage Classes–Functions–STRUCTURED PROGRAMMING Course Notes

    May 28, 2021
  • Tech

    Understanding Networks–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes

    May 11, 2021 /

    Understanding Networks Network Models What is a model? Models are used to represent how networks function. There are 2 very popular network models: the OSI 7-Layer model, & the TCP/IP model OSI Model vs. TCP/IP Model OSI Model (older; more detailed) 7- Application 6- Presentation 5- Session 4- Transport 3- Network 2- Data Link 1- Physical TCP/IP Model (more modern; not as detailed/complicated/more simplified) 4- Application 3- Transport 2- Internet 1- Network Interface (Link) Notes: The OSI model is being supplanted with the TCP/IP model. The TCP Internet layer most closely matches the OSI Network layer. Meet The Frame (Packets) Devices on a network send & receive data in discreet…

    read more
    Aaron Comments Off on Understanding Networks–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes

    You May Also Like

    Clubhouse App…the new “Drop-In Audio Chat” App Lighting Up the Tech Community…

    January 4, 2021

    What is Remote Code Execution?

    June 2, 2021

    Inline Functions, References, & Reference Parameters–Functions–STRUCTURED PROGRAMMING Course Notes

    May 28, 2021
  • Tech

    Security & Organization–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 11, 2021 /

    Securing Computers Threats The term “security” encompasses host- and network-based security, and physical security. Common threats include man-in-the-middle attacks, DoS, and DDoS attacks. Symptoms of such attacks (Flags!) include renamed system files, missing files, & more. DoS–Denial of Service; DDoS–Distributed Denial of Service. Zero Day–a new threat that no one has seen before. Dealing With Threats Host-based security includes patching, anti-malware, and a firewall. Network-based security includes IDS, IPS, & firewalls. UTM (Unified Threat Management) includes IDS/IPS, firewalls, and anti-malware; available in the cloud. IDS–Intrusion Detection Systmes IPS–Intrusion Prevention Systems; these systems are more active! Endpoint Management Physical Security Physical security includes perimeter security, room locks, and individual device security.…

    read more
    Aaron Comments Off on Security & Organization–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Hashes–Another Data Structure!!! [Ruby Programming Language Notes]

    May 18, 2021

    Blockchain & Money: Session 9: Permissioned Systems by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 19, 2021

    More Programming Notes…

    May 31, 2021
  • Tech

    The Essentials of Networking–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 11, 2021 /

    The Essentials of Networking Network Card Troubleshooting Use Device Manager –> NIC properties for information/configuration. Change duplex and wake-on LAN settings there Link lights show connectivity, activity, and (sometimes) speed. Full-Duplex–the NIC is talking & listening at the same time. Half-Duplex– Wake-on LAN–wakes up a computer from sleeping if certain information comes in (a so-called ‘magic packet’). Working With Connections–NETSTAT The ‘netstat’ command shows important information about connections. Use netstat switches ‘-n’ and ‘-a’ as needed. Consider a 3rd-party tool, such as TCPView as an alternative to netstat. TCPView is from SysInternals website. Netstat–shows statistics for different connections (usually TCP/UDP) ex: Windows folder sharing–(Port 445) TCPView is a ‘3rd-party’ tool…

    read more
    Aaron Comments Off on The Essentials of Networking–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Blockchain & Money: Session 21: Post Trade Clearing, Settlement, and Processing, by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 21, 2021

    Billions were stolen in blockchain hacks last year…

    January 18, 2021

    What is Multi-Factor Authentication and Why is It Necessary?

    December 30, 2020
  • Tech

    Building a P.C.—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 9, 2021 /

    Building a P.C. The Right PC for the Job Memorize details about each specialized system. Consider different jobs & make sure the system matches the job specifications. Concentrate on RAM, storage, & graphic needs. NAS–Network Attached Storage; used for sharing files; Usually a “headless” set-up, meaning no peripherals needed, after the initial set-up. Boot From Everything Use an ISO image of bootable media to install operating systems. Download ISO files and burn them to optical media or thumb drives. Boot to the installation media to install operating systems. You can also boot from a network server using PXE. Installing Windows Check all pre-installation tasks before installing Windows. Research new hardware…

    read more
    Aaron Comments Off on Building a P.C.—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Virtualization—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 6, 2021

    More Programming Notes…

    May 31, 2021

    Blockchain & Money: Session 16: Central Banks and Commercial Banking, Part 2 by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 21, 2021
  • Tech

    Understanding Partitioning—Implementing Mass Storage–NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 9, 2021 /

    UNDERSTANDING PARTITIONING A partition is a logical electronic device readable by an Operating System. Partitions define the location of operating systems, swap files, and recover partitions. Partitions must be created & mounted. In Windows, partitions manifest as driver letter; in Linux/macOS, partitions manifest as folders (with slashes). Partitioning a hard drive is CRITICAL!!! MBR Partitioning MBR (Master Boot Record) is the oldest type of partition still in use today. MBR consisted of a boot loader, and up to four partitions, with one set as an active partition. If you need more than four partitions on a single drive, you create an extended partition and add logical drives to that partition.…

    read more
    Aaron Comments Off on Understanding Partitioning—Implementing Mass Storage–NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Post-Quantum Cryptography: The Race Is On

    March 18, 2021

    What Is The Metaverse?

    October 31, 2021

    Arrays & Vectors–Arrays–STRUCTURED PROGRAMMING Course Notes

    May 29, 2021
  • Tech

    Printers & Multifunction Devices—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 9, 2021 /

    Printers & Multifunction Devices Laser Printers A laser hits the photosensitive drum (the cornerstone of laser printers) to create an image Memorize the laser printing process Laser printer maintenance means replacing the toner cartridge and applying maintenance kits. All laser printers have maintenance kits. These can help the printers last for years! Inkjet Printers (aka Bubblejet Printers) CYMK (Cyan, Magenta, Yellow, & Black) Inkjet printers use heat or mechanical process to push ink through the print heads to media. A multifunction device (MFD) includes a printer, scanner, copier and fax machine, all-in-one. Inkjet maintenance means running cleaning routines for the nozzles, plus some form of calibration. Impact Printers (aka DotMatrix)…

    read more
    Aaron Comments Off on Printers & Multifunction Devices—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Hackers Breach Thousands of Security Cameras, Exposing Tesla, Jails, Hospitals…

    March 10, 2021

    Blockchain & Money: Session 20: Primary Markets, ICOs, and Venture Capital, Part 2, by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 21, 2021

    Current Events Breakdown: To unlock a terrorist’s iPhone, the FBI turned to an obscure company in Australia; a technique called an “Exploit Chain” was used.

    April 14, 2021
  • Tech

    Wireless Networking—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 6, 2021 /

    Wireless Networking Wireless Network Hardware A wireless access point (WAP) bridges 802.11 and Ethernet networks Wireless clients connect to WAPs 802.11 works in one of two modes: infrastructure mode, or ad hoc mode Use correct antenna for the job In many of today’s laptops the antenna is built into the laptops monitor itself. (SSID)-Service Set Identifier (SSID) Wi-Fi Standards 802.11 uses the 2.4- and 5-GHz ISM band 802.11 uses remade channels Memorize the band usage and relative speeds of the 802.11 extensions. (ISM) Industrial, Scientific, and Medical Radios Bands 2.4 GHz and 5 GHz Band Band is a range of radio frequencies 2.4 GHz Band: 2.412-2.4884 GHz Uses different “channels”…

    read more
    Aaron Comments Off on Wireless Networking—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Arithmetic Operators Notes

    May 24, 2021

    Clubhouse App…the new “Drop-In Audio Chat” App Lighting Up the Tech Community…

    January 4, 2021

    Blockchain & Money: Session 9: Permissioned Systems by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 19, 2021
  • Tech

    Local Area Networking—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 6, 2021 /

    LOCAL AREA NETWORKING Intro to TCP/IP ARPANET formed (basis for Internet) TCP/IP adopted as protocol for ARPANET/the Internet IP addresses have four octets between 0-255 (a total of 256 options) Classful address scheme for locations & sublocations. Class A—6.x.x.x Only 1st number is locked millions of hosts Class B—172.16.x.x First 2 numbers are locked/set 65,534 hosts Class C—210.11.12.x First 3 numbers are locked/set) 254 hosts Network IDs and Subnet Masks Use Network & Sharing Center for setting up network information Set IP address, subnet mask, and gateway in Ethernet Properties Manual settings = static IP address Private IP Addresses: Class A—10.x.x.x Class B—172.16.x.x, 172.31.x.x Class C—192.168.x.x Special IP Addresses Class…

    read more
    Aaron Comments Off on Local Area Networking—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Hashes–Another Data Structure!!! [Ruby Programming Language Notes]

    May 18, 2021

    Sorting &Swapping Elements, & Bubble Sort Algorithms!!! [Ruby Programming Language Notes]

    May 19, 2021

    Troubleshooting Operating Systems–NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 10, 2021
 Older Posts
Newer Posts 

Archives

Categories

More

About

Documentation

Vim

Recent Posts

  • Metaverse security is a thing because security is still a thing…
  • What is a password manager and why do you need one…
  • What Is The Metaverse?
  • FAA Plans Warnings on 5G…What 5G Means for the FAA, FCC and Air-safety…
  • Blockchain & Money: Session 18: , by M.I.T. Sloan School of Management with Professor Gary Gensler

Tags

2020 A+ Bitcoin Blockchain C++ Careers CLI Cloud Coding CompTIA CompTIA A+ CompTIA Network+ Course Notes Covid-19 Crypto Cryptography Cyberattack Cybersecurity Data Structures Definitions Economy Essential Music Functions Learning Life M.I.T. Methods Mobile Music Music Video Networking News Notes NYC Peering Programming Ruby Security Structured Programming TCP/IP Tech Terminal The Internet Video Wireless Networking
© 2026 Starby Four.
Ashe Theme by WP Royal.