**Layer 7** \n You open a web browser on your laptop and type www.wgu.edu into the search bar.
\
**Layer 6** \n The command is then sent to Layer 6 to be encrypted as it is sent (and decrypted when received by the webserver).
**Layer 5**
Establishes the connection between your laptop and WGU’s server and maintains it while you accomplish your tasks on the website.
**Layer 4**
Data is transferred and is then segmented and numbered to send the data across the network in sizes the network can handle (typically around 1,500 bytes maximum) and to reassemble it in the correct order by the webserver.
**Layer 3**
Receives the segments and transmits them across the network as packets. As you are accessing the website, Layer 3 adds the source and destination IP addresses to each individual data packet. The destination IP address will be the router on the network that will move data off the local network. The series of routers between that router and the destination server will determine how the packet is moved across various networks between them.
**Layer 2**
Receives the packets and adds physical addressing by adding sender and receiver MAC addresses to each data packet. This information forms a unit called a frame.
**Layer 1**
Receives the frames and data and sends them via the local media (copper wires, fiber-optic cables, etc.) to the switches, routers, etc., along the network path. All of this takes a matter of microseconds to achieve.