Monthly Archives: February 2010

IEEE 802.1X authentication

The IEEE 802.1X standard defines a method of authenticating and authorizing users to connect to an IEEE 802 LAN. It blocks users from accessing the network on the failure of authentication. IEEE 802.1X supports the Extensible Authentication Protocol-Transport Level Security … Continue reading

Share
Posted in Uncategorized | Tagged | Leave a comment

Firewall design implementation (Access Router)– Part 1

The access router is the common name of the exterior router present in the screened host firewall architecture. It is attached to the perimeter network and the internet. Access router is used to protect both the perimeter network and the … Continue reading

Share
Posted in Security | Leave a comment

What is the land attack?

In the land attack, the attacker sends the spoofed TCP SYN packet in which the IP address of the target is filled in both source and destination fields. Now, on receiving the spoofed packet the target system becomes confused and … Continue reading

Share
Posted in Uncategorized | Leave a comment

What is a teardrop attack?

In a teardrop attack, a series of data packets are sent to the target computer with overlapping offset field values. As a result, the target computer is unable to reassemble these packets and is forced to crash, hang, or reboot.

Share
Posted in Uncategorized | Leave a comment

What is a ping of death attack?

In a ping of death attack, the attacker sends an ICMP packet larger than 65,536 bytes. Since the operating system does not know how to handle a packet larger than 65,536 bytes, it either freezes or crashes at the time … Continue reading

Share
Posted in Uncategorized | Leave a comment

What is a fraggle DoS attack?

In a fraggle DoS attack, an attacker sends a large amount of UDP echo request traffic to the IP broadcast addresses. These UDP requests have a spoofed source address of the intended victim. If the routing device delivering traffic to … Continue reading

Share
Posted in Uncategorized | 1 Comment

What is a smurf DoS attack?

In a smurf DoS attack, an attacker sends a large amount of ICMP echo request traffic to the IP broadcast addresses. These ICMP requests have a spoofed source address of the intended victim. If the routing device delivering traffic to … Continue reading

Share
Posted in Uncategorized | 2 Comments

What is Online Certificate Status Protocol (OCSP)?

Online Certificate Status Protocol (OCSP) is used for obtaining the revocation status of an X.509 digital certificate. It is used to verify the status of a certificate. It was created as an alternative to certificate revocation lists (CRL). It provides … Continue reading

Share
Posted in Uncategorized | Leave a comment

What is Certificate Enrollment Protocol (CEP)?

Certificate Enrollment Protocol (CEP) allows Cisco devices to acquire and utilize digital certificates from Certification Authorities (CAs). This protocol is primarily used for deployment of IPSec VPNs while using digital certificate authentication with Cisco devices.

Share
Posted in Uncategorized | Leave a comment

What is Certificate Management Protocol (CMP)?

Certificate Management Protocol (CMP) provides functionalities for advanced management associated with the use of digital certificates such as certificate issuance, exchange, revocation, invalidation, etc. This protocol is able to operate over any protocol.

Share
Posted in Uncategorized | Leave a comment