(Review Questions) Netowrk Security
- Due No Due Date
- Points 0
TLS and Certificates
- Which of the following security goals are addressed by the HTTPS protocol: (a) integrity, (b) confidentiality, (c) authenticity?
- Can I get a certificate for visa.com from VeriSign? How do signing authorities verify identity?
- OCSP stapling is to get signed timestamp for a certificate from the CA, Sign_sk(CertSerial#, ts), where sk is the CA's secret key. How should the browser verify a OCSP stapled certiticate?
- TLS is said to be a one-way autnetication because the client does not authenticate to the server. How does two-way authenticate works in the internet?
-
Certificate is a signature over the public key and a domain name.
How will a domain verifices the ceritficate chain? Assume there is a function Verify. Which key --- private or public --- do you need to create a certificate?
- Why do certificates have expiry? What is the point of having additional information (Country, address, street, etc.) in certificate?
DNS, BGP, ARP
- What capabilities of the attacker is required to mount a DNS cache poisoning attack? How does it work? To mount DNS cache poisoning the attacker has to get two things right. What are they?
- BGP and ARP what are the differences?
- Can SYN flood attack be reflective?
- DDoS occur when a large pool of compromised devices attack a target.