From d6024a1855e78ec43cd88bc20cd4aced2b61b674 Mon Sep 17 00:00:00 2001 From: Justin Frasier Date: Tue, 12 Sep 2023 23:37:25 +0000 Subject: [PATCH] Updating --- Network_Plus/Network+_OSI.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Network_Plus/Network+_OSI.md b/Network_Plus/Network+_OSI.md index a364345..41fde80 100644 --- a/Network_Plus/Network+_OSI.md +++ b/Network_Plus/Network+_OSI.md @@ -79,13 +79,13 @@ * ### Transport Layer * TCP Transmission Control Protocol * Connection-oriented protocol that is a reliable way to transport segments across the network - * Will ask for an acknowledgement + * Will ask for an acknowledgement. * ![TCP](../pics/tcp.png) * This is a Three-way handshake. - * UDP User Datagram Protocol * Connectionless protocol that is an unreliable way to transport segments across the network - + * If it dropped, Sender is unaware * Windowing + * Buffering