Secure Data Transmission: Presented by - Omveer Singh Deora Priya Ranjan Pawan Jha
Secure Data Transmission: Presented by - Omveer Singh Deora Priya Ranjan Pawan Jha
TRANSMISSION
PRESENTED BY -
OMVEER SINGH
DEORA
PRIYA RANJAN
PAWAN JHA
INTRODUCTION
Why Security is needed in
transmission ?
1 s.connect()
This method actively initiates TCP server connection.
Server Socket Methods
Sr.No Method & Description
1 s.bind()
This method binds address (hostname, port number pair) to socket.
2 s.listen()
This method sets up and start TCP listener.
3 s.accept()
This passively accepts TCP client connection, waiting until connection
arrives (blocking).
General Socket Methods
Sr.No Method & Description
1 s.recv()
This method receives TCP message
2 s.send()
This method transmits TCP message
3 s.close()
This method closes socket
Simple image Stego-Image
Simple image Stego-Image
Simple image Stego-Image
Steganography
Introduction
Steganography