Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Top World Wide Web Interviews:Action ScriptAJAXBasic InternetBloggingCascading Style Sheet CSSCSS3DHTMLDomain Name System (DNS)EcommerceHTMLHTML5JavaScriptjQueryjQuery KnockoutJSONJSONPUser Interface DesignerVBScriptW3CWeb 2.0 TechnologiesWeb 3.0 TechnologiesWeb BuildingWeb DevelopersWeb QualityWeb SecurityWeb SemanticWebmaster
Copyright © 2018. All Rights Reserved
Web Security Interview Question:
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
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.