mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
vault backup: 2022-10-17 11:43:04
This commit is contained in:
parent
5722055f18
commit
d25c6ae914
@ -4,6 +4,9 @@ aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
- lecture
|
||||
sr-due: 2022-10-20
|
||||
sr-interval: 3
|
||||
sr-ease: 250
|
||||
---
|
||||
|
||||
# Types of devices
|
||||
@ -167,7 +170,34 @@ TCP/IP reference model
|
||||
- link
|
||||
- transfers datagram from host to neighboring host using network layer services
|
||||
- physical
|
||||
-
|
||||
|
||||
TCP/IP protocol suite
|
||||
- TCP - transmission control protocol
|
||||
- IP - internet protocol
|
||||
- 
|
||||
|
||||
OSI model
|
||||
- two more layers
|
||||
- presentation
|
||||
- session
|
||||
- 
|
||||
|
||||
# network performance metrics
|
||||
- bandwidth - maximum rate (bits/second) a link or network can theoretically transmit
|
||||
- throughput - the actual reate a link or network is transmitting
|
||||
- 
|
||||
|
||||
- nodal delay - delay at a single router
|
||||
- propagation delay - time to send data along a link
|
||||
- transmission delay
|
||||
- processing - time to find route within router
|
||||
- queueing
|
||||
- dnodal = dproc + dqueue + dtrans + dprop
|
||||
- end-to-end delay - total delay to send a packet from source to destination
|
||||
|
||||
- packet loss
|
||||
- queue (aka buffer) preceding link in buffer had finite capacity
|
||||
- packet arriving to full queue dropped
|
||||
- lost packet may be retransmitted by previous node, by source end system, or not at all
|
||||
- also lost due to corupted packets
|
||||
-
|
||||
|
||||
9
content/notes/17-app-layer.md
Normal file
9
content/notes/17-app-layer.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "17-app-layer"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
- lecture
|
||||
---
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@ tags:
|
||||
- [14-relational db]
|
||||
- [15-basic sql]
|
||||
- [16-networks](notes/16-networks)
|
||||
- [17-application layer]
|
||||
- [17-application layer](notes/17-app-layer)
|
||||
- [18-transport layer]
|
||||
- [19-network layer data plane]
|
||||
- [20-network layer control plane]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user