Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Sockets

Sumit Rawal answered on August 24, 2023 Popularity 9/10 Helpfulness 1/10

Contents


More Related Answers

  • socket.io how do i get a list of connected sockets clients
  • c# socket receive
  • var socket = io(); reconnect
  • socket broadcast
  • socket io client
  • socket.io how do i get a list of connected sockets clients
  • socket
  • socket.id
  • basic of c# sockets
  • socket ip
  • python sockets
  • socket io server
  • socket server implementation
  • all sockets connected in rooms
  • socket io
  • socket io
  • sockets python
  • what is a server socket
  • socket
  • all sockets connected in rooms
  • all sockets connected in rooms
  • socket io

  • Sockets

    0

    Sockets, which are gateways to applications, are identified by a combination of an IP address and a 16-bit port number. That means

    2

    16

    =

    65536

    2

    16

    =65536

    port numbers exist. However, they start from port

    0

    0

    so they exist in the range of

    0

    65535

    0−65535

    .

    Sockets have associated port numbers!

    Sockets have associated port numbers!

    Out of these, the port numbers

    0

    1023

    0−1023

    are well-known and are reserved for certain standard protocols. Port

    80

    80

    , for instance, is reserved for HTTP whereas port

    22

    22

    is reserved for SSH.

    Refer to page 16 of RFC 1700 for more details regarding what port number is assigned to what protocol. 

    Popularity 9/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Aug 24 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.