Which process is responsible for full synchronization in ClusterXL?
A.
cpd on the Security Gateway
B.
fwd on the Security Gateway
C.
fw kernel on the Security Gateway
D.
Clustering on the Security Gateway
Which process is responsible for full synchronization in ClusterXL?
Which process is responsible for full synchronization in ClusterXL?
A.
cpd on the Security Gateway
B.
fwd on the Security Gateway
C.
fw kernel on the Security Gateway
D.
Clustering on the Security Gateway
B is correct
How State Synchronization Works
Synchronization works in two modes:
– Full sync transfers all Security Gateway kernel table information from one cluster member to another. It is handled by the fwd daemon using an encrypted TCP connection.
– Delta sync transfers changes in the kernel tables between cluster members. Delta sync is handled by the Security Gateway kernel using UDP multicast or broadcast on port 8116.
Full sync is used for initial transfers of state information, for many thousands of connections. If a cluster member is brought up after being down, it will perform full sync. After all members are synchronized, only updates are transferred via delta sync. Delta sync is quicker than full sync.
State Synchronization traffic typically makes up around 90% of all Cluster Control Protocol (CCP) traffic. State Synchronization packets are distinguished from the rest of CCP traffic via an opcode in the UDP data header.
B. fwd on the Security Gateway