In Inter-process communication. Socket is an endpoint of an interprocess communication. We can create a server socket and one client socket to create a bidirectional communication. Below I have provided one socket server and client communication. Sample Code for Socket Server: #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <error.h> #include <strings.h> #include …
The question that I have mentioned in the title “What is bzero and Why to use sin zero for zero padding in Socket Server and Client” of the article is related to “Socket Server” in C programming for TCP/IP communication. Those who are from the computer science or engineering background, maybe they used to do this …
IEEE PDF Express Error Message – “Font is not Embedded” is found while checking your PDF document in IEEE PDF Express. When I started this blog two years ago, the main thing that was working in my mind was to help people with small internet tips and tricks. Though I am right now very busy with …
FIFA Football World Cup 2014, Brazil has already been started. The eye of the whole world is on Brazil as Brazil is the host country this time. The opening ceremony was held in 12th June, 2014. The reaction about the opening ceremony of FIFA Football World Cup 2014, Brazil has been just amazing! But different folks …
If you have just started using Linux Ubuntu on your personal computer, then this is normal that you are not acquainted with all the commands in Ubuntu. For a Windows user, Linux Ubuntu is not a similar kind of operating system because in Windows everything is almost click and run. But in Ubuntu you will not be able …