Thursday, September 28, 2017

What is MPLS where it be using ?

MPLS
Multiprotocol Label Switching (MPLS) is a type of data-carrying technique for high-performance telecommunications networks.MPLS directs data from one network node to the next based on short path labels rather than long network addresses, avoiding complex lookups in a routing table. The labels identify virtual links (paths) between distant nodes rather than endpoints. MPLS can encapsulate packets of various network protocols, hence its name "multiprotocol". MPLS supports a range of access technologies, including T1/E1, ATM, Frame Relay, and DSL.

Where it be using
This is the best way to pass streaming UTP videos, It could able to transfer UTP IP from one tele communication to another tele communications with unchanged their nature(point to multipoint).

most of the telecom companies are using this technique.

Functionality
MPLS is a scalable, protocol-independent transport. In an MPLS network, data packets are assigned labels. Packet-forwarding decisions are made solely on the contents of this label, without the need to examine the packet itself. This allows one to create end-to-end circuits across any type of transport medium, using any protocol. The primary benefit is to eliminate dependence on a particular OSI model data link layer (layer 2) technology, such as Asynchronous Transfer Mode (ATM), Frame Relay, Synchronous Optical Networking (SONET) or Ethernet, and eliminate the need for multiple layer-2 networks to satisfy different types of traffic. MPLS belongs to the family of packet-switched networks.

Label


MPLS Label
00
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Label
TC: Traffic Class (QoS and ECN)
S: Bottom-of-Stack
TTL: Time-to-Live

No comments:

Post a Comment