mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
vault backup: 2023-03-01 09:03:33
This commit is contained in:
parent
7079c6f681
commit
5d4530b71b
27
content/notes/01-network and hardware protocols.md
Normal file
27
content/notes/01-network and hardware protocols.md
Normal 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
|
||||
- 
|
||||
- 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
22
content/notes/cosc-301.md
Normal 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user