Unit 1 Flashcards
(31 cards)
What is a computer network?
A computer network is a collection of interconnected devices that communicate with each other to share resources and data.
What are the main types of computer networks?
LAN, MAN, WAN, PAN, WLAN.
What is the difference between LAN and WAN?
LAN covers a small area (like a home or office), while WAN spans large geographical areas (like the internet).
What is a network topology?
The physical or logical arrangement of network devices.
Name five common network topologies.
Bus
Star
Ring
Mesh
Hybrid
What is a protocol in networking?
A set of rules that govern data transmission between devices.
What are the main functions of a router?
Forwarding data packets
Network traffic management
Connecting different networks
What is the OSI model?
A seven-layer framework for network communication.
What does the Physical Layer do?
Transmits raw binary data over a physical medium.
What is the role of the Data Link Layer?
Handles MAC addressing, error detection, and frame synchronization.
What is the function of the Network Layer?
Routing and IP addressing.
Which protocols work at the Transport Layer?
TCP
UDP
What is the role of the Session Layer?
Manages and controls communication sessions.
What does the Presentation Layer do?
Data translation, encryption, and compression.
What are examples of Application Layer protocols?
HTTP
FTP
SMTP
DNS
What are the four layers of the TCP/IP model?
Network Interface
Internet
Transport
Application
What is the main difference between OSI and TCP/IP models?
OSI has 7 layers, while TCP/IP has 4 layers and is more practical.
What protocol is used for reliable communication in TCP/IP?
TCP (Transmission Control Protocol).
What is the main advantage of UDP over TCP?
Faster transmission without error checking.
What is an IP address?
A unique numerical identifier for devices in a network.
What is the purpose of the Internet Layer in TCP/IP?
Handles logical addressing and packet routing.
What is a switch in networking?
A device that forwards data only to the intended recipient in a LAN.
What is the difference between a hub and a switch?
A hub broadcasts data to all devices, while a switch directs data to specific devices.