[SOLVED] 代写 socket compiler database network Computer Networks

30 $

File Name: 代写_socket_compiler_database_network_Computer_Networks.zip
File Size: 536.94 KB

SKU: 0717381013 Category: Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Or Upload Your Assignment Here:


Computer Networks
Homework#4 TCP Congestion Control, Network layer Protocol, Network Programming Experiences
Due: Wednesday, June 12th, 2019
1. (100pts) Consider figure below. Assuming TCP Reno is the protocol experiencing the behavior shown above, answer the following questions.
a. Identify the intervals of time when TCP slow start is operating.
b. Identify the intervals of time when TCP congestion avoidance is operating.
c. After the 16th transmission round, is segment loss detected by a triple duplicate
ACK or by a timeout?
d. After the 22nd transmission round, is segment loss detected by a triple duplicate
ACK or by a timeout?
e. What is the initial value of ssthresh at the first transmission round?
f. What is the value of ssthresh at the 18th transmission round?
g. During what transmission round is the 70th segment sent?
h. Assuming a packet loss is detected after the 26th round by the receipt of a triple
duplicate ACK, what will be the values of the congestion window size and of
ssthresh?
i. Suppose TCP Tahoe is used (instead of TCP Reno), and assume that triple
duplicate ACKs are received at the 16th round. What are the ssthresh and the congestion window size?
NETWORKING LABORATORY H. CHOO

2.
j. Again, suppose TCP Tahoe is used, and there is a timeout event at 22nd round. How many packets have been sent out from 17th round till 22nd round, inclusive?
(40pts) Socket Programming Experience: Controlling Drones
Suppose that you are controlling a drone. The drone (a server program) can receive four types of commands from a remote controller (a client program):
– Move_UP
– Move_DOWN
– Move_LEFT
– Move_RIGHT
The moving area of the drone is restricted in a rectangle . At the beginning, the drone is at the position . Whenever the drone receives a control command from the remote controller, it makes a move corresponding to the type of command.
For example, the current position of the drone is . It receives the command Move_UP, so it moves up to the position and it reports its new position to the remote controller. If the drone is going to move out of the moving area, it cannot make the move.
Task: Your task is using Socket programming with TCP/IP protocol to simulate the drone (server program) and the remote controller (client program).
Input: The sequence of commands is read from the text file “moves.txt” in which each command is on one line. Drone controller (client program) reads commands line by line from this text file and sends these commands to the drone (server program) one by one. Example of the “moves.txt” file is as follows:
Output: Whenever the controller (client program) receives a new position from the drone (server program), it saves the new position into the text file “position.txt”. Consequently, the “position.txt” contains only one position which is the newest position of the drone. Example of the “positions.txt” file is as follows:
moves.txt
Move_UP Move_UP Move_DOWN Move_LEFT
position.txt
(4,4)
NETWORKING LABORATORY H. CHOO

3. (60pts) Socket Programming Experience: Simple DNS simulation
You are going to simulate how DNS servers work that is described in the figure below:
domain.txt
As can be seen from the Figure above, there are one client and two DNS servers. When the Client wants to get the IP address of a domain, the following steps are carried out:
1. The Client reads the domain name from domain.txt and sends the domain name to the Local DNS server
2. The Local DNS server checks if the domain name is in its database (the text file local_dns.txt) or not. If YES, it returns the corresponding IP address of the domain name to the Client, otherwise, the Local DNS forward the domain name to the Global DNS and ask for the IP address
3. At the Global DNS Server, it searches IP address of the given domain name in two text files global_edu_dns.txt and global_com_dns.txt and returns the corresponding IP address. If there is no matching domain name, it returns the message “Not found” to Local DNS server
4. After receiving result from Global DNS Server, the Local DNS Server forwards the data to the Client
5. The Client write the result to the text file result.txt
Task: Your a.
b. c.
d. e. f.
task is using Socket programming with TCP/IP and UDP protocols to: Develop the Client
Develop the Local DNS Server which is listening for incoming connections at the port 8000
Develop the Global DNS Server which is listening for incoming connections at the port 9000
The Client communicates with the Local DNS Server by UDP protocol
The Local DNS Server communicate with Global DNS Server by TCP/IP protocol
All Client, Local DNS Server, Global DNS Server run on localhost address (127.0.0.1)
NETWORKING LABORATORY H. CHOO

Input: The domain name is read from the text file domain.txt. The Client program reads the domain name from this text file and sends to the Local DNS Server (server program). At a time, the client can send only one domain name. Example of the domain.txt file is as follows:
Database of the Local DNS server and Global DNS servers is a text file with multiple lines. One line has two parts: domain name and IP address which are separated by a space. Example of the databases is as follows:
Output: Whenever the client program receives the result from Local DNS Server, it saves the result into the text file result.txt. Example of the result.txt file is as follows:
Description:
This homework is designed to improve your network programming experiences. Students will focus on functional aspects of development. There is no exact method or solution for programming. You can use open source or you can create your own functions. You can get help from colleagues around you, but copying is not allowed. Coding by yourself is the key to this homework.
What you have to turn in:
A Project Report:
• File named HW4_ID_NAME.pdf
• Declare your development environment (platform and compiler); and how to
COMPILE/BUILD and RUN your applications step by step.
• Declare the folder structure of the source code and the meaning of each file inside
• Declare how to set up and how to use extra non-standard applications/components you
have used for your implementation, if any.
• Describe in detail about your implementation of functionalities that are considered
very important (based on your perspective).
• DO NOT include the whole source code in the report.
• Show the screenshots along with explanation for each of functionalities you have
implemented.
• Upload the I-campus Homework#4-report
domain.txt
www.skku.edu
local_dns.txt
global_edu_dns.txt
global_com_dns.txt
www.skku.org 112.124.11.23
www.skku.edu 212.124.11.20 www.seoul.edu 212.124.11.14
www.skku.com 112.24.11.19 www.kaist.com 112.24.11.12
result.txt
212.124.11.20
NETWORKING LABORATORY H. CHOO

Source codes:
• A compressed file named HW4_ID_NAME.zip
• The executable source code of your programs.
• The executable files of the application on a specific platform
• Configuration files and related files, if any.
• Upload to the I-campus Homework#4-source codes
NOTICE:
✓ BOTH ORIGINAL AND COPY WILL GET –30 POINTS EACH INSTEAD OF 0S.
✓ ANY SOURCE CODE WITH COMPILE OR RUNTIME ERROR WILL GIVE YOU 0
POINTS.
✓ ALL THE HOMEWORK MATERIALS SHOULD BE MADE IN ENGLISH.
Good luck!
NETWORKING LABORATORY
H. CHOO

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] 代写 socket compiler database network Computer Networks
30 $