Results 1 to 5 of 5

Thread: TCP/IP and HTTP

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2005
    Posts
    278

    TCP/IP and HTTP

    hi guys,

    How this TCP/IP and HTTP differs. can anybody brief this pls. I also would like to know about webservers.

    thanx in advance


    saj

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: TCP/IP and HTTP

    TCP/IP is a protocol that works on any of the 64K ports on a computer.
    HTTP is TCP/IP using port 80 only. A basic WebServer uses port 80 to serve pages. It uses other ports for file downloads. HTTPS uses a different port.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2005
    Posts
    278

    Re: TCP/IP and HTTP

    Quote Originally Posted by dglienna
    TCP/IP is a protocol that works on any of the 64K ports on a computer.
    HTTP is TCP/IP using port 80 only. A basic WebServer uses port 80 to serve pages. It uses other ports for file downloads. HTTPS uses a different port.

    sorry to tell u.. i really confused. what is this ports..64k.

    am expecting from u little more

    saj

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: TCP/IP and HTTP

    There are roughly 64,000 ports on every computer that can be used for TCP/IP. If you are using Winsock, you can use any one of them. Only one program may access any given port.

    Take a look at this page, describing what programs use each port:

    http://www.practicallynetworked.com/..._port_list.htm

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: TCP/IP and HTTP

    This should help clear things up for HTTP:
    The HTTP protocol is used primarily to transfer data between servers and clients in hypertext/hypermedia environments.
    HTTP is built upon a request/response model. An HTTP client or its agent, often a Web browser, connects to an HTTP server by using a URL, and requests a resource, such as an HTML document. MIME is then used to encapsulate the requested data, and the data is sent back to the client.
    Traditionally, HTTP clients and servers communicate over TCP/IP using port 80, the default TCP port assigned to HTTP. However, different ports can be used if the port is specified in the URL. In addition, HTTP can be used with other reliable protocols.
    HTTP is maintained by the World Wide Web (W3C) Consortium.
    For information on HTTP, see www.w3.org/protocols/HTTP/.
    And this for TCP/IP

    The TCP/IP v6 protocol is used by nodes to communicate with other nodes across a network, independent of the types of physical links present in the network.
    RFCs for TCP/IP are stored by the Internet Engineering Task Force (IETF).
    For information on TCP/IP, see http://www.ietf.org/rfc/rfc2460.txt and http://www.ietf.org/rfc/rfc1180.txt .
    IP v6 is the successor to IP v4 (RFC 791).
    IP v6 is sometimes referred to as IP Next Generation (IPng).
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

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



Click Here to Expand Forum to Full Width