Please enable JavaScript.
Coggle requires JavaScript to display documents.
Networks - Coggle Diagram
Networks
-
Chapter 7
Application Layer
7.5 Content Delivery
- Content Distributed Network
-
-
An overlay n/w is a comp. nn/w bulit on top of another IP comp. n/w, on top of the internt
-
Bit-Torrent
- A concept which shares files between peers (clients)
Torrent: Is file description of content, contains information about server and list of chunks with equal pieces which contains the content, the torrent is residing on tracker server.
Tracker server has the list of peers(swarm) knows about activities, such as upload and downloads.
-
-
The peers will upload chunks they have, and download those they don't have.
-
-
-
-
-
-
Chapter 8
Network Security
-
-
-
-
8.4 Digital Signatures
- DS binding the entity (User, Company) to digital data
- Can be verified by receiver or by third part
- Calculated from data and secret key it is known only by signer (Originator)
8.4.3 Message Digests
- Provides authentication does not encrypts the whole message
- Using hash algo with variable input text length the output is fixed bit length text
- It computes fast, very good encrypts, very strong packet integrity
- Originator -> Plaitext+MD -> Destination
Secure Hash Algo (SHA)
- An algo used by MD
- operates on 512 bytes input texts and creates 160 bits output
- eg. content not secret but integrity guaranteed
-
-
Message Digest 5 (MD5)
- Weakness : May create multiple outputs with same hash
-
-
-
8.3 Public-Key Algorithm
-Different keys re used to encrypt and decrypt it is different than symmetric key
- Receiver uses a unique decryption key, known as private key
- Receiver should publish its public key for encryption
- Requires third party to certify public key belongs to certain entity (person, company)
- Public and private keys are related algorithmically
-
-
-
-
8.1 Cryptography
-
8.1.4 One-Time Pads
-
Quantum Cryptography
- Original Photons are transmitted through perpendiculat polarizers, 90degree
- Photons by receiver are using the right polarizers to reconstruct the original signal
-
-
-
-
-
-