SlideShare une entreprise Scribd logo
1  sur  24
 Introduction
 Exchange 2013 Architecture
 Focus on CAS
 Focus on MBX
 Routing Mail (Mail Flow)
 Managing Exchange 2013
2
3
INTRODUCTION
INTRODUCTION
LICENSING EDITION
 License Edition:
 Exchange Server 2013, Standard Edition
 Exchange Server 2013, Enterprise Edition.
 Client Acess License (CALs):
 Standard CAL: offers standard e-mail functionality from any platform. The license is for typical Exchange and Outlook usage
 Enterprise CAL: offers functionality such as integrated archiving, compliance features, and information-protection capabilities.
 The CAL is an add-on to the Standard CAL, so both licenses need to be purchased!
 Don’t support for Outlook 2003
 RPC/TCP access for Outlook clients
 Transport service integrated
 Unified Messaging service
 Managed folders
 Anti-malware
What’s Removed
5
What’s New and Removed
 A new look and feel of client interfaces
 Exchange Admin Center (Web-based)
 Exchange Management Shell
 Exchange 2013 architecture:
 Mailbox server role
 Client Access server role
 Managed store
 Managed availability
 Outlook Anywhere
 Anti-malware protection (EOP)
 “Modern” public folders
 Data loss prevention
What’s New
6
EXCHANGE 2013
ARCHITECTURE
EXCHANGE 2013 ARCHITECTURE
ACTIVE DIRECTORY PARTITION
 Schema partition:
 Contain all objects and properties that are available
in Active Directory
 There is only one schema partition in the entire
Active Directory forest
 Exchange Server 2013 adds a lot of new objects and
attributes to Active Directory that make it possible to
gain functionality
 Configuration partition:
 Contain all nonschema information is stored
 Information stored in the configuration partition is
Exchange Server information (accepted domain
information, Rule and policy information)
 Domain partition:
 Contain all domain-specific information is stored
 User objects, contacts, and security and distribution
groups are stored in the domain partition
EXCHANGE 2013 ARCHITECTURE
Internet
AD
Web
browser
Outlook
(remote user)
Mobile
phone
Line of
business
application
Outlook (local user)
External
SMTP
servers
Enterprise Network
Phone system
(PBX or VOIP)
Layer4LB
CAS
CAS
CAS
CAS
CAS
CAS Array
MBX
MBX
MBX
MBX
MBX
DAG
Mailbox Server hosts all
components to process, render
and store data
Edge Transport
Routing and AV/AS
LOAD BALANCING
 With Exchange 2010:
 Configuration on a KEMP Load Balancer was quite
simply and easily accomplished.
 You can use the Exchange templates provided by KEMP,
or perform the configuration manually,
 The requirement: one for RPC/MAPI, one for HTTPS
(443), optionally redirection for HTTP (80) requests to
HTTPS (443).
 With Exchange 2013:
 Layer 4 Virtual Service for traffic coming in for HTTPS
(443) and Round Robin
 Just only Layer 7 load balancing have ability perform
health checking for individual Exchange 2013 web
services and to take advantage of intelligent features
KEMP Load Balacing
Stateless
10
FOCUS ON CAS
CAS 2013
 The CAS in itself does not perform any processing with
respect to mail data
 If a CAS goes, all connected clients need to re-
authenticate against another Client Access
serverReceive request from Internet to the CAS is
using the regular port 443, but that the proxied
request to the Mailbox server is using port 444
 Multiple CAS just only handle workloads, not relative
with Load-Balancing solutions
 The Client Access server comprises three different
components:
 Client access protocols (HTTP, IMAP4, POP3)
 SMTP
 UM call router
CLIENT ACCESS SERVER 2013
The Death of RPC/TCP
 The HTTPS connection is then terminated on the
Mailbox server— on IIS on the Mailbox server, and
the AppPool on the back end decapsulates the RPC
traffic from the HTTPS stream
 Since the Outlook clients now connect to the
correct Mailbox server, it is no longer necessary to
use the RPC Client Access server array
 Exchange 2010: The FQDN of the CAS array was also
the server name that was visible in the Outlook
profile.
 Exchange 2013: The FQDN being used in the
