Networking Fundamentals - OSI & TCP/IP Flashcards
(25 cards)
What are the layers of OSI Model?
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical
Explain Physical Layer of OSI Model.
This is the lowest layer and deals with the physical transmission of data, such as electrical signals, light waves, or radio waves.
Explain Data Link Layer of OSI Model.
This layer manages the physical connection between two nodes, ensuring that data is transmitted correctly by handling framing, error detection, and flow control.
Explain Network Layer of OSI Model.
This layer is responsible for routing data packets between networks and determining the best path for data to travel.
Explain Transport Layer of OSI Model.
This layer provides end-to-end data delivery, ensuring reliable and ordered transmission of data segments.
Explain Session Layer of OSI Model.
This layer manages the connections between applications, establishing, maintaining, and terminating sessions.
Explain Presentation Layer of OSI Model.
This layer handles data formatting, encryption, and decryption, ensuring that data is presented in a format that is understandable to the receiving application.
Explain Application Layer of OSI Model.
This is the highest layer and provides network services to applications, such as email, web browsing, and file transfer.
In what order is data transmitted using the 7 layers of the OSI Model?
7-6-5-4-3-2-1
In what order is data received using the 7 layers of the OSI Model?
1-2-3-4-5-6-7
What are the layers of the TCP/IP Model?
- Application»_space; (Application, Presentation, & Session) in OSI
- Transport»_space; same in OSI
- Internet»_space; (Network) in OSI
- Network Interface»_space; (Physical & Data Link) in OSI
Explain Application Layer of TCP/IP Model.
This layer includes the applications that use the network, such as web browsers, email clients, and file transfer programs.
Explain Transport Layer of TCP/IP Model.
This layer provides a reliable connection between two applications, ensuring data is delivered in the correct order and without errors. It uses protocols like TCP and UDP.
Explain Internet Layer of TCP/IP Model.
This layer focuses on routing data packets across the network, ensuring they reach their destination. It’s responsible for addressing and routing data packets between different networks.
Explain Network Interface Layer of TCP/IP Model.
This layer handles the physical transmission of data over the network, including details like how bits are converted to signals. It’s also responsible for managing connections to the network medium.
Examples of Protocols in TCP/IP Application Layer?
HTTP/HTTPS (web browsing)
FTP/SFTP (file transfer)
SMTP/POP3/IMAP (email)
DNS (domain name resolution)
Telnet/SSH (remote access)
SNMP (network management)
DHCP (IP address allocation)
Examples of Devices/Tools in TCP/IP Application Layer?
Web browsers
Email clients
Network management systems
Examples of Protocols in TCP/IP Transport Layer?
TCP (reliable, connection-oriented)
UDP (unreliable, connectionless)
Examples of Key Concepts in TCP/IP Transport Layer?
Ports (e.g. 80 for HTTP, 443 for HTTPS, etc)
Segmentation and Reassembly
Flow control and acknowledgements
Examples of Protocols in TCP/IP Internet Layer?
IP (IPv4/IPv6 - logical addressing)
ICMP (error reporting - e.g. ping)
ARP (resolves IP to MAC address)
IGMP (manages multicast groups)
Examples of Devices in TCP/IP Internet Layer?
Routers
Layer 3 Switches
Examples of Technologies/Protocols in TCP/IP Network Interface Layer?
Ethernet
Wi-Fi (802.11)
PPP
Frame Relay
ATM
Examples of Devices in TCP/IP Network Interface Layer?
Switches
NICs (Network Interface Cards)
Hubs
Cables & Connectors
Summary of Protocol and Devices for each layer of TCP/IP.
Application Layer»_space; Protocol = HTTP, FTP, SMTP, DNS, DHCP»_space; Devices = Browser, Email Client
Transport Layer»_space; Protocol = TCP, UDP»_space; Devices = N/A (Handled in OS)
Internet Layer»_space; Protocol = IP, ICMP, ARP, IGMP»_space; Devices = Routers, L3 Switches
Network Interface Layer»_space; Protocol = Ethernet, Wi-Fi, MAC»_space; Devices = Switches, NICs, Cables