Additional Notes in Comms 3
Additional Notes in Comms 3
DATA COMMUNICATIONS
Additional Notes:
International Telecommunication Union (ITU)
The International Telecommunication Union (ITU) is a specialized agency of
the United Nations (UN) responsible for setting global standards and policies for
telecommunications, information technology, and radio communications.
Functions of ITU:
1. Regulating Radio Spectrum & Satellite Orbits
o Manages the allocation of radio frequencies and satellite
devices.
3. Promoting Digital Inclusion
o Helps bridge the digital divide by improving ICT access
worldwide.
4. Cybersecurity & Internet Governance
o Develops policies to enhance global cybersecurity.
crises.
Conclusion
DTE = The end device that produces or consumes data.
DCE = The intermediary device that enables
communication between DTEs.
2. Skill Dependency
Engr. Christopher V. Maglaque, PECE, MEM | DATA COMMUNICATIONS
10
It requires specialized training to learn and use effectively.
Both the sender and receiver must be skilled in
understanding Morse Code, making it less accessible to the
general population.
4. Error-Prone
Human errors in encoding or decoding dots (.) and dashes (-)
can result in miscommunication.
Noise or interruptions in the transmission medium can distort
signals, leading to misunderstandings.
2. Baudot Code
The Baudot Code is a 5-bit character encoding system that was widely used in
early telecommunication systems, particularly in teleprinters (teletype
machines). It was named after its inventor, Émile Baudot, a French engineer who
developed it in the 1870s.
Baudot Code is considered one of the first practical digital communication codes
and laid the groundwork for modern character encoding systems.
or extended alphabets.
2. Obsolescence:
o Replaced by more advanced encoding systems like ASCII
2.Compatibility:
o Ensures interoperability between different systems and
devices.
3.Foundation for Modern Standards:
o ASCII laid the groundwork for later encoding systems like
Limitations of ASCII
1.Limited Character Set:
o Only 128 characters, insufficient for representing non-
ASCII Example
Character Decimal Binary
A 65 1000001
a 97 1100001
0 48 0110000
Conclusion
ASCII has been a foundational standard in digital communication and text
representation, ensuring consistent encoding across platforms. While its
limitations have led to the adoption of Unicode, it remains a critical part of
computing history.
systems.
Advantages of EBCDIC
1. Backward Compatibility:
o Maintains compatibility with older IBM systems, making it
standard.
Disadvantages of EBCDIC
1. Incompatibility with ASCII:
o EBCDIC and ASCII use different encoding patterns,
transmit characters:
UTF-8: Variable-length encoding (1–4 bytes), widely
some systems.
UTF-32: Fixed-length (4 bytes), used when simplicity
Advantages of Unicode
1. Global Text Representation:
o Unicode allows for the consistent representation of text
Challenges of Unicode
1. Storage Overhead:
Engr. Christopher V. Maglaque, PECE, MEM | DATA COMMUNICATIONS
18
o Unicode characters may require more storage space
compared to simpler encoding standards like ASCII.
o For example, UTF-8 characters can use up to 4 bytes,
while UTF-32 uses 4 bytes for every character.
2. Complexity:
o Handling multiple encoding formats (e.g., UTF-8, UTF-16,
Applications of Unicode
Multilingual Websites: Enables websites to display text in
multiple languages seamlessly.
Global Software: Ensures applications can handle user
input and output in any language.
Emoji Representation: Unicode standardizes emojis across
devices, ensuring consistent appearance.
Digital Communication: Used in email, text messaging,
and file storage to prevent encoding errors.