That text message takes a surprisingly long journey. Step through exactly how it gets from your phone to theirs, including what happens when they're offline.
Step 0 of 0
// Current step
Press Play to begin
This diagram shows how an SMS message travels from sender to recipient through the carrier network and SMSC store-and-forward system.
160 characters
A single SMS is limited to 160 7-bit characters. Longer messages are split into multiple parts and reassembled by the receiving phone.
Store and forward
If the recipient is offline, the SMSC stores your message for up to 48 hours and retries delivery when they reconnect.
Delivery reports
When the SMSC delivers your message, it sends a delivery receipt back, that's the ✓✓ tick you see.
SS7 signalling
SMS travels over SS7, the same signalling network as voice calls. This is why SMS works even with weak signal when calls don't.
No encryption
Traditional SMS is unencrypted between carriers. Use Signal or WhatsApp for end-to-end encryption.
A2P SMS
Application-to-Person SMS (OTPs, alerts) goes through aggregators like Twilio who connect to carriers via SMPP protocol.