Day 3
Day 3
DHCP
Dynamic Host Configuration Protocol (DHCP) is a network protocol that
automatically assigns IP addresses and other configuration information to
devices on a network. DHCP allows devices to communicate with each other and
the internet.
DHCP works by sending messages to devices that connect to a network,
providing them with the information they need to communicate. When a device
joins a network, it broadcasts a "DHCP discover" message to request an IP
address and other configuration information. DHCP then automatically assigns an
IP address and other configuration parameters to the device.
DHCP can be used on small local networks and large enterprise networks. It's an
improvement on an older protocol called BOOTP.
HTTP
HTTP, or Hypertext Transfer Protocol, is a set of rules that allows web browsers
and web servers to communicate with each other. It's a fundamental part of the
World Wide Web, and is used to load web pages using hypertext links.
HTTPs
HTTPS stands for Hypertext Transfer Protocol Secure, a protocol that encrypts
data sent between a web browser and a website. HTTPS is the secure version of
HTTP, the primary protocol used to send data between a web browser and a
website.
HTTPS is important for sites that send sensitive information, such as credit card
information, billing addresses, and passwords. It ensures that the data
transmitted between the user and the website cannot be intercepted or
tampered with by unauthorized parties.
HTTPS URLs begin with "https://" and use port 443 by default. To enable HTTPS, a
web server administrator must create a public key certificate for the web server.
HTTPS can positively impact the user experience by fostering a sense of
trust. Users are increasingly aware that they should look for the padlock symbol
to confirm whether a website is safe.