summaryrefslogtreecommitdiffstats
path: root/_sfp/bosa-tosa-rosa.md
diff options
context:
space:
mode:
authorSimone <26844016+simonebortolin@users.noreply.github.com>2023-01-17 14:10:16 +0100
committerGitHub <noreply@github.com>2023-01-17 14:10:16 +0100
commit6c8e290129ba9b8a964e1295997f6f22e4012665 (patch)
tree28625696d1f0af0ffd0dfc3380065d51d6ca230f /_sfp/bosa-tosa-rosa.md
parentGeneral refactor of Hardware Specifications, Serial and heading - Other (#117) (diff)
downloadhack-gpon.github.io-6c8e290129ba9b8a964e1295997f6f22e4012665.tar
hack-gpon.github.io-6c8e290129ba9b8a964e1295997f6f22e4012665.tar.gz
hack-gpon.github.io-6c8e290129ba9b8a964e1295997f6f22e4012665.tar.bz2
hack-gpon.github.io-6c8e290129ba9b8a964e1295997f6f22e4012665.tar.lz
hack-gpon.github.io-6c8e290129ba9b8a964e1295997f6f22e4012665.tar.xz
hack-gpon.github.io-6c8e290129ba9b8a964e1295997f6f22e4012665.tar.zst
hack-gpon.github.io-6c8e290129ba9b8a964e1295997f6f22e4012665.zip
Diffstat (limited to '_sfp/bosa-tosa-rosa.md')
-rw-r--r--_sfp/bosa-tosa-rosa.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/_sfp/bosa-tosa-rosa.md b/_sfp/bosa-tosa-rosa.md
new file mode 100644
index 0000000..a893170
--- /dev/null
+++ b/_sfp/bosa-tosa-rosa.md
@@ -0,0 +1,23 @@
+---
+title: "BOSA, TOSA and ROSA: the conversion from optical to electrical"
+has_children: false
+nav_order: 3
+layout: default
+---
+
+In optical-electrical conversion, special components called TOSA (Transmitter Optical Sub Assembly) and ROSA (Receiver Optical Sub Assembly) are used to convert the signal.
+They are responsible for translating the optical signal into a corresponding electrical signal or vice versa, which inputs or outputs symbols corresponding to the optical values. These values, which we refer to as unprocessed or RAW values for simplicity, are not standard signals and must be converted into standard signals[^huawei].
+
+TOSA and ROSA are essential components in the uni-directional transceivers which transmit on one fiber optic strand and receive on the other fiber optic strand.
+
+{% include image.html file="ont-wo-mac/rosa.png" alt="ROSA" caption="ROSA" %}
+{% include image.html file="ont-wo-mac/tosa.png" alt="TOSA" caption="TOSA" %}
+
+In order to ensure bi-directional communication, it is also possible to use a TOSA and a ROSA, or a BOSA which is a combination of a TOSA, a ROSA and additionally a WDM filter. The WDM filter split the wavelengths into two separate wavelengths[^huawei].
+
+{% include image.html file="ont-wo-mac/bidi.jpg" alt="Bi-Directional comunication obtain through a TOSA and a ROSA" caption="Bi-Directional comunication obtain through a TOSA and a ROSA" %}
+{% include image.html file="ont-wo-mac/bosa.jpg" alt="BOSA" caption="BOSA" %}
+
+---
+
+[^huawei]: *What is inside a SFP transceiver?* https://forum.huawei.com/enterprise/en/what-is-inside-a-sfp-transceiver/thread/782827-861 \ No newline at end of file