Test 1 Flashcards
Prepare for Test
What is ISP?
Internet Service Provider
What is LAN?
Local Area Network
What is TCP/IP?
Transmission Control Protocol/Internet Protocol. A set of communication protocols developed by the U.S. Department of Defense that enables dissimilar computers to share information over a network.
What is OSI?
Open Systems Interconnect
What are the seven layers of the OSI model?
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical
What is ISO?
International Organization for Standardization
How many bits in a byte?
8 bits
How many bytes in a kilobyte?
1,000 bytes
How many bytes in a megabyte?
1 million
How many bytes in a gigabyte?
1 billion
What is the ASCII Table?
ASCII stands for American Standard Code for Information Interchange.
What is in the physical layer?
It defines hardware connections and turns binary into physical pulses (electrical or light). Repeaters and hubs operate at the physical layer.
What is a NIC?
Network Interface Card.Traditionally, an expansion card that enables a PC to link physically to a network. Modern computers now use built-in NIC’s, no longer requiring physical cards, but the term “NIC” is still very common.
What is the MAC address?
Media Access Control. The part of a NIC that remembers the NIC’s own MAC address and attaches that address to outgoing frames.
What is OUI?
Organizationally Unique Identifier, The first 24 bits of a MAC address, assigned to the NIC manufacturer by the IEEE.
What is IEEE?
Institue of Electronics and Electrical Engineers. The leading standards-setting group in the U.S.
What is ARP?
Address Resolution Protocol. A protocol in the TCP/IP suite used with the command-line utility of the same name to determine the MAC address that corresponds to a particular IP address.
What is topology?
The pattern of interconnections in a communications system among devices, nodes, and associated input and output stations. Also describes how computers connect to each other without regard to how they actually communicate.
What is a Ring Topology?
A network topology in which all the computers on the network attach to a central ring of cable.
What is a Bus Topology?
A network topology that uses a single bus cable that connects all of the computers in line. Bus topology networks must be terminated to prevent signal reflection.
What is a Mesh Topology?
Topology in which each computer has a direct or indirect connection to every other computer in a network. Any node on the network can forward traffic to other nodes. Popular in cellular and many wireless networks.
What is a Star Topology?
A network topology in which all computers in the network connect to a central wiring. (connected to a hub)
What is a Star Bus Topology?
A hybrid of the star and bus topologies that uses a physical star, where all nodes connect to a single wiring point such as a hub and a logical bus that maintains the Ethernet standards. One benefit of a star-bus topology is fault tolerance.
What is a Star-Ring Topology?
A hybrid of the Token Ring topology and the physical star.