20 - TCP/IP Stack: Network Layer Flashcards
1
Q
What is the Network Layer?
A
Responsible for routing packets across the Internet from the source host to the destination host
- IP makes no guarantees about packet delivery
2
Q
What is an IP address?
A
IPv4 addresses are actually 32-bit numbers in a dotted quad notation
- Use ipconfig in the shell to find your IP address
- IPv6 (128-bit number) system is being developed
3
Q
What is a Server Log?
A
Tracks IP addresses of those visiting sites on their servers, etc.
4
Q
What is a Router?
A
- Special hosts connected to multiple networks
- Operates at the Internet Layer
- Communicate with other routers using a routing protocol
- Routers only concerned with the “next hop”
5
Q
What is ICMP?
A
Internet Control Message Protocol
- Used by network devices (how routers talk to each other)
6
Q
What is a ping utility?
A
- Takes an IP address and sends an ICMP “echo request” packet to that address
- Waits for a response for a while, then tries again
- Useful for network reconnaissance
- Can be used nefariously, in a Denial of Service attack (DOS)