Outlook profile has been replaced with the mailbox
GUID
CLIENT ACCESS SERVER 2013
Autodiscover
 Autodiscover works by an XML request sent from the
Outlook client to the Client Access server.
 The Client Access server then accepts the request
and proxies it to the Mailbox server. The Mailbox
server gathers all the required information and
returns this as an XML package to the Outlook client.
 The request is sent once an hour to determine if
there are any changes in the Exchange configuration
 When a Client Access server is installed, a service
connection point is also created in Active Directory
 A service connection point has a GUID (Global
Unique Identifier)
CLIENT ACCESS SERVER 2013
Load Balacing
 With a layer-4 load balancer, the load balancing takes
place on the network layer. An incoming connection
is accepted and distributed across multiple Exchange
2013 Client Access servers
 The Client Access server in turn accepts the
connection, and after authentication, the connection
is forwarded to the appropriate Mailbox server.
 If one service on the Exchange 2013 Client Access
server fails, the load balancer only detects that the
Client Access server in general has failed and will
initiate a fail-over to another Client Access server
CLIENT ACCESS SERVER 2013
Routing Mail
 With a layer-4 load balancer, the load balancing takes
place on the network layer. An incoming connection
is accepted and distributed across multiple Exchange
2013 Client Access servers
 The Client Access server in turn accepts the
connection, and after authentication, the connection
is forwarded to the appropriate Mailbox server.
 If one service on the Exchange 2013 Client Access
server fails, the load balancer only detects that the
Client Access server in general has failed and will
initiate a fail-over to another Client Access server
16
FOCUS ON MBX
MAILBOX SERVER 2013
 One Exchange 2013 Enterprise Mailbox server can host
up to 100 mailbox databases
 When you install a Mailbox server, a new mailbox
database is automatically created on the boot- and
system disk (C:)
 The recommended maximum database size for a
normal Exchange 2013 Mailbox server is 2TB (Up to
16TB) when you have multiple copies of the mailbox
database
 E01 (transactional processing of information)
 E00.chk (a checkpoint file that keeps track of the
transactions still in the log files)
 E01res00001.jrs - E01res0000A.jrs (are temporary log
files reserved by Exchange Server in case of disk-full
problems)
 E01tmp.log
MAILBOX DATABASE
MAILBOX SERVER 2013
 For every mailbox database that is mounted on an
Exchange 2013 Mailbox server, a new Information
Store worker process is spawned and responsible for
this particular database
 If you have an Exchange 2013 Mailbox server with 25
mailbox databases mounted, and one of those
databases crashes, including the Information Store, the
other 24 mailbox databases are not affected
Microsoft Exchange Information Store
MAILBOX SERVER 2013
 Called “the public folder mailbox”
 The public folders are now stored in mailbox databases
 The public folders consisted of two parts: Hierarchy
and Content.
 Exchange Server 2013
 The hierarchy: is now stored in a new type of
mailbox “the public folder mailbox”
 The Content: contain all public folders
PUBLIC FOLDER 2013
20
Routing Mail
EXCHANGE 2013
MAIL FLOW
 Front End Transport service (On CAS)
 Transport Service (On Mailbox Server)
 Mailbox Transport Service (On Mailbox Server):
 Mailbox Transport Submission Service
 Mailbox Transport Delivery Service
THE TRANSPORT PIPLELINE
22
MANAGING
EXCHANGE 2013
MANAGING EXCHANGE 2013
 Exchange Management Shell (EMS)
 Exchange Toolbox
 Details Templates Editor
 Remote Connectivity Analyzer
 Queue Viewer
 Management Tasks
 Managing SSL Certificates:
http://support.microsoft.com/kb/929395
 Managing Contacts and Mail-Enabled Users
 Patch Management
XIN CÁM ƠN

Contenu connexe

Tendances

Oracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic ConceptsOracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic Concepts
James Bayer
 
IBM Websphere MQ Basic
IBM Websphere MQ BasicIBM Websphere MQ Basic
IBM Websphere MQ Basic
PRASAD BHATKAR
 
System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component
C/D/H Technology Consultants
 

Tendances (20)

