Re: wikipedia and connection-oriented and packet switching
Wikipedia isn't a bible and has many wierd and wonderful (completely incorrect) terms and explainations.
The term as shown on Wiki is a bit murky.
Connection-Oriented can basically be explained by the two devices needing to communicate prior to the delivery of the data from one point to another. Basically one device says to the other "get ready i'm about to start sending" and "right i've finished we can stop". This can also include the setting up of a PVC (Frame Relay) because even though no communication is required every time the device wishes to send data, the 'pipe' must be already setup to allow communication between the devices. In terms of frame relay this is done by the devices setting up one or more PVC's each with their own DLCI. TCP would also be an example of this also.
Connectionless protocols on the other hand do not require any prior session setup, no PVC and no communication is required before data can be sent. This does have its drawbacks as there is often no error recovery available with these types of connection. An example of this would be UDP/IP.
As for the switching technologies (of which there are many) there are benifits and drawbacks to each. Frame / circuit switched and now more of a legacy technology because if a PVC is mapped between two endpoints across a core network where one of the links it is mapped across drops then connectivity is lost whereas with packet switched technologies the packets can be re-routed and no reconfiguration of the path need be made.
Some examples are below :
Cell Switching:
DSL/ATM - just another way of getting into the cloud.
Packet Switching:
IPVPN - Only one pipe into the MPLS cloud is required for connectivity between all other devices within the same cloud which means there is no single point of failure.
Frame Switching:
Frame Relay where PVCs need to be configured before communication between devices can be made. If all sites have PVC's built through to the Head Office and one branch needs to connect to another this needs to be done through the head office basically creating a single point of failure. In this case a seperate PVC would be built to a DR site.
Circuit Switching:
ISDN including dialup where connections need to be built between points for communication to take place.
Hope that helps, sorry if it's a bit long winded.
|