Is there an IP 0.0.0.0 for a socket? or 48.0.0.0 for a socket?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t quite understand your question. If you elaborate I’ll edit this answer.
Binding a listening socket to
0.0.0.0makes it listen on all interfaces. If you bind to a particular IP address (127.0.0.1, for a common example) you’ll only listen on that one instance (in this case, thelocalhostloopback interface).You don’t bind client sockets, you connect them. In this case, I don’t think you can connect to
0.0.0.0(in any case, it wouldn’t be very useful).I don’t think there’s anything special about
48.0.0.0. It looks like it’s owned by Prudential Insurance, actually.If this isn’t the question you’re asking, you need to edit your question to ask it properly.