Let's learn about network lines
Reference: [Book] Network Introduction for IT Engineers
- To connect to a remote network, you need to use a WAN
- Various types of network lines and technologies have been used in WAN to connect telecommunications carriers and users, but currently LAN-identical
Ethernetis primarily used
- Various types of network lines and technologies have been used in WAN to connect telecommunications carriers and users, but currently LAN-identical
- In addition to regular
Ethernet, different technologies are used for special purposes such as low-speed line technologies based on voice circuits and high-speed communication between telecommunications carriers, or for subscriber identification/distinction
- The lines connecting to
telecommunications carriersfor Internet access are called internet lines - Simply connecting a cable to a telecommunications carrier does not enable connectivity; you must use a line connected to the Internet sold by the telecommunications carrier to access the Internet
- The technology used to connect homes to the Internet is slightly different from the
leased linetechnology described later- The structure is not a direct connection between subscriber and telecommunications carrier, but uses shared transmission line technology
- ex)
- Although apartment optical LAN appears to be like a dedicated Internet line with direct internal wiring,
- The line connecting from the apartment to the telecommunications carrier is shared among apartment subscribers
- Although apartment optical LAN appears to be like a dedicated Internet line with direct internal wiring,
- ex)
- Since transmission lines are shared, the speed of general Internet lines is the maximum possible speed and is not guaranteed
- In other words, speeds may slow down depending on surrounding usage
- The structure is not a direct connection between subscriber and telecommunications carrier, but uses shared transmission line technology
- Optical LAN (Ethernet)
- Giga ~ 100Mbps
- FTTH
- Giga ~ 100Mbps
- Coaxial Cable Internet
- Hundreds ~ Tens of Mbps
- xDSL (ADSL, VDSL, etc.)
- Tens ~ Single Mbps
- The above Internet access technologies use existing telephone lines or are shared from a certain point onward
- Since not everyone is always using the Internet at maximum capacity, it is common to build shared sections in a way that does not guarantee maximum speed for each user
- Services that guarantee bandwidth between the
subscriberandtelecommunications carrierare generally called leased lines - The
subscriberandtelecommunications carrierare connected by a dedicated cable, and inside the carrier, technology like TDM (Time Division Multiplexing) is used to guarantee communication quality as if directly connected - Non-Internet
dedicated leased linesare primarily used for headquarters-branch connections
Leased lines can be classified into low-speed lines based on voice transmission and high-speed lines called Metro Ethernet based on the transmission technology connecting with the subscriber
- Low-speed voice transmission technology is divided and used in 64kbps units
- It is a technology that has been used for a long time, developed by bundling small basic units to increase line access speed
- It was typically used when high speeds were not needed or when high reliability was required, but
- Currently, Ethernet-based optical transmission technology has developed to a reliable level, so usage frequency is declining
- However, low-speed lines are still often used for VAN (Value Added Network) for transmitting payment approvals such as
Clear Text transmissionand external connections
- However, low-speed lines are still often used for VAN (Value Added Network) for transmitting payment approvals such as
- Currently, Ethernet-based optical transmission technology has developed to a reliable level, so usage frequency is declining
- To use low-speed voice transmission technology, a
Routercapable of converting to remote transmission technology is needed
- High-speed connections mostly use optical cable-based
Ethernet - The technology between subscriber and carrier is
Ethernet, and inside the carrier, other high-speed communication technologies are used to bundle individual subscribers for communication- The reason communication techniques differ between subscriber and carrier internally is that carriers need to distinguish multiple subscribers and transmit subscriber traffic at high speed
- Additionally, technology is used to unify various subscriber access technologies into a single technology
- Why?
- To carry low-speed communication lines, Ethernet, and voice on a single line!
- Why?
+
- LLCF is a feature that detects when one side's link goes down and brings down the opposite side's link as well
- When configuring a leased line with
Ethernet, if the carrier does not configureLLCF, even if the leased line goes down at one site, the other site will appear to still have the line alive- After line provisioning, you should verify whether
LLCFis configured!
- After line provisioning, you should verify whether
- However, low-speed lines have a function to check Layer 2 protocol communication status, so
Routerscan detect when the other party's link is disconnected, makingLLCFconfiguration unnecessary!
- A product that guarantees communication bandwidth for Internet connection lines is called an
Internet leased line- The
subscriberconnects to thetelecommunications carrier, which then connects to the Internet
- The
- Unlike the access technology used by subscribers in regular homes, Internet leased lines do not compete with other subscribers and guarantee connection quality between the
telecommunications carrierandsubscriber - The most common recent Internet leased line technology is
Ethernet- This technology called
Metro Ethernetis based on recent Ethernet technology that can transmit several to tens of kilometers
- This technology called
- VPN is a network technology that creates the effect of a virtual connection even though it is not physically dedicated
- There are various VPN technologies, and technologies from the
subscriber perspectiveandcarrier perspectivehave developed separately
Leased linesincrease in cost as the connection distance grows- In-city leased line connections are not expensive, but cross-city or international leased lines are very expensive
- Although available bandwidth is guaranteed, since subscribers do not always use 100% of the contracted bandwidth, wasted costs can be significant
- To reduce this cost waste, carriers directly distinguish subscribers using VPN technology to lower costs
- The most representative VPN technology is MPLS VPN
- MPLS VPN
- Although multiple subscribers connect to a single MPLS network, technology to distinguish subscribers is applied so it can be used like a leased line
- Using this technology, multiple subscribers access and communicate over a single network, sharing public lines and lowering costs
- Leased line costs are affected by
distanceandspeed, but MPLS VPN lines are primarily affected byspeed,- So as distance increases, using public network technology like MPLS helps lower costs
- Connections between
headquarters-branchesorbranch-branchare mostly connected using MPLS VPN technology- From the user's perspective, there is nothing technically special to consider, so the same access technology as regular leased lines is used
- MPLS VPN
- The most representative VPN technology is MPLS VPN
- If a general user uses VPN, it is mostly subscriber VPN technology
- Users can build their own virtual private network using regular Internet connections
- Connecting remote areas or overseas via leased lines is very expensive, and MPLS VPN lines are also more expensive than regular Internet connections
- So VPN over regular Internet connections is used to lower costs
-
Wavelength division multiplexingtechnology was developed to overcome the problem of high cable installation costs and difficulty in management when communicating over long distances -
Before WDM technology, only one communication per optical cable was possible
WDM- A device that divides the wavelength of the signal (light) used
-
Telecommunications carriers needed to distinguish many subscribers and provide high bandwidth communication, so multiple cables had to be installed, and there were difficulties in installing such physical cables
- With
WDMandDWDMtechnology, different wavelengths of light on a single optical cable create multiple channels while simultaneously transmitting large amounts of data
- With
-
DWDMtransmission technology uses more channels than conventionalWDM- This technology is primarily used within telecommunications carriers for long-distance communication, but recently it is also being used for gigabit Internet in regular households