Transmission lines cause a lot of confusion for engineers. I hope to clear up some of that here. I will break this up into a few sections, so if you already know something you can easily skip to the information you need to know.
** Just as a disclaimer, transmission lines are an extremely complex topic, and I could never cover everything related to them here. **
What is a transmission line?
For the purposes of this post, a transmission line is just a wire that has been designed to carry an electrical signal with minimal loss over relatively large distances. We typically see these in a few forms:
Stripline/microstrip: these are traces on a PCB. Any trace can become a transmission line if it gets long enough. These are the most common source of issues for system designers if transmission lines effects are not taken into account.
Coax cables: These are typically 50-Ω characteristic impedance cables designed specifically for matching RF signals to 50-Ω signal sources and 50-Ω loads. There are other impedances out there, however 50 Ω is the most common version. The transmission line consists of center conductor surrounded by an insulator, and then a tube of conductive material. The signal typically rides on the center conductor and the outer conductor is grounded.
Twisted Pair: These are exactly what they sound like - a pair of wires, usually with one signal and one ground, that are twisted together to form a double helix. They are most commonly found in network cables like Cat5e. Network cables have a typical characteristic impedance of 100 Ω.
Parallel Line: These are any two wires in parallel, one with the signal and the other grounded (typically). The most common form of these is a ribbon cable, which just has a bunch of wires in parallel running from one location to another. They are not used as commonly today due to noise and interference concerns.
How long does a transmission line need to be before it starts acting like a transmission line?
Generally speaking for logic? 20 cm
This value is heavily related to the frequency content of a signal, so the faster your edges are, the smaller that number gets. Let's quickly cover what I mean by "frequency content."
Frequency content of a square wave
Any signal can be broken down into a series of sine waves, and square waves end up being an infinite series of sine waves summed together. There's a great explanation here if you're interested: https://en.wikipedia.org/wiki/Square_wave
So, in a real signal, the maximum edge rate is the primary control on the frequency content of the signal. Let's use a 1 MHz signal as an example. Here's 3 square waves that are all 1 MHz signals:
Three 1 MHz signals, each with a different edge rate. Top to bottom: 100ns, 10ns, 1ns
I took the fourier transform of these, and found that the harmonics for the first signal already had already dropped below 0.5V after just 20 MHz, while the third signal still had a 0.518V component at 100 MHz.
The general rule of thumb for determining the bandwidth of a square wave is to use the transition time (t_t, 10% to 90%) of the signal in this equation:
BW = 0.35 / t_t
For the top waveform above, the bandwidth is expected to be 0.35 / 100ns = 3.5 MHz, while the last signal would be 0.35 / 1ns = 350 MHz.
This bandwidth frequency, and not the square wave frequency, is what we are referring to when we talk about the "frequency content" of a signal.
Typical logic signals have transition times between 1ns and 10ns, which puts the typical maximum bandwidth of a signal around 350 MHz.
The general rule of thumb for a transmission line to be considered 'long enough' to start acting like a transmission line is one quarter wavelength ( λ/4 ). To get wavelength we can use this equation for a quick approximation:
λ = c / BW = 300 Mm/s / 350 MHz = 0.857 m
λ/4 ~= 21.4 cm
In the world of under 350 MHz square-wave clock signals (which is where standard logic devices 'live'), a "long distance" is at least 21.4 cm. On many circuit boards and in many systems, 20 cm isn't that large of a distance, so you might start to see transmission line effects on your board.
What exactly does a 'characteristic impedance' mean?
The characteristic impedance of a transmission line is simply the ratio of voltage to current at any point in the transmission line. The proof of this is complex, so I won't explain here, however just know that when you see "50 Ω" on a transmission line, it DOES NOT mean that the line acts like a 50 Ω transistor. It means that the travelling waves on that line will have a ratio of voltage to current that is 50 Ω, after all, resistance as defined by Ohm's Law is just a ratio:
R = V / I
This has some very interesting implications, which will be covered in the next section.
What are these 'transmission line effects' that keep coming up?
When a signal travels over a transmission line, there is typically very little loss (which is why we use tranmsission lines), however there are some important effects to take note of.
First, signals can reflect on a transmission line if there is an impedance mismatch. From the previous section, we know that at -any point- on a transmission line, the voltage to current ratio will always be the same. What happens when you connect a resitor to the then of the transmission line, forcing it to have a different voltage to current ratio (say 50 Ω on the transmission line and a 100 Ω resistor at the load). When the ratio of voltage to current is different on the transmission line and at the load, this produces a reflected wave. If you are trying to deliver power to the load, like with a power line or a radio transmitter, this is a very bad thing --- however, in logic systems, typically it is not a major problem because we are trying to deliver information, not power.
Here's 3 more square waves, this time having different load terminations with the same input and characteristic impedances:
< this section in work - please give me a couple hours to post the rest :) >