You are on page 1of 17

MS Exchange Interview Questions

Posted by Systech Admin on August 2nd, 2010 | 1 Comment

1. What must be done to an AD forest before Exchange can be deployed?

Setup.exe /forestprep
2. What Exchange process is responsible for communication with AD?
DSACCESS
3. What 3 types of domain controller does Exchange access?
Normal Domain Controller, Global Catalog, Configuration Domain Controller
4. What connector type would you use to connect to the Internet, and what are the
two methods of sending mail over
that connector?
SMTP Connector: Forward to smart host or use DNS to route to each address
5. How would you optimise Exchange 2003 memory usage on a Windows Server
2003 server with more than 1Gb of memory?
Add /3Gb switch to boot.ini
6. Name the process names for the following:
System Attendant? MAD.EXE, Information Store – STORE.EXE,
SMTP/POP/IMAP/OWA – INETINFO.EXE
7. What is the maximum amount of databases that can be hosted on Exchange 2003
Enterprise?
20 databases. 4 SGs x 5 DBs.
8. What are the standard port numbers for SMTP, POP3, IMAP4, RPC, LDAP and
Global Catalog?

- 25 SMTP
- 110 POP3
- 143 IMAP4
- 135 RPC
- 389 LDAP
- 636 LDAP (SSL)
- 3268 Global Catalog
- 465 SMTP/SSL,
- 993 IMAP4/SSL
- 563 IMAP4/SSL
- 53 DNS ,
- 80 HTTP
- 88 Kerberos

- 110 POP3
- 119 NNTP

9. What are the prequisite for installation of Exchange Server ?


The pre requsite are

IIS, SMTP, WWW service ,NNTP, W3SVC NET Framework

ASP.NET

Then run Forestprep

The run domainprep.

10. Which protocol is used for Public Folder ?

ANS: NNTP

11. What is the use of NNTP with exchange ?

ANS: This protocol is used the news group in exchange

12. Disaster Recovery Plan?

Ans: Deals with the restoration of computer system with all attendent software and
connections to full functionality under a variety of damaging or interfering external
condtions.

13. About the new features in Exchange 2003:

• 1.Updated Outlook Web Access.


• 2.Updated VSAPI (Virus Scanning Application Programming Interface)
• but in Exchange Server 2003 Enterprise, there are Specific Features which :
• 3.Eight-node Clustering using the Windows Clustering service in Windows
Server

(Ent.&Datacenter)

• 4.Multiple storage groups.


• 5..X.400 connectors which supports both TCP/IP and X.25.

14. What would a rise in remote queue length generally indicate?

This means mail is not being sent to other servers. This can be explained by outages or
performance issues with the network or remote servers.

15. What would a rise in the Local Delivery queue generally mean?
This indicates a performance issue or outage on the local server. Reasons could be
slowness in consulting AD, slowness in handing messages off to local delivery or SMTP
delivery. It could also be databases being dismounted or a lack of disk space.

16. What are the disadvantages of circular logging?

In the event of a corrupt database, data can only be restored to the last backup.

17. What is the maximum storage capacity for Exchange standard version? What
would you do if it reaches maximum capacity?”

