Week 8 - Common Data Structures - SMS Flashcards

1
Q

What is SMS and how many characters does it support?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two methods that SMS can be transmitted / recieved?

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What protocol defines the three sets of alphabets / character sets used in PDU mode?

A

GSM 03.38 protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the 3 sets of alphabets / character sets defined by GSM 03.38?

A
  • GSM 7 bit (160 characters). This is most common
  • 8 bit data (140 characters)
  • 16 bit Universal Character Set (70 characters)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Septet?

A

A data type used by PDU mode.
A septet is a group of 7 bits in INTEGER encoding ( 0 to 127)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an Octet?

A

A data type used by PDU mode.
An octet is a group of 8 bits in HEX format (0x00 to 0xFF)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a semi octet?

A

A data type used by PDU mode.
Group of 8 bits in INTEGER coding (0 to 153)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly