db: updated readme net: changed lec14 for clarity
This commit is contained in:
parent
36baaf0dc2
commit
873898cf5b
@ -7,13 +7,17 @@ The interface is that part of a router that connect between a host router and th
|
||||
|
||||
3 Types of Formats for the addresses
|
||||
|
||||
Type A:
|
||||
1. Type A:
|
||||
|
||||
|1-bit | 7-bits | 24-bits |
|
||||
|-------|-----------|-----------|
|
||||
|0 | network | host |
|
||||
* Lower 3-bytes are clobbered
|
||||
|
||||
Typb B:
|
||||
2. Type B:
|
||||
|
||||
* Lower 2-bytes are clobbered
|
||||
|
||||
3. Type C:
|
||||
|
||||
* Lower 1-byte is clobbered
|
||||
|
||||
## Subnets
|
||||
|
||||
|
@ -1,15 +1,9 @@
|
||||
# ?
|
||||
Notes are ordered from lec[1].md to lec[N].md
|
||||
# CST 363
|
||||
|
||||
To be stitched later at some point.
|
||||
Introduction to Databases and SQLite3
|
||||
|
||||
## Subheadings
|
||||
## Labs and Practice problems
|
||||
|
||||
Each sub heading should represent some topic covered per lecture section.
|
||||
This course uses a lot of exercises to practice concepts and new information.
|
||||
I urge you to _try all the labs_ since it makes understanding difficult things trivial.
|
||||
|
||||
> sub-sub headings
|
||||
Will be finer details about a particular topic within a lecture.
|
||||
|
||||
## Markkdown flavor?
|
||||
|
||||
Pandoc, if this compiles nicely on other platforms then great but idfc tbqh famalam
|
||||
|
Loading…
Reference in New Issue
Block a user