2.1.b Implement and Troubleshoot Layer 2 Protocols

Section 2.1.b Implement and Troubleshoot Layer 2 Protocols   One thing I wanted to discuss in this section is Ethernet, and all of the forms it may take. When looking at wireshark captures, we may notice the Ethernet headers as “Ethernet II”. This is the most common Ethernet protocol we use today. The above screenshot …

1.1.f (i) Starvation

1.1.f (i) Starvation This section discusses TCP Starvation, UDP dominance. As you now know, TCP is connection oriented, and is able to detect network congestion and act accordingly (slow start following by back off with packetloss). UDP has no concept of this congestion window, all UDP will do is continue to send whatever the upper …

1.1.f Flash Cards

Here are all of the flash cards for 1.1.f Explain UDP Operations ! If you don’t have or know what Anki is, it is my favorite , free flash card program: https://apps.ankiweb.net/ Here is the Anki package you may import and start using the flash cards right away: https://upw.io/u9/1.1.f_Explain_UDP_Operations.apkg If you prefer the plain text …

1.1.f Explain UDP Operations

Everything you need to know regarding section 1.1.f Explain UDP Operations is here. To better understand UDP we need to understand the header and its operations.     src port = socket open in the source of this UDP packet for this connection dst port = socket open in the destination of this UDP packet …