Update
This commit is contained in:
parent
ac9e83f930
commit
032de48670
|
@ -43,16 +43,16 @@
|
||||||
* Logical addressing
|
* Logical addressing
|
||||||
* Ip Addressing IPv4 and IPv6
|
* Ip Addressing IPv4 and IPv6
|
||||||
* Switching (Routing)
|
* Switching (Routing)
|
||||||
* Route discovery and selction
|
* Route discovery and selection
|
||||||
* Connection Services
|
* Connection Services
|
||||||
* Banwidth usage
|
* Bandwidth usage
|
||||||
* Multiplexing
|
* Multiplexing
|
||||||
* ### How should data be __forward__ or __routed__
|
* ### How should data be __forward__ or __routed__
|
||||||
* Packet Switching (Most common)
|
* Packet Switching (Most common)
|
||||||
* Data is divided into packets and then forwarded to is IP address.
|
* Data is divided into packets and then forwarded to is IP address.
|
||||||
* Circuit Switching
|
* Circuit Switching
|
||||||
* Dedicated communication link is establed between two devices.
|
* Dedicated communication link is established between two devices.
|
||||||
* It uses one path when the connect establed and the whole time the connect is there.
|
* It uses one path when the connect established and the whole time the connect is there.
|
||||||
* Message Switching
|
* Message Switching
|
||||||
* Data is divided into messages which may be stored and then forwarded.
|
* Data is divided into messages which may be stored and then forwarded.
|
||||||
* ### Route Discovery and Selection
|
* ### Route Discovery and Selection
|
||||||
|
@ -107,5 +107,5 @@
|
||||||
* Reestablish connedtion
|
* Reestablish connedtion
|
||||||
* Acknowlegde receipt
|
* Acknowlegde receipt
|
||||||
* Tear down
|
* 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.
|
||||||
|
|
Loading…
Reference in New Issue