Manage Network Services Flashcards
What’s the relationship between clients, servers, and network service access?
Client software accesses network services that server software provides. The slicing and server software use network protocols and standards to communicate with each other.
What do you need to access a network service?
The service’s local network or internet location
What is authentication?
Security technologies in place to ensure that you’re allowed to access only certain resources
What does dynamic network service discovery protocols enable you to do?
Browse LANs and WANs resources without knowing specific server addresses.
What are two examples of how macOS uses dynamic network service discovery?
- Browse for available network file shares with the Finder
2. Locate new network printers from Printers and Scanners preferences
What is Zero Configuration Networking, or Zeroconf?
A collection of standards drafts that provide automatic local network configuration, naming, and service discovery.
What broadcast discovery protocol does Bonjour use?
Multicast DNS (mDNS) on UDP port 5353
What is Bonjour?
The Apple implementation of Zeroconf, that is the primary set of dynamic network service discovery protocols used by macOS-native services and apps.
Why does Bonjour integrate so well with other TCP/IP-based network services?
Because Bonjour is based on TCP/IP standards
What is Server Message Block (SMB)?
The most common network service for sharing files and printers
What are the 5 network host identification methods?
- IP address
- DNS Hostname
- Computer name
- Bonjour name
- NetBIOS name
What are the two methods your Mac configures its hostname?
- macOS attempts to resolve its hostname by performing a DNS reverse lookup on its primary IP address.
- If it can’t, it uses the Bonjour name instead
What is the NetBIOS name?
The legacy Windows dynamic network discovery protocol as part of the SMB service.
What’s the relationship between a network service and a network port?
Network services are established using a common network protocol. The protocol specifies which TCP or User Datagram Protocol (UDP) port to use for communications.
What handles web communication for Safari by using TCP port 80?
Hypertext Transfer Protocol (HTTP)