Local Area Network (LAN)
Wide Area Network (WAN)
Metropolitan Area Network (MAN)
Storage Area Network (SAN)
Virtual Private Network (VPN)
EXAMPLES:
1. What is the best-case estimate of how much time it would take to send a 50 MB JPEG photo to your grandma if you only have a 40 kbps modem line? See if you can work this out and then check your answer here.
2. What is the best-case estimate of how much time it would take to send a CD worth of photos (640 MB) to a server if you have a 10-Mbps Ethernet connection? See if you can work this out and then check your answer here.
7 |
Application |
Provides network services to the user's applications; handles file and message transfer, directory lookups, naming, authentication, and other services required by applications |
6 |
Presentation |
Ensures that information sent by one system will be readable by the application layer of another system; handles encryption and compression |
5 |
Session |
Establishes, manages, and terminates sessions between applications |
4 |
Transport |
Provides end-to-end communication, error recovery, and flow control |
3 |
Network |
Provides connectivity and path selection between networks |
2 |
Data Link |
Provides transit of data across a physical link |
1 |
Physical |
Defines the electrical and mechanical specifications for physical links between systems |
Layer |
Type of data this layer sends |
Addresses this layer uses |
Devices that work at this layer |
Application |
Data |
Names |
End-user devices, servers |
Transport |
Segments |
Ports (for example, port 80 for HTTP) |
End-user devices, servers, firewalls |
Network |
Packets |
Layer 3 addresses such as IP addresses (192.168.0.1) |
Routers, firewalls |
Data Link |
Frames |
Physical, hardware, NIC, Media Access Control (MAC) addresses (00:00:0C:12:23:56) |
Switches, bridges, NICs, wireless access points |
Physical |
Bits |
None |
Hubs, repeaters |