CompTIA A+ Essentials 220-601: Networks
3For example, in a 100BaseTX model, the "100" indicates that the network can transmitdata at 100 Mbps. "Base" indicates that the network uses the baseband transmissionmethod — meaning only one signal is sent over the network medium at a time. "TX"indicates that a twisted-pair cable is used as the network medium. T can also indicatetwisted-pair cable, and F, FL, FX, LX, and SX indicate fiber optic cable. In the Ethernetstandards 10Base2 and 10Base5, the "2" indicates thinnet coaxial cable and "5" indicatesthicknet coaxial cable.Standard Ethernet implementations include 10Base2, 10Base5, 10BaseT, and 10BaseF.Fast Ethernet runs at a maximum of 100 Mbps; its implementations include 100BaseT,100BaseTX, and 100BaseFX. Gigabit Ethernet runs at a maximum of 1000 Mbps; itsimplementations include 1000BaseT, 1000BaseCX, and 1000BaseFX.
Token Ring
Token Ring networks can be of Type 1 or Type 3. Type 1 networks normally use STPcables and operate at 4 or 16 Mbps. Type 3 networks use UTP cables; they also operate at4 or 16 Mbps.
Network Protocols
A network is an interconnection of computers that use the same or different network protocols. A protocol is a set of rules that determine how computers communicate over anetwork. Protocols are grouped according to their functions.Some commonly-used protocols include:
•
TCP/IP
•
NWLINK IPX/SPX (Internetwork Packet Exchange/Sequence Packet Exchange)
•
NETBEUI/NetBIOS (NetBIOS Extended User Interface/Network BasicInput/Output System)
TCP/IP
TCP/IP is a standard set of rules used for communication in large networks. TCP/IP ismanaged through two different hierarchical structures. First is the IP address hierarchy,which uniquely identifies a host such as a computer, printer, or router in a network.Second is the TCP hierarchy, a transport-level protocol responsible for providing reliabledata delivery over the network.TCP/IP is included with Windows 9
x
, Windows ME, Windows NT, Windows 2000, andWindows XP. Communication over the Internet requires TCP/IP.Three major fields have to be configured for TCP/IP: the IP address, the subnet mask,and the default gateway. These are described on the pages that follow.
IP Addresses
An IP address is a 32-bit number that is a combination of four 8-bit numbers known asoctets. This 32-bit number is in the
abc.abc.abc.abc
format, where
abc
is a decimalnumber in the range of 0 to 255. An example of an IP address is
202.10.100.1
.A network administrator can assign an IP address manually, or a computer can beconfigured to attain its IP address automatically from a server on the network by usingthe Dynamic Host Configuration Protocol (DHCP).The subnet mask divides a large TCP/IP network into smaller networks. A subnet definesall computers that have a common network prefix. IP addresses have a network sectionthat identifies the network to which the computer belongs and a node section thatidentifies the network address of the computer. A network can be categorized intoclasses, with each class being allowed to use a defined set of IP addresses.
Add a Comment