Network Theory & Java Overview: By: Mr. Asyran Zarizi Bin Abdullah
Network Theory & Java Overview: By: Mr. Asyran Zarizi Bin Abdullah
Attack
Passed Packet Packet
(Ingress)
Hardened
Client PC Internet
(Untrusted)
Attacker
Internet
Dropped Packet Border
Hardene
(Ingress)
Firewall
d Server
Log File
Internal Corporate
Network (Trusted)
Proxy
• Proxy Server is a middle man between a client
computer and the network (usually internet)
which has the function to disguise
transmission from client
What is a SOCKET ?
Socket is a mechanisms of communication that use to exchange data
with program in same machine or different machine
Socket Programming
• Socket is a IPC (Inter Process Communication)
facility for network application.
• To make socket communicate with other
socket, so it need unique address as a
identifier.
• Socket Address contain IP Address and Port
Number. Example : 192.168.20.12 : 8080
Example :