Skip to content

Commit

Permalink
Add definitions for collision and broadcast domains (bregman-arie#327)
Browse files Browse the repository at this point in the history
* added explanation to SSL handshake

* Update README.md
  • Loading branch information
djeada authored Dec 31, 2022
1 parent 54c6741 commit 5596825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,12 @@ CSMA/CD algorithm:

<details>
<summary>What is a "Collision Domain"?</summary><br><b>
A collision domain is a network segment in which devices can potentially interfere with each other by attempting to transmit data at the same time. When two devices transmit data at the same time, it can cause a collision, resulting in lost or corrupted data. In a collision domain, all devices share the same bandwidth, and any device can potentially interfere with the transmission of data by other devices.
</b></details>

<details>
<summary>What is a "Broadcast Domain"?</summary><br><b>
A broadcast domain is a network segment in which all devices can communicate with each other by sending broadcast messages. A broadcast message is a message that is sent to all devices in a network rather than a specific device. In a broadcast domain, all devices can receive and process broadcast messages, regardless of whether the message was intended for them or not.
</b></details>

<details>
Expand Down

0 comments on commit 5596825

Please sign in to comment.