Common servers developed by small and medium teams

Source: Internet
Author: User

The following summarizes the common logic servers developed by small and medium teams. These servers are more role-oriented. Generally, one physical server serves multiple roles at the same time.

  1. Gateway (route)
      1. Usage: Public Accounts of the team access the Internet and firewalls.
      2. Common Software: the routing service provided by Windows server and the routing service of Linux. File Server
      3. Description: It is very good for the same team to be divided into one sub-network. The first is to solve the problem of insufficient Internet accounts (usually one team shares one account or one public IP address ). Second, the content in a subnet is easy to manage permissions, and the trust permissions in the subnet can be set in advance.
  2. File Server
      1. Usage: file sharing.
      2. Common Software: folder sharing. The client can map a network drive (Windows) or mount a network folder (Linux ).
      3. Description: file sharing is one of the most basic team services. It can be used for file exchange and shared file access (such as installationProgram, Address Book, etc.), simple version control, etc. The file server requires less computing resources and does not need to be deployed on a separate physical server.
  3. Backup Server
      1. Usage: backup files.
      2. Common Software: the same file sharing server.
      3. Description: The backup server and file server are essentially the same. They are listed separately because their importance cannot be ignored. File Updates on the file server are usually frequent, and access control is loose. Most (usually all) members have write or administrator permissions. As an important guarantee for the team's achievements, backup servers require strict management and higher stability. Therefore, we recommend that you set up a separate backup server, at least a separate hard disk, when conditions are met.
        Files to be backed up generally include project documents, version-controlled databases, Team websites, project databases, and shared files.
  4. Print Server
      1. Usage: Share a printer.
      2. Common Software: printer sharing.
      3. Description: as a team in an office, a laser printer can meet the requirements of all members. The print server is similar to a file server and requires less computing resources. It is usually deployed on the same physical server together with other servers.
  5. Web Server
      1. Description: Provides Web Services.
      2. Common Software: IIS and Apache.
      3. Description: The Web server is also a widely used server. It usually includes the home page of the Team (which accounts for port 80 of the public network), project management software (projectserver, bugfree, etc.), blog, wiki, and BBs.
  6. Version Control Server
      1. Description: Provides version control.
      2. Common Software: VSS, TFS, SVN, CVS, etc.
      3. Description: projects without version control are unimaginable. A mature team usually uses version control tools to manage the entire project file: documents,Code, Database scripts, page design ....... The importance of Version Control servers cannot be doubted.
  7. Deployment Server
      1. Description: deploy and release a team project.
      2. Common Software: webserver and ftpserver.
      3. Description: Quick release is becoming more and more common for teams, especially those undertaking projects, as a method of agile development. The Deployment Server is used to deploy all versions of the Team during project development. These versions are usually independent from each other and can be accessed at the same time. As a tool for iteration and delivery, the Deployment Server can retain the development history of the project, quickly demonstrate to the customer, and enhance the confidence of the team members!

The above servers can be matched according to the requirements of the team and the hardware conditions. The following are several types of servers for your reference:

    1. all servers are deployed on one machine!
      there is nothing to say about this method. :)
    2. gateway + Deployment Server + web server, File Server + printing server + Version Control Server, and backup server.
      the three servers are classified by service scope, and the security level is from low to high.
    3. gateway, Deployment Server + web server, File Server + Print Server + Version Control Server, and backup server.
      same solution. Independent gateways are more secure.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.