Real life challenges and configurations when implementing HCL Sametime v12.0....
Real life challenges and configurations when implementing HCL Sametime v12.0....Real life challenges and configurations when implementing HCL Sametime v12.0....
Real life challenges and configurations when implementing HCL Sametime v12.0....
 
Introduction To RabbitMQ
Introduction To RabbitMQIntroduction To RabbitMQ
Introduction To RabbitMQ
 
Oracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic ConceptsOracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic Concepts
 
Apache Kafka - Event Sourcing, Monitoring, Librdkafka, Scaling & Partitioning
Apache Kafka - Event Sourcing, Monitoring, Librdkafka, Scaling & PartitioningApache Kafka - Event Sourcing, Monitoring, Librdkafka, Scaling & Partitioning
Apache Kafka - Event Sourcing, Monitoring, Librdkafka, Scaling & Partitioning
 
IBM Websphere MQ Basic
IBM Websphere MQ BasicIBM Websphere MQ Basic
IBM Websphere MQ Basic
 
The RabbitMQ Message Broker
The RabbitMQ Message BrokerThe RabbitMQ Message Broker
The RabbitMQ Message Broker
 
IBM WebSphere MQ Introduction
IBM WebSphere MQ Introduction IBM WebSphere MQ Introduction
IBM WebSphere MQ Introduction
 
Websphere Application Server V8.5
Websphere Application Server V8.5Websphere Application Server V8.5
Websphere Application Server V8.5
 
Sql server logshipping
Sql server logshippingSql server logshipping
Sql server logshipping
 
IBM MQ Online Tutorials
IBM MQ Online TutorialsIBM MQ Online Tutorials
IBM MQ Online Tutorials
 
Weblogic
WeblogicWeblogic
Weblogic
 
Introducing Oracle Fusion Middleware 12.1.3 and especially SOA Suite and BPM ...
Introducing Oracle Fusion Middleware 12.1.3 and especially SOA Suite and BPM ...Introducing Oracle Fusion Middleware 12.1.3 and especially SOA Suite and BPM ...
Introducing Oracle Fusion Middleware 12.1.3 and especially SOA Suite and BPM ...
 
Windows Server 2012 Managing Active Directory Domain
Windows Server 2012 Managing  Active Directory DomainWindows Server 2012 Managing  Active Directory Domain
Windows Server 2012 Managing Active Directory Domain
 
System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component
 
Symantec Messaging Gateway - Technical Proposal (General)
Symantec Messaging Gateway - Technical Proposal (General)Symantec Messaging Gateway - Technical Proposal (General)
Symantec Messaging Gateway - Technical Proposal (General)
 
Exchange : Comment sécuriser un serveur Exchange 2010
Exchange : Comment sécuriser un serveur Exchange 2010Exchange : Comment sécuriser un serveur Exchange 2010
Exchange : Comment sécuriser un serveur Exchange 2010
 
Kafka basics
Kafka basicsKafka basics
Kafka basics
 
Upgrading to VMware vSphere 6.0
Upgrading to VMware vSphere 6.0Upgrading to VMware vSphere 6.0
Upgrading to VMware vSphere 6.0
 
Apache kafka
Apache kafkaApache kafka
Apache kafka
 
ECM Decision Matrix - Deciding Between Alfresco Community Edition, Alfresco E...
ECM Decision Matrix - Deciding Between Alfresco Community Edition, Alfresco E...ECM Decision Matrix - Deciding Between Alfresco Community Edition, Alfresco E...
ECM Decision Matrix - Deciding Between Alfresco Community Edition, Alfresco E...
 

Similaire à Exchange 2013 Architecture Details

Whitepaper Exchange 2007 Changes, Resilience And Storage Management
Whitepaper   Exchange 2007 Changes, Resilience And Storage ManagementWhitepaper   Exchange 2007 Changes, Resilience And Storage Management
Whitepaper Exchange 2007 Changes, Resilience And Storage Management
Alan McSweeney
 
Networking Java Socket Programming
Networking Java Socket ProgrammingNetworking Java Socket Programming
Networking Java Socket Programming
Mousmi Pawar
 
10135 a 05
10135 a 0510135 a 05
10135 a 05
Bố Su
 

