Skip to main content

DHCP


DHCP


Dynamic Host Configuration Protocol is used assign IP addresses to the devices to enter to a Network.This configuration will be done automatically without manual involvement.

The early stage of networking,the user had the ability to manually assign IP addresses to their devices.But the modern world cannot work like that due to the no of devices in play.

So DHCP automates this process to make it easier & quicker . The DHCP servers or routers handle this process according to set of predefined rules.

Usually the router act as a DHCP server in homes & in some small business.But in large network a computer will act as a DHCP server.

The DHCP Server automatically assigns the below to a device.

  • IP Address
  • Subnet Mask
  • Default Gateway
  • DNS Server

Comments

Popular posts from this blog

Motivation Pic Of the Day

Microsoft Exchange

Microsoft Exchange Exchange server enable the business user's to securely access emails from various devices. Microsoft Exchange server 2019 is the latest version. Methods used by the Exchange Account to access Email on the Server Exchange ActiveSync; MAPI/HTTP This method is widely used by laptop,phone & tablet .This method will not download or store the email in the device when accessing the email.instead it will be accessed directly from the exchange server.This will allow us to access our email even in offline mode. IMAP This also helps to access the email from any device from anywhere & it will synchronize all the email folders between device & the server. POP This method downloads the email from the server to the device .Once the email is downloaded to the device,it will be deleted from the mail server.We will have to use the same device to access downloaded emails. Email Cache The exchange email account provides the functionality to acces...

Intranet

An intranet is a secure private network contained within an enterprise. It usually consists many interconnected local area networks & use leased lines (A leased line is private bidirectional communication channel between two or more locations)in the WAN. Generally intranet uses TCP/IP,Https,ssl,Tls & other internet protocols.It's actually a private version of the internet. Using port forwarding (transmission of data intended for private use only) companies can send private messages through the public network with strong Encryption/Decryption methods.