The Internet
Networks, IP, TCP
Local Area Network (LAN)
Connect a small group of devices
Internet Service Provider (ISP)
Connect customers to The Internet
Tier 1 Networks
Tier 1 networks form the backbone of the Internet
How do we use these cables?..
Transmission Control Protocol
Transmission Control Protocol (TCP)
- Makes the Internet reliable
- Detect and resend dropped packets
- Adds port numbers to identify specific programs
- Connect to a port number/IP address combination (TCP/IP)
TCP/IP in CSE312
- Use libraries to do all this for us
- Assume TCP/IP works and that we have reliable communication over the Internet
- Freely send and receive messages (As bytes)
- Your code (HW) will start with HTTP
- Much deeper TCP/IP coverage, and more, in CSE489: Modern Networking Concepts