Networks Exam Flashcards
(104 cards)
What does the OSI model stand for?
Open Systems Interconnection model.
How many layers are in the OSI model?
Seven layers.
What is the function of the Physical layer in OSI?
Deals with the physical transmission of data, including cables, switches, voltage levels.
What is the function of the Data Link layer?
Provides node-to-node data transfer and error detection/correction.
What is the function of the Network layer?
Handles routing, addressing, and packet forwarding.
What is the function of the Transport layer?
Ensures reliable data transfer between end systems.
What is the function of the Session layer?
Manages sessions and controls dialogues between computers.
What is the function of the Presentation layer?
Translates data between application and network formats, includes encryption and compression.
What is the function of the Application layer?
Provides network services directly to applications.
Which OSI layers are more application-focused?
Session, presentation and application
What is the difference between TCP and UDP?
TCP is connection-oriented and reliable, UDP is connectionless and faster but less reliable.
Which protocol is better for streaming video?
UDP
Which protocol ensures data arrives in order?
TCP
Which protocol is used for VoIP?
UDP
Why might you choose TCP over UDP?
When reliable delivery and error checking are needed.
What is IPv4?
A 32-bit address system for identifying devices on a network.
What is IPv6?
A 128-bit address system designed to replace IPv4.
Why was IPv6 introduced?
To accommodate the growing number of internet-connected devices.
What is a subnet?
A logical subdivision of an IP network.
Which version of IP supports more devices?
IPv6
What is an example of an IPv4 address?
192.168.1.1
What is CSMA/CD?
A network protocol that helps control how data is transmitted in Ethernet networks.
What is SIP used for?
Session Initiation Protocol is used to start, maintain, and terminate real-time sessions like VoIP.
What is SMTP?
Simple Mail Transfer Protocol, used for sending emails.