From 507b9992b3ca417e94c64390c6c5316c9e1a7035 Mon Sep 17 00:00:00 2001 From: Sana147 <14mseeshabib@seecs.edu.pk> Date: Sun, 7 May 2023 19:40:32 +0000 Subject: [PATCH] Update 'Test_Cases/Test_Case1/readme' --- Test_Cases/Test_Case1/readme | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Test_Cases/Test_Case1/readme b/Test_Cases/Test_Case1/readme index f283708..d641855 100644 --- a/Test_Cases/Test_Case1/readme +++ b/Test_Cases/Test_Case1/readme @@ -1,5 +1,16 @@ This folder contains detail for Test_Case1. +The values for the header fields are: + +Verison = 4, to indicate IPv4 version is used. +IHL = 5, which indicates 20 bytes. +Type of Service = 0, +Total Window size = 40, which is 28 in hex. The total windows size contains the total lenght of IP header plus data. +Identification = 0001, +Flags = All flags are set to zero, +Fragment Offset = For now, there is no fragment offset so, this value is set to 0. + + Source IP = 200.204.10.12, which is c8cc 0a0c in hex Destination IP = 200.204.10.14, which is c8cc 0a0e in hex Source Port = 1234, which is 04D2 in hex,