Computer Network
Computer Network
Short Question
Communication between a computer and a keyboard
involves______________ transmission.
→ Simplex
Define protocol.
→A set of rules and conventions used to enable communication between
devices in a network.
Define Ethernet.
→A networking technology for local area networks (LANs) that defines
wiring, signaling standards, and data transmission methods.
Define Routing.
→The process of determining the best path for data packets to travel
across a network from source to destination.
What is Internetworking?
→Connecting multiple networks to form a single large network using
routers and gateways.
Computer Networks
→ The third octet (301) is invalid because the range for each octet in
IPv4 is 0–255.
Long Question
Star Topology
In this topology, all devices are connected to a central hub or switch.
• Advantages: Easy to manage, fault isolation, and scalable.
• Disadvantages: Failure of the hub causes the entire network to
fail.
Ring Topology
In this topology, each node is connected to two other nodes, forming a
closed loop.
• Advantages: Simple to implement, predictable performance.
• Disadvantages: Failure in any node disrupts the entire network.
CB84000D001C001C
- Bridge
Connects and filters traffic between two network segments.
Operates at the data link layer.
- Switch
Smart device that forwards data only to the intended recipient
using MAC addresses. Operates at the data link layer.
Computer Networks
- Router
Connects different networks and forwards data packets based on
IP addresses. Operates at the network layer.
- Gateway
Acts as a translator between two different network protocols, e.g.,
converting IPX to TCP/IP. Operates at multiple layers as needed.