2.7 Explain basic networking concepts
📘CompTIA ITF+ (FC0-U61)
1. What is Network Communication?
Network communication is how computers, servers, and other devices share information with each other over a network. Networks can connect devices locally (like within an office) or globally (like across the internet).
Key points for the exam:
- Devices need IP addresses to identify each other.
- Communication follows rules called protocols, which define how data is sent and received.
2. Packet Transmission
Data sent over a network is broken into small units called packets. Each packet contains:
- Data – the actual information being sent (like part of an email or a web page).
- Source IP – the address of the sender.
- Destination IP – the address of the receiver.
- Other information – error checking, order number, etc.
How it works:
- A large file or message is split into packets.
- Packets travel across the network, possibly taking different routes.
- At the destination, packets are reassembled in the correct order.
Important for the exam:
- Packet switching allows efficient use of network paths.
- Protocols like TCP/IP ensure packets arrive correctly.
- If a packet is lost or corrupted, the protocol can request it again.
DNS – Domain Name System
1. What is DNS?
DNS is like the internet’s phonebook. It translates human-readable names (URLs) into IP addresses that computers can use.
Example in IT terms (not a real-life analogy):
- You want to access
www.example.com. - Your computer asks a DNS server: “What is the IP address of
www.example.com?” - The DNS server replies with
93.184.216.34. - Your computer then uses this IP to communicate with the server.
Key exam points:
- DNS = URL-to-IP translation.
- Without DNS, you would need to type numeric IP addresses to access websites or servers.
- DNS uses caching, which temporarily stores IP addresses for faster access next time.
LAN vs WAN
1. LAN – Local Area Network
- Covers a small area, like a building or office.
- Devices in a LAN share resources like files, printers, and internet access.
- LANs often use Ethernet cables or Wi-Fi.
- Managed by local administrators.
Example in IT:
- An office has 20 computers connected to the same LAN. They can share a network printer and access a local server.
2. WAN – Wide Area Network
- Covers a large area, such as multiple cities or countries.
- Connects multiple LANs together.
- Often uses public networks like the internet.
- Managed by service providers or network administrators.
Example in IT:
- A company has offices in three cities. Each office has its own LAN. The WAN connects these LANs so employees can access centralized company servers.
Key exam points:
| Feature | LAN | WAN |
|---|---|---|
| Area | Small (building/office) | Large (city, country) |
| Speed | High | Lower than LAN |
| Ownership | Private | Can involve ISPs |
| Connection Type | Ethernet, Wi-Fi | Internet, leased lines |
✅ Summary for Exam
- Network communication: Devices share data using protocols; data travels in packets.
- Packet transmission: Data is split into packets, sent across the network, and reassembled.
- DNS: Converts URLs into IP addresses so computers can communicate.
- LAN: Small, fast, local networks.
- WAN: Large networks connecting multiple LANs over long distances.
These are the essential points for the 2.7 section of the exam.