Similaire à Exchange 2013 Architecture Details (20)

Exchange server 2013
Exchange server 2013Exchange server 2013
Exchange server 2013
 
Exchange 2013 Architecture Poster
Exchange 2013 Architecture PosterExchange 2013 Architecture Poster
Exchange 2013 Architecture Poster
 
Ch01 Introduction to Exchange 2013
Ch01 Introduction to Exchange 2013Ch01 Introduction to Exchange 2013
Ch01 Introduction to Exchange 2013
 
Upgrading to Exchange 2016
Upgrading to Exchange 2016Upgrading to Exchange 2016
Upgrading to Exchange 2016
 
New Exchange Server 2013 Architecture
New Exchange Server 2013 ArchitectureNew Exchange Server 2013 Architecture
New Exchange Server 2013 Architecture
 
Exchange 2010 SP2 & Tips
Exchange 2010 SP2 & TipsExchange 2010 SP2 & Tips
Exchange 2010 SP2 & Tips
 
Exchange 2013 Migration & Coexistence
Exchange 2013 Migration & CoexistenceExchange 2013 Migration & Coexistence
Exchange 2013 Migration & Coexistence
 
Exchange Server 2013 Deployment
Exchange Server 2013 DeploymentExchange Server 2013 Deployment
Exchange Server 2013 Deployment
 
Microsoft exchange
Microsoft exchangeMicrosoft exchange
Microsoft exchange
 
Whitepaper Exchange 2007 Changes, Resilience And Storage Management
Whitepaper   Exchange 2007 Changes, Resilience And Storage ManagementWhitepaper   Exchange 2007 Changes, Resilience And Storage Management
Whitepaper Exchange 2007 Changes, Resilience And Storage Management
 
Client protocol connectivity flow in Exchange 2013/2007 coexistence | Introdu...
Client protocol connectivity flow in Exchange 2013/2007 coexistence | Introdu...Client protocol connectivity flow in Exchange 2013/2007 coexistence | Introdu...
Client protocol connectivity flow in Exchange 2013/2007 coexistence | Introdu...
 
Sql server lesson11
Sql server lesson11Sql server lesson11
Sql server lesson11
 
Networking Java Socket Programming
Networking Java Socket ProgrammingNetworking Java Socket Programming
Networking Java Socket Programming
 
Clustering of Exchnage server
Clustering of Exchnage serverClustering of Exchnage server
Clustering of Exchnage server
 
10135 a 05
10135 a 0510135 a 05
10135 a 05
 
Office Track: Exchange 2013 in the real world - Michael Van Horenbeeck
Office Track: Exchange 2013 in the real world - Michael Van HorenbeeckOffice Track: Exchange 2013 in the real world - Michael Van Horenbeeck
Office Track: Exchange 2013 in the real world - Michael Van Horenbeeck
 
ACE - Comcore
ACE - ComcoreACE - Comcore
ACE - Comcore
 
Ch03 cas
Ch03 casCh03 cas
Ch03 cas
 
SoCal User Group Meeting 2013-05-06
SoCal User Group Meeting 2013-05-06SoCal User Group Meeting 2013-05-06
SoCal User Group Meeting 2013-05-06
 
What is load balancer in aws and types of load balancers
What is load balancer in aws and  types of load balancersWhat is load balancer in aws and  types of load balancers
What is load balancer in aws and types of load balancers
 

Dernier

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Dernier (20)

Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 

