mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
28 lines
544 B
Markdown
28 lines
544 B
Markdown
---
|
|
title: "cosc203-lab20"
|
|
aliases:
|
|
tags:
|
|
- lab
|
|
- cosc203
|
|
---
|
|
|
|

|
|
|
|
1. header
|
|
1. 4 fields
|
|
1. source port
|
|
2. dest port
|
|
3. length
|
|
4. checksum
|
|
2. each field is 2 bytes
|
|

|
|
|
|
2. payload is 980 bytes
|
|
1. max is 65536-8 = 65528
|
|
|
|
3. 17 
|
|
|
|

|
|
4. the source port of the first message is the destination port of the second and the destination port of the first is the destination port of the second
|
|
5.
|