ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Categories
    3. Training
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • steveS

      Assigning IPv4 Addresses - CompTIA Network+ N10-007 Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved ipv4 networking comptia certification network+ prof messer youtube video training it career it training
      1
      2 Votes
      1 Posts
      348 Views
      No one has replied
    • steveS

      Seven Second Subnetting Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved networking subnet subnetting prof messer youtube it training video training it career
      1
      2 Votes
      1 Posts
      369 Views
      No one has replied
    • steveS

      Calculating IPv4 Subnets and Hosts - CompTIA Network+ N10-007 Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved ipv4 networking subnet subnetting comptia network+ prof messer youtube it training video training it career certification
      1
      3 Votes
      1 Posts
      388 Views
      No one has replied
    • steveS

      Binary Math - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved binary comptia network+ networking prof messer youtube certification it training video training it career
      4
      2 Votes
      4 Posts
      359 Views
      scottalanmillerS

      @mary said in Binary Math - CompTIA Network+ N10-007 Prof Messer:

      While the math is pretty straightforward, the why would I use this wasn't covered. How often do you use this and for what?

      Jared is correct. Basically once you understand how binary makes things work, and knowing how it works in a mask, you never use it. You won't ever need to work in binary, but knowing that it is underneath things helps make something that is super complex, trivially obvious. Basically, if you understand the binary, subnet masking is SO simple. If you don't, it seems like black magic.

    • steveS

      IPv4 Addresses - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved ipv4 networking network+ comptia certification prof messer youtube it career it training video training
      4
      2 Votes
      4 Posts
      533 Views
      JaredBuschJ

      That said, there are 3 networks designed per the RFC to never be routed across the public internet.

      10.0.0.0/8 172.16.0.0/12 192.168.0.0/16

      You design your local networks to use addresses within one of these ranges.

      I'm sure there is a video for this.

    • steveS

      Access Control Lists - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved prof messer networking network+ acl youtube it training it career video training
      4
      2 Votes
      4 Posts
      600 Views
      scottalanmillerS

      @mary said in Access Control Lists - CompTIA Network+ N10-007 Prof Messer:

      Is there a way to deny all incoming traffic to your firewall?

      Sure. But if you think about it, you'd absolutely never want this. This would be the same as disconnecting the network. If you wanted to do this, you would simply unplug the network instead (as that is more reliable.) The only reason to truly "deny all" is to go offline. And if you want to be offline you logically want it to be really reliable and since you'd want no traffic to make it no matter what in that situation, pulling the plug is the better choice 99.99% of the time.

    • steveS

      Software-Defined Networking - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved sdn networking network+ certification prof messer youtube video training it training it career software defined network comptia
      3
      2 Votes
      3 Posts
      615 Views
      scottalanmillerS

      @mary said in Software-Defined Networking - CompTIA Network+ N10-007 Prof Messer:

      Is there specific software that is used for creating a virtual environment?

      SDN refers to a great number of potential solutions. In most cases, it is software built into the hardware. So Cisco, Juniper, Brocade and other networking makers offer software solutions, often that have no particular name. They are just the SDN options of that gear.

      Pure software does exist and a common example of it is ZeroTier which is designed as a complete virtual networking layer on top of your physical network and has no interaction with the underlying hardware so it completely agnostic.

    • steveS

      Circuit Switching and Packet Switching - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved networking network+ prof messer youtube it career it training video training certification
      5
      2 Votes
      5 Posts
      453 Views
      scottalanmillerS

      @mary said in Circuit Switching and Packet Switching - CompTIA Network+ N10-007 Prof Messer:

      Is there anything not considered packet switching?

      Yes, the most common example is the voice network (the PSTN / Public Switched Telephone Network). It establishes a "circuit" for every call, and it is permanent until that call ends. It switches on a "call by call" basis. Every packet associated with that call takes the same path.

      It is almost always considered archaic to use circuit switching, it is rarely useful or efficient. It was popular in the "pre-data" era of networking when it was audio and video, generally analogue, going over the path rather than individual packets. Now that we have packetized data and the power to evaluate the route every packet, there is little to no purpose for circuit switching.

    • steveS

      Network Address Translation - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved comptia network+ prof messer networking youtube video training it training it career nat routing firewall security
      3
      2 Votes
      3 Posts
      690 Views
      IRJI

      @mary said in Network Address Translation - CompTIA Network+ N10-007 Prof Messer:

      Is there any kind of slowdown when using just one port if you are getting a lot of traffic?

      No not really. The most commonly used ports are 80 and 443. They process quite a bit of traffic on your average workstation.

      In fact, most servers are designed to work with a single port or just a handful of ports open. For custom applications using a specific port makes it easier to troubleshoot issues and restricts non application traffic. Many apps are defaulting to 443 these days. Although, keep in mind SSL /TLS can operate on other ports.

    • steveS

      IPv4 and IPv6 Addressing - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved prof messer comptia network+ certification networking ipv4 ipv6 it career it training video training youtube
      3
      2 Votes
      3 Posts
      560 Views
      travisdh1T

      @mary said in IPv4 and IPv6 Addressing - CompTIA Network+ N10-007 Prof Messer:

      If you are using :: to abbreviate sets of 2 or more zeros, how can you tell how many there are? In the example he condensed 3 sets down to ::?

      IPv6 always has 8 sets of 4 numbers for addressing. So it should be easy to figure out with a little math. IE: FABD:4976:5AC3:: would mean that 5 more sets of 4 zeros is tacked on FABD:4976:5AC3:0000:0000:0000:0000:0000

    • steveS

      Configuring IPv6 - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved comptia prof messer network+ it training it career video training networking ipv6
      3
      2 Votes
      3 Posts
      540 Views
      DashrenderD

      @mary said in Configuring IPv6 - CompTIA Network+ N10-007 Prof Messer:

      When using ipconfig on a network I've seen the IPV4 and IPV6 addresses shown at the same workstation. Sometimes it shows IPV4 (preferred). Why is that?

      I don't have a specific reasoning - but I'm guessing it's because the computer received a DHCP reply on IPv4 - so the computer assumes that IPv4 is the primary way this network wants to communicate.

    • steveS

      Switch Interface Properties - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved comptia network+ prof messer networking switching certification it training video training youtube switch
      4
      2 Votes
      4 Posts
      541 Views
      scottalanmillerS

      @mary said in Switch Interface Properties - CompTIA Network+ N10-007 Prof Messer:

      Are port mirrors common for companies that monitor what employees are doing on the network or is something else used?

      No, that would be insanely impractical. A port mirror doesn't give you a copy of what someone is actually doing, it gives you a copy of the network traffic. Which is a butt load of disconnected data. It's not like you would know what the end user was doing, only what was being transferred on the wire.

      If you think about what you'd see on the wire... a single file transfer or LAN based action might generate a huge amount of traffic. Or going to a website might create a bunch of unintentional traffic from ads that aren't something that the end user cared about. Or a website or app open in the background might generate gops of traffic for something that isn't being used.

      It would be able to tell you if the person is on YouTube or Spotify, but would not tell you what they are doing that for or if they are actively "using" that thing. Basically you'd be flooded with information that would take ages to sort through, and the resulting information would tell you essentially nothing about what the end user was doing.

    • steveS

      Unicasts, Broadcasts, and Multicasts - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved network+ comptia prof messer unicast broadcast multicast networking it training it career video training youtube
      4
      2 Votes
      4 Posts
      313 Views
      scottalanmillerS

      It's more purpose based. Unicast is for normal communications. Broadcast is normally reserved for special cases like DHCP where there is no way to do unicast.

    • steveS

      Network Segmentation - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved prof messer comptia network+ networking vlan certification it training video training it career youtube
      2
      2 Votes
      2 Posts
      424 Views
      maryM

      Is there a limit to how many trunks you can use?

    • steveS

      Broadcast Domains and Collision Domains - CompTIA Network+ N10-007

      Watching Ignoring Scheduled Pinned Locked Moved networking comptia network+ prof messer video training it career it training ethernet broadcast domain collision domain
      2
      2 Votes
      2 Posts
      364 Views
      maryM

      Can anyone give me an example of a broadcast domain? This seems a bit basic. It made me think of things like push notifications, so I'm not sure if I'm getting the concept.

    • IRJI

      Free Vim essentials - One hour to proficiency course

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      5 Votes
      8 Posts
      294 Views
      IRJI

      FYI visual studio code has vim extensions that all you to enter command mode and switch back to plain vanilla vsc

    • steveS

      CompTIA Network+ v7 N10-007 by Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved network+ comptia certification networking prof messer youtube it career video training it training
      1
      2 Votes
      1 Posts
      490 Views
      No one has replied
    • 1
    • 2
    • 3
    • 4
    • 4 / 4