[C language core series] socket programming of TCP socket in C language

Computer network foundation

ip address

In order for computers on the network to recognize each other, each computer needs an IP address to identify itself.

IPv4: 32-bit, IPv6: 64-bit

OSI seven-layer reference model

  • Application layer
  • Presentation layer
  • Session layer
  • Transport layer
  • Network layer
  • data link layer
  • Physical layer

Guess you like

Origin blog.csdn.net/weixin_54707168/article/details/115015929