Files
sixth-semester/computer_networks/lab/lab3/README.md

32 lines
818 B
Markdown
Raw Normal View History

2021-02-10 17:10:17 +05:30
# LAB 3 - Computer Networks
## Files
| File Name | Description |
| --- | --- |
| [client.c](client.c) | client implementation |
| [server.c](server.c) | server implementation |
| [SocialMedia.jpg](SocialMedia.jpg) | Image file to be sent |
| [received.jpg](received.jpg) | Image file to be received |
## Background
**These socket programs create a client server chat application
between the server and the client for exchange of text messages.**
## Question(s)
1. As part of the assignment, modify the Client and Server Codes
so that an image file (“SocialMedia.jpg” attached with the assignment) can be
transferred from the Client to the Server machine.
## Output
<p align=center><img src="imagesend.png"></p>
## Student Details
- Name: Avinal Kumar
- Roll: 185067
- Branch: CSE
- Date: 10 Feb 2021