Shared Flashcard Set

Details

Exchange 2010
Exchange 2010 stuff
59
Computer Networking
Professional
02/27/2012

Additional Computer Networking Flashcards

 


 

Cards

Term
Do client access array names need to be included on the SAN cert?
Definition
The FQDN of each RPC CA array is only used by internal Outlook and don’t need to be included on the SAN list in the certificate as RPC traffic doesn’t use or require a certificate for it to be encrypted. Also does not need to be (and shouldn't be) listed in external DNS.
Term
How do you configure the msstd: value to be something other than the certificate principal name in powershell? Is this a global or server level setting?
Definition
Set-OutlookProvider EXPR –CertPrincipalName msstd:mail.exchangelabs.dk

It is a global setting
Term
Where is the RPC endpoint for public folder connections?
Definition
PRC Client Access Service on Mailbox Servers
Term
How did Exchange Outlook Anywhere clients connect?
Definition
Outlook Anywhere clients connected to the RPC Proxy component on the Client Access Server, they also talked MAPI over RPC directly with the Mailbox server and with the NSPI endpoint in Active Directory.
Term
What are three benefits of the RPC Client Access Server in Exchange 2010?
Definition
- with MAPI and directory connections moved to the Client Access Server role in the middle tier layer, Exchange now has a single common path through which all data access occurs
- having a single common path for all data access, will allow for more concurrent connections and mailboxes per mailbox server. In Exchange 2007 a Mailbox server could handle 64.000 connections compared to Exchange 2010 which will increase that number to a 250.000 RPC context handle limit.
-better client experience during switch-over and fail-overs when you have deployed a highly available solution that makes use of the new Database Availability Group (DAG) HA feature (30 second disconnection vs. upward of 30 minutes in 2007)
Term
How do you create a new CAS array in Exchange 2010 using powershell?
Definition
New-ClientAccessArray –Name “name of CAS array” –Fqdn -Site
Term
If you do not have a CAS Array, what is the RPCClientAccessServer property set to by default?
Definition
The first CAS server installed in the AD site
Term
How do you view the RpcClientAccessServer property using powershell?
Definition
Get-MailboxDatabase | fl RpcClientAccessserver
Term
CAN Windows NLB be used on Exchange 2010 Servers where mailbox DAGs are also being used?
Definition
No, because WNLB is incompatible with Windows failover clustering.
Term
What is the EndPoint Mapper port in Exchange 2010?
Definition
TCP 135
Term
What is the dynamic RPC port range in Exchange 2010?
Definition
TCP 1024-65535
Term
Using Powershell, how do you set the RPCClientAccessServer on a mailbox database?
Definition
Set-MailboxDatabase -RpcClientAccessServer “outlook.domain.com”
Term
Can you use WNLB to load balance a CAS array?
Definition
Yes, but ONLY if you do not have a DAG, or if your client access servers are separate from the mailbox server role.
Term
What change must be made to the default RPC settings in Exchange 2010 to allow Outlook 2003 clients to connect to Exchange 2010 client access servers?
Definition
You must set the "encryptionRequired" parameter to false. Here is the powershell: Set-RpcClientAccess –Server –EncryptionRequired $false

Alternatively, you could set the RPC encryption in the Outlook 2003 client to enabled.
Term
If you are globally disabling RPC encryption, where would you do this?
Definition
on BOTH the CAS servers and the mailbox servers. This is because public folder connections still go to the mailbox server's RPC client access service. If mailbox and CAS roles are colocated, it only has to be set once.
Term
Where would you set static port mappings for RPC?
Definition
In the registry and for NSPI endpoints for directory access, in the Microsoft.exchange.addressbook.service.exe.config file (Edit RpcTcpPort" value)

CAS servers: add a DWORD registry key named “TCP/IP Port” under: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeRpc\ParametersSystem

Mailbox Servers (for PF access):
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeRPC\ParametersSystem
Term
How could you verify which ports Outlook is connecting to Exchange 2010 on?
Definition
netstat -na
Term
What is the maximum number of servers you can have in a Windows NLB cluster?
Definition
32
Term
What is the best practice on the maximum number of 2010 CAS servers to place in one Windows NLB cluster?
Definition
8
Term
In Windows NLB, what is the difference between unicast and multicast mode?
Definition
In unicast, the MAC addresses of the cluster members will be changed to a virtual MAC address. In Multicast mode, a virtual MAC address is added, but the original addresses are retained. Unicast is prefereable for Exchange, but if you are virtualizing with VMware you should use multi-cast mode.
Term
What is the secure IMAP port?
Definition
993
Term
What is the secure POP port?
Definition
995
Term
What portions of the Windows Failover Clustering Component does a DAG use?
Definition
cluster database, heartbeat, and file share witness
Term
What editions of Windows support an Exchange 2010 mailbox server in a DAG configuration?
Definition
Enterprise Edition because standard does not have Windows Failover Clustering
Term
What is the maximum number of mailbox databases you can have in Exchange 2010 Standard?
Definition
5 (including active and passive copies)
Term
What is the maximum number of mailbox databases you can have in Exchange 2010 Enterprise?
Definition
100
Term
What is the maximum number of mailbox servers you can have in a single DAG?
Definition
16
Term
What is the default port that Microsoft Exchange 2010 DAGs use?
Definition
64327
Term
What authentication type do DAGs use between each mailbox server member?
Definition
Kerberos; default is interSubnetOnly
Term
What is maximum lag time in a DAG?
Definition
14 days for truncation lag time
Term
What type of Exchange database cannot be protected by a DAG?
Definition
Public Folder Database
Term
How many NICs are required for a DAG?
Definition
2 - one for the replication network(& seeding & heartbeats), and one for the production network (providing MAPI connectivity)
Term
What security permissions are required when locating the File Share Witness on a non-exchange server?
Definition
The Exchange Trusted Subsystem should be a local administrator account.
Term
Is DHCP supported for DAGs?
Definition
Yes
Term
How do you assign a DAG a static IP address with PowerShell?
Definition
Set-DatabaseAvailabilityGroup DAG1 –DatabaseAvailabilityGroupIpAddresses 192.168.2.194
Term
How do you suspend a mailbox database copy in PowerShell?
Definition
Suspend-MailboxDatabaseCopy –Identity MDB02\E14EX02
Term
How do you resume a suspended mailbox database copy in PowerShell?
Definition
Resume-MailboxDatabaseCopy –Identity MDB02\E14EX02
Term
describe the 4 available database mount dial settings.
Definition
Lossless: (when selecting Lossless the database will not mount automatically until all logs generated on the active database copy has been copied to the passive database copy)
Good Availability: (when selecting Good Availability, the database will mount automatically as long as you have a copy queue length less than or equal to 6. If the copy queue holds more than 6 log files, the database will not mount)
Best Effort: (with Best Effort the database will mount no matter the copy queue length. Be careful with this setting as you could loose a lot of mailbox data!)
Best Availability (this is default): (with Best Availbility the database will mount automatically as long as the copy queue length is less than or equal to 12. If the copy queue length is more than 12, the database will not be able to mount)
Term
How do you update a mailbox database copy in PowerShell?
Definition
first, suspend the mailbox database copy, then update it:
Suspend-MailboxDatabaseCopy –Identity MDB02\E14EX02

Update-MailboxDatabaseCopy -Identity MDB02\E14EX02
Term
In Powershell, how do you change the port for the DAG replication?
Definition
Set-DatabaseAvailabilityGroup DAG1 -ReplicationPort 7580
Term
What are the 4 network encryption types for DAG replication?
Definition
Disabled (network encryption not in use),
Enabled (network encryption enabled for seeding and replication on all networks associated with a DAG),
InterSubnetOnly (the default setting meaning network encryption is used across subnets)
SeedOnly (network encryption in use for seeding on all networks in a DAG).
Term
How do you prevent a particular database copy from being changed to the active database copy during a failover?
Definition
Suspend-MailboxDatabaseCopy –Identity MDB01\E14EX02 -ActivationOnly
Term
How to you prevent a particular DAG member server from having any of its database copies activated during a failover?
Definition
Set-MailboxServer –Identity E14EX02 - DatabaseCopyAutoActivationPolicy Blocked
Term
What is the primary active manager (PAM)?
Definition
PAM is the Active Manager in a DAG that decides which copies will be active and passive. PAM is responsible for getting topology change notifications and reacting to server failures. The DAG member that holds the PAM role is always the member that currently owns the cluster quorum resource (default cluster group). If the server that owns the cluster quorum resource fails, the PAM role automatically moves to a surviving server that takes ownership of the cluster quorum resource. In addition, if you need to take the server that hosts the cluster quorum resource offline for maintenance or an upgrade, you must first move the PAM to another server in the DAG
Term
What is the standby active manager (SAM)?
Definition
The SAM provides information on which server hosts the active copy of a mailbox database to other components of Exchange that are running an Active Manager client component (for example, RPC Client Access service or Hub Transport server). The SAM detects failures of local databases and the local Information Store. It reacts to failures by asking the PAM to initiate a failover (if the database is replicated). A SAM doesn't determine the target of failover, nor does it update a database’s location state in the PAM. It will access the active database copy location state to answer queries for the active copy of the database that it receives.
Term
What actions does the active manager take to recover from a failure in a replicated mailbox database?
Definition
1.Active Manager detects the failure.

2.The PAM runs an internal algorithm called best copy selection (BCS).

3.A process called attempt copy last logs (ACLL) occurs, which tries to copy any missing log files from the server that hosted the active database copy prior to the failover.

4.Once the ACLL process has completed, the PAM issues a mount request to the Microsoft Exchange Information Store via remote procedure call (RPC). At this point, either:

a.The database mounts and is made available to clients; or

b.The database does not mount, and PAM performs steps 2-4 on the next best copy (if one is available).
Term
unsecured POP3 port
Definition
110
Term
Can Unified Messaging run on a virtual server?
Definition
Nope. Physical only.
Term
What codec was added in Exchange 2010 UM that was not present in Exchange 2007 UM?
Definition
MP3 audio codec
Term
What are the three UC RBAC roles?
Definition
UM Administrator: Can administer any UM functionality without any exceptions

UM Recipient Administrator: Can provision UM mailboxes, can reset PINs and clear lockouts

UM Prompt Administrator: Can update dial plans and our Auto attendant prompts
Term
What feature of Exchange 2010 UM can prevent a user from forwarding a voicemail?
Definition
Active Directory Rights management services
Term
What capabilities are provided by the Exchange Server 2010 UM Auto Attendant?
Definition
define greetings for your customers based on daytime schedules
enable customers to call an operator
create an individual set of menus for your customers
Term
What feature was removed from Exchange 2010 UM that was present in 2007 UM?
Definition
Support for incoming faxes.
Term
What are the two interfaces of Outlook Voice Access?
Definition
the telephone user interface and the voice user interface
Term
What is a UM hunt group?
Definition
a hunt group is defined as a set of extension numbers that are grouped as a single unit. When an incoming call is received, the PBX or IP PBX uses the hunt group to "hunt" for an available or open line, extension, or channel that can be used to receive the call.

Hunt groups are used to efficiently distribute calls into or out of a specific unit. For example, a PBX or IP PBX might be configured to have 10 extension numbers for a sales department. The 10 sales extension numbers would be configured as one hunt group.

A UM IP gateway is associated with an AD UM hunt group, which together establishes a link between an IP gateway hardware device and a UM dial plan.
Term
in UM, what is a pilot number?
Definition
A pilot number is a telephone number that points to a hunt group and is the phone number for calls that are routed to Unified Messaging servers
Term
What are functions of the UM auto attendant?
Definition
Provides corporate or informational greetings.

Provides custom corporate menus so that you can link a menu option to another auto attendant to have more than one level.

Provides a directory search function that enables a caller to search an organization's directory for a name.

Enables a caller to connect to the telephone of, or leave a message for, members of the organization.

UM auto attendants can have an unlimited number of associated extensions. A UM auto attendant is associated with one, and only one, UM dial plan. Auto attendants can reference or link to other auto attendants.
Term
What can a user do in Outlook Voice Access?
Definition
Listen to new and saved e-mail and voice mail messages.

Forward, reply to, save, and delete e-mail and voice mail messages.

Interact with their calendar.

Locate a person in the global address list or their personal Contacts.

Send a voice message to a person.

Change their PIN, spoken name, or greetings.
Term
In Exchange 2010 SP1 and later, what does the UM server rely on for its underlying SIP signaling and media, and speech processing?
Definition
Unified Communications Managed API v. 2.0 (UCMA)
Supporting users have an ad free experience!