Week 8 - Common Data Structures - SMS Flashcards
What is SMS and how many characters does it support?
SMS = Short Message Service
Up to 160 characters.
Larger messages sent / recieved in multiple parts. SMS concatenation occurs where markers are used to indicate the order of the messages to be read
What are the two methods that SMS can be transmitted / recieved?
- Text mode. Text is transmitted in plain text. Not supported by all devices
- Protocol Discription (PDU) mode. This is most common. Decoding is automatically handled by the device.
What protocol defines the three sets of alphabets / character sets used in PDU mode?
GSM 03.38 protocol
What are the 3 sets of alphabets / character sets defined by GSM 03.38?
- GSM 7 bit (160 characters). This is most common
- 8 bit data (140 characters)
- 16 bit Universal Character Set (70 characters)
What is a Septet?
A data type used by PDU mode.
A septet is a group of 7 bits in INTEGER encoding ( 0 to 127)
What is an Octet?
A data type used by PDU mode.
An octet is a group of 8 bits in HEX format (0x00 to 0xFF)
What is a semi octet?
A data type used by PDU mode.
Group of 8 bits in INTEGER coding (0 to 153)