CCNA Flashcards
(135 cards)
What do OSI layers mean? How many layers does the OSI model have?
OSI (Open Systems Interconnection) reference model for a network architecture. It has 7 layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.
What is the Physical layer responsible for?
The Physical layer is responsible for the bit stream.
What is the Data Link layer responsible for?
The Data Link layer is responsible for moving frames from one hop (node) to the next (Hop-to-hop or node-to-node delivery).
What are the functions of the Data Link layer?
Framing, Physical Addressing (MAC Address), LLC sublayer, Hop-to-hop error & flow control.
What protocols are examples of the Data Link layer?
Examples include HDLC, PPP, and Ethernet Protocols.
What is the Network layer responsible for?
The Network layer is responsible for the delivery of individual packets from the source host to the destination host.
What logical addressing does the Network layer use?
It uses IPv4, IPv6, IPX, APPLETALK.
What is the Transport layer responsible for?
The Transport layer is responsible for providing reliable and efficient transport of packets (End-to-End).
What are examples of Transport layer protocols?
Examples include TCP (Transmission Control Protocol) and UDP (User Datagram Protocol).
What is the difference between TCP and UDP?
TCP is connection-oriented and ensures data integrity and order, while UDP is connectionless and does not guarantee delivery or order.
What does the Session layer do?
The Session layer provides services to the presentation layer to organize and manage data exchange.
What does the Presentation layer provide?
The Presentation layer provides common representation of the data transferred between application layer services.
What services does the Application layer provide?
Email services, web browsing services, file transfer services, remote access services, DNS, BOOTP, DHCP, and SNMP.
What is routing?
Routing is the process of finding a path on which data can pass from source to destination, done by routers.
What are the types of routes in routing?
Static Route, Default Route, and Dynamic Route.
What is Static Route ?
This route is also known as a non-adaptive route. It is either directly configured on an active interface of the router or manually added to the routing table by an administrator.
What is Default Route ?
In this, the router is configured to send all packets towards a single router, and it does not matter whether or not it belongs to a specific network. It is especially used when networks deal with a single exit point.
What is Dynamic Route ?
This route is also known as the adaptive route. It makes automatic adjustments of the routes as per the current state of the route in the routing table and also uses routing protocols to find network destinations.
What is Switching?
Switching enables interconnecting links to form a larger network, working at the Data Link layer.
traffic control
What is the advantage of using switches?
Switches efficiently forward data frames to the appropriate port instead of broadcasting on all ports.
What are the two types of IP addresses?
IPv4 and IPv6.
What does a Window mean in networking?
A Window refers to the number of segments allowed to be sent before an acknowledgment is received.
What causes network congestion?
Network congestion occurs when too many users try to use the same bandwidth.
What does the LLC sublayer do?
The LLC sublayer provides optional services to an application developer, including flow control and error correction.