vault backup: 2022-10-20 12:20:02

This commit is contained in:
Jet Hughes 2022-10-20 12:20:02 +13:00
parent 8585fbf5f6
commit a17f1625ea
3 changed files with 44 additions and 0 deletions

View File

@ -4,6 +4,9 @@ aliases:
tags:
- cosc203
- lecture
sr-due: 2022-10-23
sr-interval: 3
sr-ease: 250
---
More wireless phones that wired phones.

View File

@ -0,0 +1,40 @@
---
title: "24-network-security"
aliases:
tags:
- cosc203
- lecture
---
# what is it?
- confidentiality
- only sender and reciver should understand message contents
- encryption
- authentication
- sender and reciever want to confirm identity of each other
- message integrity
- sender and reciever want to ensure message not altered (in transit, or afterwards) without detection
- access and availablility
- services must be accessible and availble to users
sender and recieves:
- any king of onnline communication
what can trudy to
- eavesdrop
- insert messages into connection
- impersonation: fake (spoof) source address (or any field)
- hijacjking "take over" ongoing connection by removing sender or ereciever, inserting himself in place
- denial of service: prevent others from using a service (e.g., by overloading it)
terminology
- m: plaintext message
-
# Symmetric key crypto
# Public key
# Authentication of devices
# digital signature

View File

@ -52,6 +52,7 @@ tags:
- [21-data link layer and LAN](21-data-link-layer)
- [22-LAN and physical layer](22-LAN-physical-layer)
- [23-wireless-mobile](23-wireless-mobile)
-
# Archive