You are on page 1of 5

MTN3023 COMPUTER NETWORK

LAB 01

NAME : QURAISAH BINTI ABDUL HAMID


MATRICE NUMBER : D20132065491
GROUP: A
LECTURER NAME: EN MD ZAHAR B OTHMAN

Based on data of lab01 answer the following questions:


a. What ts he ip address of the client ?
answer : 192.168.1.42
b. What is the ip addresses of the server that the client contact?
Answer : 192.168.1.1
c. Identify the layer 5 protocol/s in the listing?
Answer : 1. TCP protocol
2. UDP
3. HTTP
4. SSDP
5. DNS
d. What do you understand by the 3 way handshake?
Answer : what I do understand the 3 way handshake is where when the client is
requested a specific destination ip, then it will first sync the request with the
destination ip, and it will loop back send the ACK where it acknowledge the request
and bound back what have been request.
e. What is the maximum size of of the frame that the client can accept ?
(Look under the Length Column)
Answer: 64 bytes
f. What is minimum packet length of a frame ?
answer: 15 bytes
g. Name the objects that is requested by the client.(your browser).
Answer: 1. Index.html
2. racoon.gif
3.monkey.gif

a. Where is the formula to calculate the kinetic_energy is it at the client or at the


server?
Answer : is in the server side.

b. What is the ip address of the server and the port number use by the server?
Answer : ip address : 10.10.1.53, port : 8006

c. Change the port number to 8007 and run the program. Record the change when
you run the program.

d. Set the serverPort back to 8006 but this time change


serverName=10.10.1.98. record the changes when you run the program.

the

e. Set back the serverName=10.10.1.53 and serverPort=8006. Open wireshark


and filter the ip.addr to the address of verify.upsi.edu.my. start the capture. Run you
client.py program and save the captured wireshark file as lab02.

Explain the meaning of the bold statement

pack = [mass,velocity]
packet = str(pack).strip('[]')

answer : without the bold statement the calculation process will not occur.

You might also like