Posts

Showing posts from June, 2023

Azure : Network Engineer : INTERVIEW QUESTION

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ The IP range for TCP/IP depends on the version of the IP protocol being used, which includes IPv4 and IPv6. Here's a breakdown of the IP ranges for both versions: IPv4 (Internet Protocol version 4): IPv4 addresses consist of four sets of numbers separated by periods (e.g., 192.168.0.1). The IPv4 address range is divided into several address classes: Class A: Ranges from 0.0.0.0 to 127.255.255.255 Class B: Ranges from 128.0.0.0 to 191.255.255.255 Class C: Ranges from 192.0.0.0 to 223.255.255.255 Class D: Reserved for multicast addresses (224.0.0.0 to 239.255.255.255) Class E: Reserved for experimental use (240.0.0.0 to 255.255.255.255) Additionally, there are private IP address ranges reserved for use within private networks: Class A Private: 10.0.0.0 to 10.255.255.255 Class B Private: 172.16.0.0 to 172.31.255.255 Class C Priv...

UDEMY : Azure Network Engineer Associate

Image
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  AZ -700 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- Peer to Peer Networking : Peer to Peer was not a great way to achieve centrally. Domain Controller : Is a special kind of servers that control your Domains. they also have GPO : Group Policy Options. -- What is the difference between Domain Controller and DNS Server ? A Domain Controller (DC) and a DNS ( Domain Name System ) server are both integral components of a Windows-based network infrastructure, but they serve different purposes. Here's a comparison of the two: Domain Controller (DC): Purpose: A Domain Controller is a server that manages and authenticates network resources in a Windows domain environment. It stores a centralized database called the Active Directory (AD) that contains information about users, groups, computers, and other network objects. It provides authentication, security, and centra...