YAML
Internet Connection Types - YAML
Internet connection types are broadly classified into fiber optic, ADSL, cable television lines, and mobile lines. Each has distinct characteristics in terms of communication speed, stability, installation method, and pricing structure, requiring users to choose the optimal line according to their usage purpose and living environment. In recent years, fiber optic lines have become mainstream while ADSL services are being phased out. Additionally, with the spread of 5G-compatible mobile lines, alternatives to fixed lines are expanding.
internet connection
fiber optic
ADSL
cable TV
mobile Wi-Fi
telecommunication
broadband
- code: "01"
slug: "fiber-optic"
name: "Fiber Optic"
description: "High-speed and stable internet connection using fiber optic cables."
speed:
download: "100Mbps - 10Gbps"
upload: "100Mbps - 10Gbps"
installation: "工事必要(2週間〜2ヶ月)"
dataLimit: "実質無制限"
- code: "02"
slug: "adsl"
name: "ADSL"
description: "Traditional internet connection method using telephone lines."
speed:
download: "1.5 - 50Mbps"
upload: "0.5 - 12Mbps"
installation: "工事不要"
dataLimit: "実質無制限"
status: "サービス終了"
- code: "03"
slug: "catv"
name: "Cable TV (CATV)"
description: "Internet connection method using cable television lines."
speed:
download: "数十Mbps - 1Gbps"
upload: "約10Mbps"
installation: "工事必要"
dataLimit: "実質無制限"
- code: "04"
slug: "mobile-wifi"
name: "Mobile Wi-Fi"
description: "Portable internet connection method using mobile phone networks."
speed:
download: "数Mbps - 数百Mbps"
upload: "数Mbps - 数十Mbps"
installation: "工事不要"
dataLimit: "制限あり"
- code: "05"
slug: "home-router"
name: "Home Router"
description: "Stationary mobile network internet connection device for home use."
speed:
download: "数十Mbps - 数百Mbps"
upload: "数十Mbps"
installation: "工事不要"
dataLimit: "制限あり"