forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chapter_overview.html.md.erb
48 lines (30 loc) · 2.63 KB
/
chapter_overview.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
title: Topology and Communication General Concepts
---
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
Before you configure your Apache Geode members, make sure you understand the options for topology and communication.
- **[Topology Types](../../topologies_and_comm/topology_concepts/topology_types.html)**
The Apache Geode topology options allow you to scale horizontally and vertically.
- **[Planning Topology and Communication](../../topologies_and_comm/topology_concepts/member_communication.html)**
Create a topology plan and a detailed list of machines and communication ports that your members will use. Configure your Apache Geode systems and the communication between systems.
- **[How Member Discovery Works](../../topologies_and_comm/topology_concepts/how_member_discovery_works.html)**
Apache Geode provides various options for member discovery within a distributed system and between clients and servers.
- **[How Communication Works](../../topologies_and_comm/topology_concepts/how_communication_works.html)**
Geode uses a combination of TCP and UDP unicast and multicast for communication between members. You can change the default behavior to optimize communication for your system.
- **[Using Bind Addresses](../../topologies_and_comm/topology_concepts/using_bind_addresses.html)**
You use a bind address configuration to send network traffic through non-default network cards and to distribute the load of network traffic for Geode across multiple cards. If no bind address setting is found, Geode uses the host machine's default address.
- **[Choosing Between IPv4 and IPv6](../../topologies_and_comm/topology_concepts/IPv4_and_IPv6.html)**
By default, Apache Geode uses Internet Protocol version 4 for Geode address specifications. You can switch to Internet Protocol version 6 if all your machines support it. You may lose performance, so you need to understand the costs of making the switch.