From 5596825a2890147a2ea259c3276fb1c6ce421d46 Mon Sep 17 00:00:00 2001
From: Adam Djellouli <37275728+djeada@users.noreply.github.com>
Date: Sat, 31 Dec 2022 10:58:36 +0100
Subject: [PATCH] Add definitions for collision and broadcast domains (#327)
* added explanation to SSL handshake
* Update README.md
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 37c19d0..d86ed16 100644
--- a/README.md
+++ b/README.md
@@ -232,10 +232,12 @@ CSMA/CD algorithm:
What is a "Collision Domain"?
+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.
What is a "Broadcast Domain"?
+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.