That's local network address, so you could likely have at least dozens and dozens devices sharing connection.
Network switch is active "smart" device and knows what IP adress device is connected to what port.
So it doesn't matter into what port you connect them.
Any traffic sent to outside LAN address space is always addressed first to router (that gateway in ipconfig) and switch always routes it into router's port.
Same for answer from web server of the page you want to visit...
Which is actually sent to public IP of router, which then checks if that transmission is answer to request/transmission from LAN, before passing it through and routing it to correct LAN IP.
Because of that intelligence, devices using different pair of ports could actually have own communication between them going on simultaneously.
Old "hubs" were again dumb devices which just repeated transmission coming into single port to all other ports.
(and single transmission would always prevent any other simultaneous traffic in LAN)
Auto MDI/MDIX tells that ports of the switch automatically detect what kind cable is used for connection.
Before that (and Gbit ethernet) you needed crossover cable to connect two same "type" devices. Like if you wanted to add another switch to expand network.
That's some shoddily made cables, when outer sleeve doesn't reach into connector to minimize pull on actual wires...