MIDTERM Flashcards
What is a SOHO?
Small Office Home Office Network
What is media with a network?
Physical medium on which the data signal travels.
e.g. copper wire, fiber-optic, electromagnetic waves
What are the three common methods of signal transmission in networks?
- Electrical
- Optical
- Wireless
What is bandwidth?
The measurement of the theoretical speed at which data can be delivered across media
How is bandwidth typically measured?
Bits per second
What is throughput?
A measure of the actual transfer of bits across media.
What is a host?
Any computer connected to a network
What is a server?
A host that provides information to other hosts
What is a client?
A host that requests information from a server
What are the 3 categories of hardware components?
- Intermediate devices
- End devices
- Network Media
What is a peer-to-peer network?
When computers on a network act as both client and server
What does ping do?
Measures the time it takes for a message to make a round trip from the source of the ping to the destination
What does traceroute do?
Shows the route a message takes from source to destination
What is each network that traceroute travels to?
A hop
What is the GSM network?
Global System for Mobile Communications
What hardware must an end-user device have in order to connect to a network?
Network Interface Card
What is an NIC?
Network Interface Card
What does an IP address do?
Identify the host on a network
What does a subnet mask do?
Identifies the network on which the host is connected?
What is the default gateway?
Identifies the networking device that the host uses to access the internet
What is DHCP?
Dynamic Host Configuration Protocol
What are the 4 main criteria when considering network media?
- Distance
- Environment
- Amount of data
- Cost
What is the most commonly used media?
Twisted-Pair cable
What kind of cable is ethernet?
Twisted-pair
What is copper cable sensitive to?
Electromagnetic Interference (EMI)
What is crosstalk?
Interference from cables bundled together for long lengths
What are the three elements of all communication methods?
- Message Source (Sender)
- Destination (Receiver)
- Transmission Medium (Channel)
What are the layers of the TCP/IP model?
4 - Application
3 - Transport
2 - Internet
1 - Network Access
What is the internet model?
The TCP/IP model
What are the layers of the OSI model?
7 - Application
6 - Presentation
5 - Session
4 - Transport
3 - Network
2 - Data Link
1 - Physical
Which layer of the OSI model is responsible for IP addressing and routing?
3 - Network
Which layer of the OSI model encodes the data bits for transmission?
1 - Physical layer
What layers of the OSI model does the ethernet protocol operate at?
1 - Physical
2 - Data Link
What is a MAC?
Media Access Control Address
What is another way of saying MAC address?
Physical Address
What is a message encapsulated to with the ethernet protocol?
A Frame
What is included in an ethernet frame?
- Preamble
- Start Frame Delimiter
- Destination MAC
- Source MAC
- Length/type
- Data
- Frame check sequence