Tell me what is the function of Socket?
Submitted by: Administrator- Sockets are very important from the security point of view as it is a method that allows directing of the data to application using TCP/IP protocols.
- It provides a way to combine the IP address and the port number so that a socket can be created and used.
- Web server and the client system both have a virtual environment on which there are sockets that allow the communication to happen between both the parties.
- Client system communicates with the server using the sockets that are opened on the system and by plugging the wire to the server and client system.
- Run() method used in Scoket allow the connection to be established that is coming from the client side.
- It also has a function accept() that is given in ServerSocket that returns the number corresponding to the request generated.
Submitted by: Administrator
- It provides a way to combine the IP address and the port number so that a socket can be created and used.
- Web server and the client system both have a virtual environment on which there are sockets that allow the communication to happen between both the parties.
- Client system communicates with the server using the sockets that are opened on the system and by plugging the wire to the server and client system.
- Run() method used in Scoket allow the connection to be established that is coming from the client side.
- It also has a function accept() that is given in ServerSocket that returns the number corresponding to the request generated.
Submitted by: Administrator
Read Online Web Security Job Interview Questions And Answers
Top Web Security Questions
☺ | Tell me what are some of the preliminaries of web security? |
☺ | Explain what is the principle of Least Privilege? |
☺ | Do you know what does secure by default mean in web security? |
☺ | Explain what are the security features being provided in web security? |
☺ | Explain what does SimpleWebServer Object include? |
Top Top World Wide Web Categories
☺ | Cascading Style Sheet CSS Interview Questions. |
☺ | HTML5 Interview Questions. |
☺ | Basic Internet Interview Questions. |
☺ | Domain Name System (DNS) Interview Questions. |
☺ | JavaScript Interview Questions. |