Summer exam Networks Flashcards
(150 cards)
What are the five main components of a data communication system?
Sender, Receiver, Message, Transmission Medium, and Protocol.
What is a computer network?
A system connecting two or more autonomous computers for data exchange via transmission media.
List one major advantage and one disadvantage of computer networks.
Advantage: Resource sharing. Disadvantage: Security risks like data theft.
What are the three modes of data flow?
Simplex, Half-duplex, and Full-duplex.
What is the difference between point-to-point and multipoint connection?
Point-to-point is a dedicated link between two devices; multipoint shares one link among multiple devices.
Define network topology.
The physical and logical layout of a network, describing how devices are connected.
List four types of network topologies.
Bus, Ring, Star, and Mesh topologies.
Which network topology is most commonly used in modern installations?
Star topology.
What are PAN, LAN, MAN, and WAN?
Types of networks based on scale: Personal Area Network, Local Area Network, Metropolitan Area Network, Wide Area Network.
Which topology offers the highest fault tolerance and redundancy?
Mesh topology.
Give one example of a PAN device.
Bluetooth-enabled mouse or wireless printer.
What is internetworking?
Connecting multiple networks together to form a larger network like the Internet.
What are packet switches and what do they do?
Devices like routers and switches that forward data packets in a network.
Name three real-world applications/devices that use Internet connectivity.
Internet refrigerator, IP picture frame, Amazon Echo.
Which communication mode allows simultaneous transmission and reception?
Full-duplex mode.
What are protocols in networking?
Rules followed in network communication systems, such as HTTP, FTP, SSL, etc.
What are the key elements of a protocol?
Syntax, semantics, and timing.
Why is a standardized protocol important?
To promote interoperability among different vendor equipment.
What is the purpose of layering in network architecture?
To manage complexity and allow abstraction and modular design of network systems.
Name the seven layers of the OSI model.
Application, Presentation, Session, Transport, Network, Data Link, Physical.
Which OSI layer is responsible for reliable process-to-process delivery?
Transport Layer.
What is the main function of the network layer in the OSI model?
Routing and logical addressing for packet delivery from source to destination.
What is the difference between the OSI and TCP/IP model?
OSI has 7 layers; TCP/IP has 5 layers and is the de facto standard used on the Internet.
Which TCP/IP layer corresponds to the physical transmission of bits?
Physical layer.