Crystal Tenn

Software Engineer

Navigation

Skip to content
  • Home
  • Blog Index
  • My GitHub
  • Cooking Blog (Yogurt's Kitchen)
  • About Me
  • Contact

Tuesday, December 4, 2018

Networking Part I: Binary

Posted on Tuesday, December 04, 2018 by Crystal Tenn
This is part 1 of a series of networking posts:
  • Part 1: Binary
  • Part 2: Hexadecimal
  • Part 3: Networking 101 (IP addresses, subnets, etc.)
  • Part 4: Scenario based understanding of the 7 layers of the OSI Model
  • Part 5: Azure Networking Foundations - VNet, Subnet, Security, and Connectivity
  • Part 6: Azure Networking - VMs, IP Addresses, and Load Balancing
This is a diagram to explain binary in as quick and efficient of a way as I could think of:


Networking 101 coming up next!
Email ThisBlogThis!Share to TwitterShare to Facebook
Newer Post Older Post Home

Blog Archive

  • ►  2021 (1)
    • ►  August (1)
  • ►  2020 (2)
    • ►  April (1)
    • ►  March (1)
  • ►  2019 (6)
    • ►  April (1)
    • ►  March (1)
    • ►  January (4)
  • ▼  2018 (5)
    • ▼  December (4)
      • Networking Part IV: Scenario based understanding o...
      • Networking Part III: Networking 101
      • Networking Part II: Hexadecimal
      • Networking Part I: Binary
    • ►  April (1)
  • ►  2017 (9)
    • ►  August (1)
    • ►  July (2)
    • ►  May (1)
    • ►  April (2)
    • ►  February (3)
  • ►  2016 (13)
    • ►  November (1)
    • ►  October (1)
    • ►  August (1)
    • ►  July (2)
    • ►  June (1)
    • ►  May (2)
    • ►  April (2)
    • ►  February (1)
    • ►  January (2)
  • ►  2015 (34)
    • ►  December (2)
    • ►  November (4)
    • ►  September (1)
    • ►  August (1)
    • ►  July (7)
    • ►  June (2)
    • ►  May (2)
    • ►  March (3)
    • ►  February (5)
    • ►  January (7)
  • ►  2014 (45)
    • ►  December (3)
    • ►  October (2)
    • ►  September (8)
    • ►  August (6)
    • ►  July (10)
    • ►  June (9)
    • ►  May (5)
    • ►  April (2)

Popular Posts

  • GET vs. POST
    GET requests a representation of the specified resource. GET should not be used for operations with an effect like an action or change in ...
  • Simple Calculator with Order of Operations in C#
    Here is the Calculator with order of operations for multiplication, division, addition, and subtraction. No parenthesis, exponents, or o...
  • Simple Budget Calculator in C#
    Here's another word problem similar to the calculator with word problem and solution included! I would like a budget calculator for t...
  • Algorithms: Union-Find in C#
    Union-Find Algorithm : Imagine if you have 100 computers in a room not networked to one another. You could use a Union(computer1, computer2...
  • Side Gigs while Transitioning Careers (or in general)
    I've gotten this question a lot lately, so decided to just make a post about it: "What are side gigs I can do to earn money while t...
  • Binary Trees Traversal Recursive vs. Iterative
    Photo reference:  https://computersciencewiki.org/index.php/Binary_tree This neat little trick above saved me a lot of pain and is much...
  • Networking Part V: Azure Networking Foundations - VNet, Subnet, Security, and Connectivity
    This is part 5 of a series of networking posts: Part 1: Binary Part 2: Hexadecimal Part 3: Networking 101 (IP addresses, subnets, etc.) ...
  • Setup Eclipse & Java Environment (PATH & JAVA_HOME)
    1. Java JDK 8: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html You can either install everything f...
  • What do I do, how do I start? Guide to being a C# web developer.
    Welcome to the “ What do I do, how do I start?” relatively all encompassing guide to becoming a C# web developer. These are ver...
  • Unity: Save Scene vs. Save Project
    When you first start using Unity, you will notice there is a Save Scene and a Save Project option. #1: Save Scene As for the Scene well...
Copyright © Crystal Tenn | Powered by Blogger