And I need to know what does no replay protection mean?
It means that a transaction that is sent on one side of the fork can also happen on the other side of the fork even if the sender doesn't intend it to.
So does that mean for example if I send you BTC from the legacy chain, that the same transaction eill happen on the btc2 chain?
It can. Yes. It doesn't mean it always will, but if you don't take the appropriate precautions it is a risk.
What does this mean for those who dint want the 2X coin or be on that chain?
That depends on what they do with it.
What's the worse that can happen?
Imagine that you have 10 BTC before the fork (That's $56,000 worth at today's exchange rate)
Now imagine that on the day of the fork you therefore have 10 1X_BTC and 10 2X_BTC.
You decide that you don't want the 2X_BTC and you don't want to be on that chain. You find someone that does want the 2X_BTC, and the 2X_BTC exchange rate is only $500 per 2X_BTC. They pay you $5000 for your 2X_BTC. You create a 2X_BTC transaction and send them the 2X_BTC. After you leave with your $5000, they copy the 2X_BTC transaction and re-broadcast it on the 1X_BTC network. You get home and open your 1X_BTC wallet and discover that your 1X_BTC are all gone! They got $61,000 worth of coins (1X_BTC + 2X_BTC) and you got $5000.
After difficulty being defined wouldn't it be more work for transaction to go through a 1MB block as opposed to a 2 MB?
If I'm wrong please let me know.
No.
Difficulty is determined by the amount of hash power, not by the size of the block.
The Bitcoin style of crypto-currency adjusts difficulty once every 2,016 blocks.
If it takes longer than 20,160 minutes to complete those 2,016 blocks, then it took too long and the difficulty is reduced proportionally so that the next 2,016 blocks will take closer to an average of 10 minutes per block.
If it takes shorter than 20,160 minutes to complete those 2,016 block, then it didn't take long enough and the difficulty is increased proportionally so that the next 2,016 blocks will take closer to an average of 10 minutes per block.
Therefore, the chain that has the most hash power working on the blocks will have the "most accumulated difficulty" regardless of the size of the blocks.