Search This Blog

Networking Protocols


DHCP( Dynamic Host Configuration Protocol):


The DHCP is a network protocol used to configure devices that are connected to a network so they can communicate on that network using the Internet Protocol (IP).

DHCP operations fall into four basic phases: IP discovery, IP lease offer, IP request, and IP lease acknowledgment.






















TCP/UDP:



TCP:

1) It is Reliable.
2) It is connection Oriented
3) It does Error detection using Sequnce  and Ack numbers
4) Transmission is Byte Oriented
5) Congestion control is there.
6) Flow Control is there

UDP:

1) It is un reliable
2) It is Connection less
3) No Error detection
4) Transmission type Message oriented.
5) No Congestion control
6) No Flow control.

No comments:

Post a Comment

REST API

  API  is an application programming interface. It is a set of rules that allow programs to talk to each other. The developer creates the AP...