[100G+OTN ] NG Multi-Service Transport Network Solution

2021-02-20 迅宇光電
NG Multi-Service Transport Network SolutionGeneral Description

     Driven by packetize and ICT informationize construction, business IP trend and network flattening and intelligentialize have become the major problems of operators considering to solve. And meanwhile with the VR/AR, 5G etc. new business arise, the transmission network need to carry diversity types of data with higher requirements such like effectively accessing variety of services, providing high bandwidth, high reliability, low latency fusion transmission technology, and perfectly interworking with the existing SDH/OTN network. Respect to these demands, the industry has begun to launch the converged packet transport network product solution, which is committed to creating a convergent transport network to achieve multi-service accessing, SDNFV technology and meet the future 5G bearing.

Solution Introduction & Advantages

     As a well-known optical communication expert, Fiberhome launched packet transport series products CiTRANS 620/640/660/680 since 2008. In 2015, Fiberhome launched next generation full services products CiTRANS 650/690 series, which are positioned as an end-to-end, future-oriented converged transport platform. Fiberhome wins high recognition of many customers with leading product solutions and high quality servers, its CiTRANS series products are world widely deployed in 90 countries, 300,000 sets shipment.

CiTRANS 650/690 adopts the industry-leading PKT/VC/ODUk unified cross-connection architecture, supports service rates from 2Mbps to 100Gbps, provide SDNFV and network slicing technology to meet variety of services scenarios, can reduce TCO via flexible operation and maintenance management. CiTRANS 650/690 can interoperate with the existing SDH/OTN network perfectly, dedicating to provide customers a single network with ultra-broadband pipes, ultra-simplified and on-demand delivery.

相關焦點

  • PoE switch solution | Internet of Things makes museums smarter
    This solution adopts a full gigabit port design and supports the IEEE802.3af / at standard., reduce network load, and reduce the load on core layer devices.
  • CentOS - network和NetworkManager衝突
    前言在CentOS系統上,目前有NetworkManager和network兩種網絡管理工具。解決衝突目前在CentOS上的NetworkManager版本比較低,而且比較適合有桌面環境的系統,所以伺服器上保留network服務即可,將NetworkManager關閉,並且禁止開機啟動。
  • Metso's in-pit crushing solution reduces emissions and...
    Metso's in-pit crushing solution reduces emissions and improves safety at major Russian iron ore mine  Metso's in-pit crushing solution reduces emissions and improves
  • 最簡部署OCS Inventory NG glpi資產管理系統
    ocsinventory-release-latest.el7.ocs.noarch.rpm更新軟體yum update安裝軟體yum install -y ocsinventory glpi glpi-ocsinventoryng php-pecl-zendopcache php-pecl-apcu-bc設置靜態ip(推薦非必需)Vi /etc/sysconfig/network-scripts
  • Network security expert holds symposium in Nanning
    Recently, the Guangxi Information Development Organization Federation and the Guangxi Network Security Evaluation Center invited Academician Shen Changxiang, a famous network
  • ...中國交通的可持續發展 Sustainable Development of Transport...
    China released a white paper on the country's transport development on Dec 22 to provide a full picture of its achievements in the field and share its strategy and activities in building a sustainable
  • Docker系列之network命令(容器網絡)
    docker network createdocker network connectdocker network lsdockercreate -d overlay \ --subnet=192.168.0.0/16 \ --subnet=192.170.0.0/16 \ --gateway=192.168.0.100 \ --gateway=192.170.0.100 \ --ip-range=192.168.1.0/24 \ --aux-address=&34; --aux-address=&34; \ -
  • linux系統編寫Systemd Service方法
    接下來我們通過例子來簡單講述一下systemd service編寫方法。學過用過Centos7的朋友,都知道Systemd服務主要內容為:控制單元[unit]的定義、服務[service]的定義、安裝[install]部分。
  • 瀏覽器Service worker初步體驗
    if('serviceWorker'in navigator){ navigator.serviceWorker.register('sw.js') } 應該使用 window.addEventListener('load', xxxx) 去操作它保證當前頁面的資源加載完成才使用
  • 在linux系統中怎麼編寫Systemd Service
    接下來我們通過例子來簡單講述一下systemd service編寫方法。學過用過Centos7的朋友,都知道Systemd服務主要內容為:控制單元[unit]的定義、服務[service]的定義、安裝[install]部分。我們先寫個腳本如下:[root@localhost ~]!