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)
What’s the primary interface for configuring network service apps, such as Mail, Calendars, Notes, Reminders, Contacts, and Messages
Internet Accounts preferences
What are the 5 network service accounts you can configure in macOS
- Apple iCloud
- Microsoft Exchange
- Yahoo
- AOL
What are the three types of email services that Mail supports?
- Standard mailbox access protocols (Post Office Protocol/POP or Internet Message Access Protocol/IMAP)
- Standard mail-sending protocols ( Simple Mail Transfer Protocol/SMTP)
- Exchange-based mail service (Exchange Web Services/EWS)
What are the 5 network calendar services that macOS supports?
- CalDAV collaborative calendaring
- Internet-based calendar services
- Exchange-based calendaring service
- Calendar web publishing and subscriptions
- Calendar email invitation
What are the four network contact services that macOS supports?
- CardDAV
- Internet-based contact services
- Exchange-based contact services
- Directory service contacts
True/False: The Apple ID you sign into on Messages, has to match the Apple ID you sign into iCloud with.
False, they do not have to match. As long as you sign into Messages with a valid Apple ID, the messages app will work. However, for syncing purposes, it is recommended that you sign into iCloud and Messages with the same Apple ID
How can users join a FaceTime call without an Apple ID in macOS Monterey?
They will join in a browser.
How are items inside the Finder Network folder populated?
By using information that the dynamic network service discovery protocols provide. Computers that provide services appear as resources inside the Network folder, and service discovery zones or workgroups appear as folders.
What are the 5 network file service protocols that macOS provides built in support?
- Server Message Block version 3 (SMB 3)
- Apple Filing Protocol (AFP)
- Network File System (NFS)
- Web-based Distributed Authoring and Versioning (WebDAV)
- File Transfer Protocol (FTP)