? Computer Networks Unit 3
? Computer Networks Unit 3
1. Point-to-Point Networks
Definition:
A point-to-point network connects exactly two nodes (devices) directly using a dedicated
communication link.
2. Logical Addressing
Definition:
Logical addressing is used to uniquely identify each device on a network. The most common logical
address is the IP address (Internet Protocol address).
Why Needed?
Physical (MAC) addresses are fixed to hardware, while logical addresses (IP) help in identifying
location in the network.
a. IP (Internet Protocol)
Definition:
IP is a network layer protocol used to deliver packets from the source to destination across multiple
networks.
Types:
Definition:
CIDR is a method for efficient IP address allocation and route summarization. It replaces classful
addressing.
Definition:
ARP maps IP addresses to MAC addresses.
Use: When a host knows IP but needs to find the corresponding MAC address to send the data.
Definition:
RARP maps MAC addresses to IP addresses.
Use: Useful for diskless computers that know their MAC but need IP during boot.
Definition:
DHCP dynamically assigns IP addresses to devices on a network.
Process (DORA):
1. Discover
2. Offer
3. Request
4. Acknowledge
Definition:
ICMP is used for error reporting and diagnostics in IP networks.
a. Routing
Definition:
The process of selecting the best path for data to travel from source to destination.
Routing Table: Maintains available paths and their costs.
b. Forwarding
Definition:
Refers to the actual process of sending a packet from the router to the next hop based on routing
table.
c. Delivery Types:
• Direct Delivery: When sender and receiver are on the same network.
css
CopyEdit
↑ ↑
Routing Forwarding
a. Static Routing
Definition:
Manual configuration of routing tables by network admin.
b. Dynamic Routing
Definition:
Routers automatically learn/update routes using routing algorithms and protocols.
less
CopyEdit
Distance Vector:
Link State:
c. Load Shedding
8. IPv6
Definition:
IPv6 is the next-generation Internet Protocol designed to replace IPv4.
Features of IPv6:
• Simplified header
• Auto-configuration of IP addresses
arduino
CopyEdit