Model OSI Flashcards
What does the Physical Layer of the OSI model do?
It is responsible for the transmission and reception of raw data bits over a physical medium.
Name three types of cables used in the Physical Layer.
Ethernet cables, fiber optic cables, coaxial cables.
What devices operate at the Physical Layer?
Hubs, repeaters, and network interface cards (NICs).
What is the role of the Physical Layer in wireless communication?
It manages the transmission of signals over wireless media like Wi-Fi and Bluetooth.
What is the signal format in the Physical Layer?
Data is transmitted as electrical signals, light pulses, or radio waves.
What is the primary responsibility of the Data Link Layer?
It is responsible for error detection, frame synchronization, and flow control for reliable data transfer over a link.
Name two protocols used in the Data Link Layer.
Ethernet, PPP (Point-to-Point Protocol).
What does the MAC address refer to in the Data Link Layer?
It is a unique identifier assigned to a network interface card (NIC) used for communication on the Data Link Layer.
What is a frame in the context of the Data Link Layer?
A frame is a unit of data that includes both the payload and the necessary addressing information for data transmission.
What is CSMA/CD in the Data Link Layer?
CSMA/CD (Carrier Sense Multiple Access with Collision Detection) is a protocol for managing access to a shared communication medium to avoid collisions.
What is the main role of the Network Layer?
It is responsible for routing data between different networks and devices, ensuring it reaches the correct destination.
What protocol is most commonly associated with the Network Layer?
IP (Internet Protocol).
What is the difference between IPv4 and IPv6?
IPv4 uses 32-bit addresses, while IPv6 uses 128-bit addresses, allowing for a much larger address space.
Name a device that operates at the Network Layer.
Routers.
What is routing in the Network Layer?
Routing is the process of determining the optimal path for data to travel from the source to the destination across multiple networks.
What is the primary function of the Transport Layer?
It ensures reliable data transfer by providing error control, flow control, and data segmentation.
Name two common transport layer protocols.
TCP (Transmission Control Protocol) and UDP (User Datagram Protocol).
What is the difference between TCP and UDP?
TCP provides reliable, connection-oriented communication with error correction, while UDP is connectionless and faster but without error correction.
What are ports used for in the Transport Layer?
Ports are used to identify specific services or applications running on a device, such as HTTP (port 80) or HTTPS (port 443).
What is segmentation in the Transport Layer?
Segmentation is the process of breaking larger data into smaller packets, making it easier to transmit over the network.
What does the Session Layer manage?
It manages sessions between applications, including establishing, maintaining, and terminating communication sessions.
Name one protocol that operates at the Session Layer.
NetBIOS (Network Basic Input/Output System).
What is a session in networking?
A session is a temporary connection established between two devices for communication, typically lasting for the duration of a transfer or session.
How does the Session Layer manage session synchronization?
It uses checkpoints to synchronize the data transfer during long sessions.
What is the role of dialog control in the Session Layer?
Dialog control ensures that communication between devices is orderly, managing whether communication is full-duplex or half-duplex.
What is the function of the Presentation Layer?
It translates, encrypts, and compresses data to ensure it is in a format that the application can process.
Name two examples of data encoding schemes used in the Presentation Layer.
ASCII and EBCDIC.
What is SSL/TLS used for in the Presentation Layer?
SSL/TLS is used for securing communication by encrypting data between two devices.
What is the role of compression in the Presentation Layer?
Compression reduces the size of the data to save bandwidth and improve transmission speed.
Name one format used in the Presentation Layer to represent data.
XML (eXtensible Markup Language).
What is the main role of the Application Layer?
It provides network services directly to end users and applications, such as email, file transfer, and web browsing.
Name three protocols used in the Application Layer.
HTTP, FTP, SMTP.
What is the role of DNS (Domain Name System) in the Application Layer?
DNS translates domain names (like www.example.com) into IP addresses.
Are software applications (e.g., web browsers, email clients) part of the Application Layer?
No, they are not part of the Application Layer, but they depend on the protocols provided by the Application Layer for communication.
Name one example of an email client that relies on the Application Layer for communication.
Outlook or Thunderbird.
Which OSI layer does a Fiber Optic Cable belong to?
Physical Layer.
In which OSI layer do Hubs operate?
Physical Layer.
A Network Interface Card (NIC) operates at which OSI layer?
Physical Layer.
Which OSI layer does Bluetooth belong to?
Physical Layer.
A Repeater operates at which OSI layer?
Physical Layer.
Which OSI layer does the Ethernet protocol belong to?
Data Link Layer.
In which OSI layer does a Switch operate?
Data Link Layer.
What OSI layer does the MAC address work at?
Data Link Layer.
Which OSI layer does PPP (Point-to-Point Protocol) operate in?
Data Link Layer.
In which OSI layer does the ARP (Address Resolution Protocol) work?
Data Link Layer.
Which OSI layer does the Internet Protocol (IP) belong to?
Network Layer.
A Router operates at which OSI layer?
Network Layer.
Which OSI layer does the Routing Information Protocol (RIP) operate in?
Network Layer.
What OSI layer does the ICMP (Internet Control Message Protocol) belong to?
Network Layer.
Which OSI layer is responsible for IP address assignment?
Network Layer.
Which OSI layer does the TCP (Transmission Control Protocol) belong to?
Transport Layer.
A Load Balancer operates at which OSI layer?
Transport Layer.
Which OSI layer does the UDP (User Datagram Protocol) belong to?
Transport Layer.
What OSI layer does the SCTP (Stream Control Transmission Protocol) work at?
Transport Layer.
Which OSI layer is responsible for ensuring end-to-end communication between devices?
Transport Layer.
Which OSI layer does the NetBIOS protocol operate in?
Session Layer.
A Session Border Controller (SBC) works at which OSI layer?
Session Layer.
Which OSI layer manages the establishment, maintenance, and termination of communication sessions?
Session Layer.
Which OSI layer does the RPC (Remote Procedure Call) protocol work at?
Session Layer.
In which OSI layer does data synchronization between two devices occur?
Session Layer.
Which OSI layer does the SSL/TLS protocol operate in?
Presentation Layer.