Skip to main content

Posts

Showing posts from April, 2021

Server

 Server What is server? Server is computer or system that provide information, resources, services, or data to other client systems over the network. This type of architecture we can call it as client server model architecture. Types Based Hardware and functionality we can divided the server, Based on the hardware , Rack Server: its designed for Rack for mounted the rack or Cabinet Tower server : servers are singular computers with the dedicated purpose of a server – they are housed in a standalone upright cabinet, or “tower”, much like the tower of a personal desktop computer.       Blade server:  chassis-based server. Each server in the chassis we can call Blade, that means each blade contains server.  Mainframe server: A mainframe is a large-scale computer with a sophisticated design and high workload capacity. Mainframes are large machines – about the size of a refrigerator or a stacked washer and dryer. They feature many swappable compone...

DHCP(Dynamic Host Configuration Protocol)

   DHCP(Dynamic Host Configuration Protocol) The Dynamic Host Configuration Protocol (DHCP) is a network management protocol used on Internet Protocol (IP) networks, whereby a DHCP server dynamically assigns an IP address and other network configuration parameters to each device on the network, so they can communicate with other IP networks. A DHCP server enables computers to request IP addresses and networking parameters automatically from the Internet service provider (ISP), reducing the need for a network administrator or a user to manually assign IP addresses to all network devices. In the absence of a DHCP server, a computer or other device on the network needs to be manually assigned an IP address, or to assign itself an APIPA address, the latter of which will not enable it to communicate outside its local subnet. Operation The DHCP employs a connectionless service model, using the User Datagram Protocol (UDP). It is implemented with two UDP port numbers for its operatio...

VLAN and Inter VLAN routing between different branches

   VLAN and Inter VLAN routing between different branches    Here we choose Doha as Head Office. It is connected to 4 different branches. In HO have 4 VLAN,  1. DATA VLAN-10       IP address: 10.10.0.1/22 2. SERVER VLAN-20   IP Address:10.10.4.1/24 3. CCTV VLAN-30       IP Address:10.10.5.1/24 4.VOICE VLAN-40       IP Address:10.10.6.1/24 here I skipped some basic configuration, Router-DOHA Router>enable Router# configure terminal Router(config)#hostname DOHA #configuring interfaces DOHA(config)#interface f0/0       DOHA(config-if)#ip address 172.16.10.1 255.255.255.248 DOHA(config-if)#ip nat inside DOHA(config-if)#no shutdown DOHA(config-if)#exit DOHA(config)#interface s0/1/1 DOHA(config-if)#ip add 20.10.10.1 255.255.255.252 DOHA(config-if)#ip nat outside DOHA(config-if)#no shutdown DOHA(config-if)#exit DOHA(config)#interface f0/1 DOHA(config-if)#ip nat outside DOH...

Quest- Binary Directory Sync Pro-Installation Guide

  Directory Sync Pro Prerequisites   Supported Environments   The following is a list of supported and unsupported environments. If implementing directory synchronization between two Active Directory environments, you will need a Binary Tree Windows Server and an SQL Server database server.   Supported Not Supported Binary Tree Windows Server Windows Server 2012 R2, Windows Server 2016, or Windows Server 2019; US English Operating System All other versions of Windows Server SQL Server Database SQL Server can be a new or existing database server in the customer’s environment. The following SQL Server versions (English versions) are supported: • SQL Server 2008 R2 • SQL Server 2008 R2 Express with Advanced Services • SQL Server 2012 SP2 • SQL Server 2012 SP2 Express with Advanced Services • SQL Server 2014 • SQL Server 2014 Express with Advanced Services • SQL S...