net Flashcards
1
2
What is the OSI Model?
The Open Systems Interconnection Reference Model, used as a guide for Networking.
What mnemonic can help remember the OSI layers?
All People Seem To Need Data Processing (Application, Presentation, Session, Transport, Network, Data Link, Physical)
What is Layer 1 of the OSI Model?
Physical Layer
What does the Physical Layer focus on?
Signaling, cabling, and connectors used in Networking.
Give examples of issues in the Physical Layer.
Cabling, punch-downs, loopback tests, replacing cables, swapping adapter cards, signal issues.
What is Layer 2 of the OSI Model?
Data Link Layer
What does the Data Link Layer do?
Facilitates communication between devices on a network through MAC addresses.
Give examples of the Data Link Layer.
Ethernet adapters, wireless adapters, MAC addresses, switching layer, ethernet frame, EUI, switches.
What is Layer 3 of the OSI Model?
Network Layer
What does the Network Layer handle?
Routing traffic using IP addresses.
Give examples of the Network Layer.
IP addresses, subnet masking, routers, packets.
What is Layer 4 of the OSI Model?
Transport Layer
What does the Transport Layer do?
Transports information between devices using TCP or UDP segments.
Give examples of the Transport Layer.
TCP segments, UDP segments, IP packets.
What is Layer 5 of the OSI Model?
Session Layer
What does the Session Layer manage?
Communication sessions, including starting, stopping, and restarting.
Give examples of the Session Layer.
Control protocols, tunneling protocols.
What is Layer 6 of the OSI Model?
Presentation Layer
What does the Presentation Layer handle?
Character encoding and formatting data for human readability.
Give examples of the Presentation Layer.
Application encryption (SSL/TLS), encoding data.
What is Layer 7 of the OSI Model?
Application Layer
What does the Application Layer do?
Interfaces directly with the user, providing applications like webpages and email.
Give examples of the Application Layer.
HTTP, FTP, DNS, POP3, webpages.