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.
What are the UTP cable categories?
- CAT 1
- CAT 3
- CAT 5
- CAT 5e
- CAT 6
- CAT 6a
CAT 1 cable
Standard telephone line
CAT 3 cable
Designed for 10-Mbps networks; a variant uses all four pairs of wires supported 100-Mbps speeds
CAT 5 cable
Designed for 100-Mbps networks
CAT 5e cable
Enhanced to handle 1000-Mbps networks
CAT 6 cable
Supports 1000-Mbps networks at 100-meter segments; 10-Gbos networks up to 55-meter segments
CAT 6a cable
Supports 10-Gbps networks at 100 meter segments
STP Cabling
Shielded Twisted Pair; The same as UTP but with shielding to protect against EMI.
What is the Plenum space?
The space in the ceiling, under the floors, and in the walls through which cable is run
When and why should one choose Plenum grade cabling vs. PVC?
Plenum cabling should be used when cable is run through plenum spaces. Plenum is preferred over PVC and plastic jackets because the latter two produce noxious fumes when they get hot.
Node
Any device that as a network connection
What is a network protocol?
A piece of software that takes incoming data received by the NIC, keeps it organized, hands it to the application that needs it, and then takes outgoing data from the application and hands it to the NIC to be sent out over the network
NetBIOS
Networked Basic Input/Output System
What is a network broadcast?
Data sent over the network to address FF:FF:FF:FF:FF:FF; in other words, the data is sent to every node on the network
LAN
Local Area Network; A LAN is a locally connected group of computers no more than a few hundred meters apart. They are typically housed in the same building. A LAN is typically also a broadcast domain, meaning every node can potentially hear what is broadcast by any other node on the network.
WAN
Wide Area Network; A widespread group of computers connected using long-distance technologies. A WAN typically consists of several LANs connected over a long distance. The distance can be as small as several buildings in a complex or as large as in different countries.
TCP/IP
Transmission Control Protocol/Internet Protocol; The network protocol on which the internet, and most networking, is based. TCP takes care of data transfer between computers and IP takes care of addresses.
IP address
A unique identification number assigned tp every node on the network. It consists of four octets ranging from 0 to 255 in dotted-decimal notation.
A typical IP is 192.168.1.100
Two parts of the IP address
- Network ID - the portion of the IP address that identifies the network and is the same for all nodes on the network.
- Host ID - the portion of the address assigned to identify the node
How do you tell which portion of the IP address is the Network ID?
The Subnet Mask will have a 255 in the octet for that portion of the IP address. (e.g., for IP address 192.168.10.15 with a subnet mask of 255.255.248.0, 192.168 is the network ID.)
Dotted Decimal Notation
The format in which IP addresses are written with 4 octets divided by decimal points. xxx.xxx.xxx.xxx
Subnet Mask
A series of 4 octets expressed in dotted decimal format used to indicate the network ID and host ID portion of an IP address. For example: 255.255.255.0. A zero in the subnet mask indicates the part of the IP address known as the host ID.
A subnet mask can be noted in shorthand at the end of an IP address range as follows: 192.168.14.1-14 /24
- 0.0.0 = /8
- 255.0.0 = /16
- 255.255.0 = /24
Router
A device that has at least two IP addresses: one to connect to your LAN’s switch, and on to connect to the internet/other network
Default gateway
The IP address of your router on your LAN used to send data to locations outside of your network
DNS
Domain Name Service/System; DNS fascilitates the use of user friendly website names rather than IP addresses. (e.g., www.google.com instead of 64.233.176.106)
Top-level Domain
.com, .net, .gov, .edu, etc.
ICANN
Internet Corporation for Assigned Names and Numbers
DHCP
Dynamic Host Configuration Protocol; A service to automatically assign IP addresses to nodes on that connect to your network
3 categories of networks:
- Workgroups
- Domains
- Homegroups
What is the default network assigned to Windows machines?
A workgroup called Workgroup
What are the three folder permissions levels for workgroups?
- Read - The user can see what is in the folder but not save anything to it
- Read/Write - The user can see what is in the folder and save new items to the folder
- Owner - The user can see what is in the folder, save new items to the folder, and change permissions to the folder