Ethernet Connection to a PC

The Arduino with built-in Ethernet was never a popular device, because it cost more than an Arduino and Ethernet shield. You'd be better off using A UNO with an Ethernet shield.

So the PC will
send commands through the Ethernet port

I don't think so. If the Arduino is acting as a server, the PC an make GET requests that the Arduino will process.