AFP Fullform Last Updated : 15 Jul, 2025 Comments Improve Suggest changes Like Article Like Report AFP stands for Apple Filing Protocol. It is a Mac OS network protocol that is used for sharing files among servers and clients. It permits users to access files that belong to external systems. It is an application and session layer protocol. Features : It supports Unicode file names. It provides a Portable Operating System Interface (POSIX). It also provides Access Control List (ACL) permissions that specify which system processes and users are allowed to access the objects and perform the necessary operations. It offers a storage facility for structured data using Resource Fork and unstructured data using Data Fork. It supports both TCP/IP and AppleTalk for communication and to provide various services. Commands like create directory, close directory, copy file, delete file and close volume can be executed in AFP protocol. Advantages : It offers security features to the system that limits the users to access hazardous files using advanced file locking mechanisms. It also includes named extended attributes that can be used by the users to map un-interpreted computer files with metadata. Along with local file access, it also supports Server file access by building a remote file server connection. It provides 100% compatibility with the Mac file system (HFS+) and is also the native file-sharing protocol. It provides built-in features such as Spotlight Search, Time Machine, Mac Aliases, and Bonjour Services. Disadvantages : It is not compatible with storage devices formatted using the Apple File System (APFS). Its sequential read and write speed is less than the Server Message Block (SMB) protocol. Comment More infoAdvertise with us Next Article What is OSI Model? - Layers of OSI Model M manandeep1610 Follow Improve Article Tags : Computer Networks Full Form Similar Reads What is OSI Model? - Layers of OSI Model The OSI (Open Systems Interconnection) Model is a set of rules that explains how different computer systems communicate over a network. OSI Model was developed by the International Organization for Standardization (ISO). The OSI Model consists of 7 layers and each layer has specific functions and re 13 min read Computer Network Tutorial A Computer Network is a system where two or more devices are linked together to share data, resources and information. These networks can range from simple setups, like connecting two devices in your home, to massive global systems, like the Internet. Below are some uses of computer networksSharing 6 min read TCP/IP Model The TCP/IP model is a framework that is used to model the communication in a network. It is mainly a collection of network protocols and organization of these protocols in different layers for modeling the network.It has four layers, Application, Transport, Network/Internet and Network Access.While 7 min read Types of Network Topology Network topology refers to the arrangement of different elements like nodes, links, or devices in a computer network. Common types of network topology include bus, star, ring, mesh, and tree topologies, each with its advantages and disadvantages. In this article, we will discuss different types of n 11 min read Basics of Computer Networking A computer network is a collection of interconnected devices that share resources and information. These devices can include computers, servers, printers, and other hardware. Networks allow for the efficient exchange of data, enabling various applications such as email, file sharing, and internet br 11 min read Network Devices Network devices are physical devices that allow hardware on a computer network to communicate and interact with each other. Network devices like hubs, repeaters, bridges, switches, routers, gateways, and brouter help manage and direct data flow in a network. They ensure efficient communication betwe 9 min read Domain Name System (DNS) DNS is a hierarchical and distributed naming system that translates domain names into IP addresses. When you type a domain name like www.geeksforgeeks.org into your browser, DNS ensures that the request reaches the correct server by resolving the domain to its corresponding IP address.Without DNS, w 8 min read Types of Computer Networks: LAN, WAN, MAN A computer network is a system that connects many independent computers to share information (data) and resources. The integration of computers and other different devices allows users to communicate more easily. It is a collection of two or more computer systems that are linked together. A network 7 min read Difference Between IPv4 and IPv6 IPv4 and IPv6 are two versions of the system that gives devices a unique address on the internet, known as the Internet Protocol (IP). IP is like a set of rules that helps devices send and receive data online. Since the internet is made up of billions of connected devices, each one needs its own spe 7 min read RSA Algorithm in Cryptography RSA(Rivest-Shamir-Adleman) Algorithm is an asymmetric or public-key cryptography algorithm which means it works on two different keys: Public Key and Private Key. The Public Key is used for encryption and is known to everyone, while the Private Key is used for decryption and must be kept secret by t 13 min read Like