This commit is contained in:
Justin 2023-09-15 19:50:13 -05:00
parent ac9e83f930
commit 032de48670
1 changed files with 5 additions and 5 deletions

View File

@ -43,16 +43,16 @@
* Logical addressing
* Ip Addressing IPv4 and IPv6
* Switching (Routing)
* Route discovery and selction
* Route discovery and selection
* Connection Services
* Banwidth usage
* Bandwidth usage
* Multiplexing
* ### How should data be __forward__ or __routed__
* Packet Switching (Most common)
* Data is divided into packets and then forwarded to is IP address.
* Circuit Switching
* Dedicated communication link is establed between two devices.
* It uses one path when the connect establed and the whole time the connect is there.
* Dedicated communication link is established between two devices.
* It uses one path when the connect established and the whole time the connect is there.
* Message Switching
* Data is divided into messages which may be stored and then forwarded.
* ### Route Discovery and Selection
@ -107,5 +107,5 @@
* Reestablish connedtion
* Acknowlegde receipt
* Tear down
* Ending of a sesion after the transfer is doneor when the other party disconnects.
* Ending of a session after the transfer is done or when the other party disconnects.