Networking Flashcards
- Can you tell me the names of layers in the OSI Networking Model?
- Physical layer
- Data link Layer
- Network Layer
- Transport Layer
- Session Layer
- Presentation layer
- Application layer
- What is difference between Straight-through and Crossover Cable?
When you connect two devices of different types together, you use a straight through cable.
When you connect two devices of the same type together, you use a crossover cable.
All cables are straight through if you insert a network device between two devices of the same kind.
- If I wanted to connect a PC directly to another PC which cable would I use?
Ethernet cable.
- How many wires/pairs of RJ-45 cable are used according to 100Base-TX standard?
4 wires and 2 pairs.
- What is difference between switching and routing?
Routing works at the network layer and is responsible to find the shortest path for a packet where as a switch connects devices within a network.
Routers connect devices across multiple networks.
- Do you know what the name is for the physical address of network equipment?
MAC address.
Media Access Control
- How would you explain what a subnet is?
It’s a network within a network, subnets make networks more efficient as the traffic can pass through unnescessary routers to reach it’s destination.
- How do make 2 hosts on different subnets talk to each over?
You need to set the gateway address on each router to other subnets server address.
- What is a Gateway?
A networking device that acts as a gate between two networks
- What is TFTP?
Trival File Transfer Protocol
- What is the difference between TCP and UDP? When would you use TCP or UDP?
TCP corrects for errors during data flow and makes sure there are no dropped packets.
Example e-mail. (slower speed)
UDP does not error correct during data flow.
Example online video games, voice calls. (faster speed)
- What is the ARP protocol?
Address Resolution Protocol
Is a communication protocol used for discovering the link layer address such as a MAC address.
- Can you describe the OSPF protocol?
Open Shortest Path First
Is a routing protocol for Internet Protocol networks. It uses a link state routing algorithm and falls into the group of interior gateway protocols, operating within a single autonomous system.
- On a Cisco device what is the difference between the running-config and startup config?
Running config is stored on RAM.
Startup-config is stored on ROM.
- Can you explain shortly what DNS is and how it works?
The Domain Name System is a hierarchical and decentralized naming system for computers, services, or other resources connected to the Internet or a private network. It associates various information with domain names assigned to each of the participating entities.