NTFS Junction Points Last Updated : 10 Sep, 2020 Summarize Comments Improve Suggest changes Share Like Article Like Report Junction Points (also commonly referred to as NTFS Junction or Directory Junction) are a type of reparse point which contains link to a directory that acts as an alias of that directory. Junction point work similar to a symbolic link but only for directories. Junction points even though being implemented closely as a symlink, is a Windows exclusive feature. The feature was first introduced in NTFS 3.0 that shipped with Windows 2000. While being similar to a symlink, its working is peculiar. In this article we will take a look at advantages, disadvantages and uses of a junction point. Since Junction Points are a type of reparse point, we would be comparing it with other reparse points to figure out advantages and disadvantages. Advantages of Junction Points : Directory Junctions were introduced in Windows 2000, and therefore is compatible with ever later iteration of windows (symlinks were introduced on windows vista). Takes less time to resolve. Does not require administrator privileges during creation (as opposed to symlinks). Stores absolute path of the target, therefore problems related to relative path doesn't exist. Disadvantages of Junction Points : Does not support remote SMB or UNC paths. Only support directories. Only supported on Windows OS, leading to reduced usage due to incompatibility with other operating systems. Usage of Junction Points : Junction points are used by the operating system to allow legacy Directory Paths on Windows, by pointing Junction points to the newer paths. Since Junction Points are dealt with at File system level therefore they could be used for path redirection, and therefore be used to point to non existent paths on a drive. Used as the defector way of Directory linking in Windows versions prior to Vista. Comment More infoAdvertise with us Next Article Points, Lines and Planes V vasudev4 Follow Improve Article Tags : Operating Systems File & Disk Management Similar Reads Creating Junction Points Junction Points (also commonly referred to as NTFS Junction or Directory Junction) is a type of reparse point which contains a link to a directory that acts as an alias of that directory. Junction points are a Windows exclusive feature, absent in other operating systems. Compatibility with Legacy Wi 2 min read Creating Symbolic Links on Windows A symbolic link is used to describe a file, that doesn't store any data. Symbolic Links on Windows contains a reference to another file or directory in the respective of an absolute or you can say to the relative path. The type of path (relative/absolute) is defined during the creation of the link. 3 min read Line Configuration in Computer Networks A network is two or more devices connected through a link. A link is a communication pathway that transfers data from one device to another. Devices can be a computer, printer, or any other device that is capable to send and receive data. For visualization purposes, imagine any link as a line drawn 9 min read Network Topology In Computer Networks, Network Topology is the arrangement of the various elements of a communication network. Network Topology is a topological structure of a network and may be depicted physically or logically. In this article, we are going to discuss network topology and its various types.What is 9 min read Points, Lines and Planes Points, Lines, and Planes are basic terms used in Geometry that have a specific meaning and are used to define the basis of geometry. We define a point as a location in 3-D or 2-D space that is represented using coordinates. We define a line as a geometrical figure that is extended in both direction 14 min read Intersecting Lines Intersecting Lines are those lines which interact with each other at one point forming an intersection point. Also, at the point of intersection of two lines, 4 angles are formed. These angles form pairs of equal angles i.e. Vertical Opposite Angles. In this article, we will discuss Intersecting lin 7 min read Like