New 1
New 1
UDP-- (User Datagram Protocol) is connectionless and faster but does not guarantee
packet delivery or order,
often used in applications where speed is critical, like streaming or gaming.
VLAN (Virtual Local Area Network) segments a physical network into multiple logical
networks,
allowing network administrators to group devices based on function, security, or
team
Symmetric encryption uses the same key for both encryption and decryption, making
it fast but less secure for communication.
Asymmetric encryption uses a pair of keys: a public key for encryption and a
private key for decryption,
providing stronger security, often used in SSL/TLS for secure communications.
NAS refers to the hardware device that provides storage over the network, while NFS
is a protocol used to access files on that storage.
NAS can support different file-sharing protocols, including NFS, SMB, and AFP.
NFS is typically used in UNIX/Linux environments, while NAS can work across
multiple operating systems.
In summary, NAS is the device or system providing networked storage,
and NFS is one of the protocols that can be used to access and manage that storage,
particularly in Linux/Unix environments.