/MMP2

A repository to use in Communications Infrastructure Course at Cin-UFPE

Primary LanguagePython

MMP2

A repository to use in Communications Infrastructure Course at Cin-UFPE

What's the use for Sockets?

Socket programming is a way to connect two nodes on a network to communicate with each other. One socket (node) listens on a particular port at an IP, while the other socket reacher out to ther other to form a connection.

Socket Parameters

  1. AF_INET refers to the address-family ipv4.
  2. The SOCK_STREAM means connection-oriented TCP protocol.