DNS
Domain Name System. A hierarchical and distributed naming system that translates domain names (like www.example.com) into IP addresses (like 192.0.2.1), allowing browsers to load Internet resources. It acts as the “phonebook of the Internet,” enabling users to access websites using human-readable names
Alternate DNS Server
If you are having DNS issues set alternate DNS server to 8.8.8.8 or 8.8.4.4 (google public DNS servers) if you can connect your DNS server has an issue.
ns lookup
shows DNS server IP Address. type in web adress if you get a response DNS server is good. If you get time out message DNS server isn’t functional.
Every widows system is a member of _____________
Every widows system is either a member of a work group or active directory domain.
Workgroup vs Active directory Domain
Workgroup is the most basic type of networking organization. No security, no central administration, old fashioned, but works perfectly fine for small networks.
Active Directory Domain Requires windows server system. Provide incredible security, substantial central administration, very expensive, enterprises
Net BIOS/Net BEUI
Original methodology by which Microsoft shared stuff.
Net BIOS - Naming system 15 characters
Net BEUI - What did communication and created connections between systems
Net BT
Net BIOS over TCP/IP (Net BT) - Got rid of Net BEUI stuff and started using IP Addresses, but kepy naming convention
CIFS
Common Internet File System - is a network file-sharing protocol that allows applications to read and write to files and request services from server programs in a computer network.
SMB
Server Message Block - is a network file sharing protocol that enables applications and users to read, write, and request services from devices and servers on a network. It facilitates file sharing, printer sharing, and network browsing, and operates over TCP/IP protocols.
Samba
Linux & macOS version of SMB protocol.
whoami command
tells you what user you are currently logged in as.
Sharing within a work group
Right click folder -> share with “specific people” -> Everyone -> Change permissions to “read/write”
Best practice says give everyone read/write permissions and use NTFS protocol to place restrictions.
Active Directory Requires:
Domain controller (dedicated server) and windows server system.
Domain Accounts
Login credentials stored within the domain server rather than locally on any one computer.
OUs
Organizational units - Container that helps organize groups and users. Folders that network admins use to organize groups and users.
Active directory users & computers
program used on the directory server in the domain to enable, delete, and modify users and groups.
Adding new computers to domain
Can be added in the active directory users & computers application, but more commonly you will simply go to the new computer and change it from workgroup to domain.
Domain Admin
Has authority to add any computer to domain. Has top authority to modify the Domain. Extremely powerful user.
Groups
very useful for security purposes. Put users into groups. Helpful for adding rules to groups making new employee enrollment easier.
Domain Accounts Perks
Allow single sign-on at any device in domain. Share base on domain accounts.
LAN Manager
Sharing methodology Microsoft original.
Unbuntu sharing via built in Samba
Settings -> sharing -> toggle on. Files -> other locations -> Shares files here.
Apple sharing via built in Samba
Apple System Preferences -> make sure user appears as it does in domain -> sharing -> file sharing change to on -> options “share files & folders using SMB”
net command
shows all net commands you can use