Networks (CC 108/PS 105) Flashcards
Host/Client?
Any network device on a TCP/IP Network. Such as a server or a workstation.
Application Server?
A server which is used to host an application or service.
Examples include Print servers, E-mail servers, file servers, etc.
Hub?
A device that allows multiple users to connect physically to a network.
Switch?
Like a hub but does not broadcast out on all ports, more advanced or “smart” than a hub.
Router?
A device that connects two networks and allows packets to be transmitted and received between them.
WAP?
Wireless Access Point, allows devices to connect to a network without using physical connections.
Proxy Server?
A type of server that makes a single internet connection and services requests on behalf of many users.
Firewall?
A combination of hardware and software that protects a network from attack by hackers that could gain access through public networks, including the internet.
VPN Concentrator?
A hardware device specifically engineered to create VPNs.
Back-up?
A copy of important data kept for retrieval.
Repeater?
A device placed on a network which repeats a signal to decrease or eliminate attenuation.
Access?
Initial switch where the workstations are connected.
Distribution?
This is where access switches, core switched and servers come together.
Core?
Used for internal routing within a network.
Bus Topology?
A physical bus network uses one network cable that runs from one end of the network to the other. Nodes connect at various points along the cable.
Star Topology?
A cable runs from each network entity to a central device. This central device (a hub or switch) allows all devices to communicate as if they were all directly connected.
Ring Topology?
Every network entity connects directly to only two other network entities (the one immediately preceding it and the one immediately following it
Mesh Topology?
Every computer is directly connected to every other computer on the network. The more computers there are on a network, the more cables needed to make up the network.
LAN?
A communication network that interconnects a variety of data communicating devices within a small geographic area and broadcasts data at high data transfer rates with very low error rates.
WAN?
An interconnection of computers and computer-related equipment that performs a given function or functions, typically uses local and long distance telecommunications systems, and can encompass parts of states, multiple
states, countries, and even the world.
MAN?
Also known as a MAN, a metropolitan area network is basically a bigger version of a LAN and normally uses similar technology. It might cover a group of nearby corporate offices or a city and might be either private or public.
GAN?
A network that is composed of different interconnected computer networks and covers an unlimited geographical area (Example: The Internet)
Define basic network architecture and the 7 layers?
7 layer OSI (Open Standards Interconnection) Application Presentation Session Transport Network Data-Link Physical
Difference between IPv4 and IPv6?
IPv6 was originally designed because the number of available unregistered IPv4 addresses was running low. Because IPv6 uses a 128 bit addressing (not 32 bit like IPv4) it has more than 79 octillion) times as many available addresses than IPv4.
NIPRNET?
Non-classified Internet Protocol Router Network
is used to exchange sensitive but unclassified information between “internal” users as well as providing users access to the Internet.
SIPRNET?
Secret Internet Protocol Router Network
is a system of interconnected computer networks used by the United States Department of Defense to transmit material up to SECRET.
JWICS?
Joint Worldwide Intelligence Communications System
is a system of interconnected computer networks used by the United States Department of Defense to transmit material up to TOP SECRET.
NMCI?
Navy Marine Corps Intranet
Creates one network throughout CONUS locations using similar hardware and software.
ONENET?
ONE-NET
is a Navy-wide initiative to install a common and secure IT infrastructure to OCONUS Navy locations. It is based on the Navy-Marine Corps Intranet (NMCI) architecture and is designed to be interoperable with IT-21, NMCI, and the Global Information Grid in the near future.
IT21?
Like NMCI and ONENET but for afloat commands.
Machine Language?
A collection of binary digits or bits that the computer reads and interprets. Machine language is the only language a computer is capable of understanding.
Assembly Language?
A low-level programming language used to interface with computer hardware.