CompTIA A+ Cert. Exam Guide Ch. 5 Flashcards
What is a resource?
Anything one computer might share with another computer
What three things must a network have to share and access resources?
- Something that defines and standardizes the design and operation of cabling, network cards, and the interconnection of multiple computers
- An addressing method that enables clients to find servers and enables servers to send data to clients, no matter the size of the network
- Some method of sharing resources and accessing those shared resources
On a network, what is a client?
The user’s machine; the machine requesting access to a resource
On a network, what is a server?
The machine hosting the resource
What are the two most famous web server programs?
Apache HTTP Server and Internet Information Server (IIS)
What piece of hardware does a client/server machine need to function on a network?
Network Interface Card or
Network Interface Controller (NIC)
What is a Network Topology?
A network’s topology describes the way that computers connect to each other in that network.
Wat are the most common types of network topologies?
Bus, Ring, Star, and Mesh
Logical Topology
How the network is laid out on paper
Physical Topology
How the network is laid out physically
Bus Topology
All computers connect to the network via a main line called a bus cable. Each computer on the network connects to the bus cable.
Ring Topology
All computers attach to a central ring of cable
Star Topology
The computers connect to a central wiring point called a switch or hub
Mesh Topology
Each computer has a dedicated line to every other computer
What is a Network Technology?
A practical application of a topology and other critical standards to provide a method to get data from one computer to another on a network. It defines multiple aspects of a network, including the topology, frame type, cabling, and connectors.
What is a MAC address?
Media Access Control address; a MAC address is a unique address used to identify a specific NIC; A MAC address is a binary number consisting of 48 bits allowing for more than 281 trillion possible combinations.
What is Hexadecimal?
Shorthand used to represent binary; refer to the binary key
Binary key:
0 = 0000 9 = 1001 1 = 0001 A = 1010 2 = 0010 B = 1011 3 = 0011 C = 1100 4 = 0100 D = 1101 5 = 0101 E = 1110 6 = 0110 F = 1111 7 = 0111 8 = 1000
What information does a frame contain?
- The recipient’s MAC address
- The sender’s MAC address
- The data
- Error checking method (e.g., CRC)
What is CRC?
Cyclic Redundancy Check; it is a method of checking the received data of a frame for errors
How fast is 10BaseT?
10 Mbps
How fast is 100BaseT?
100 Mbps
How fast is 1000BaseT?
AKA Gigabit Ethernet; 1000 Mbps of 1 Gbps
What is a star bus network topology?
A network in which a switch is used. The switch utilizes the bus topology internally and the computers connect to the switch utilizing the star topology.