(application program) | +----------------------+ | Application Layer | +----------------------+ | Transport Layer | +----------------------+ | Network Layer | +----------------------+ | Datalink Layer | +----------------------+ | (hardware)
Transmission Control Protocol | User Datagram Protocol |
---|---|
stream oriented | datagram oriented |
connection oriented | connectionless |
reliable | not reliable |
Some Well-Known TCP Ports | |||
---|---|---|---|
Protocol | Port | Application | |
echo | 7 | Character Echo (for testing) | |
daytime | 13 | Current Day and Time | |
chargen | 19 | Character Generator (for testing) | |
ftp | 21 | File Transfer Protocol | |
telnet | 23 | Network Terminal Emulation | |
smtp | 25 | Simple Mail Transfer Protocol | |
http | 80 | Hypertext Transfer Protocol |
http://www.acme.com/ = host www.acme.com + port 80 http://www.acme.com:1080/ = host www.acme.com + port 1080
http://www.acme.com/ => HTTP + TCP + IP + (datalink) ftp://ftp.acme.com/ => FTP + TCP + IP + (datalink) mailto:chipr@gslis.utexas.edu => SMTP + TCP + IP + (datalink)
COM | benjerry.com | Commercial Entities |
EDU | utexas.edu | Four-Year Colleges & Universities |
NET | internic.net | Network Providers Infrastructure |
ORG | eff.org | Miscellaneous Organizations, e.g. Non-Profits |
INT | nato.int | International Organizations |
GOV | whitehouse.gov | United States Federal Government |
MIL | arpa.mil | United States Military |
US | United States of America |
MX | Mexico |
CA | Canada |
UK | United Kingdom |
AU | Australia |
Locality | austin.tx.us | organizations and individuals in Austin |
State | state.tx.us | State of Texas [http://www.state.tx.us/] |
City | ci.austin.tx.us | City of Austin [http://www.ci.austin.tx.us/] |
County | co.travis.tx.us | Travis County [http://www.co.travis.tx.us/] |
Community Colleges | austin.cc.tx.us | Austin Community College [http://www.austin.cc.tx.us/] |
Public School Districts | arlington.k12.tx.us | Arlington Independent School District [http://www.arlington.k12.tx.us/] |
Libraries | westbank.lib.tx.us | Westbank Community Library [http://www.westbank.lib.tx.us/] |
$Id: notes_protocols.html,v 4.4 1999/03/04 08:33:29 chip Exp $