Solution Architecture Diagram for an Internet, Intranet Scenario

Can someone point me to a link which has a typical solution architecture diagram (logical, deployment, anything) for a SharePoint 2013 Internet/Intranet scenario.

Hi  SP Dev101,
For Internet and Intranet, There is no functional difference between them. They represent different logical paths to gain access to the same sites in a web application.
To understand the connection between them,
the article A guide to Alternate Access Mappings Basics in SharePoint 2013 is
very useful.
An eBook for
how to create a test lab containing intranet and team sites in a SharePoint Server 2013 three-tier farm you can have a look.
Also a good book named
Microsoft SharePoint 2013: Designing and Architecting Solutions you can refer to.
Finally I recommend you watch the video
Real world SharePoint 2013 architecture decisions which is based on real world implementation experience.
Best Regards,
Eric
Eric Tao
TechNet Community Support

Similar Messages

  • Solution Architecture diagram for a SP 2010 intranet portal

    hi,
    Can any one plz provide a  solution architecture  diagram for a SP 2010 intranet portal.
    want to use news , events, doc libs, Custom WPs, timer jobs, info.mgmnt policies,discussion forum.
    So how the diagram would be.
    also want to know whats the difference between logical arch.dgrm and soln. arch.dgrm 
    Are these two same?
    any links/sources  are highly appreciated. 

    Hi,
    Pls have you check this link :
    http://www.astaticstate.com/2010/06/sharepoint-2010-architecture-and-design.html
    http://blogs.technet.com/b/seanearp/archive/2010/07/09/technical-diagrams-for-sharepoint-2010.aspx
    http://sharepointmagazine.net/articles/best-practices-of-sharepoint-farm-configuring-and-deployment-part-1-architectural-and-logical-planning
    Book:
    http://www.scribd.com/doc/86735719/SharePoint-2010-Enterprise-Architect-s-Guidebook
    Logical architecture:
    The Logical Architecture is a definition (usually in the form of a diagram) of how your Portal is built, including hardware, software, services and other integrated components.   If it is required to make the “system” work, it belongs in this diagram.
      Your diagram should reflect how each component of the system “fits in”, and is connected with, each of the other components.  This map isn’t focused on “technology” or how it’s implemented.   Rather, it’s focused on how things “logically”
    fit together to make up the whole solution.
    Solution Architects:
    Solution Architects use the Logical and Physical architecture diagrams to effectively plan out their solution and make sure that everything is accounted for and has been thought through before they begin building the solution.
    thx
    iffi

  • Need a Sample GRC 10.1 technical architecture Diagram

    Hi All,
    I need a sample GRC 10.1 technical architecture Diagram for a quick presentation. Let me know if you could help or provide a document where i could refer and use it. Time is very short to prepare a architecture now.
    Thanks for your replies in advance.
    Regards
    Mani.

    Hi Mani,
    you can search for Pre-installation guide for GRC 10. which has below link
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0024bb74-4d4e-2e10-82ad-ff2ccb79ad63?overridelayout=t…
    Regards
    plaban

  • Oracle 11g R2 Architecture Diagram

    Hi,
    I trust this is the right way to go about the following
    Few years ago I created an architecture diagram for 10g. I have now updated that diagram to include new features of Oracle 11g. Obviously there is so much one can detail in one page PDF Architecture diagram. It is in draft stage so I will appreciate any feedback on the diagram before I release it to the community. I have not released it on any website yet as I am keen on direct feedbacks. Anyone who is interested please send me an email to [email protected] and I will forward the diagram for their comments.
    Regards,
    Mich

    Have you seen Oracle's interactive diagram?
    Oracle's URLs are subject to sudden change without any user-friendly redirection, but current URL is:
    http://www.oracle.com/webapps/dialogue/ns/dlgwelcome.jsp?p_ext=Y&p_dlg_id=9575302&src=7027600&Act=54

  • Looking for BPM Enterprise Edition architecture Diagram

    I am looking for a BPM Enterprise Edition architecture Diagram showing how all the pieces (e.g. BPM, Oracle DB, LDAP directory, WebLogic server, Application server etc.) fit together . If it is available on the internet, can you please let me know the URL ?
    Thanks in advance.

    I have several diagrams you could use but can't paste it in. The product docs on oracle.com have some but if you need something else maybe I can help. I do not publish my email on this site so we would have to find another channel to communicate.
    Cheers,
    IGS

  • Hi, I'm using a Mac Pro here. I am trying to connect it with my NAS hard drive. But i could not connect to it because i have an ethernet which connects to the intranet in my company and Air Port for the internet.

    Hi, I'm using a Mac Pro here. I am trying to connect it with my NAS hard drive. But i could not connect to it because i have an ethernet which connects to the intranet in my company and Air Port for the internet and it could not detect the the ip address after i input the correct address on "Connect to Server" window. Please help! Urgent! Thanks

    I did not say it is not possible.
    I said if your company networks are monopolizing both ports, you should talk to them about what options are available.
    Maybe you can get the company Intranet over wireless if you change some configuration items such as Subnet Mask.
    Maybe you can get on the Internet over Ethernet.
    You really need to ask them, and do not let them blow you off because you have a Mac. If they balk, ask them how it would be done on a PC (becasue it will be the same on a Mac).

  • Need best Architecture design for the following scenario

    Hi Experts,
    I need best architecture design for the following scenario:
    Sender: Mail
    Receiver: if sender body contain u201DApproveu201D, then call SOAP adapter, If SOAP adapter execute successfully, then  send Mail(SOAP adapter executed successfully) and SMS .  So receiver is SOAP, Mail and SMS.
    My current approach issue:
    Three message mapping:
    Mapping1: mail to SOAP
    Mapping2: mail to Mail
    Mapping3: mail to SMS
    In interface determinant>u201DSelect all three operation mappingu201D> u201Cselect order at runtimeu201D.
    Issue in current approach: For me first SOAP adapter should complete successfully, after that only my Mail and SMS operation mapping should execute:
    But problem is before success of SOAP adapter engine, Mail and SMS mapping completed or integration engine executed.
    Note: There is possible to fail the SOAP request in adapter engine.
    Kindly help me --> u201CAm I going correct way or want to change the architectureu201D?
    Thanks for advance!!
    Regards, Kumar

    What do you mean by successful execution of soap call?  Are you talking about Successful response (happy flow) from the soap call instead of application error ? Then based on the response you want to decide sending mail and sms.  How big call is your soap ?  If your soap interface is very simple I can give the other possible way.
    Sender sends the message, use mapping  to read the content and then do soap call in the mapping itself and after seeing the soap response decide about two receivers (mail and SMS).  If your soap call is very simple one, you can go for it. Otherwise I would not recommend this. The reason is you loose some visibility regards to monitoring during soap call in the mapping.
    Other option is go for CCBPM.  Here you receive the message, use send step to soap interface which is sync step. Then after seeing the response create another block with fork steps each for two senders mail and sms. If response bad then dont proceed or execute the next block. Simply use exeception or control step to jump out from the block,

  • Data Entry Profile for Time Sheet Entry on Internet / Intranet

    hello gurus,
    i am trying to configure Time sheet entry on portal via internet / intranet. I did come across articles on it but am confused as to how to create Date Entry Profile as it seems to be the first step in configuring the time sheet.
    Also mt OT calculation shud be based on the hrs input in the time sheet. How can this be achieved
    Any inputs on this pls??
    rgds,

    At a very high level you will need to:
    1. Create the Data Entry Profiles.  These are the templates that employees see when they go into their timesheet, and there are lots of options depending on what other modules and/or further processing is required for the time entries.
    SAP Customizing Implementation Guide > Cross-Application Components > Time Sheet > Specific Settings for CATS regular > CATS regular > Record Working Time > Set Up Data Entry Profiles
    2. Define the field selection. i.e. the columns that will be visible in the timesheet, and which ones are required/read only
    SAP Customizing Implementation Guide > Cross-Application Components > Time Sheet > Specific Settings for CATS regular > CATS regular > Record Working Time > Define Field Selection
    3. If you are using manager approvals, you will then need to set up the approval views.  The default ones may be sufficient for your requirements or they may need tweaking slightly
    SAP Customizing Implementation Guide > Cross-Application Components > Time Sheet > Specific Settings for CATS regular > CATS regular > Approve Working Time
    4. In order to valuate the entries you will then need to set up a Time Evaluation schema; this will analyse the time entries and convert them into wage and/or time types which can then be processed by Payroll for payment.  There are standard schema which can be used as a basis, but you will need to tailor them to meet your requirements.
    SAP Customizing Implementation Guide > Time Management > Time Evaluation
    For all of these sections it is worth reading the SAP help material either in the IMG itself or in the online SAP library
    e.g. http://help.sap.com/saphelp_erp60/helpdata/en/64/400b2b470211d189720000e8322d00/frameset.htm for CATS,
    http://help.sap.com/saphelp_erp60/helpdata/en/8a/9868bc46c411d189470000e829fbbd/frameset.htm for Time Evaluation

  • Internet and Intranet Scenario

    Hi ,
    We are in process of enable our portal infrastructure to internet facing audience. We are using the same infrastructre and middle tiers for both internet and intranet. However, we have different web caches. So far what we have done the following steps:
    ===========================================================
    Steps done till now...
    1) Intranet portal
    http://gcdsinggn3por24.abc.com:7777/pls/portal (this works fine)
    2) Virtual host configuration for the above protal on port 80
    http://abc.xyz.com/pls/portal
    3) Both the abouve URL's working but, Login pointing to intranet
    server's SSO (Siteminder login page )
    docs followed
    http://download-east.oracle.com/docs/cd/B14099_19/portal.1012/b14037/cg_advnc.htm#i1051038
    What we need to achieve is when we click on login link from internet server, it should be redirected to login page but the base host URL should remain same as "http://abc.xyz.com/".
    If anybody has come configured this, request your help for the same.
    Thanks

    Perhaps this note will help you
    Note:422359.1
    Seem like a lot of others are using this

  • Internet - Intranet User Authentication

    Hi All,
    I am having the following question which would got answered previously but please help me to clarify below scenario
    Single AD Forest
    Single AD Domain
    Single AD site
    DNS - split brain , we are using same namespace for both internet and intranet ( eg: xyz.com )
    one production application ( IIS and .net )
    500 users , no VPN users
    Users are access production application seamlessly
    Requirement:
    Organization want the application to be internet accessible. Post hosting, how does users access the application?
      eg: User --> IE --> URL :www.financial.xyz.com, it prompts for user name and password
       Question: What user id should I need to provide ? , do I need to establish forest trust between ISP and internal domain ? , or do I need to use ADFS to establish federation between ISP and internal
    domain ?     requirement is to use internal users for authenticating the application                        

    You can proceed as Frank already mentioned.
    Assuming that this is the only Website you will be publishing, you can simply redirect traffic on HTTP and HTTPS ports from the external networks to the Website - You should be able to do that on your frontal network equipment. If you have multiple Websites
    that will share the same IP address then a Application Layer reverse-proxy is needed unless if they do not use the same ports.
    Of course, you will need to create the required DNS record for external DNS resolution and make it point to your public IP.
    There are no needs to establish trust relationships with your ISP. You can also use ADFS but it is not really required.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Need help for connecting internet in solaris 10

    Hello ,
    I am new to Sunsolaris, recently i installed solaris 10 in my HP laptop. In my lap vista is the host and i installed Virtual box 3.0. Inside virtual box i installed solaris. My problem is not able to connect to internet. Iam using a wireless modem for connecting internet which is configured in vista. Solaris is not identifying wireless modem. Virtual box host adaptor is the ethernet iam using. I want to connect solaris to vista and access the internet( i have a guest open suse Linux in my lap, this is able to connect to internet through vista) can anybody give me a solution to get internet in solaris(ie through vista)
    Biju

    Hi,
    What is the gateway used by Solaris. Please send the result of ifconfig -a on the Sun OS.
    Sunil.

  • How can I best make use of all my devices ? Mac mini, Apple TV, AirPort Extreme, airport express, ipad 2 (all purchased in 2011) and an old imac with OS X. I use my iPhones personal hotspot for all Internet.

    How can I best make use of all my devices ? Mac mini, Apple TV, AirPort Extreme, airport express, ipad 2 (all purchased in 2011) and an old imac with OS X. I use my iPhones personal hotspot for all Internet.

    Maybe you are looking to re-purpose this equipment versus getting rid of it if so, the best thing to do is search the internet for tutorials.  And I say this because it's what I would do, there are a lot of tutorials online.    Hope you can find good use for them.  Worse case scenario if you can't find something right now, package them very nicely and when you come across something unbox and enjoy.  I've re-purposed a mac color classic and LOVE IT!!

  • Can I have a blackberry and not pay for the internet service package?

    Hi I am new to this and my t-mobile phone that I have broke and I am looking to upgrade to something that will help me stay a little more organized but do not want to pay for the service package that comes along with buying a blackberry from t-mobile. I know that I could get one from craigslist or ebay or something and was wondering if I could just put in my Sim card and it would have all the basic functions without the internet and emails. All i really want from the phone is the easy navigation, good organizer, easy texting and calling. Thanks for the help! - Sully
    Solved!
    Go to Solution.

    Sully, Greetings, and welcome to the BlackBerry.com Support Forums.
    Sorry, no. Without the BlackBerry Data Plan, you will get very few of the data functions of the device... voice and SMS, yes. Calendar, contacts, etc., yes. No RIM push email.
    You can use the Opera Mini browser for the internet with the TCP setttings enabled, for a browser for free... just watch your billing and make certain you are not charged.
    http://www.blackberryfaq.com/index.php/What_are_the_TCP_and_APN_settings%3F
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Oracle BPM 10g architecture diagram

    Hi,
    Could you please anyone share the Oracle BPM 10g architecture diagram. Please send to my id : [email protected]
    Regards,
    Anandh P

    Hi Daniel, Thanks a lot for posting the Architectuer details. We now know how the fantastic product works internally. Would you mind posting the newer version of the document? Thanks in advance.

  • Threshold for Messages in integration scenario?

    Hi,
    Can we set threshold (time) for Messages in integration scenario?
    Thanks,
    Nagarjuna.

    Hi Earlence,
    > 1. Is it possible to search for messages sent to PI (7.1) via TREX and monitor their status?
    Status I am not aware, but we can search the messages based on the content.
    Its external search engine for SAP, we can buy this and install in the XI server.
    ex : Suppose we have an order number, we don't no in which scenario it is used then we give
    this number to the TREX then it searches and gives that scenarion name.
    > 2. Search should be possible based on various criteria like Sender/Receiver Component/Interface, Business system name etc.
    TREX is based on a client/server architecture. The client component is integrated into the application that uses the TREX functions, and allows communication with the TREX servers.The server component processes the requests; it indexes and classifies documents and answers search queries.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/78df2a46-0a01-0010-ef81-a6
    be60cc5cfd
    > 3. Is there a Java API so that this can be done programmatically?
    May be available but this is not easy.
    > 4. Some resources for the same?
    /people/prasad.illapani/blog/2005/11/14/payload-based-message-search-in-xi30-using-trex-engine
    http://help.sap.com/saphelp_nw04/helpdata/en/70/0837ced133304eba452c45b6047c74/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/78df2a46-0a01-0010-ef81-a6be60cc5cfd
    Regards
    Ramesh

Maybe you are looking for