Need some advice on learning networking

Collapse
X
Collapse
+ More Options
Posts
 
  • Time
  • Show
Clear All
new posts
  • BillyCarpenter
    Field Supervisor

    Site Contributor
    VIP Subscriber
    10,000+ Posts
    • Aug 2020
    • 16308

    #751
    Re: Need some advice on learning networking


    That is correct. While I didn't ask for any further details, can you tell me why we would need a connectionless protocol?
    Adversity temporarily visits a strong man but stays with the weak for a lifetime.

    Comment

    • Tricky
      Field Supervisor

      Site Contributor
      2,500+ Posts
      • Apr 2009
      • 2620

      #752
      Re: Need some advice on learning networking

      Originally posted by BillyCarpenter
      That is correct. While I didn't ask for any further details, can you tell me why we would need a connectionless protocol?
      An advantage is that it allows for broadcast and multicast operations, which can conserve bandwidth when the same data needs to be transmitted to multiple recipients.

      Comment

      • BillyCarpenter
        Field Supervisor

        Site Contributor
        VIP Subscriber
        10,000+ Posts
        • Aug 2020
        • 16308

        #753
        Re: Need some advice on learning networking

        Originally posted by skynet
        An advantage is that it allows for broadcast and multicast operations, which can conserve bandwidth when the same data needs to be transmitted to multiple recipients.


        True. But here's the answer that I was looking for.


        TCP has error correction, right? If you go to a HTTP site and a couple of packets get lost, they will be sent again and all the data put back together in the proper order. Right?


        But what happens if you're having a phone conversation on a VOIP system? What if a few packets get lost during the conversation? Would you want the packets to be resent? Of course not because the conversation is happening in real time. It's better that a word or 2 is lost than resending them and the words being out of place. So, that's the big reason that we need UPD, in my opinion.


        UDP isn't worried about error, it's worried about speed.
        Last edited by BillyCarpenter; 05-12-2021, 06:15 PM.
        Adversity temporarily visits a strong man but stays with the weak for a lifetime.

        Comment

        • BillyCarpenter
          Field Supervisor

          Site Contributor
          VIP Subscriber
          10,000+ Posts
          • Aug 2020
          • 16308

          #754
          Re: Need some advice on learning networking

          When I'm taking a course in whatever, I always know that I have one chance to learn it the right way because I'll probably never go back and cover the fundamentals again. I remember when I was taking industrial electronics back in 1990 that I tried to pay attention to every little detail. I'm attempting to do that with the CCNA course.

          It can be maddening at times. It can be very frustrating to trace a packet from end-to-end. Sometimes I just want to say FUCK IT.

          However, there's no better feeling in the world than when I have one of those break-thru moments. When everything starts to click, it's a beautiful thing. It doesn't last long because I'm steadily progressing to something that's more complicated and harder to learn.

          If I could give any advice it would be to NOT move on to something else until you fully understand what you're currently working on. I mean REALLY UNDERSTAND it. Nothing about this CCNA course is easy. Not a damn thing.

          Peace.
          Adversity temporarily visits a strong man but stays with the weak for a lifetime.

          Comment

          • BillyCarpenter
            Field Supervisor

            Site Contributor
            VIP Subscriber
            10,000+ Posts
            • Aug 2020
            • 16308

            #755
            Re: Need some advice on learning networking

            By the way, I want to address the OSI Model.


            When I first started the CCNA course, I didn't know if it was something that was used in the real world or if it was even important. Now I know enough about it to give a definitive statement.


            The question is: Is the OSI Model important?


            Answer: If may be the single most important thing you'll ever learn about networking. They don't include the OSI model in these courses because it's a waste of time. They don't constantly refer back to the OSI model over and over and over again because it's unimportant.


            If you plan on troubleshooting a network, you better know the OSI Model. There's a million different things that can go wrong with a network and you need to narrow it down to a specific layer. If not, you'll be chasing your tail all over the place. I've been beat over the head so much with the OSI Model in this course that it's become 2nd nature. My mind automatically thinks in terms of the OSI model when there's a problem.
            Adversity temporarily visits a strong man but stays with the weak for a lifetime.

            Comment

            • BillyCarpenter
              Field Supervisor

              Site Contributor
              VIP Subscriber
              10,000+ Posts
              • Aug 2020
              • 16308

              #756
              Re: Need some advice on learning networking

              Last post of the night. This is random and only my personal opinion.


              Here's what's surprised me the most thus far.


              1. Layer 4 of the OSI Model.

              2. ARP

              At layer 4 there's more going on than in the other layers, but I never hear it talked about like that.


              ARP gets barely any attention from what I can tell. But I find it's role fascinating. The way it interacts with a switch expands the broadcast domain and the way ARP is used in conjunction with the default gateway to reach another network is very interesting.
              Adversity temporarily visits a strong man but stays with the weak for a lifetime.

              Comment

              • BillyCarpenter
                Field Supervisor

                Site Contributor
                VIP Subscriber
                10,000+ Posts
                • Aug 2020
                • 16308

                #757
                Re: Need some advice on learning networking

                Subject: The Life of a Packet



                This has been a slow build up to tracing a packet from one end of the network to the other. This time we have the following devices on the network:

                4 PC's
                2 Switches
                1 Router

                Since we have a router that means that we have 2 networks. In this lab we want to send a packet from PC1 on one network to PC 4 on a different network.

                We must know a few things in order to understand the life of a packet.

                * Every device on the network has an ARP table. Yes, the switch, router and PC's all have an arp table.

                ** Switches also have a Mac Address Table

                *** Routers also contain a routing table.

                We need to learn how all these tables work together to get the packet to it's destination. Moreover, we need to understand how all the tables are populated for the first time.

                Let me put it like this: When all the tables (arp, mac, routing) are empty it takes 28 steps for PC1 to send a packet to PC4. But we've only covered half of the process for the life of a packet. PC4 must now respond back to PC1. Since all the tables were populated the first time around, it only require 8 more steps for PC4 to respond back to PC1. As you can see, it takes a lot less steps.

                This CCNA is a monster of a test. I think I'm gonna camp out for a while on learning the life of a packet. I'm gonna fire up Wire Shark to really get it down. I think I have it down now but will leave no stone unturned.


                EDIT: ARP is the Rockstar of the show. We must give ARP it's just due.







                Adversity temporarily visits a strong man but stays with the weak for a lifetime.

                Comment

                • KenB
                  Geek Extraordinaire

                  2,500+ Posts
                  • Dec 2007
                  • 3944

                  #758
                  Re: Need some advice on learning networking

                  Originally posted by BillyCarpenter
                  By the way, I want to address the OSI Model.


                  When I first started the CCNA course, I didn't know if it was something that was used in the real world or if it was even important. Now I know enough about it to give a definitive statement.


                  The question is: Is the OSI Model important?


                  Answer: If may be the single most important thing you'll ever learn about networking. They don't include the OSI model in these courses because it's a waste of time. They don't constantly refer back to the OSI model over and over and over again because it's unimportant.


                  If you plan on troubleshooting a network, you better know the OSI Model. There's a million different things that can go wrong with a network and you need to narrow it down to a specific layer. If not, you'll be chasing your tail all over the place. I've been beat over the head so much with the OSI Model in this course that it's become 2nd nature. My mind automatically thinks in terms of the OSI model when there's a problem.
                  My wife makes an awesome 7 layer salad.

                  A coincidence? I think not.
                  โ€œI think you should treat good friends like a fine wine. Thatโ€™s why I keep mine locked up in the basement.โ€ - Tim Hawkins

                  Comment

                  • BillyCarpenter
                    Field Supervisor

                    Site Contributor
                    VIP Subscriber
                    10,000+ Posts
                    • Aug 2020
                    • 16308

                    #759
                    Re: Need some advice on learning networking

                    Originally posted by KenB
                    My wife makes an awesome 7 layer salad.

                    A coincidence? I think not.

                    What's up, Ken? I often think back to our conversations about networking. You need to post more. You're missed by me and I'm sure others.
                    Adversity temporarily visits a strong man but stays with the weak for a lifetime.

                    Comment

                    • KenB
                      Geek Extraordinaire

                      2,500+ Posts
                      • Dec 2007
                      • 3944

                      #760
                      Re: Need some advice on learning networking

                      Originally posted by BillyCarpenter
                      What's up, Ken? I often think back to our conversations about networking. You need to post more. You're missed by me and I'm sure others.
                      Last edited by KenB; 05-15-2021, 06:07 PM.
                      โ€œI think you should treat good friends like a fine wine. Thatโ€™s why I keep mine locked up in the basement.โ€ - Tim Hawkins

                      Comment

                      • BillyCarpenter
                        Field Supervisor

                        Site Contributor
                        VIP Subscriber
                        10,000+ Posts
                        • Aug 2020
                        • 16308

                        #761
                        Re: Need some advice on learning networking



                        Glad that you're working again. But you better find some time to post on here.
                        Adversity temporarily visits a strong man but stays with the weak for a lifetime.

                        Comment

                        • BillyCarpenter
                          Field Supervisor

                          Site Contributor
                          VIP Subscriber
                          10,000+ Posts
                          • Aug 2020
                          • 16308

                          #762
                          Re: Need some advice on learning networking

                          Mastering the "life of a packet" is proving to be more difficult than it first appeared. I've found that most topics covered in the CCNA exam are intended to be analyzed and dissected from every angle.

                          For example: The "life of a packet" is basically teaching how to troubleshoot a network at the WireShark level.

                          What do you guys think about troubleshooting a network at the WireShark level? Necessary? Overkill?

                          I have my own thoughts and will share after we get some feedback on the question.
                          Adversity temporarily visits a strong man but stays with the weak for a lifetime.

                          Comment

                          • BillyCarpenter
                            Field Supervisor

                            Site Contributor
                            VIP Subscriber
                            10,000+ Posts
                            • Aug 2020
                            • 16308

                            #763
                            Re: Need some advice on learning networking

                            Here's an interesting question for all you networkers:


                            How does your PC know how to contact the Default Gateway and can you explain the steps involved in doing so? As always...no using Google.
                            Adversity temporarily visits a strong man but stays with the weak for a lifetime.

                            Comment

                            • BillyCarpenter
                              Field Supervisor

                              Site Contributor
                              VIP Subscriber
                              10,000+ Posts
                              • Aug 2020
                              • 16308

                              #764
                              Re: Need some advice on learning networking

                              Originally posted by BillyCarpenter
                              Here's an interesting question for all you networkers:


                              How does your PC know how to contact the Default Gateway and can you explain the steps involved in doing so? As always...no using Google.

                              Instead of me explaining it, this is the instructor in one of the courses that I'm talking.


                              Adversity temporarily visits a strong man but stays with the weak for a lifetime.

                              Comment

                              • BillyCarpenter
                                Field Supervisor

                                Site Contributor
                                VIP Subscriber
                                10,000+ Posts
                                • Aug 2020
                                • 16308

                                #765
                                Re: Need some advice on learning networking

                                Originally posted by BillyCarpenter
                                Here's an interesting question for all you networkers:


                                How does your PC know how to contact the Default Gateway and can you explain the steps involved in doing so? As always...no using Google.

                                In easy to understand language, the PC knows it needs to connect to the default gateway only when it's trying to send a packet to a different network. Bascially what the PC does is compare the destination IP address with it's own address and if it's on a different subnet it knows to contact the default gateway.

                                There's only one small problem. The PC doesn't know the MAC Address of the default gateway. How does the PC find the MAC address of the default gateway? Hhhmmmm.....
                                Adversity temporarily visits a strong man but stays with the weak for a lifetime.

                                Comment

                                Working...