• 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

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

    May 5, 2021 /

    PHYSICAL NETWORKING Introduction to Networking LAN computers connect with Ethernet. (Local Area Network) Ethernet frames standardized as 1500 bytes A MAC address uniquely identifies a host on a LAN. (MAC-Media Access Control; a MAC is a 48-bit address; always manifested as 12 hexadecimal characters) Use ‘ipconfig’ (Windows) or ‘ifconfig’ (Linux) to view MAC. Example MAC address: xx-xx-xx-xx-xx-xx (the first 3 sets of pairs combined together are known as the OEM ID. Hubs vs. Switches Hubs repeat all traffic on LAN to all nodes (Hub = ‘dumb’ repeater) Switches filter traffic based on MAC address (Switch = smart repeater) Switches provide full bandwidth for all nodes Hexadecimal Hexadecimal (base 16) enables…

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

    You May Also Like

    Storage Classes–Functions–STRUCTURED PROGRAMMING Course Notes

    May 28, 2021

    Vim–The Vi IMproved Text Editor

    December 30, 2020

    Unary Scope Resolution Operator–Functions–STRUCTURED PROGRAMMING Course Notes

    May 28, 2021
  • Tech

    Networking Notes—The Process Status Command, NETSTAT, & LSOF

    May 3, 2021 /

    The PS Command ps—the process status command, is used to provide info about currently running processes, including their process identification numbers (PID’s). A process, also referred to as a task, is an executing (running) instance of a program. Every process is assigned a unique PID by the system. The basic syntax is: ps [options] ex: ps -aux PS results in 4 items: PID, TTY (‘Terminal Type’, or ‘teletype’, TIME, & CMD. The ‘-aux’ parameter combinations shows: ‘-a’ option shows all user processes; ‘-a’ option tells ps to list the processes of all users on the system rather than just those of the current user, with the exception of group leaders…

    read more
    Aaron Comments Off on Networking Notes—The Process Status Command, NETSTAT, & LSOF

    You May Also Like

    What is a ‘NOC’? What is a ‘SOC’? The Battle of ‘NOCs’ vs. ‘SOCs’…

    June 3, 2021

    Functions–STRUCTURED PROGRAMMING Course Notes

    May 27, 2021

    Dual Economy Continues to Emerge as Millions Have Lost Jobs But Hiring Booms In Some Sectors…

    December 30, 2020
  • Tech

    What is Hurricane Electric? Let’s Find Out Whilst Learning About Some Computer/Cyber Network Fundamentals!!!

    April 14, 2021 /

    Hurricane Electric (corporate website here) is a global Internet Service Provider (ISP), offering IP transit, colocation, dedicated servers, among other services, based in Fremont, CA, USA and founded in 1994. Referring to themselves an the “Internet Backbone and Colocation Provider”, Hurricane Electric operates its own global IPv4 and IPv6 network and is considered the largest IPv6 backbone in the world, as measured by the total number of customer networks connected and by the total number of customer prefixes announced.[2] Hurricane Electric IP Transit Network Hurricane Electric has connections ranging from multiple 10GigE (10,000 Mbps) to multiple 100GigE (100 Gbps) that form these rings that connect H.E. core routers. [NOTE: Gigabit…

    read more
    Aaron Comments Off on What is Hurricane Electric? Let’s Find Out Whilst Learning About Some Computer/Cyber Network Fundamentals!!!

    You May Also Like

    The Covid-19 Crisis Highlights the Need for “Digital Upskilling”…

    December 30, 2020

    What exactly IS Blockchain? Blockchain Technology Explained [VIDEO]

    January 13, 2021

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

    April 19, 2021
  • Tech

    What is Border Gateway Protocol (BGP)?

    April 12, 2021 /

    Border Gateway Protocol is one of those foundational, core infrastructure protocols used by Internet users everyday but not top of mind for the average consumer or end-user. Border Gateway Protocol, or BGP, is a routing protocol. BGP is the primary protocol for the Internet, and is a Layer 4 Transport protocol that sits on top of TCP [2]. It’s purpose is to keep the various systems on the Internet up to date with the information needed to send and receive data traffic correctly. So, real quick in a nutshell, when information is sent around these Internets, it’s broken up into chunks of data called ‘packets’. Packets sent on the Internet…

    read more
    Aaron 1 Comment

    You May Also Like

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

    May 11, 2021

    A Comment on Comments In Programming Languages…

    May 24, 2021

    Some Quick Notes On Python Syntax…

    May 24, 2021
  • Tech

    Protected: What is Equinix? And Why Are They So Important??

    March 23, 2021 /

    There is no excerpt because this is a protected post.

    read more
    Aaron Enter your password to view comments.

    You May Also Like

    Metaverse security is a thing because security is still a thing…

    December 3, 2021

    Computer Organization–Notes

    May 25, 2021

    Safety & Professionalism—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 3, 2021
  • Tech

    A 3-Tiered Approach to Securing Your Home Network

    March 10, 2021 /

    Some tips running from basic to advanced, on how to approach securing your home network from Daniel Miessler. via Daniel Miessler

    read more
    Aaron Comments Off on A 3-Tiered Approach to Securing Your Home Network

    You May Also Like

    Notes to Self 11/05/2020

    May 20, 2021

    What is Remote Code Execution?

    June 2, 2021

    Blockchain & Money: Session 14: Blockchain Payments, Part 2 by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 20, 2021
  • Tech

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

    January 4, 2021 /

    I was able to start a Clubhouse account over the New Year weekend. Clubhouse is a new type of social product based on voice. The app that bills itself as a “Drop-in audio chat” social network. It allows people everywhere to talk, tell stories, develop ideas, deepen friendships, and meet interesting new people around the world. It takes a uniquely different and intriguing position in the social networking atmosphere, just when you may have thought any possible routes to the saturated market were exhausted. Initial thoughts… After hearing about the Clubhouse-app pop-up with recurring frequency in various media outlets recently , I tried it out, and I instantly “get-it”! The intrigue…

    read more
    Aaron Comments Off on Clubhouse App…the new “Drop-In Audio Chat” App Lighting Up the Tech Community…

    You May Also Like

    Some Quick Notes On Python Syntax…

    May 24, 2021

    Scope Rules–Functions–STRUCTURED PROGRAMMING Course Notes

    May 28, 2021

    Securing TCP/IP–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes

    May 14, 2021
  • Tech,  Vibes

    5 Strategies for Reinventing Your Career in Uncertain Times…

    December 30, 2020 /

    This article from The Harvard Business Review is a great, quick read for these trepidatious times. It falls right in-line with the current trend of workers “digital-upskilling” and pivoting industries to take advantage of the on-going economic transformation. “Human beings are wired to avoid uncertainty — but no matter how hard you try, there’s no escaping it. Instead, it’s best to view uncertainty as an opportunity for growth, whether that means exploring new skills, a new job, or an entirely new career.” via Harvard Business Review Five Strategies for Reinventing Your Career in Uncertain Times:1. Explore a range of options — including the unthinkable.2. Imagine your best possible future.3. Build…

    read more
    Aaron Comments Off on 5 Strategies for Reinventing Your Career in Uncertain Times…

    You May Also Like

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

    May 16, 2021

    What is a program?–Notes…

    May 21, 2021

    Arithmetic Operators Notes

    May 24, 2021
  • Tech

    Integrating Security Into Networking From The Ground Up…

    December 30, 2020 /

    This industry insight article from GCN discusses how moving forward, the convergence of security and networking will be needed to work together from an integrated perspective. As more of the workforce continues remote-work, the potential for attacks/threats/malicious actors increases and heightened security will continue to be of critical importance. Secure access service edge (SASE) and software-defined wide-area network (SD-WAN) technologies are designed to merge security and networking into a single, integrated solution that can rapidly and easily scale and adapt to expanding environments and requirements. These forward-leaning capabilities help agencies better plan for the future while ensuring security remains a top priority even amid ongoing changes. Traditional security solutions no…

    read more
    Aaron Comments Off on Integrating Security Into Networking From The Ground Up…

    You May Also Like

    Raw Materials–Data, Variables, & Data Types–Notes…

    May 24, 2021

    Routing–The World of TCP/IP–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes

    May 13, 2021

    Class Methods & Separating Interface From Implementation–C++ Notes (C Plus Plus Notes)

    May 26, 2021
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.