Interviewer And Interviewee Guide

Linux Socket Programming Interview Question:

What is the difference between socket & port?

Submitted by: Administrator
port : a particular port number on a host
socket: a host and a port

like
-> http port = 80
-> when you fire up google.com
the socket on the server side is google.com:80 this is the server side socket

on your local system where you are browsing the socket is
yourip:port above 1024
Submitted by: Administrator

Read Online Linux Socket Programming Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.