Interconnection network is a network that connects processors and is an important factor in determining the performance of a parallel processing system. One measure of interconnection network evaluation is network cost, defined as degree * diameter. The interconnection networks proposed so far can be classified into mesh, hypercube, and star graph types based on the number of nodes. The interconnection network 𝑇𝑟𝑒𝑒 − 𝑏𝑎𝑠𝑒 𝐺𝑟𝑎𝑝ℎ(𝑇𝐺 𝑛 ) proposed in this study is a graph based on a full binary tree with a fixed degree of three, and the node address is expressed using n binary numbers. In this study, routing algorithms, Hamiltonian cycle, node disjoint parallel path, etc. are analyzed for 𝑇𝑟𝑒𝑒 − 𝑏𝑎𝑠𝑒 𝐺𝑟𝑎𝑝ℎ(𝑇𝐺 𝑛 ). 𝑇𝐺 𝑛 graph has network cost 𝑂(6𝑛) with a fixed degree of three and diameter 2𝑛 − 2. From the network cost viewpoint, 𝑇𝐺 𝑛 has around 50% improvement results compared to existing fixed degree graphs such as mesh, torus, honeycomb mesh and shuffle-exchange permutation.