Posts

Showing posts from November, 2023
  Networking Concepts Networking Concepts Data Link Layer: Stop-and-Wait ARQ (Automatic Repeat reQuest): Definition: Stop-and-Wait is a simple ARQ protocol in the Data Link Layer. Key Points: The sender sends one frame and then waits for an acknowledgment from the receiver. If an acknowledgment is not received, the sender assumes that the frame was lost and retransmits it. Simple but can lead to inefficiencies in utilizing network bandwidth. Data Link Layer: Token Bus and Token Ring: Token Bus: Definition: Token Bus is a network protocol in which a logical token is passed around the nodes to control access to the network. Key Points: Nodes on the network can transmit data only when they possess the token. Ensures fair access to the network. ...

Network security techniques

 Network security techniques, Password and Authentication, VPN, IP Security, security in electronic transaction, Secure Socket Layer(SSL), Secure Shell (SSH), Introduction to Firewall, Packet filtering, Stateful, Application layer, Proxy. It seems like you are interested in learning about network security techniques. Network security is the process of protecting computer networks and data from unauthorized access, attacks, or risks. There are many methods and protocols that can be used to achieve network security, such as: - Password and Authentication:  This is the method of verifying the identity and permission of a user who wants to access a network or a resource. Passwords are secret codes that only the authorized user knows, while authentication can also involve other factors, such as physical tokens, biometric features, or digital certificates¹. - VPN (Virtual Private Network):  This is a technique of creating a secure and encrypted connection between two devices ov...