vault backup: 2023-03-01 09:03:33

This commit is contained in:
Jet Hughes 2023-03-01 09:03:33 +09:00
parent 7079c6f681
commit 5d4530b71b
2 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,27 @@
---
title: "01-network and hardware protocols"
tags:
- cosc301
- lecture
---
# OSI model
- physical, data link, network, transport, session, presentation, application
- encapsulation
- ![](https://i.imgur.com/jOSWdJ4.png)
- Five layers in Internet: physical, data link, network, transport, application (including presentation and session layers of OSI model),
TCP/IP sits in kernel of operating system. packet is passed from RAM to the network card, then through the ethernet cable.
There is a specific bus for tcp/ip between ram and NIC
^ Data link and physical layer.
NIC rejects ehternet packets which aren't adresse to them. you can modify them to add a promoscuous mode which accepts all packets.
you can configure the swtich to send the packets to only the correct address
Network Layer ≡ IP layer
Port number distinguishes addresses at the IP layer

22
content/notes/cosc-301.md Normal file
View File

@ -0,0 +1,22 @@
---
title: "cosc-301"
year: 2022
semester:
tags:
- course
-
---
https://www.cs.otago.ac.nz/cosc301/s
# Assignments
# Labs
# Notes
# Lectures
- [[01-network and hardware protocols]]
# Info