Posts

Showing posts from June, 2016

Subnetting: Why in Some Industry Other Class Subnet used.

Why C and B Class Subnet is used in some industry on A Class IP : Eg : IP Assigned in Company X is 10.20.1.1 and its subnet is 255.255.0.0 Try to find your answer below tutorial. CIDR or Classless Inter Domain Routing provides the flexibility of borrowing bits of Host part of the IP address and using them as Network in Network, called Subnet. By using subnetting, one single Class A IP address can be used to have smaller sub-networks which provides better network management capabilities. Class A Subnets In Class A, only the first octet is used as Network identifier and rest of three octets are used to be assigned to Hosts (i.e. 16777214 Hosts per Network). To make more subnet in Class A, bits from Host part are borrowed and the subnet mask is changed accordingly. For example, if one MSB (Most Significant Bit) is borrowed from host bits of second octet and added to Network address, it creates two Subnets (2 1 =2) with (2 23 -2) 8388606 Hosts per Subnet. The Subnet...

ADFS: ACTIVE DIRECTORY FEDERATION SERVICES

What is ADFS (Active Directory Federation Services)? up vote 13 down vote favorite 5 So I've been told that our PHP application may need to support authentication using ADFS. For a non-Microsoft person, what is ADFS? How does it differ to things like LDAP? How does it work? What kind of information would be included in a typical request to an ADFS server? Is it designed for both authentication and authorization? Are ADFS servers typically accessible from the internet (whereas corporate AD domain controllers would not be)? I've tried reading some of the Technet docs, but it's full of Microsoft-speak that isn't hugely helpful. Wikipedia is better (see below), but perhaps some of the ServerFault community can fill in some of the gaps. Active Directory Federation Services (ADFS) is a software component developed by Microsoft that can be installed on Windows Server operating systems to provide us...

Microsoft Licencing Notes

Microsoft Licencing : Well, there's a big difference between a Device and a User CAL. ·          Device CALs provide access to a "device" (namely a client computer most of the time), no matter how many different users have login access to that device. ·          User CALs provide access to a "user",that can login from as many "devices" as he wants. So, how to decide? Depends on your architecture. The rules are simple: ·          You have more devices than users accessing the database: buy "user" CALs. An example of this might be an organization where you have just 3 users connecting to the server using any of 10 computers (not a far-off case, considering laptops, other servers, etc.). ·          You have a lot of users accessing a server through an small set of devices: buy Device CALs. An example of this wo...