Merge branch 'master' of https://github.com/bregman-arie/devops-exercises
This commit is contained in:
commit
5b51d938f2
@ -371,10 +371,16 @@ Read more [here](https://linuxjourney.com/lesson/dhcp-overview)
|
|||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>What is MTU?</summary><br><b>
|
<summary>What is MTU?</summary><br><b>
|
||||||
|
|
||||||
|
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.
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>What happens if you send a packet that is bigger than the MTU?</summary><br><b>
|
<summary>What happens if you send a packet that is bigger than the MTU?</summary><br><b>
|
||||||
|
|
||||||
|
With IPv4 protocol, router can fragment the PDU then sending all the fragmented PDU through the transaction.
|
||||||
|
|
||||||
|
With IPv6 protocol, it issues a error to the user's computer.
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
Loading…
Reference in New Issue
Block a user