We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a92d5 commit 6cad4fbCopy full SHA for 6cad4fb
README.md
@@ -357,10 +357,16 @@ Read more [here](https://linuxjourney.com/lesson/dhcp-overview)
357
358
<details>
359
<summary>What is MTU?</summary><br><b>
360
+
361
+MTU stands for Maximum Transmission Unit. It's the size of the largest PDU (protocol Data Unit) that can be sent in a single transaction.
362
</b></details>
363
364
365
<summary>What happens if you send a packet that is bigger than the MTU?</summary><br><b>
366
367
+With IPv4 protocol, router can fragment the PDU then sending all the fragmented PDU through the transaction.
368
369
+With IPv6 protocol, it issues a error to the user's computer.
370
371
372
0 commit comments