Exchange 2013 Architecture Details

  • 1.
  • 2.  Introduction  Exchange 2013 Architecture  Focus on CAS  Focus on MBX  Routing Mail (Mail Flow)  Managing Exchange 2013 2
  • 4. INTRODUCTION LICENSING EDITION  License Edition:  Exchange Server 2013, Standard Edition  Exchange Server 2013, Enterprise Edition.  Client Acess License (CALs):  Standard CAL: offers standard e-mail functionality from any platform. The license is for typical Exchange and Outlook usage  Enterprise CAL: offers functionality such as integrated archiving, compliance features, and information-protection capabilities.  The CAL is an add-on to the Standard CAL, so both licenses need to be purchased!
  • 5.  Don’t support for Outlook 2003  RPC/TCP access for Outlook clients  Transport service integrated  Unified Messaging service  Managed folders  Anti-malware What’s Removed 5 What’s New and Removed  A new look and feel of client interfaces  Exchange Admin Center (Web-based)  Exchange Management Shell  Exchange 2013 architecture:  Mailbox server role  Client Access server role  Managed store  Managed availability  Outlook Anywhere  Anti-malware protection (EOP)  “Modern” public folders  Data loss prevention What’s New
  • 7. EXCHANGE 2013 ARCHITECTURE ACTIVE DIRECTORY PARTITION  Schema partition:  Contain all objects and properties that are available in Active Directory  There is only one schema partition in the entire Active Directory forest  Exchange Server 2013 adds a lot of new objects and attributes to Active Directory that make it possible to gain functionality  Configuration partition:  Contain all nonschema information is stored  Information stored in the configuration partition is Exchange Server information (accepted domain information, Rule and policy information)  Domain partition:  Contain all domain-specific information is stored  User objects, contacts, and security and distribution groups are stored in the domain partition
  • 8. EXCHANGE 2013 ARCHITECTURE Internet AD Web browser Outlook (remote user) Mobile phone Line of business application Outlook (local user) External SMTP servers Enterprise Network Phone system (PBX or VOIP) Layer4LB CAS CAS CAS CAS CAS CAS Array MBX MBX MBX MBX MBX DAG Mailbox Server hosts all components to process, render and store data Edge Transport Routing and AV/AS
  • 9. LOAD BALANCING  With Exchange 2010:  Configuration on a KEMP Load Balancer was quite simply and easily accomplished.  You can use the Exchange templates provided by KEMP, or perform the configuration manually,  The requirement: one for RPC/MAPI, one for HTTPS (443), optionally redirection for HTTP (80) requests to HTTPS (443).  With Exchange 2013:  Layer 4 Virtual Service for traffic coming in for HTTPS (443) and Round Robin  Just only Layer 7 load balancing have ability perform health checking for individual Exchange 2013 web services and to take advantage of intelligent features KEMP Load Balacing Stateless
  • 11. CAS 2013  The CAS in itself does not perform any processing with respect to mail data  If a CAS goes, all connected clients need to re- authenticate against another Client Access serverReceive request from Internet to the CAS is using the regular port 443, but that the proxied request to the Mailbox server is using port 444  Multiple CAS just only handle workloads, not relative with Load-Balancing solutions  The Client Access server comprises three different components:  Client access protocols (HTTP, IMAP4, POP3)  SMTP  UM call router
  • 12. CLIENT ACCESS SERVER 2013 The Death of RPC/TCP  The HTTPS connection is then terminated on the Mailbox server— on IIS on the Mailbox server, and the AppPool on the back end decapsulates the RPC traffic from the HTTPS stream  Since the Outlook clients now connect to the correct Mailbox server, it is no longer necessary to use the RPC Client Access server array  Exchange 2010: The FQDN of the CAS array was also the server name that was visible in the Outlook profile.  Exchange 2013: The FQDN being used in the Outlook profile has been replaced with the mailbox GUID
  • 13. CLIENT ACCESS SERVER 2013 Autodiscover  Autodiscover works by an XML request sent from the Outlook client to the Client Access server.  The Client Access server then accepts the request and proxies it to the Mailbox server. The Mailbox server gathers all the required information and returns this as an XML package to the Outlook client.  The request is sent once an hour to determine if there are any changes in the Exchange configuration  When a Client Access server is installed, a service connection point is also created in Active Directory  A service connection point has a GUID (Global Unique Identifier)
  • 14. CLIENT ACCESS SERVER 2013 Load Balacing  With a layer-4 load balancer, the load balancing takes place on the network layer. An incoming connection is accepted and distributed across multiple Exchange 2013 Client Access servers  The Client Access server in turn accepts the connection, and after authentication, the connection is forwarded to the appropriate Mailbox server.  If one service on the Exchange 2013 Client Access server fails, the load balancer only detects that the Client Access server in general has failed and will initiate a fail-over to another Client Access server
  • 15. CLIENT ACCESS SERVER 2013 Routing Mail  With a layer-4 load balancer, the load balancing takes place on the network layer. An incoming connection is accepted and distributed across multiple Exchange 2013 Client Access servers  The Client Access server in turn accepts the connection, and after authentication, the connection is forwarded to the appropriate Mailbox server.  If one service on the Exchange 2013 Client Access server fails, the load balancer only detects that the Client Access server in general has failed and will initiate a fail-over to another Client Access server
  • 17. MAILBOX SERVER 2013  One Exchange 2013 Enterprise Mailbox server can host up to 100 mailbox databases  When you install a Mailbox server, a new mailbox database is automatically created on the boot- and system disk (C:)  The recommended maximum database size for a normal Exchange 2013 Mailbox server is 2TB (Up to 16TB) when you have multiple copies of the mailbox database  E01 (transactional processing of information)  E00.chk (a checkpoint file that keeps track of the transactions still in the log files)  E01res00001.jrs - E01res0000A.jrs (are temporary log files reserved by Exchange Server in case of disk-full problems)  E01tmp.log MAILBOX DATABASE
  • 18. MAILBOX SERVER 2013  For every mailbox database that is mounted on an Exchange 2013 Mailbox server, a new Information Store worker process is spawned and responsible for this particular database  If you have an Exchange 2013 Mailbox server with 25 mailbox databases mounted, and one of those databases crashes, including the Information Store, the other 24 mailbox databases are not affected Microsoft Exchange Information Store
  • 19. MAILBOX SERVER 2013  Called “the public folder mailbox”  The public folders are now stored in mailbox databases  The public folders consisted of two parts: Hierarchy and Content.  Exchange Server 2013  The hierarchy: is now stored in a new type of mailbox “the public folder mailbox”  The Content: contain all public folders PUBLIC FOLDER 2013
  • 21. MAIL FLOW  Front End Transport service (On CAS)  Transport Service (On Mailbox Server)  Mailbox Transport Service (On Mailbox Server):  Mailbox Transport Submission Service  Mailbox Transport Delivery Service THE TRANSPORT PIPLELINE
  • 23. MANAGING EXCHANGE 2013  Exchange Management Shell (EMS)  Exchange Toolbox  Details Templates Editor  Remote Connectivity Analyzer  Queue Viewer  Management Tasks  Managing SSL Certificates: http://support.microsoft.com/kb/929395  Managing Contacts and Mail-Enabled Users  Patch Management

