Need some help to clarify networking concept

Asked By 0 points N/A Posted on -
qa-featured

Hi guys , I need some simple explanation about TCP/IP

“Wikipedia says : The TCP/IP model (Transmission Control Protocol/Internet Protocol) is a descriptive framework for the Internet Protocol Suite of computer network protocols“

you know,that explanation is too complicated for me to understand the concept,please can anyone explain it in simple form

SHARE
Answered By 15 points N/A #94620

Need some help to clarify networking concept

qa-featured

It is really quite complicated but I'll try to give you a little introduction about TCP/IP.

 

TCP/IP is a communication protocol used for internet. It is a standard or rule implemented between computers connected to the internet. It defines how computers or any other electronic device should be connected to the internet and how data should be delivered, transmitted or transferred.

Inside TCP/IP standard are several protocols used for handling data communication.

  • TCP (Transmission Control Protocol)
  • UDP (User Datagram Protocol)
  • IP (Internet Protocol)
  • ICMP (Internet Control Message Protocol)
  • DHCP (Dynamic Host Configuration Protocol)

TCP is like a bridge or connecting line between two application. It sends a communication request to another application via TCP and must be sent to an exact address. After the request is accepted by the other application, it will then have a full communication between the two.

 

Related Questions