Ethernet Shield W5500 doesn't begin server

Hi,
I am new to Arduino and wanted to use the Ethernet Shield 2 (W5500) for my project. Same as many people, I too had difficulties in getting the right library for W5500.

Now I have updated the Arduino IDE to version 1.7.8 which has a pre-installed Ethernet 2 examples such as Web Server.

However, I am still unable to connect to web using that!!

I have entered the Ethernet shield's MAC address and am entering the IP address as shown by my computer while using port 80.

I have also disabled the SD card by making pin 4 high and setting as output.

Can anybody please tell me what I might be doing wrong here?

Thanks.