From 873898cf5b24b64016bf9fd635faaadde034c75b Mon Sep 17 00:00:00 2001 From: Medium Fries Date: Mon, 22 Oct 2018 19:25:33 -0700 Subject: [PATCH] db: updated readme net: changed lec14 for clarity --- cst311/lec/lec14.md | 14 +++++++++----- cst363/readme.md | 16 +++++----------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/cst311/lec/lec14.md b/cst311/lec/lec14.md index 9d4f08c..5f0fe85 100644 --- a/cst311/lec/lec14.md +++ b/cst311/lec/lec14.md @@ -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 diff --git a/cst363/readme.md b/cst363/readme.md index f64c649..e57f0b2 100644 --- a/cst363/readme.md +++ b/cst363/readme.md @@ -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