Application Layer Services & Data Communications
CTS1305C Cable Run -- Week 3
Press → to begin or use navigation below
CTS1305C Cable Run -- Week 3
Press → to begin or use navigation below
The Foundation of Network Services
Peer-to-peer (P2P) is the alternative: each device acts as both client and server. Used in file sharing (BitTorrent) and ad-hoc networks.
How the Web Delivers Content
Distributes incoming requests across multiple servers for high availability and performance. Round-robin, least connections, and IP hash are common algorithms.
The Full Mail Delivery Pipeline
SMB and NFS
| Feature | SMB | NFS |
|---|---|---|
| Primary OS | Windows | Linux/Unix |
| Port | 445 | 2049 |
| Authentication | NTLM/Kerberos | Host-based / Kerberos (v4) |
| Encryption | SMB3 built-in | Kerberos or VPN tunnel |
| Use Case | Enterprise Windows file shares | Linux servers, NAS appliances |
LDAP and Active Directory
Traps, Polling, and MIBs
| Version | Auth | Encryption | Status |
|---|---|---|---|
| v1 | Community string (plaintext) | None | Legacy -- avoid |
| v2c | Community string (plaintext) | None | Common but insecure |
| v3 | Username + auth hash | AES/DES | Recommended |
Prioritizing Network Traffic
QoS is a set of techniques that manage bandwidth, latency, jitter, and packet loss to ensure critical traffic gets priority.
| Priority | Traffic Type | Sensitivity |
|---|---|---|
| Highest | VoIP / Video conferencing | Latency + jitter critical |
| High | Business applications (ERP, CRM) | Latency sensitive |
| Medium | Web browsing, email | Moderate tolerance |
| Low | File downloads, backups | Delay tolerant |
Voice Over IP Networks
Delivering Audio and Video Over Networks
Port 554
Dynamic ports (UDP)
HTTP-based (TCP 80/443)
How Data Flows Across Networks
Intermediaries That Optimize and Protect
Application Layer Services & Data Communications
Week 4: Network Design & Security -- topologies, VLANs, firewalls, VPN, and troubleshooting.