











Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
These are the Lecture Slides of Distributed Operating Systems which includes Neumann Bottleneck, Networked Information, Memory Hierarchy, Evidence, Latency, Communication, Intelligent Service, Communication Latency, Routing Path etc.Key important points are: Distributed System Security, Goals, Complete Protection Against, Attacks, Leakage, Tampering, Vandalism, Attacker Intercepts, Network Message, Benefit to the Attacker
Typology: Slides
1 / 19
This page cannot be seen from the preview
Don't miss anything!












● Complete Protection Against All Possible Attacks
● Attacks:
● Public Key – Encryption key that is well-known and/or not hidden from third parties
● Private Key – Encryption key that is known only by the message sender and/or receiver
● Public Key Encryption – An encryption scheme that make use of a public key
● Secret Key Encryption – An encryption scheme that implores only private keys
● One Way Function – A one-to-one mathematical function that is easily computable, but whose inverse is very difficult to compute
● Secure Digest Function – A function that takes an argument M, and returns a fixed length “digest” V, such that V1 is probably much different than V2, for distinct M1, M2.
● Always prepare for worst-case scenarios
● We Assume
● Private Key Encryption
● Public Key Encryption
● Researchers at Stanford announce Diffie- Hellman-Merkle algorithm in 1976
● Ronald Rivest, Adi Shamir and Leonard Adleman announce RSA algorithm in 1997
● Alice and Bob generate seperate and secret keys Ka and Kb
● Alice generates another number g, and sends it to Bob
● Alice computers g^Ka (mod n) and sends it Bob, while Bob computers g^Kb (mod n) and sends it to Alice
● Alice computes (g^Kb)^Ka (mod n) and Bob computes (g^Ka)^Kb (mod n)
● Remaing System Vunerabilities
● Attack 1: Spoofed messages
● Attack 2: Message Replay
● Attack 3: Man-in-the-Middle
● Security
● Secure Sockets Layer (SSL)
● Weakest Security Link Today: the User
● Focus must be on education of end users