Results 1 to 3 of 3

Thread: How 1 or Many ports on a Application

  1. #1
    Member
    Join Date
    Oct 06
    Posts
    45

    How 1 or Many ports on a Application

    Hi Everyone!
    I wanted to get an opinion from everyone on when building a small to large applications that is in one self contained binary is there any benifit to useing multiple ports instead of just one port?

    For instance if I where to build a application that allows you to Chat and Send files would there be any real good reason on why i shouldnt do it all on the same TCP port if I can handle it being a File or a Text message on the Session layer 5 level, I'm thinking just requiring more ports open will just make configuring a Firewall more annoying but is there a software limition on a single port I may not be aware of?
    Thanks,
    -Agent

  2. #2
    .NUT jmcilhinney's Avatar
    Join Date
    May 05
    Location
    Sydney, Australia
    Posts
    81,242

    Re: How 1 or Many ports on a Application

    Consider the fact that web servers, even extremely high volume web servers, send and receive all their traffic on port 80. That's a pretty good indication that you should use just one port.

  3. #3
    Member
    Join Date
    Oct 06
    Posts
    45

    Re: How 1 or Many ports on a Application

    Fair enough. I figured that was the case.
    Thanks,
    -Agent

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •