Weblogic Administration
Basics knowledge on Weblogic Server & Administration
Pages
(Move to ...)
Home
Weblogic Administaration Interview Questions
Weblogic Commands used
Exception Names in WLS
Weblogic Topics
Architecture
weblogic Introduction
WLS Installation Steps
WLS Silent Mode Installation
WlS Domain Creation 2
WLS ~ Apache Configration
Creating JDBC Connection Pool/JDBC Data Source
Java DataBase Connectivity
Weblogic Server SSL Configuration
WLS SSL Configration
Differnce between WLS 8, 9 ,10
Difference between Webserver and Application server
Diff B/W Devlopment - Production
Difference B/W .out and .log
PATH - CLASSPATH
Differnce between Queue and Topic
Unicast - Multicast
Reset WLS username and password
Deployment Staging Modes
Console Deployment
Command line deployment
JVM
MyError Codes
Session Replication
Load Balancing in Weblogic Server
Thread Dump
Node Manager
BMC Remedy
Oracle WebLogic Server - Startup/Shutdown
Weblogic Monitiring CMD
▼
Wednesday, April 16
What is the diff between unicast and multicast?
Thanks 2
Rajasekhar Reddy Naredla
Unicast:
Say you have three servers (MS-1,MS-2,MS-3) in a cluster now if they have to communicate with each other they have to ping (i.e. heartbeats ) the cluster master for informing him that he is alive.
If MS-1 is the master then MS-2 and MS-3 would send the ping to MS-1
Multicast:
Here there is no cluster master each server has to ping each other to inform everyone that I am alive.
So MS-1 would send the ping to MS-2 & MS-3 same way MS-2 would send the ping to MS-1 & MS-3 and MS-3 would ping MS-1 & MS-3.
Thus if you see in multicast the congestion in sending the pings are more compared to unicast which makes multicast much heavier, thus WLS recommends using Unicast of less congestion in the network.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment