RAW SOCKETS

RAW SOCKETS – PACKET CAPTURING AND FILTERING

RAW SOCKETS (PACKET CAPTURING AND FILTERING) AIM To implement a program for packet capturing and filtering  between the server and the client systems. ALGORITHM Server Set server port address. Using socket function, create a socket for server by specifying server port. Allocate…
UDP Program

UDP Program – DNS CLIENT-SERVER

UDP Program (DNS CLIENT-SERVER) AIM : To create a client server program to Domain Name System using the UDP protocol client server. ALGORITHM Server Declare the necessary arrays and variables. Set server port address using socket(). Get the current message. Connect to the…
TCP Program

TCP PROGRAM -Date and Time client server

TCP PROGRAM(Date and Time client server) AIM To create date and time client server using the TCP protocol ALGORITHM Server Declare the necessary arrays and variables. Set server port address using socket(). Get the current message. Connect to the client. Stop the…
error: Content is protected !!