User Tools

Site Tools


Writing /var/www/html/john.de-graaff.net/webroot/wiki/data/cache/1/124a849fb1a60a1647b9e6c4a54d1c8f.metadata failed
links:lvnl
Writing /var/www/html/john.de-graaff.net/webroot/wiki/data/cache/b/bf111e76e59a388c9525e3ec822a9d12.xhtml failed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

links:lvnl [2017/06/01 10:47]
jdg [Legacy]
links:lvnl [2019/03/06 07:33]
Line 1: Line 1:
-====== LVNL Links ====== 
  
-===== Products ===== 
- 
-==== Cisco ==== 
- 
-  * http://​www.cisco.com/​c/​en/​us/​products/​routers/​buyers-guide.html 
-    * ISR 
-    * ASR900 
-    * ASR1000 
-    * ASR9000 
-  * Cisco ASR903 \\ http://​www.cisco.com/​c/​en/​us/​support/​routers/​asr-903-router/​model.html 
- 
-==== eBooks ==== 
- 
-  * http://​ebook.konfigurasi.net/​Cisco/​ 
- 
-===== WOODS ===== 
- 
-  * WOODS = Wiki-style Object-Oriented Documentation System \\ -- (c)2017 John de Graaff @ De Graaff Innovations VOF 
- 
-==== Javascript ==== 
- 
-  * https://​en.wikipedia.org/​wiki/​JavaScript 
-  * https://​developer.mozilla.org/​en-US/​docs/​Web/​JavaScript 
-  * https://​developer.mozilla.org/​en-US/​docs/​Web/​JavaScript/​About_JavaScript 
-  * https://​developer.mozilla.org/​en-US/​docs/​Web/​JavaScript/​Reference 
-  * https://​developer.mozilla.org/​en-US/​docs/​Web/​JavaScript/​Language_Resources 
-  * https://​developer.mozilla.org/​en-US/​docs/​Web/​JavaScript/​Guide 
-  * http://​media.wiley.com/​product_ancillary/​12/​04705269/​DOWNLOAD/​9780470526910_Appendix_A.pdf 
- 
-=== JS related === 
- 
-  * https://​en.wikipedia.org/​wiki/​NativeScript 
-  * https://​www.nativescript.org/​ 
-  
-  * https://​en.wikipedia.org/​wiki/​AngularJS 
-  * https://​angularjs.org 
- 
-  * The MEAN stack is MongoDB, Express.js, AngularJS (or Angular), and Node.js 
-  * https://​en.wikipedia.org/​wiki/​MEAN_(software_bundle) 
- 
-=== Jquery === 
- 
-  * http://​jquery.com 
-  * https://​github.com/​jquery/​jquery 
-  * http://​api.jqueryui.com/​ 
- 
-==== Node.js ==== 
- 
-  * https://​en.wikipedia.org/​wiki/​Node.js 
-  * https://​www.npmjs.com/​ 
-  * https://​nodejs.org/​en/​ 
- 
-**About Node.js** 
- 
-As an __asynchronous event driven JavaScript runtime__, Node is designed to build scalable network applications. In the following "hello world" example, many connections can be handled concurrently. Upon each connection the callback is fired, but if there is no work to be done Node is sleeping. 
- 
-This is in contrast to today'​s more common concurrency model where OS threads are employed. Thread-based networking is relatively inefficient and very difficult to use. Furthermore,​ users of Node are free from worries of dead-locking the process, since there are no locks. Almost no function in Node directly performs I/O, so the process never blocks. Because nothing blocks, scalable systems are very reasonable to develop in Node. 
- 
- 
-<​code>​ 
-# HelloWorld.js 
- 
-const http = require('​http'​);​ 
- 
-const hostname = '​127.0.0.1';​ 
-const port = 3000; 
- 
-const server = http.createServer((req,​ res) => { 
-  res.statusCode = 200; 
-  res.setHeader('​Content-Type',​ '​text/​plain'​);​ 
-  res.end('​Hello World\n'​);​ 
-}); 
- 
-server.listen(port,​ hostname, () => { 
-  console.log(`Server running at http://​${hostname}:​${port}/​`);​ 
-}); 
-</​code>​ 
- 
- 
-===== Technology ===== 
- 
-==== Time-Sync ==== 
- 
-  * NTP  
-  * IEEE 1588 PTP  
- 
-==== MPLS ==== 
- 
-  * https://​en.wikipedia.org/​wiki/​MPLS-TP 
- 
-==== TDM ==== 
- 
-  * https://​tools.ietf.org/​html/​rfc4553 \\ <​code>​ 
-                                                       ​PROPOSED STANDARD 
-                                                            Errata Exist 
-Network Working Group                                 A. Vainshtein, Ed. 
-Request for Comments: 4553                               ​Axerra Networks 
-Category: Standards Track                                 YJ. Stein, Ed. 
-                                                 RAD Data Communications 
-                                                               June 2006 
-          Structure-Agnostic Time Division Multiplexing (TDM) 
-                          over Packet (SAToP) 
-Abstract 
-   This document describes a pseudowire encapsulation for Time Division 
-   ​Multiplexing (TDM) bit-streams (T1, E1, T3, E3) that disregards any 
-   ​structure that may be imposed on these streams, in particular the 
-   ​structure imposed by the standard TDM framing. 
-</​code>​ 
-  * https://​tools.ietf.org/​html/​rfc5086 \\ <​code>​ 
-                                                           ​INFORMATIONAL 
-Network Working Group                                 A. Vainshtein, Ed. 
-Request for Comments: 5086                                     I. Sasson 
-Category: Informational ​                                 Axerra Networks 
-                                                                 E. Metz 
-                                                                     KPN 
-                                                                T. Frost 
-                                                   ​Zarlink Semiconductor 
-                                                                 P. Pate 
-                                                       ​Overture Networks 
-                                                           ​December 2007 
-   ​Structure-Aware Time Division Multiplexed (TDM) Circuit Emulation 
-            Service over Packet Switched Network (CESoPSN) 
-Abstract 
-   This document describes a method for encapsulating structured (NxDS0) 
-   Time Division Multiplexed (TDM) signals as pseudowires over packet- 
-   ​switching networks (PSNs). ​ In this regard, it complements similar 
-   work for structure-agnostic emulation of TDM bit-streams (see RFC 
-   ​4553). 
-</​code>​ 
-  * Cisco CEoP/SAToP on Cisco Routing Platforms \\ http://​www.cisco.com/​c/​en/​us/​support/​docs/​wan/​tdm/​115921-ceop-satop-00.html 
- 
-==== Testing ==== 
- 
-  * http://​www.tamos.com/​products/​throughput-test/​ 
- 
-==== Legacy ==== 
- 
-<​code>​ 
-- RS422/RS232 combinatie 
-- E1 
-- 4-wire E+M 
-</​code>​ 
- 
-  * E+M (8 wires) -> https://​en.wikipedia.org/​wiki/​E_and_M_signaling 
-  * 4-Wire -> https://​en.wikipedia.org/​wiki/​Four-wire_circuit 
-  * 2-Wire -> https://​en.wikipedia.org/​wiki/​Two-wire_circuit 
-  * RS232 -> https://​en.wikipedia.org/​wiki/​RS-232 (point-to-point,​ unbalanced) 
-  * RS422 -> https://​en.wikipedia.org/​wiki/​RS-422 (point-to-point,​ balanced=long-distance) 
-  * RS485 -> https://​en.wikipedia.org/​wiki/​RS-485 (multi-point,​ balanced) 
-  * E1 -> https://​en.wikipedia.org/​wiki/​E-carrier 
- 
-==== Multicast ==== 
- 
-  * IGMP -> https://​en.wikipedia.org/​wiki/​Internet_Group_Management_Protocol 
-  * PIM -> https://​en.wikipedia.org/​wiki/​Protocol_Independent_Multicast 
- 
- 
-==== Multigigabit ==== 
- 
-  * NBASE-T -> http://​www.nbaset.org/​ 
-  * on Cat5e/6: 1G, 2.5G, 5G, 10G bps 
/var/www/html/john.de-graaff.net/webroot/wiki/data/pages/links/lvnl.txt ยท Last modified: 2019/03/06 07:33 (external edit)