• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/23

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

23 Cards in this Set

  • Front
  • Back
NIC (Network Interface Card) Components
Includes a unique data link layer address (called a MAC address), placed in them by their manufacturer
Includes a socket allowing computers to be connected to the network
Organizes data into frames and then sends them out on the network
NIC
Network Interface Card - Contains physical and data link layer protocols
Network Cable Types
-Untwisted wire pairs (UTP) – leading LAN cable type
-Shielded twisted pair (STP)
-Coaxial cable – heavy, not flexible
-Optical fiber – high capacity
Hubs
-Act as junction box linker
-Sold w/ 4, 8, 16 or 24 ports
-Can connect various cable types, such as UTP and coax.
-Repeat (reconstruct and strengthen) incoming signals
-Extends LAN segment distance
NOS
Network Operating System:
-Enables servers to operate
-Performs data link, network, and application layer functions
-Acts as the application software by executing and responding to the requests sent to them by clients
-Optimized
NOS Directory Service
-Information on LAN resources
-Active Directory Service (ADS), or Domain Name Server (DNS)
-Resources organized into a tree, each branch contains a domain (a group of resources)
A domain has a server (domain controller)
-Responsible for resolving address information
-Responsible for managing authorization
-Uses Lightweight Directory Acess Protocol (LDAP) to interact with client computers
Ethernet (IEEE 802.3)
-Used by almost all LANs today
-Developed by: Digital Equipment Corp., Intel and Xerox
Logical Topology
-How the network works conceptually
-Like a logical data flow diagram (DFD) or
-Like a logical entity relation diagram (ERD)
Physical Topology
-How network is physically installed
-Like physical DFD or physical ERD
MAC (Media Access Control)
-Contention-based protocol called CSMA/CD (Carrier Sense Multiple Access / Collision Detect)
-Frames can be sent by two computers on the same network at the same time
-They will collide and become garbled
-Can be termed as “ordered chaos”
-Tolerates, rather than avoids, collisions
CSMA/CD
Carrier Sense (CS):
Listen to the bus to see if another computer is transmitting before sending anything
Transmit when no one is transmitting
Multiple Access (MA):
All computers have access to the network medium
Collision Detect (CD):
Declared when any signal other than its own detected
If a collision is detected
To avoid a collision, wait a random amount of time and then resend message
Swithced Ethernet Topology
Uses switches (not hubs)
Support small # of computers
-Group of point-to-point circuits
-No sharing of circuits
-Logical and physical topology becomes a star via switch
-Reads destination address of frame and sends to specific port
Modes of Swith Operations
-Cut through switching
-Store and forward switching
-Fragment free switching
Cut through switching
-Read destination address and start transmitting
-Without waiting for the entire message is received
-Low latency; but may waste capacity (errorred messages)
-Only on the same speed incoming and outgoing circuits
Store and forward switching
-Wait until the whole message is received, perform error control, and then transmit it
-Less wasted capacity; slower network
-Circuit speeds may be different
Fragment free switching
-Read the first 64 byte segment (contains the header)
-Perform error check, if it is okay then start transmitting
-Compromise between previous two modes
Shared Ethernet 802.3
Capable of using about only 50% of capacity (10BaseT) before collisions become a problem
Switched Ethernet
Runs at up to 90% capacity on 100Base-T
Finding Network Bottlenecks
Check the server utilization during poor performance
-If high >60%, then the server is the bottleneck
-If low <40%, then the network circuit is the bottleneck
-If between 40% - 60%, both the server and circuits are the bottlenecks
Improve Server Performance-HW
-Add a second server
-Upgrade the server’s CPU
-Increase its memory space
-Add more hard disks
-Add a second NIC to the server
Improve Network Perormance-SW
-Choose a faster NOS
-Fine tune network and NOS parameters such as
--Amount of memory used for disk cache
--Number of simultaneously open files
--Amount of buffer space
Improve Network Performance-disk
-Disk reads are the slowest task the server needs to do
-Consider Redundant Array of Inexpensive Disks (RAID)
--Improve performance and increase reliability
LAN Performance Strategies
Increase Server Performance
Increase Circuit Capacity
Reduce Network Demand