Did you ever think of a technology where you don’t need your ID card or Access card to enter into you school, college or office…
Going by the definitions, NFC is a short range, high frequency wireless communication technology, that enables the exchange of data between devices, typically requiring a…
Download the code here: [wpdm_package id=’1296′] #include<stdio.h> //for C file input/output functions #include<stdlib.h.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…
Download the code here: [wpdm_package id=’1299′] #include<stdio.h> //for C file input/output functions #include<stdlib.h.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…
Download the code here: [wpdm_file id=2] #include<stdio.h> //for C file input/output functions #include<stdlib.h.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…
Download the code here: [wpdm_file id=3] #include<stdio.h> //for C file input/output functions #include<stdlib.h.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…
Download the code from here: [wpdm_file id=4] #include<stdio.h> //for C file input/output functions #include<stdlib.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h>…
Download the code here: [wpdm_file id=5] #include<stdio.h> //for C file input/output functions #include<stdlib.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…
Difference between UDP and TCP 1. UDP(User Datagram Protocol) Connection i. In UDP connection (connectionless service) client doesn’t establish a connection with the server. Instead…
Network Socket A network Socket is an end point of an inter-process communication flow across a computer network. Socket is a single connection between two…