You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Number of files:
A content/.trash/Pasted image 20250628160140.png content/.trash/Untitled.canvas content/.trash/Untitled.md content/.trash/Web UI and Content Management.md content/5 - Source Material/@Active Notes/web-ui_case-study_tick-tock.png content/5 - Source Material/@Active Notes/web-ui_thumb-accessibility-chart.png content/5 - Source Material/@Active Notes/web-ui_visual-hierarchy.png content/6 - Base Notes/Cloud Programming using Web Services.md content/6 - Base Notes/Introductory Class for Web UI and Content Management.md, M content/6 - Base Notes/Internet and Protocols of Computer networking.md content/6 - Base Notes/Machine Learning Types for Business.md
Affected files:
content/.trash/Pasted image 20250628160140.png
content/.trash/Untitled.canvas
content/.trash/Untitled.md
content/.trash/Web UI and Content Management.md
content/5 - Source Material/@Active Notes/web-ui_case-study_tick-tock.png
content/5 - Source Material/@Active Notes/web-ui_thumb-accessibility-chart.png
content/5 - Source Material/@Active Notes/web-ui_visual-hierarchy.png
content/6 - Base Notes/Cloud Programming using Web Services.md
content/6 - Base Notes/Internet and Protocols of Computer networking.md
content/6 - Base Notes/Introductory Class for Web UI and Content Management.md
content/6 - Base Notes/Machine Learning Types for Business.md
- we can also have our own monitoring service present here: monitor and manage using cloud API prog.
18
+
## SaaS
19
+
## CICD/Infrastructure as a Code (IAC)
20
+
21
+
```
22
+
WHY cloud?
23
+
- Harness Elasticity: autoscalling group, scale as you go so that it's cost effeicent.
24
+
- Managed Services: hardware, software, patches, deployement is being done by the cloud provider; you just focus on core logic.
25
+
- Resilience & HA: high availaibaility and fault tolerance; redundency.
26
+
- Modern Arch
27
+
- Cost opt using prog contro; resource provising and not provision dynamically according to the work load.
28
+
- Automation
29
+
- Security
30
+
- Fast, innovation % TTM
31
+
```
32
+
33
+
Capacity Planning
34
+
Operational Planning
35
+
36
+
```
37
+
- AWS Lambda is an event-driven, serverless Function as a Service (FaaS)
38
+
- Amazon's cloud regions designed to host sensitive data, regulated workloads, and address the most stringent U.S. government security and compliance requirements.
39
+
- AWS Identity and Access Management (**IAM**) to manage and scale workload and workforce access securely supporting your agility and innovation in AWS.
40
+
```
41
+
42
+
`Hipaa compliance`,
43
+
44
+
Shared Responsobility model
45
+
46
+
# Search Engine
47
+
- crawler
48
+
49
+
# MapReduce (practically)
50
+
- A programming model and an associated implementation for processing and generating big data sets with a parallel and distributed algorithm on a cluster.
51
+
-**Practical 1**: Word Count.
52
+
53
+
54
+
55
+
# Web Services
56
+
- it is a support **interoperable** machine to machine on network and **interconnected**.
Copy file name to clipboardExpand all lines: content/6 - Base Notes/Internet and Protocols of Computer networking.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ Subject: [[Fundamentals of Computer Networking]]
10
10
Welcome to the foundation of our networking journey! In this section, we'll explore the core concepts that make the Internet tick.
11
11
## 🕸️ What is the Internet?
12
12
13
-
**The Internet** is like a **spider weaving its web**. Just as the spider spins an intricate complex silk strands to create an **interconnected web**, Internet is built upon **linking networks** together. Each **thread** in the web represents some kind of **data connection** that ties devices, websites, and services into a vast complex network. These connections like the spider's web form a **hierarchical structure**, allowing information to flow between **nodes** (devices) efficiently, capturing and delivering **data** just as the spider’s web captures its prey, only thing is spider get's the final product every time unless someone else comes and snatches it, but in Internet it's always, one door to another like a delivery guy.
13
+
**The Internet** is like a **spider weaving its web**. Just as the spider spins an intricate complex silk strands to create an **interconnected web**, Internet is built upon **linking networks** together. Each **thread** in the web represents some kind of **data connection** that ties devices, websites, and services into a vast complex network. These connections like the spider's web form a **hierarchical structure**, allowing information to flow between **nodes** (devices) efficiently, capturing and delivering **data** just as the spider’s web captures its prey, only thing is spider get's the final product every time unless someone else comes and snatches it, but in Internet it's always, one door to another like a delivery guy. ^bf6c1c
14
14
15
15
- No one **rules the Internet**—it’s a **decentralized system**. There’s no single guy at the top who is controlling all the data you see. _Why, you may ask?_ Because, just like the **Universe**, the web keeps **expanding every second**, it’s simply not feasible for any **one person or organization** to manage it all; **tons of data** are being uploaded and transferred across the web every moment.
16
16
- THO, the Internet operates using **standardized communication protocols**, which act like a **universal language**. Just as the language that you and me speak-write which allow us to communicate/understand our thoughts, just like that these protocols allows data to be transferred reliably between **millions of systems around the world**, *even without centralized control*.
17
17
- *For example*: A key protocol is "**TCP/IP**" it's job is to ensure that all the devices, services and networks can communicate smoothly and efficiently with each other, no matter where they are.
18
18
19
19
## 📡 The Network Edge
20
20
21
-
This is where **all the action happens**—it's the point where our devices connect to a larger network. Think of it as your phone or any device reaching out to join the digital world, just like stepping out of your house to meet your neighbours' next door.
21
+
This is where **all the action happens**—it's the point where our devices connect to a larger network. Think of it as your phone or any device reaching out to join the digital world, just like stepping out of your house to meet your neighbours' next door. ^3b55a3
22
22
23
23
### Access Networks
24
24
@@ -66,11 +66,4 @@ graph TD;
66
66
- They have a *larger diameter*, taking up more space in conduit.
67
67
- They have an *outer covering/ shield* that functions as a ground to further reduce electromagnetic and radio frequency interference. This makes them suitable for electrically noisy business environments, such as those with heavy machinery or high-voltage equipment where EMI is a significant concern.
0 commit comments