Ch. 5 Visible Networks Flashcards
What are the two most popular Web server programs?
- Apache HTTP Server
* Internet Information Server (IIS)
Client
The computer asking for a resource on a network; typically the user’s computer
Server
The computer that provides a resource on a network; this is typically an application or information
Resource
A file or application shared on a network by a server
What 3 things must a network have for the sharing and access of 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
What are the 4 most popular network topologies?
- Bus
- Ring
- Star
- Mesh
Bus network topology
All computers connect to the network via a main line called a bus cable
Ring network topology
All computers on the network attach to a central ring of cable
Star network topology
Computers on the network connect to a central wiring point, called a switch
Mesh network topology
Every computer has a dedicated line to every other computer on the network
Logical Topology
The network plan laid out on paper
Physical Topology
The actual layout of one’s network
Network Topology
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
MAC Address
Media Access Control Address; a 48-bit unique identifier assigned to every network card/controller.
For simplicity, MAC addresses are displayed in hexadecimal (0-9 and A-F)
Hexadecimal
A type of shorthand for binary. It uses the digits 0-9 and letters A-F.
0 = 0000 1 = 0001 2 = 0010 3 = 0011 4 = 0100 5 = 0101 6 = 0110 7 = 0111 8 = 1000 9 = 1001 A = 1010 B = 1011 C = 1100 D = 1101 E = 1110 F = 1111
What 4 things do all network frames contain?
- The MAC address of the receiving NIC
- The MAC address of the sending NIC
- The data being sent
- A type of error correction code
Name the three Ethernet speeds
- 10BaseT - 10 Mbps
- 100BaseT - 100 Mbps
- 1000BaseT - 1000 Mbps/ 1 Gbps (Gigabit Ethernet)
Segment
The connection between a computer and a switch
What are the differences between a switch and a hub?
- A switch pushes packets only to the intended computer whereas a hub pushes them to all connected computers
- A switch allows each computer to take advantage of full bandwidth whereas a hub forces all machines to share the available bandwidth
UTP Cabling
Unshielded Twisted Pair; The specifies cabling for 10/100/1000 BaseT. UTP cabling uses AWG 22-26 guage wiring. Each wire is individually insulated and encased as a group into a common jacket.