• 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/26

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;

26 Cards in this Set

  • Front
  • Back
What does a hub do?
• A hub provides a central connection for multiple media segments on the same subnet. The hub repeats a signal received on one port out all other ports. Hubs operate in half-duplex mode because the path between devices is shared, meaning that devices can only send when no other devices are sending data.
What does a switch do?
• A switch provides a central connection for multiple media segments on the same subnet. The switch receives a signal on one port, and forwards that signal only to the port where the destination device is connected.

o Switches use the MAC address to send frames to the destination device.

o Switches can operate in full duplex mode where a device uses a different channel for sending and receiving, and where the transmission paths are dedicated to only the communicating devices.

o When possible, use switches instead of hubs
What does a router do?
• A router connects two network segments that have a different subnet address.
○ A router has multiple network connections, with each connection being on a different subnet.
○ Routers use the IP address within a packet to move packets between networks.
What does a bridge do?
• A bridge connects two segments within the same subnet that use different media types. For example, use a bridge to connect wireless clients to wired clients on the same network.
What are the Ethernet standards that identify the transmission speed and the cable type?
• Data transfer rates are between10 Mbps (older Ethernet networks) to up to 10 Gbps. 100 and 1000 Mbps are the most common for desktop computers.
• The letter T identifies twisted pair cables; the letters F, S, L, and E are used for fiber optic.
What are the minimum categories of twisted pair of cables?
• 10BaseT requires Cat3 or higher.

• 100BaseTX and 1000BaseT require Cat5 or higher.

• 10GBaseT requires Cat5e or higher.
What does ipconfig do?
Ipconfig displays IP configuration information for network adapters. Use the ipconfig command as follows:

• Use ipconfig to view IP address, subnet mask, and default gateway configuration.

• Use ipconfig /all to view detailed configuration information including the MAC address and the DHCP server used for configuration.

• Use ipconfig /release to release the IP configuration information obtained from the DHCP server.

• Use ipconfig /renew to request new IP configuration information from the DHCP server.
What does ping do?
Ping sends an ICMP echo request/reply packet to a remote host. A response from the remote host indicates that both hosts are correctly configured and a connection exists between them.
You can ping a host by IP address or use the DNS name. When the DNS name is used, the computer must look up the corresponding IP address before performing the ping test.

• Use the -a switch to look up the hostname from a given IP address.

• Use the -t switch to do a continuous ping test. Use Ctrl + C to stop sending ping tests.

• Use the -l switch to configure the packet payload size to use in the test. With this test, you can identify when packets above a certain size are being lost.
What does tracert do?
Like ping, tracert tests connectivity between devices, but as it does so it shows the path between the two devices. Responses from each hop on the route are measured three times to provide an accurate representation of how long the packet takes to reach, and be returned by that host.

• On a Windows system, use the tracert command.

• On most other systems, use the traceroute command.
What does nslookup do?
slookup resolves (looks up) the IP address of a host name. It also displays other name resolution-related information such as the DNS server used for the lookup request.
What does netstat do?
Netstat shows IP-related statistics including:

• Current connections

• Incoming and outgoing connections

• Active sessions, ports, and sockets

• The local routing table
What does Telnet or SSH
do?
Both Telnet and SSH are tools for remote management of servers.

• Use Telnet or SSH to remotely log on to a server and complete configuration tasks.

• If you can successfully connect to the server, it means that the server is configured, the network connection to the server works, and the service is configured to respond.

• SSH provides a secure connection; Telnet does not.
What is the class A range?
• 1-126

• Subnet Mask: 255.0.0.0.

• Private 10.x.x.x
What is the class B range?
• 128-191

• Subnet Mask:255.255.0.0

• Private: 172.16.0.0-172.31.255.255
What is the class C range?
192-223

Subnet Maks: 255.255.255.0

Private:192.168.x.x
FTP
port 20 and 21
SSH(Secure Shell)
port 22
SMTP(Simple Mail Transfer Protocol)
port 25
HTTP(Hypertext Transfer Protocol)
port 80
POP3 (Post Office Protocol)
port 110
Telnet
port 23
HTTPS
port 443
What is the speed of 802.11a ?
54Mbps, 5 GHZ, OFDM
What is the speed of 802.11b ?
11Mbps, 2.4 GHz, DSSS
What is the speed of 802.11g ?
54Mbps, 2.4 GHz, OFDM
What is the speed of 802.11n ?
600Mbps (300 typically), 5 and 2,4GHz, OFDM