Notes de l'éditeur

  1. Mail đi vô Protocol Agents Hub selector làm nhiệm vụ nhận mail từ bên MBX Server và chuyển ra SMTP send gửi ra ngoài external Submission queue: Cho vào hàng đợi để chờ submit Categorizer: tiến hành phân loại quét virus, malware, tag, chính sách Delivery queue để chờ gửi sau đó gửi tới SMTP send (để qui định gửi tới MBX Server khác hoặc chuyển thẳng vào Mailbox Transport Service – dễ hiểu trong t/hợp DAG hoặc mailbox database chết, active mailbox database nằm ở bên server khác) SMTP Receive gửi tới Storage Driver Deliver để chờ gởi vào Mailbox Database bằng RPC Gửi mail ra Mailbox Assistant: hỗ trợ lấy mail ra (gửi mail ra) HUB Selector để xem gửi ra Transport Service của MBX Server khác hay gửi ra SMTP Receive của TransportService của mình (gửi nội bộ)
  2. http://kemptechnologies.com/ap/load-balancing/layer-7-load-balancing OWA, EAC, Outlook Anywhere, PowerShell, and ActiveSync NLB is a service in Windows Server, and thus dependant on the server. Scalability of an NLB cluster is not that great and is limited to 8 nodes. The only option for affinity is source IP. When you are adding or removing nodes to or from an NLB cluster, all clients are disconnected and have to reconnect. NLB cannot be combined with a Database Availability Group (DAG) on a single server, since a DAG is running on top of Windows fail-over clustering software. Patch management: Installing a Cumulative Update: a cumulative update is a full product. (thay vì cài xong rồi update Service Pack, giờ cài 1 gói mới nhất)