Le linee dedicate (T1, T2, T3) As linhas alugadas (T1, T2, T3) line sharing (T1,T2,T3) Les lignes louées (T1, T2, T3) Líneas dedicadas (T1, T2, T3)

Leased lines

"Leased" lines enable transmission of data at medium and high speeds (64 Kbps to 140 Mbps) by point to point or multipoint connection (Transfix service).

In Europe, there are five types of lines distinguished according to their speed:

  • E0 (64Kbps)
  • ,
  • E1 = 32 E0 lines (2Mbps)
  • ,
  • E1 = 128 E0 lines (8Mbps)
  • ,
  • E3 = 16 E1 lines (34Mbps)
  • ,
  • E4 = 64 E1 lines (140Mbps)

In the United States, the concept is as follows:

  • T1 (1.544 Mbps)
  • T2 = 4 T1 lines (6 Mbps)
  • ,
  • T3 = 28 T1 lines (45 Mbps)
  • ,
  • T4 = 168 T1 lines (275 Mbps)

Why do you need a leased line?

As a general rule, to get an Internet connection, you must pay a subscription to an Internet Service Provider or online service. The cost of this connection depends on the data transfer speed.

Last update on Thursday October 16, 2008 02:43:20 PM.This document entitled « Leased lines (T1, T2, T3) » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.

Best answers for « Leased lines (T1, T2, T3) » in :
How to read a file line by line ShowHow to read a file line by line Intro Tips Bonus Intro One of the most common errors of learning scripts bash on GNU / Linux is to read a file line by line, is to use a loop "for" (for line in $ (cat file.txt) do. ..), which in this...
Start/stop a service using command line ShowStart/stop a service using command line The netsh tool (netsh.exe) can automate the startup or shutdown of a service through the following command line: To start a service: Net start name_of_service To stop a service:...
[Sed] Delete one or more lines from a file Show[Sed] Delete one or more lines from a file Removing one (or several) line (s) of a file Syntax: sed '{[/]||[/]}d' sed '{[/][,][/]d' /.../=delimiters n = line number...
Download Avira AntiVir Personal free for Linux / FreeBSD / OpenBSD / Solaris ShowFor Linux / FreeBSD / OpenBSD / Solaris Avira AntiVir PersonalEdition Classic is a very good and free antivirus which reliably protects your private computer against dangerous viruses, worms, Trojans, rootkits and costly dialers.
Linux - The shell ShowIntroduction to the shell The command interpreter is the interface between the user and the operating system, hence the name "shell". The shell therefore acts as an intermediary between the operating system and the user thanks to command lines...
Linux - The Vi editor ShowIntroduction to Vi Despite its very limited ergonomics, Vi i is one of the most popular text editors texte under Unix type systems (with Emacs and pico). Under Linux, there is a free version of Vi called Vim (Vi Improved). Vi (pronounced vee-eye)...
Linux commands ShowTable of main Linux commands Command Description DOS equivalent ls lists the content of a directory dir cd change directory cd cd .. parent directory cd.. mkdir creates a new...