mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
vault backup: 2022-11-30 10:09:31
This commit is contained in:
parent
db1e3748c6
commit
e0f75a2b8f
@ -3,4 +3,4 @@ title: "Notes"
|
||||
---
|
||||
|
||||
- [Uni Notes](notes/uni-notes.md)
|
||||
- [Blockchain Project](notes/blockchain-project.md)
|
||||
- [Blockchain Project](notes/veracity.md)
|
||||
@ -4,8 +4,8 @@ aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
- lecture
|
||||
sr-due: 2022-11-17
|
||||
sr-interval: 16
|
||||
sr-due: 2023-01-25
|
||||
sr-interval: 56
|
||||
sr-ease: 250
|
||||
---
|
||||
|
||||
|
||||
@ -1,68 +0,0 @@
|
||||
---
|
||||
title: "cosc203-lab24"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
- lab
|
||||
---
|
||||
|
||||
1. 20 bytes in header - 1480 bytes in payload
|
||||

|
||||
|
||||
2. The more fragments flag is set. the size of the packet is 1500 bytes. Its the first because the id ends with a zero
|
||||

|
||||
|
||||
3. The id field indicates that it is the second fragment. There are more because the more fragments flag is set
|
||||
[printout](file:///C:/Users/Jet%20Hughes/Documents/Personal/courses/cosc-203/labs/lab24/2ndfragment.pdf)
|
||||
|
||||
4. the time to live and the id have changed
|
||||

|
||||

|
||||
|
||||
5. the pattern is tll = 255, 252, 1, 2, 3, 4, 252. first sends a probe with tll=255 (max) maybe to check if it exists? then 4 probes with increasing tll to trace the route. I dont know about the 252 ones
|
||||

|
||||
|
||||
get - packet 76
|
||||
res - 78
|
||||
|
||||
6. bc:54:2f:5e:83:d7
|
||||

|
||||
|
||||
7. (00:00:0c:9f:f0:04) - the router i'm connected to
|
||||

|
||||
|
||||
8. 0800 - ipv4
|
||||

|
||||
|
||||
9. the G is the 41st byte. Before this is the TCP information
|
||||

|
||||
|
||||
10. Source: Cisco_65:34:42 (00:2a:6a:65:34:42). the address of the router
|
||||

|
||||
|
||||
11. bc:54:2f:5e:83:d7 - yes this is my computer
|
||||

|
||||
|
||||
12. 10.66.8.42
|
||||

|
||||
|
||||
13. its different not sure why
|
||||

|
||||
|
||||
14. Destination: Broadcast (ff:ff:ff:ff:ff:ff) this is the default gateway
|
||||

|
||||

|
||||
|
||||
15. Opcode: request (1)
|
||||

|
||||
|
||||
16. yes - needed so that people can reply without also having to send an ARP
|
||||

|
||||
|
||||
17.
|
||||
a. Sender MAC address: Cisco_9f:f0:04 (00:00:0c:9f:f0:04) the router i am connected to
|
||||
b. Target MAC address: IntelCor_5e:83:d7 (bc:54:2f:5e:83:d7) my computer
|
||||

|
||||
|
||||
18. default time is 20mins
|
||||
[source](https://duckduckgo.com/?q=default+amount+of+time+that+an+entry+remains+in+your+ARP+windows+11&t=opera&ia=web)
|
||||
@ -255,7 +255,7 @@ What do I need to define so that I can design rules for the governance of my blo
|
||||
- Handling Disagreements
|
||||
- Voting protocol
|
||||
|
||||
I just started [this](notes/veracity-governance.md) document. I think I am going too much into detail about the external system.
|
||||
I just started [this](notes/veracity-chain.md) document. I think I am going too much into detail about the external system.
|
||||
|
||||
In ethereum governance rules are the systems that allow the protocol to change. Do the governance rules in our permissioned chain need to cover anything else. So far I've identified two things that the governance need to manage:
|
||||
- The process for change of the codebase/protocol
|
||||
@ -353,4 +353,5 @@ Yesterday
|
||||
- looked at swarm city, alastria, etherum, polymesh as bases.
|
||||
- Tried to read some papers about public permissioned blockchain. some good. 4 of them most cited were in chinese so I couldn't read them
|
||||
- i read about lacchain and the tethering blockchain papers. tethering would allow you do leverage the security that public chains get from have a large number of participants without having to have that many participants
|
||||
- started to think about what I am looking for in a base. I realised I still dont really know and that starting from a base might not actually help me to find that out. I need to identify issues with current systems, because to me it seems like I could almost just use an existing p- maybe not. I think I just need to write down a basic overview of what I want, then work out the details later.
|
||||
- started to think about what I am looking for in a base. I realised I still dont really know and that starting from a base might not actually help me to find that out. I need to identify issues with current systems, because to me it seems like I could almost just use an existing p- maybe not. I think I just need to write down a basic overview of what I want, then work out the details later.
|
||||
|
||||
|
||||
@ -1,9 +1,12 @@
|
||||
---
|
||||
title: "veracity-governance"
|
||||
title: "veracity-chain"
|
||||
tags:
|
||||
---
|
||||
I just started this to get some basic structure down.
|
||||
|
||||
# Overview
|
||||
|
||||
|
||||
# Stakeholders
|
||||
- Main Authority e.g., govt
|
||||
- Other Participants
|
||||
@ -15,6 +15,7 @@ Blockchain technology falls into two distinct classes: open (permissionless) blo
|
||||
- It is then maintained by the participants
|
||||
- [ ] How is on-chain governance implemented?
|
||||
- Smart contracts?
|
||||
|
||||
- [ ] Do we need to track the products physically?
|
||||
- e.g., using IoT devices
|
||||
- [ ] Who will be participating in the blockchain?
|
||||
@ -44,11 +45,11 @@ Blockchain technology falls into two distinct classes: open (permissionless) blo
|
||||
|
||||
# Notes
|
||||
- [think-writing/log](notes/think-writing.md)
|
||||
- [veracity-governance](notes/veracity-governance.md)
|
||||
- [veracity-chain](notes/veracity-chain.md)
|
||||
- [reading-papers](notes/reading-papers.md)
|
||||
- [blockchain-terms](notes/blockchain-terms.md)
|
||||
|
||||
, [412-lectures](notes/412-lectures.md), [hyperledger-fabric](notes/hyperledger-fabric.md), [governance](notes/governance.md) , [decentralized-autonomous-organization](notes/decentralized-autonomous-organization.md), [DeFi](notes/DeFi.md), [dApps](notes/dApps.md), [sybil-problem](notes/sybil-problem.md), [smart-contracts](smart-contracts.md), [transaction-finality](transaction-finality.md), [consensus](notes/consensus.md), [CPR-governance](notes/CPR-governance.md), [eth-governance](notes/eth-governance.md), [food-manufacturing](notes/food-manufacturing.md), [bitcoin-governance](notes/bitcoin-governance.md)
|
||||
[412-lectures](notes/412-lectures.md), [hyperledger-fabric](notes/hyperledger-fabric.md), [governance](notes/governance.md) , [decentralized-autonomous-organization](notes/decentralized-autonomous-organization.md), [DeFi](notes/DeFi.md), [dApps](notes/dApps.md), [sybil-problem](notes/sybil-problem.md), [smart-contracts](smart-contracts.md), [transaction-finality](transaction-finality.md), [consensus](notes/consensus.md), [CPR-governance](notes/CPR-governance.md), [eth-governance](notes/eth-governance.md), [food-manufacturing](notes/food-manufacturing.md), [bitcoin-governance](notes/bitcoin-governance.md)
|
||||
|
||||
# Reading
|
||||
|
||||
Loading…
Reference in New Issue
Block a user