Skip to main content

Share: Morse Code

Morse code is a method used in telecommunication to encode text characters as standardized sequences of two different signal durations, called dots and dashes or dits and dahs. Morse code is named after Samuel Morse, an inventor of the telegraph.

International Morse Code, also known as Continental Morse Code, encodes the 26 English letters A to Z, some non-English letters, the Arabic numerals and a small set of punctuation and procedural signals (prosigns). There is no distinction between upper and lower case letters.

Morse code can be transmitted in a number of ways: as electrical pulses along a telegraph wire, as an audio tone, a radio signal with short and long tones, or as a mechanical, audible, or visual signal e.g. a flashing light  or even a car horn. Some mine rescues have used pulling on a rope, a short pull for a dot and a long pull for a dash.

Morse code is transmitted using just two states - on and off. Historians have called it the first digital code. Morse code may be represented as a binary code, and that is what telegraph operators do when transmitting messages. A Morse code sequence may be made from a combination of:
* short mark, dot or "dit" (.): 1
* longer mark, dash or "dah" (-): 111
* intra-character gap (between the dots and dashes within a character): 0
* short gap (between letters): 000
* medium gap (between words): 0000000

 

Popular posts from this blog

Share: Phonetic Alphabet

The phonetic alphabet is a list of 26 words, for each letter of the alphabet. Each word represents the letter that it begins with. The phonetic alphabet is often used to clear up any misunderstanding over the pronunciation of letters, e.g. a “M” for a “N” or a “B” for a “P”. In certain countries, there is no standard phonetic alphabet. Instead, contact centres often use names and cities to identify letters, e.g. A - Adam, B - Boy, C - China, etc. Notes: * First introduced by NATO in 1955. * The NATO (North Atlantic Treaty Organization) Phonetic Alphabet is currently officially denoted as the International Radiotelephony Spelling Alphabet (IRSA) or the ICAO (International Civil Aviation Organization) phonetic alphabet or ITU (International Telecommunication Union) phonetic alphabet. * The NATO Phonetic Alphabet is also known as telephone alphabet, radio alphabet, word-spelling alphabet, or voice procedure alphabet.  

Share: SSL

SSL stands for Secure Sockets Layer. It is the standard technology to keep an internet connection secure, safeguarding any sensitive data that is being sent between two systems, can be server to server or a server and a client, preventing criminals from reading and modifying any information transferred. SSL uses encryption algorithms to scramble data in transit, makes sure that any data transferred between users and sites, or between two systems remain impossible to read, preventing hackers from reading it as it is sent over the connection. TLS (Transport Layer Security) is an updated, more secure, version of SSL. Not only is TLS more secure and performant, most modern web browsers no longer support SSL 2.0 and SSL 3.0. While SSL is still the dominant term on the Internet, most people really mean TLS when they say SSL. HTTPS (Hyper Text Transfer Protocol Secure) appears in the URL when a website is secured by an SSL certificate. The details of the certificate, including the issuing aut...