This document provides an overview of circuit-switched and datagram networks. It discusses:
- Circuit-switched networks require a setup phase to establish a dedicated connection between stations before data transfer can occur. Resources are allocated for the entire connection duration.
- Datagram networks divide messages into packets that are routed independently through the network. Packets may arrive out of order and be lost due to lack of dedicated resources.
- Switches in circuit-switched networks use space-division or time-division techniques, while packet switches contain input/output ports, a routing processor, and a switching fabric to route packets based on destination addresses in routing tables.