lint all files

This commit is contained in:
2024-01-16 13:48:46 +00:00
parent b515ba4458
commit a321b0ce99
45 changed files with 66985 additions and 23206 deletions

View File

@@ -1,4 +1,4 @@
1) **Choose a short phrase of between 50-60 characters. You could choose a website headline, song title, etc. Convert this phrase using Caesar shift encryption and a key of 5 to create your ciphertext. Carry out a cryptanalytic attack to try to work out the decryption key and plaintext. (10 marks)**
1. **Choose a short phrase of between 50-60 characters. You could choose a website headline, song title, etc. Convert this phrase using Caesar shift encryption and a key of 5 to create your ciphertext. Carry out a cryptanalytic attack to try to work out the decryption key and plaintext. (10 marks)**
F1 veteran to retire and take up new role in 2024.
@@ -26,7 +26,7 @@ This results in a key of 5, so translating the 2nd word: ajyjwfs -> veteran. Thi
`K1 ajyjwfs yt wjynwj fsi yfpj zu sjb wtqj ns 2024.` -> `F1 veteran to retire and take up new role in 2024.`
2) Computer A sends 5 packets of data to computer B using Sliding Windows Flow Control.
1. Computer A sends 5 packets of data to computer B using Sliding Windows Flow Control.
- The transmission time (time to put on the network) for a packet of data is 1 'time units'
- Transmission time for an acknowledgement is 0 time units (they are very small)
- The propagation time (time to travel through network) for any transmission is random (between 3 and 5 time units, you choose a random time for each packet and acknowledgement sent).
@@ -40,7 +40,6 @@ Propagation Time = 3-5tu
Processing Time (B) = 2tu
Window Size = 2
For propagation time, I am going to use the following values:
For propagation time, I am going to use the following values:
( 0 = 3, 1 = 3, 2 = 4, 3 = 4, 4 = 5), and for simplicity's sake, I will mirror the propagation time there with the propagation time back for the acknowledgement.
-
![](Pasted%20image%2020231127121331.png)
![](Pasted%20image%2020231127121331.png)