

| Comparing OSI and TCP/IP | The TCP/IP Protocol Stack |
Here is a java.net.URL :
134.124.30.128 is the ip address (Layer 3 ) of hoare.cs.umsl.edu. You could just use the name, requiring an address lookup.
You are connecting on Port 3306, which happens to be a MariaDB database. You are using Java Database Connectivity. The database is test.
| Service | Port | Transport Protocol | Description |
|---|---|---|---|
| ftp | 21 | udp | File Transfer |
| ssh | 22 | tcp | Secure Shell |
| telnet | 23 | tcp | Telnet |
| smtp | 25 | tcp | Simple Mail Transfer |
| http | 80 | tcp | The World Wide Web |