One side of the link (DCE), has to transmit the clock signal, which controls the data rate, and the other side (DTE) receives the clock signal.
R1 is DCE here:
interface Serial0/0/0
ip address 10.0.0.1 255.255.255.252
clock rate 2000000
R2 is DTE here:
interface Serial0/0/0
ip address 10.0.0.2 255.255.255.252
The difference between the two cables in packet tracer is just which side you click first:

- With the DCE cable, (red zigzag with clock) the side you click first will be the DCE, the second will be DTE
- With the DTE cable (red zigzag no clock) the side you click first will be DTE, the second will be DCE
Whichever way you do it, you'll see one side of the cable shows the clock symbol: this is the DCE.
Answer from jonathanjo on Stack ExchangeOne side of the link (DCE), has to transmit the clock signal, which controls the data rate, and the other side (DTE) receives the clock signal.
R1 is DCE here:
interface Serial0/0/0
ip address 10.0.0.1 255.255.255.252
clock rate 2000000
R2 is DTE here:
interface Serial0/0/0
ip address 10.0.0.2 255.255.255.252
The difference between the two cables in packet tracer is just which side you click first:

- With the DCE cable, (red zigzag with clock) the side you click first will be the DCE, the second will be DTE
- With the DTE cable (red zigzag no clock) the side you click first will be DTE, the second will be DCE
Whichever way you do it, you'll see one side of the cable shows the clock symbol: this is the DCE.
DCE stands for data circuit-terminating, data communications, or data carrier equipment - this is a modem or more generally, a line adapter.
DTE stands for data terminal equipment which generally is a terminal or a computer.
Basically, these two are the different ends of a serial line.
DCE vs DTE and serial connections
Can someone explain what DTE and DCE cable is used for?
purpose of a serial cable
DCE/DTE question
What is DCE?
How are DCE and DTE devices connected by cable?
Should DCE or DTE provide the clock signal in a synchronous serial connection?
Videos
I am trying to setup a Cisco switch and Router to my computer. I got a cable with me for DTE and DCE
I'm watching Lazaro Diaz udemy course to brush up for 100-105. On a lab he does, you can't really see to much of what's going on because he blocks the screen a little and doesn't give any hostnames to the routers. Which after watching it another time doesn't matter, but the first time through was a little confusing.
My questions are:
-
Does each serial connection need one DCE and one DTE?
-
In this scenario, would there be only one CSU/DSU or could there be multiple?
Screenshot of Lab
I may just be having a brain fart here or am I just missing something, and each serial connection is considered a WAN correct? That would be the reason for setting the clock rate on each WAN.
Any explanation would be appreciated.