MTA Exam Prep Flashcards
What command shows you ping response times and also each hop a packet takes as it traverses a network?
Tracert.
Traceroute: Traceroute is a utility that records the route (the specific gateway computers at each hop) through the Internet between your computer and a specified destination computer. It also calculates and displays the amount of time each hop took. Traceroute is a handy tool both for understanding where problems are in the Internet network and for getting a detailed sense of the Internet itself.
Example with command prompt: tracert www.whatis.com
As packets traverses a network, each router is known as a…
Hop
Which of the following enables one to utilize a computer as if they were on a corporate network despite being on the internet and not in the office?
VPN
Virtual Private Network: is a network that uses a public telecommunication infrastructure, such as the Internet, to provide remote offices or individual users with secure access to their organization’s network. A VPN ensures privacy through security procedures and tunneling protocols such as the Layer Two Tunneling Protocol ( L2TP ). Data is encrypted at the sending end and decrypted at the receiving end.
What type of server is used to translate host names to IPs?
DNS
Domain Name System: DNS is an abbreviation for Domain Name System, a system for naming computers and network services that is organized into a hierarchy of domains. DNS naming is used in TCP/IP networks, such as the Internet, to locate computers and services through user-friendly names. When a user enters a DNS name in an application, DNS services can resolve the name to other information associated with the name, such as an IP address.
What type of server does active directory run on?
Network Controller
List the 4 steps of a client acquiring an IP from a DHCP server:
Discovery
Offering
Request
Acknowledge
What command would you use to check to see which TCP/UDP connections are open/active?
Netstat
Definition: is a common command line TCP/IP networking utility available in most versions of Windows, Linux, UNIX and other operating systems. Netstat provides information and statistics about protocols in use and current TCP/IP network connections. (The name derives from the words network and statistics.)
In Europe, T1 is similar to
E1
T1: a high-speed data transmission line.
E1: European counterpart of the North American T1 line, which transmits at 1.544 Mbps, and E1 and T1 lines can be interconnected for international use. E2 through E5 lines provide multiple E1 channels.
What is the maximum number of host you can use for a class C subnet?
254
What is the min category cable used for 100Mbps?
CAT5
Short for Category 5, network cabling that consists of four twisted pairs of copper wire terminated by RJ45 connectors. Cat-5 cabling supports frequencies up to 100 MHz and speeds up to 1000 Mbps. It can be used for ATM, token ring, 1000Base-T, 100Base-T, and 10Base-Tnetworking.
Computers hooked up to LANs are connected using Cat-5 cables, so if you’re on a LAN, most likely the cable running out of the back of your PC is Category 5.
L2TP is used with what protocol for encrypting data?
IPSec
Internet Protocol Security: is a framework for a set of protocols for security at the network or packet processing layer of network communication.
What protocol would be appropriate for transferring/hosting video?
UDP
User Datagram Protocol: is an alternative communications protocol to Transmission Control Protocol (TCP) used primarily for establishing low-latency and loss tolerating connections between applications on the Internet. Both UDP and TCP run on top of the Internet Protocol (IP) and are sometimes referred to as UDP/IP or TCP/IP. Both protocols send short packets of data, called datagrams.
What routing protocol is most commonly used to determine best routes within a network and also utilizes a distance-vector routing algorithm?
RIP (routing information protocol)
Routing Information Protocol: is a widely-used protocol for managing router information within a self-contained network such as a corporate local area network (LAN) or an interconnected group of such LANs. RIP is classified by the Internet Engineering Task Force (IETF) as one of several internal gateway protocols (Interior Gateway Protocol).
What ports are defined above 49,152?
Dynamic
What port is DNS?
53
Why is x.25 no longer used?
It’s very slow ( look for a better reason )
What devices used as a high speed modem for a LAN?
CSU/DSU
This IPSec component has the highest security?
ESP
Encapsulating Security Payload: An Encapsulating Security Payload (ESP) is a protocol within the IPSec for providing authentication, integrity and confidentially of network packets data/payload in IPv4 and IPv6 networks. ESP provides message/payload encryption and the authentication of a payload and its origin within the IPSec protocol suite.
What layer of the OSI model is responsible for logging on and off?
Session
Definition: This layer establishes, manages and terminates connections between applications. The session layer sets up, coordinates, and terminates conversations, exchanges, and dialogues between the applications at each end. It deals with session and connection coordination.
Which of the following utilizes wires from a telephone company to provide internet access?
DSL
Max speed supported by 802.11b?
11Mbps
Multimode fiber is different from single mode fiber because…
It uses multiple beams of light.
Which layer of the OSI model is included in the TCP/IP model?
Physical
What command shows you the IP/default gateway of your NIC configuration?
ipconfig
Max speed supported by 802.11g
54Mbps
What type of device creates VLANS?
Layer 3 switch
What model is used to describe how data communication occurs between hosts/two computers?
OSI
What type of IP address is assigned by a DHCP server?
Dynamic