Chapter 5 - Networks and Telecommunications Flashcards
Open Systems Interconnection Reference Model (OSI) Layers
Layer 1: Physical
Layer 2: Data link
Layer 3: Network
Layer 4: Transport
Layer 5: Session
Layer 6: Presentation
Layer 7: Application
Function of Layer 1 of the OSI
Establishes and manages the physical transmission of data between network devices
Function of Layer 2 of the OSI
Responsible for the transfer of data between adjacent nodes on a network segment using MAC addresses to identify devices
Function of Layer 3 of the OSI
Routing and forwarding data packets between different networks, using IP addresses
Function of Layer 4 of the OSI
Responsible for ensuring reliable end-to-end communications and maintenance between applications
Function of Layer 5 of the OSI
Opens, closes, and manages sessions between end-user application processes
Function of Layer 6 of the OSI
Ensures that data is formatted and encoded in a way that the application can understand. Includes tasks like data translation and encryption/decryption
Function of Layer 7 of the OSI
Provides the protocols that end-user applications use to interact with the network. For example: HTTP for browsing the web and FTP for file transfer
WAN
Wide-area network
Example of a WAN
The internet
Disadvantage of WANs
Data security cannot be guaranteed
How can we make data more secure as it travels across a WAN
Encrypt it
LAN
Local-area network
Function of a LAN
Provide network connectivity for computers that are in the same geographic area and are typically connected with hubs and switches
Hubs
devices that contain plugs and ports to connect ethernet cables for different network systems
Switches
Receive packets of information, look at the destination MAC address, and then send the packet there. (perform intelligent filtering)
Disadvantage of a LAN
Oftentimes, they do not protect themselves from each other. So if one becomes infected, malware can quickly spread to all the devices on the network
Example of a LAN
Ethernet networks (the most common LAN)
The ethernet standard
Defines how computers use media access control (MAC) addresses to communicate with each other
The ethernet standard governs which layers of the OSI?
Physical (layer 1) and data link (layer 2)
Virtual LANs
A collection of logically related network devices that are viewed as a network segment. Allows administrators the ability to separate network segments without physically separating the cabling
Transmission control protocol (TCP) and internet protocol (IP) are apart of which layers of the OSI reference model?
Network and transport
TCP and IP
a suite of protocols that govern all activity across the internet and through most corporate and home networks
Network port
A number that tells a receiving device where to send messages it receives