Chapter 1 -Internetworking Basics Flashcards
What is a MAC address
Also known as a hardware address, it is burned right into the NIC.
Network Segmentation
Breaking up a really big network into a number of smaller ones.
Done by using bridges, switches and routers.
What are some common causes of LAN traffic congestion?
- Too many hosts in a broadcast or collision domain.
- Broadcast storms.
- Too much multicast traffic.
- Low bandwidth.
- Adding hubs for connectivity to the network.
Hubs
Connect network segments together.
Inexpensive way to connect a couple of PC’s together.
Can contribute to congestion on Ethernet network.
Routers
- Connect networks together.
- Route packets of data from one network to another.
- Breakup broadcast domains by default.
Broadcast Domain
The set of all devices on a network segment that hear all the broadcasts sent on that segment.
What are the two advantages of routers in a network?
- They don’t forward broadcasts by default.
2. They can filter the network based on Layer 3 (Network Layer) information such as IP address.
What are the four router functions in a network?
- Packet switching
- Packet filtering
- Internetworking communication
- Path selection
Internetworking
When routers connect two or more networks and use logical IP addressing.
Routing Table Map
Used by routers to make path selections and to forward packets to remote networks.
Switches
Used to add functionality to a network LAN.
Make LANs work better - to optimize it performance - providing more bandwidth for the LAN users.
Breakup collision domains by default.
Collision Domain
An Ethernet term used to describe a network scenario wherein one particular device sends a packet on a network segment at the same time another device on a network sends one. at his results in a collision forcing both devices to retransmit at different times.
Bridging
Reduces collisions within a broadcast domain.
Increases number of collision domains on a network.
Provides more bandwidth for users.
What are some advantages of using the OSI model?
- It divides the network communication process into smaller and simpler components, this aids in component development, design and troubleshooting.
- It allows multiple-vendor development through standardization of network components.
- It encourages industry standardization by defining what functions occur at each layer of the model.
- It allows various types of network hardware and software to communicate.
- It prevents changes in one layer from affecting other layers so development is not hampered.
What is the purpose of the upper layers of the OSI?
The top three layers define how the applications within the end stations will communicate with each other and with the end user.