SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

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 DomainNapoleon NV
 
Office 365 Mail migration strategies
Office 365 Mail migration strategiesOffice 365 Mail migration strategies
Office 365 Mail migration strategiesFulvio Salanitro
 
Active Directory Services
Active Directory ServicesActive Directory Services
Active Directory ServicesVarun Arora
 
Microsoft Active Directory
Microsoft Active DirectoryMicrosoft Active Directory
Microsoft Active Directorythebigredhemi
 
The Middleware technology that connects the enterprise
The Middleware technology that connects the enterpriseThe Middleware technology that connects the enterprise
The Middleware technology that connects the enterprise Kasun Indrasiri
 
Active Directory Domain Services.pptx
Active Directory Domain Services.pptxActive Directory Domain Services.pptx
Active Directory Domain Services.pptxsyedasadraza13
 
How to build a Citrix infrastructure on AWS
How to build a Citrix infrastructure on AWSHow to build a Citrix infrastructure on AWS
How to build a Citrix infrastructure on AWSDenis Gundarev
 
What is active directory
What is active directoryWhat is active directory
What is active directoryAdeel Khurram
 
Web Services (SOAP, WSDL, UDDI)
Web Services (SOAP, WSDL, UDDI)Web Services (SOAP, WSDL, UDDI)
Web Services (SOAP, WSDL, UDDI)Peter R. Egli
 
IBM Websphere MQ Basic
IBM Websphere MQ BasicIBM Websphere MQ Basic
IBM Websphere MQ BasicPRASAD BHATKAR
 
Windows Server 2016 First Look (Part 1)
Windows Server 2016 First Look (Part 1)Windows Server 2016 First Look (Part 1)
Windows Server 2016 First Look (Part 1)Tuan Yang
 
Active directory
Active directory Active directory
Active directory deshvikas
 
Azure role based access control (rbac)
Azure role based access control (rbac)Azure role based access control (rbac)
Azure role based access control (rbac)Srikanth Kappagantula
 
Active directory and application
Active directory and applicationActive directory and application
Active directory and applicationaminpathan11
 

Was ist angesagt? (20)

Upgrading to Exchange 2016
Upgrading to Exchange 2016Upgrading to Exchange 2016
Upgrading to Exchange 2016
 
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
 
Office 365 Mail migration strategies
Office 365 Mail migration strategiesOffice 365 Mail migration strategies
Office 365 Mail migration strategies
 
Office 365 migration
Office 365 migrationOffice 365 migration
Office 365 migration
 
Active Directory Services
Active Directory ServicesActive Directory Services
Active Directory Services
 
Microsoft Active Directory
Microsoft Active DirectoryMicrosoft Active Directory
Microsoft Active Directory
 
The Middleware technology that connects the enterprise
The Middleware technology that connects the enterpriseThe Middleware technology that connects the enterprise
The Middleware technology that connects the enterprise
 
IdP, SAML, OAuth
IdP, SAML, OAuthIdP, SAML, OAuth
IdP, SAML, OAuth
 
Active Directory Domain Services.pptx
Active Directory Domain Services.pptxActive Directory Domain Services.pptx
Active Directory Domain Services.pptx
 
Ldap introduction (eng)
Ldap introduction (eng)Ldap introduction (eng)
Ldap introduction (eng)
 
How to build a Citrix infrastructure on AWS
How to build a Citrix infrastructure on AWSHow to build a Citrix infrastructure on AWS
How to build a Citrix infrastructure on AWS
 
What is active directory
What is active directoryWhat is active directory
What is active directory
 
VMware vSphere
VMware vSphereVMware vSphere
VMware vSphere
 
Web Services (SOAP, WSDL, UDDI)
Web Services (SOAP, WSDL, UDDI)Web Services (SOAP, WSDL, UDDI)
Web Services (SOAP, WSDL, UDDI)
 
IBM Websphere MQ Basic
IBM Websphere MQ BasicIBM Websphere MQ Basic
IBM Websphere MQ Basic
 
Windows Server 2016 First Look (Part 1)
Windows Server 2016 First Look (Part 1)Windows Server 2016 First Look (Part 1)
Windows Server 2016 First Look (Part 1)
 
Windows Server 2019 - NetConf Co
Windows Server 2019 - NetConf CoWindows Server 2019 - NetConf Co
Windows Server 2019 - NetConf Co
 
Active directory
Active directory Active directory
Active directory
 
Azure role based access control (rbac)
Azure role based access control (rbac)Azure role based access control (rbac)
Azure role based access control (rbac)
 
Active directory and application
Active directory and applicationActive directory and application
Active directory and application
 

Ähnlich wie Exchange 2013 Architecture Details

Exchange 2013 Architecture Poster
Exchange 2013 Architecture PosterExchange 2013 Architecture Poster
Exchange 2013 Architecture PosterRian Yulian
 
Ch01 Introduction to Exchange 2013
Ch01 Introduction to Exchange 2013Ch01 Introduction to Exchange 2013
Ch01 Introduction to Exchange 2013Shane Flooks
 
New Exchange Server 2013 Architecture
New Exchange Server 2013 ArchitectureNew Exchange Server 2013 Architecture
New Exchange Server 2013 ArchitectureKhalid Al-Ghamdi
 
Exchange Server 2013 Deployment
Exchange Server 2013 DeploymentExchange Server 2013 Deployment
Exchange Server 2013 Deploymentsaeed ismail
 
Microsoft exchange
Microsoft exchangeMicrosoft exchange
Microsoft exchangesaeed ismail
 
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 ManagementAlan McSweeney
 
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...Eyal Doron
 
Sql server lesson11
Sql server lesson11Sql server lesson11
Sql server lesson11Ala Qunaibi
 
Networking Java Socket Programming
Networking Java Socket ProgrammingNetworking Java Socket Programming
Networking Java Socket ProgrammingMousmi Pawar
 
Clustering of Exchnage server
Clustering of Exchnage serverClustering of Exchnage server
Clustering of Exchnage serverLohit Ahuja
 
10135 a 05
10135 a 0510135 a 05
10135 a 05Bố Su
 
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 HorenbeeckITProceed
 
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-06Thomas Stensitzki
 
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 balancersVishnuAnji
 
Ch02 installing exchange
Ch02 installing exchangeCh02 installing exchange
Ch02 installing exchangeShane Flooks
 

Ähnlich wie 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
 
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
 
Ch02 installing exchange
Ch02 installing exchangeCh02 installing exchange
Ch02 installing exchange
 

Kürzlich hochgeladen

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
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 educationjfdjdjcjdnsjd
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
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.pdfsudhanshuwaghmare1
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
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 CVKhem
 
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...DianaGray10
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 

Kürzlich hochgeladen (20)

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
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
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
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
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
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
 
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...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 

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

Hinweis der Redaktion

  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)