Internet Basics 1 Flashcards
What is an internetwork?
- Many networks interconnected, however provide the illusion of having a single network.
Each network in an internetwork has its own what?
addressing and routing mechanism.
To cross from one network to another, in an internetwork, you need an…
additional layer of software to glue everything together.
What are the Internetwork Properties?
- You can send a message from any host to any other host in the internetwork(via intermediate routers).
- Has is own addressing mechanism and routing mechanism.
- scales to global connectivity.
What are the Individual Network Properties?
- Must be able to transfer messages between any two nodes in the network.
- Preferably must support broadcast.
What is in the Internet Protocol (IP) Service Model?
- Provides global name (and address) space
2. Provides datagram service to the transport layer(TCP, UDP).
What is specifically not in the IP Service Model?
Delivery guarantees on bandwidth, delay or loss.
What are theIP Delivery failure modes?
- Packet delayed for a very long time.
- Packer loss.
- Packet delivered more than once.
- Packets delivered out of order.
What are the IPv4 Address Model Properties?
- 32-bit address
- Hierarchical - unique network ID and unique host ID is unique with in the network.
- An IP address points to a unique network adaptor.
IP addresses have ______ to do with the particular network addresses
nothing
Ethernet addresses are….
typically hardcoded in the hardware of your machine.
Internet domain name to IP address is performed by which Service?
Domain Name Service.
Translation from IP address to the physical address is done via which Protocol?
Address Resolution Protocol (ARP)
Why is, a Fixed Table Option for IP to Physical Address Translation Design to maintain a central repository and distribute to hosts, not a good idea?
It creates a bottleneck for queries and updates.
Why is, a Hard-coded Option for IP to Physical Address Translation Design to encode the physical address in the IP address not a good idea?
It makes it impossible to associate IP address with topology (routing becomes to difficult).
Why is have a automatically generated table built by ARP at each host a good idea for IP to Physical Address Translation Design?
It removes unused entries?
Where is ARP in the protocol stack?
In-between IP and the Physical Networks.
What happens for an ARP-REQUEST?
The ARP-REQUEST is encapsulated into a physical network frame.
All machines in the physical network receive the ARP-REQUEST and learn the learn the sender physical network address.
Only the target IP address responds.
If no reply, retransmit request with exponentially increasing interval.
What is in the ARP header?
- Sender IP address field
- sender physical network address field.
- target IP address field.
- target physical network address field.