About 649,000 results
Open links in new tab
  1. Socket Programming in C - GeeksforGeeks

    Apr 23, 2025 · Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket (node) listens on a particular port at an IP, while the …

    Missing:

    • Google Server

    Must include:

  2. How get google.com web page using C socket - Stack Overflow

    Sep 9, 2022 · using HTTP will get you first a http 307 redirect, since google.com wants you to use HTTPS.

  3. simple socket example in C · GitHub

    Apr 4, 2025 · int main (int argc, char *argv []) { int sockfd = 0, n = 0; char recvBuff [1024]; struct sockaddr_in serv_addr; if (argc != 2) { printf ("\n Usage: %s <ip of server> \n",argv [0]); return …

    Missing:

    • Google Server

    Must include:

  4. An Example Script To Connect To Google Using Socket | PDF

    This document provides an example Python script to connect to Google using a socket. It imports the socket module, creates a socket, resolves Google's IP address, connects to Google on …

  5. Java Socket Client Examples (TCP/IP) - CodeJava.net

    In this Java network programming tutorial, we’ll guide you how to write a client program that talks to a server using TCP/IP protocol. In the next few minutes, you will see that Java makes it …

    Missing:

    • Google Server

    Must include:

  6. What is a Socket? Where does Socket fit in the Network Stack? When does write() block? Questions? Thank you!

    Missing:

    • Google Server

    Must include:

  7. Java Socket Programming - Socket Server, Client example

    Aug 3, 2022 · In java socket programming example tutorial, we will learn how to write java socket server and java socket client program. We will also learn how server client program read and …

  8. How to run client server program on Google Colab Notebook?

    Jan 18, 2022 · I am able to execute the client-server programs in Python IDLE and in PyCharm but I am stuck while executing the same program on Google Colab. The sample server code …

  9. C Socket Programming for Linux with a Server and Client Example

    Dec 19, 2011 · To conclude, In this article we studied the basics of socket programming through a live example that demonstrated communication between a client and server processes …

    Missing:

    • Google Server

    Must include:

  10. Applications need to be able to specify Internet address and Port number. How? socket () returns the descriptor of the new socket if no error occurs and -1 otherwise. bind() returns 0 if no error …

Refresh