Ans: 16GB.Once the store dismounts at the 16GB limit the only way to mount it again is
to use the 17GB registry setting. And even this is a temporary solution. if you apply
Exchange 2003 SP2 to your Standard Edition server, the database size limit is initially
increased to 18GB. Whilst you can go on to change this figure to a value up to 75GB, it’s
important to note that 18GB is the default setting
HKLM\System\CurrentControlSet\Services\MSExchangeIS\{server name}\Private-
{GUID It therefore follows that for registry settings that relate to making changes on a
public store, you’ll need to work in t he following registry key:

HKLM\System\CurrentControlSet\Services\MSExchangeIS\{server name}\Public-
{GUID}

Under the relevant database, create the following registry information: Value type:
REG_DWORD

Value name: Database Size Limit in GB

Set the value data to be the maximum size in gigabytes that the database is allowed to
grow to. For the Standard Edition of Exchange, you can enter numbers between 1 and 75.
For the Enterprise Edition, you can enter numbers between 1 and 8000. Yes, that’s right,
between 1GB and 8000GB or 8TB. Therefore, even if you are running the Enterprise
Edition of Exchange, you can still enforce overall database size limits of, say, 150GB if
you so desire..

18. What is MIME & MAPI?

MIME = Multipurpose Internet Mail Extensions It defines non-ASCII message formats.


It is a coding standard that defines the structure of E-Mails and other Internet messages.
MIME is also used for declaration of content from other Internet protocols like HTTP,
Desktop environments like KDE, Gnome or Mac OS X Aqua. The standard is defined in
RFC 2045.

With MIME it is possible to exchange information about the type of messages (the
content type) between the sender and the recipient of the message. MIME also defines the
art of coding (Content-Transfer-Encoding). These are different coding methods defined
for the transportation of non ASCII characters in plain text documents and non text
documents like Images, Voice and Video for transportation through text based delivery
systems like e-mail or the Usenet.

The non text elements will be encoded from the sender of the message and will be
decoded by the message recipient. Coding of non ASCII characters is often based on
“quoted printable” coding, binary data typically using Base64-coding.

There is an extension of this Standard called S/MIME (Secure Multipurpose Internet Mail
Extensions) that allows the signing and encryption of messages. There are other e-mail
encryption solutions like PGP/MIME (RFC 2015 and 3156).

MAPI = Messaging Application Programming Interface It’s the programming interface


for email. It is a Microsoft Windows program interface that enables you to send e-mail
from within a Windows application and attach the document you are working on to the e-
mail note. Applications that take advantage of MAPI include word processors,
spreadsheets, and graphics applications. MAPI-compatible applications typically include
a Send Mail or Send in the File pulldown menu of the application. Selecting one of these
sends a request to a MAPI server.

19.List the services of Exchange Server 2003?

There are several services involved with Exchange Server, and stopping different services
will accomplish different things. The services are interdependent, so when you stop or
start various services you may see a message about having to stop dependent services. If
you do stop dependent services, don’t forget to restart them again when you restart the
service that you began with.

To shut down Exchange completely on a given machine, you need to stop all of the
following services:

Microsoft Exchange Event (MSExchangeES) :-This service was used for launching
event-based scripts in Exchange 5.5 when folder changes were detected. Exchange 2000
offered the ability to create Event Sinks directly, so this use of this service has decreased.
This service is not started by default.

Microsoft Exchange IMAP4 (IMAP4Svc):-This service supplies IMAP4 protocol


message server functionality. This service is disabled by default. To use IMAP4 you must
enable this service, configure it to auto-start, and start the service.

Microsoft Exchange Information Store (MSExchangeIS) :-This service is used to access


the Exchange mail and public folder stores. If this service is not running, users will not be
able to use Exchange. This service is started by default.
Microsoft Exchange Management (MSExchangeMGMT):-This service is responsible for
various management functions available through WMI, such as message tracking. This
service is started by default.

Microsoft Exchange MTA Stacks (MSExchangeMTA):-This service is used to transfer


X.400 messages sent to and from foreign systems, including Exchange 5.5 Servers. This
service was extremely important in Exchange 5.5, which used X.400 as the default
message transfer protocol. Before stopping or disabling this service, review MS KB
810489. This service is started by default.

Microsoft Exchange POP3 (POP3Svc):-This service supplies POP3 protocol message


server functionality. This service is disabled by default. To use POP3 you must enable
this service, configure it to auto-start, and start the service.

Microsoft Exchange Routing Engine (RESvc):-This service is used for routing and
topology information for routing SMTP based messages. This service is started by
default.

Microsoft Exchange System Attendant (MSExchangeSA):-This service handles various


cleanup and monitoring functions. One of the most important functions of the System
Attendant is the Recipient Update Service (RUS), which is responsible for mapping
attributes in Active Directory to the Exchange subsystem and enforcing recipient policies.
When you create a mailbox for a user, you simply set some attributes on a user object.
The RUS takes that information and does all of the work in the background with
Exchange to really make the mailbox. If you mailbox-enable or mail-enable objects and
they don’t seem to work, the RUS is

one of the first places you will look for an issue. If you need to enable diagnostics for the
RUS, the parameters are maintained in a separate service registry entry called
MSExchangeAL. This isn’t a real service; it is simply the supplied location to modify
RUS functionality. This service is started by default.

Microsoft Exchange Site Replication Service (MSExchangeSRS):-This service is used in


Organizations that have Exchange 5.5 combined with Exchange 2000/2003. This service
is not started by default.

Network News Transfer Protocol (NntpSvc) :-This service is responsible for supplying
NNTP Protocol Server functionality. This service is started by default.

Simple Mail Transfer Protocol (SMTPSVC):-This service is responsible for supplying


SMTP Protocol Server functionality. This service is started by default.

20.How can you recover a deleted mail box ?

In Exchange, if you delete a mailbox, it is disconnected for a default period of 30 days


(the mailbox retention period), and you can reconnect it at any point during that time.
Deleting a mailbox does not mean that it is permanently deleted (or purged) from the
information store database right away, only that it is flagged for deletion. At the end of
the mailbox retention period, the mailbox is permanently deleted from the database. You
can also permanently delete the mailbox by choosing to purge it at any time.

This also means that if you mistakenly delete a mail-enabled user account, you can
recreate that user object, and then reconnect that mailbox during the mailbox retention
period.

Configure the deleted mailbox retention period at the mailbox store object level.

To Delete a Mailbox in Exchange

1. Right-click the user in Active Directory Users and Computers.

2. Click Exchange Tasks.

3. Click Next on the Welcome page of the Exchange Task Wizard.

4. Click Delete Mailbox.

5. Click Next, click Next, and then click Finish.

The mailbox is now flagged for deletion and will be permanently deleted at the end of the
mailbox retention period unless you recover it.

To Reconnect (or Recover) a Deleted Mailbox

1. In Exchange System Manager, locate the mailbox store that contains the disconnected
mailbox.

2. Click the Mailboxes object under the mailbox store.

3. If the mailbox is not already marked as disconnected (the mailbox icon appears with a
red X), right-click the Mailboxes object, and then click Cleanup Agent.

4. Right-click the disconnected mailbox, click Reconnect, and then select the appropriate
user from the dialog box that appears.

5. Click OK.

Note Only one user may be connected to a mailbox because all globally unique identifiers
(GUIDs) are required to be unique across an entire forest

.To Reconnect a Deleted Mailbox to a New User Object


1. In Active Directory Users and Computers, create a new user object. When you create
the new user object, click to clear the Create an Exchange Mailbox check box.

You will connect this user account to an already existing mailbox.

2. Follow steps 1 through 4 in the preceding “To Reconnect (or Recover) a Deleted
Mailbox” section.

To Configure the Mailbox Retention Period

1. Right-click the mailbox store, and then click Properties.

2. On the Limits tab, change the Keep deleted mailboxes for (days) default setting of 30
to the number of days you want.

3. Click OK.

21.what is the use of ESUtil.exe ?

Repair the database. ESEUTIL is a tool to defragment your exchange databases offline,
to check their integrity and to repair a damaged/lost database.

ESEUTIL is located in the \EXCHSRVR\BIN directory. This directory is not in the


system path so you must open the tool in the BIN directory or enhance the system path
with the \EXCHSRVR\BIN directory.

You can use the Eseutil utility to defragment the information store and directory in
Microsoft Exchange Server 5.5 and to defragment the information store in Microsoft
Exchange 2000 Server and in Microsoft Exchange Server 2003. Eseutil examines the
structure of the database tables and records (which can include reading, scanning,
repairing, and defragmenting) the low level of the database (Ese.dll). Eseutil is located in
the Winnt\System32 folder in Exchange Server 5.5 and in the Exchsrvr/Bin folder in
Exchange 2000 and in Exchange 2003. The utility can run on one database at a time from
the command line.

22. If you have deleted the user, after you recreated the same user. How you will
give the access of previous mail box ?

Reconnect the Deleted user’ s mailbox to the recreated user. Provided the recreated user
doesn’t have mailbox .

23. Which protocol is used for Public Folder ?

NNTP Network News Transfer Protocol, both nntp and imap helps clients to access the
public folder. but actually, Smtp send the mails across the public folder.
24. What is latest service pack Exchange 2003?

SP2

25. What is latest service pack Exchange 2000?

SP4

26. What is the name of Exchange Databases?

priv1.edb

27 How many databases in Standard Exchange version.?

28 How many databases in Enterprise Exchange version ?

20

29: What is the definition of site, administrative group, and routing group in a
mixed organization?

Ans: An Exchange site is a server grouping for both administrative and topological
purposes. In a mixed organization, the servers running Exchange 5.5 recognize sites,
while the servers running Exchange 2000 recognize both administrative and routing
groups. The Active Directory Connector automatically replicates each Exchange 5.5 site
to Exchange 2000 as both an administrative group with a routing group of the same
name.

30: How does an Exchange 5.5 site relate to an Exchange 2000 administrative
group?

Ans: In a mixed or native Exchange 2000/Exchange 5.5 topology, these are mapped 1:1.
The administrative group is mainly for permissions mapping, although the administrative
group is used to create the legacy-distinguished name (DN).

31: How do messages get from an Exchange 2000 server to an Exchange 5.5 server
in the same site/routing group?

Ans: An Exchange 2000 server evaluates whether the server is in the same routing group
or not. If it is, then the server sends the message through the Message Transfer Agent
(MTA), which creates a direct local area network (LAN), MTA, RPC connection. If it is
not, the server routes the message to the routing group of the destination server through
connectors.
32: How do messages get from an Exchange 2000 server to another Exchange 2000
server in a mixed routing group?

Ans: Exchange 2000 servers, whether in a mixed or pure routing group, always use
SMTP to send messages from one server to another. The SMTP Service will open a direct
connection to the destination server. However, Exchange 2000 servers will route based
on routing groups, not administrative groups.

33: How does a Windows 2000 domain relate to an Exchange 2000 organization?

Ans: There is no relationship. All configuration information for Exchange 2000 is stored
in the Active Directory configuration naming context. This is replicated to every domain
controller to each domain in the forest. Therefore, Exchange Organization information is
available for read/write in every domain.

34: How does a Windows 2000 site relate to an Exchange 2000 routing group?

Ans: An Exchange routing group is a collection of Exchange 2000 servers with high-
availability to one another, but not necessarily high bandwidth. Although the concept of
the Windows 2000 site and the Exchange routing group are quite similar, there are no
alignment prerequisites for deployment. Routing groups are defined in the configuration
naming context of the Active Directory.

35: How does a Windows 2000 domain relate to an Exchange 2000 routing group?

Ans; There is no relationship. An Active Directory domain contains users and computer
information for those that reside in that domain. An Exchange routing group contains
information about Exchange 2000 servers that have high-availability to one another.

36: How does a Windows 2000 forest relate to an Exchange organization?

Ans: In Exchange 2000, there is a limitation of exactly one Exchange organization per
Windows 2000 Active Directory forest. Conversely, every server within a given
Exchange organization must be in the same Active Directory forest.

37: What is the purpose of a routing group?

Ans; The routing group is the smallest unit of servers likely to be connected to one
another at all times. The routing group is one node on the graph of connector paths with
multiple possible connectors between routing groups.

Within a routing group, or before routing has been configured by the creation of a routing
group, mail from one server to another goes point-to-point using SMTP.

If you wish to have direct point-to-point routing between a collection of Exchange 2000
servers, you can place them into the same routing group. In general, you design your
routing group boundaries based upon connectivity and availability of the network.
Between routing groups, you can define connectors that route messages between these
routing group collections. It is common practice to use a routing group connector (RGC)
to accomplish this.

38: What does it mean for a connector to go down?

Ans: If the source bridgehead cannot contact the destination bridgehead, then the system,
by default, retries for 10 minutes. After 10 minutes, the bridgehead is marked
unavailable. If there are other target bridgeheads on the connector, those are tried instead.
Once all target bridgeheads on the connector are tagged as unavailable, then the whole
connector is marked down and other routes are evaluated. If there are other available
routes, message(s) are rerouted. If there are no other routes available, the message will sit
in the local queue until the connector comes back up.

39: What does the routing service do when a local connector is down?

Ans: When the SMTP Service or X.400 Service notices that a connector is down, it
notifies the routing service of this. The routing service marks the connection as down in
its routing state graph.

40: What exactly does a routing master do?

Ans: The routing master coordinates changes to link state that are learned by servers
within its routing group. When one single server coordinates changes, it is possible to
treat a routing group as a single entity and to compute a least-cost path between routing
groups. All servers in the routing group advertise and act upon the same information.

41: What happens when it goes down?

Ans: All servers in the routing group continue to operate on the same information that
they had at the time they lost contact with the master. This cannot cause mail to loop,
because all servers continue to operate on loop-free information.

When the master comes back up, it starts with all servers and connectors marked up. As it
learns about down servers, it reconstructs the link state information and passes it around.

42: How do SMTP and X.400 servers communicate link state information within a
routing group?

Ans: Each server communicates with the master through a TCP-based Link State
Algorithm (LSA) protocol developed in the transport core development team. Each
server, including the master, is on TCP listening port 691 and registered with Internet
Assigned Numbers Authority (IANA) for this purpose. The master broadcasts changes
only to all servers in its routing group.
43: What are the file names for the essential exchange database?

Ans: Priv1.EDB, Priv1.STM

44: What are the core exchange serives? Are they the same on exchange 5.5 and
2000?

Ans: Information Store Service, System Attendant Service, Routing Engine

45: What ports do LDAP and GC use?

Ans: LDAP=389 GC=3268

46: What is DNS port & protocol

Ans: 53

< ![endif]-->< ![endif]--> < ! /* Style Definitions */ table.MsoNormalTable {mso-style-


name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-
noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-
padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-
ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-
family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-
family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New
Roman"; mso-bidi-theme-font:minor-bidi;} -->

51: How do you administer the new remote wipe feature in SP2?

A. The new remote wipe capability requires the Microsoft Exchange ActiveSync Mobile
Web Administration tool, one of a collection of Web tools that will be available in late
2005. The Exchange ActiveSync Mobile Administration Web tool was created as a
separate Web tool so that Help desk staff or non–Exchange Server administrators can be
delegated the right to manage devices.

47: How do you administer the new remote wipe feature in SP2?
A. The new remote wipe capability requires the Microsoft Exchange ActiveSync Mobile
Web Administration tool, one of a collection of Web tools that will be available in late
2005. The Exchange ActiveSync Mobile Administration Web tool was created as a
separate Web tool so that Help desk staff or non–Exchange Server administrators can be
delegated the right to manage devices.

48: What is Outlook Web Access?


A. Outlook Web Access is a service of Exchange Server that enables users to access their
Exchange Server mailboxes through a Web browser. By using Outlook Web Access, a
server that is running Exchange Server can also function as a Web site that enables
authorized users to read or send e-mail messages, manage their calendar, or perform other
e-mail functions over the Internet. Outlook Web Access can be deployed in an Exchange
Server front-end/back-end server deployment.

49: What are front-end and back-end Exchange servers?


A. Exchange Server can be deployed in a front-end and back-end server configuration
where the front-end component that serves to authenticate and proxy HTTP requests is
deployed on an Exchange front-end server separate from an Exchange back-end server
holding the Exchange Server Outlook Web Access functionality and information store,
meaning the users’ mailboxes and public folders, among other things.

50: What are Kerberos and NTLM?


A. Kerberos and NTLM are two different authentication protocols. Kerberos is the
preferred Windows authentication protocol used whenever possible and is the default
protocol used by Exchange Server 2003 between front-end and back-end Exchange
servers for Outlook Web Access. If for some reason Kerberos authentication would fail
or is disabled, Outlook Web Access would fall back to using NTLM between the front-
end and back-end Exchange servers. Note that Kerberos is called “Negotiate” when used
over HTTP.

51: What is the difference between a primary and a non-primary connection


agreement?
A. A primary connection agreement replicates existing directory objects. It also creates
and replicates new directory objects in the destination directory. A non-primary
connection agreement only replicates information in pre-existing objects.

A connection agreement type has two check boxes selected by default, even if a
connection agreement already exists. These are “This is a primary connection agreement
for the connected Exchange organization” and “This is a primary connection agreement
for the connected Windows domain.”

If you are using more than one connection agreement to replicate Microsoft Windows
2000 user accounts for a single Exchange Server 5.5 organization, there should be only
one primary connection agreement. Using multiple primary connection agreements to
replicate the same Exchange 5.5 organization will result in creating duplicate objects.

52: Q. What is the name-matching rule, and how do I set it?


A. You can customize directory object–matching rules on the From Exchange tab and the
From Windows tab. The name-matching rule should be set to its default setting. You
should change this only when the Active Directory directory service and the Exchange
5.5 directory have several common objects, for example, when inter-forest replication is
in place. Matching rules should be changed so that object attributes in each of the
directories have different values, for example, a Simple Mail Transfer Protocol (SMTP)
address or a security identifier (SID).
53: Is there any way to compress data with Exchange 2000 before sending it to
another server?
A. At this time, SMTP servers do not have compression for mail. The specification for
mail servers, however, includes a standard for implementing compression. The TLS
extension helps maintain message security through both compression and encryption.
Encryption is usually more secure if the data is not plain text, and to make compression
unpredictable, you should compress before encryption. Exchange Server supports the
TLS extension.

Our transport events technology also makes it very easy for Microsoft or a third-party
software vendor to release an extension to Exchange 2000 that would automatically
compress and decompress messages as they come into or go out of Exchange. In most
cases, compression overhead taxes the CPU of the Exchange server. This reduces
performance, often offsetting any network bandwidth you gained through compression.
Thus, it’s probably better to build more functionality into the client, where you may have
idle CPU cycles to spare, than to tax the server with compression.
Note: Current TLS implementations do not use any compression algorithms.

54: Can Exchange 2000 run on top of a different Microsoft Windows SMTP Server
from Microsoft Internet Information Server (IIS) 5.0?
A. No, Exchange 2000 requires and works in concert with the server events extensibility
that are built into the SMTP server. This ships as part of IIS 5.0 in Windows 2000.

55: How is the host name of an internal or external server resolved?


A. The SMTP Service takes a name, call it “REMOTE,” which might be a server’s
internal fully qualified domain name (FQDN) or an external FQDN of an e-mail domain.
For example, user@domain.com looks up “domain.com” and resolves it. The following
steps should be taken to accomplish this:
• Check the domain name system (DNS) for the mail exchanger (MX) record for
REMOTE.
• If DNS returns >0 entries, connect to port 25 on each one, in lowest priority order first.
• If DNS returns “Authoritative Host Not Found [1],” non-delivery report (NDR) the
message immediately. This is returned if the name server accesses the root (.) node of
DNS and does not find a record for the domain name.
• If DNS returns any other error, or returns no MX entries, then fall through to step 2 and
call gethostbyname() for REMOTE. This results in both an A record search as well as
WINS lookup.

Note: By default, Windows 2000 DNS ships with the IP addresses of the InterNIC root
name servers pre-populated in its configuration. This means that a request for a domain
that is not defined in a zone on the DNS server will be forwarded to one of those servers.
If your server is behind a firewall and cannot reach these servers, you will not get
“Authoritative Host Not Found,” but rather “Server Failed.”

56: How does a Windows 2000 site relate to an Exchange 2000 organization?
A. There is no relationship. A Windows 2000 site is defined as a group of resources
(computers, servers, etc.) that have high-connectivity to one another. An Exchange
organization encompasses the entire forest and bears no relationship to the topological
site structure that the Active Directory administrator defines.

57: How does the connector get designated as up again?


A. The SMTP Service creates a special connection that has zero messages, but tries the
remote side of the connector according to the retry interval for the virtual server. When
the connection succeeds, the service updates routing with the new information that the
connector is back up.

58: Q. Does having a single routing master introduce a single point of failure?
A. No. Exchange 2000 may send mail to a server whose link is down, but mail will
continue to flow, since Exchange will automatically switch to sub-optimal routing if a
routing master fails. Exchange 2000 enables the administrator to manually change the
routing master role from one server to another.

59: How do servers (both SMTP and X.400) communicate link state information
between routing groups?
A. When two servers communicate through SMTP, Exchange 2000 uses a version of
LSA protocol that works as an extension to SMTP through the SMTP Service Extensions
(ESMTP) framework. Exchange 2000 servers advertise X-LINK2STATE support during
the EHLO. When one Exchange 2000 server sees another advertising that, it attempts to
trade routing information. Routing information will only be traded if the two servers are
in the same organization (a DIGEST string is compared). This only occurs in the event of
per-routing-group differences in transferred information.
Between routing groups, when servers communicate through X.400, Exchange 2000 uses
a version of LSA. The MTA constructs a “dummy” X.400 message to transfer this
information.

60: How often do servers that connect between routing groups communicate link
state updates? Are messages used?
A. In the case of link state updates tunneled through SMTP, messages are not used.
Instead, when there is an update, a connection is created to the neighboring routing
group. During the course of that connection, the link state information is transferred. In
fact, even if there is no new information on the source side, during each SMTP
transmission between two Exchange 2000 servers in the same organization, they will
exchange link state information.

In the case of link state updates through X.400 between two Exchange 2000 servers, a
“dummy message” is created that includes the link state update information.

61: Why have all of this routing?


A. Network routers use the Open Shortest Path First (OSPF) protocol to route packets
optimally between servers. The single-source, shortest-path algorithm, used by the
Exchange routing service, is very similar to the OSPF internal routing protocol used by
many enterprise networks, except that Exchange provides more information than simply
IP source and destination. Exchange can route messages according to destination,
message size sender, and message priority.
Note: The similarity between OSPF, and the routing algorithm used by Exchange 2000, is
that they are both derived from Dijkstra’s algorithm. Using the same type of algorithms is
where this similarity ends. You do not have to deploy OSPF before deploying Exchange
2000.

Another reason to route messages through logical connectors is to optimize message


bandwidth. If a single message is destined for recipients on five different servers in a
remote location, point-to-point communication causes the message body to be sent five
times. By funneling that through a messaging bridgehead, the message body is only sent
once, which makes a significant difference with large messages.
Note: Certain connectors may be limited as to what size messages they will take. This is
not referring to the IP address of the sender, but rather the actual e-mail address of the
sender. Certain connectors may be limited by who may use them.

62: Does Exchange ActiveSync require SSL authentication?


A. It depends on the device. Windows Mobile 2002 powered devices connect over Secure
Sockets Layer (SSL). Windows Mobile 2003 powered devices do not require SSL.
However, it is strongly recommended that you use SSL to protect your data and
credentials. To enable SSL authentication on Windows Mobile 2003 powered devices, in
the ActiveSync Server Synchronization settings, select the This server uses an SSL
connection option.

63: How can I control which users have access to Exchange ActiveSync?
A. By default, all users are enabled for Exchange ActiveSync. An Exchange Server
administrator can globally disable Exchange ActiveSync for all users in Exchange
System Manager by using the Mobile Settings option under Global Settings. You can also
enable or disable individual users by using Active Directory Users and Computers.

64: What types of data can be synchronized by using Exchange ActiveSync?


A. Exchange ActiveSync enables you to synchronize your e-mail messages, calendar, and
contacts lists in your Exchange Server 2003 mailbox with a Microsoft Windows Mobile
powered device.

65: What are the core services in Exchange 5.5? Exlplain the order of starting the
services?
Ans: 1. Directory service(DS): “net start msexchangeds”
2. Information Store(IS): “net start msexchangeis”
3. Message Transfer Agent(MTA): “net start msexchangemta”
4. Internet Mail Connector(IMC): “net start msexchangeimc”
5. “net start msexchangees”

66.what is Distribution List?


Ans: Distribution list is a term sometimes used for a function of email clients where lists
of email addresses are used to email everyone on the list at once. This can be referred to
as an electronic mailshot. It differs from a mailing list, electronic mailing list or the email
option found in an Internet forum as it is usually for one way traffic and not for
coordinating a discussion. In effect, only members of a distribution list can send mails to
the list.

67.We are running an Exchange 2003 server using Panda Antivirus. Panda needs to
have access to the public folders for monitoring and scanning purposes. Both
Exchange and Panda were installed by using the Administrator account and
password. However, Panda is now telling us that Panda and Administrator have no
rights to the public folders. This keeps Exchange from allowing e-mail into the mail
server.
Ans:-Here is what has likely happened to you: Recently the password for Administrator
was changed. The Panda software uses a service account to run the Panda services.
During the install, you probably specified the Administrator account as the service
account. Now the service will not work until you update the password on the Panda
service
To update the password, open the services.msc snap-in, locate the Panda service(s) and
view the properties of the service by clicking on the Log On tab. Change the password
and click OK

68.We are using an Exchange 2000 server and Outlook 2003. We have some public
folders (Contacts, etc). When we were using Outlook XP, it worked fine. But now,
we can’t see public folders with Outlook 2003. What can we do to use and
synchronize it again? In Outlook 2003, public folders are not at the bottom of the
tree where they used to be. Click on the folder button at the bottom of the
navigation pane. The folder list will appear, and then click Public Folders. You may
want to add public folder to your favorite folder list.

Ans:-Unpredictable things can happen if a Microsoft Exchange public folder’s objects are
moved out of the Exchange System Objects organizational unit (OU). For one, you may
get the following error when you try to view the properties of a mail-enabled folder
affected by such a change:
The format of the specified domain name is invalid
Facility: Win32
ID no: c00704bc
Exchange System Manager

You’d think that the solution would be to just move the affected objects back into the
right OU using Exchange System Manager — but it isn’t that easy. One of the odder bits
of asymmetry in Exchange System Manager is that an object can be moved out of the
Exchange System Objects OU, but cannot be moved into it. That’s right — not even if it
originally belonged there in the first place. (From what I have been able to tell, this is to
prevent the OU from getting “contaminated” by things that aren’t supposed to be there,
which makes sense, but doesn’t help us fix the problem!)
The only way to move objects into the Microsoft Exchange System Objects OU is
through the ADSI Edit tool, which is included with Windows 2000/2003 on the
\Support\Tools folder on the installation CD.

To restore the public folders to their original OU:


1. Run the ADSI Edit tool.
2. Open the Domain NC container, inside which you’ll see a tree structure similar to the
Active Directory Users and Computers hierarchy.
3. Open the OU that the public folder directory objects were moved into.
4. Locate the directory object in that OU and right-click on it.
5. Select Move, and then the Microsoft Exchange System Objects OU.

You might also like