Module Fourteen (Networking) YAY!!! Flashcards
Define a “network”.
A network is two or more computer systems linked together by some form of transmission medium that enables them to share information.
What is “network technology”?
Network technology is what connects the computers.
What are “network clients”?
Computers and software that allow users to request resources shared by and hosted on servers.
Where are computers and software resources hosted?
On the server.
What does LAN stand for?
Local Area Network
What is a network in a single location often described?
LAN
Who usually owns and operates the equipment and cabling used on a LAN?
The company or organization using the LAN.
The definition of LAN encompasses many different types and sizes of networks. Name two of them.
- Residential networks with a couple of computers.
- Enterprise networks with hundreds of servers and thousands of workstations.
What does WAN stand for?
Wide Area Network.
What is a WAN?
Networks in different geographical locations, but sharing the same links.
Which type of network is more likely to make use of a “service provider” network?
WAN
Companies that operate national telephone networks are called what?
telcos
What is telcos short for?
telecommunications companies
Companies that specialize in providing Internet access are called what?
“Internet Service Providers” (ISP)
What does ISP stand for?
Internet Service Providers
Do Telcos operate as ISPs themselves?
Yes, but also they make parts of their networks available to smaller ISPs.
What are two things that network endpoints can be refered to as?
- nodes
- hosts
What are the two main types of local network connections?
- Wired
- Wireless
How are communication pathways implemented?
Adapters are installed to the host. The host is then able to transmit and receive signals and network media between the interfaces to carry the signals.
Describe “Wired Data”.
Wired data connections use cabling and either electrical signals over copper wire or light signals over fiber optic to connect nodes.
Most local networks use a wired network standard called what?
Ethernet.
Describe how Wireless (Wi-Fi) data works.
Wireless (Wi-Fi) data connections use radio signals to transmit signals over the air.
With Wi-FI, data connections use radio signals to transmit. What is the max range?
30m
How does a network protocol identify each host on the network?
By using a unique identifier.
A network protocol identifies each host on the network using a unique address. What else does it do?
It also defines a packet structure.
What is a packet?
A wrapper for each data unit that is transmitted over the network.
What two things does a packet generally consist of?
- header
- payload
What four things does the header indicate?
- protocol type,
- source address
- destination address
- error correction info etc
A packet generally consists of a header and a payload. What is the payload?
The actual data itself.
Networks use multiple protocols. Can the packet from one protocol be wrapped within the packet from another?
Yes.
What protocol does the overwhelming majority of networks use?
TCP/IP
What does TCP/IP stand for?
Transmission Control Protocol/ Internet Protocol
When was the original research underpinning the tcp/ip performed and by whom was it performed and what did they call it?
- Late 1960’s - early 1970’s
- The ARPA arm of the DoD.
- ARPANET
What does DoD stand for?
Dept. of Defense.
What does ARPA stand for?
Advanced Research Projects Agency.
In 1972 ARPANET connected four university sites using a system described as what?
packet switching network
Prior to ARPANET’s ‘packet switching network’ how did two computers communicate with each other and what was this process called?
- A direct channel had to be opened
- circuit
What did packet switching introduce?
The ability for one computer to forward info to another.
What do you call a host that is capable of forwarding info to another computer?
A router.
What is done to ensure information data packets reach the correct destination?
Each packet is addressed with a source and destination address and then transferred using any available pathway to the destination computer.
Why is packet switching protocol described as robust? Tell me three things.
Because it can automatically recover from communication link failures.
It re-routes data packets if transmission lines are damaged or if a router fails to respond.
It can utilize any available network path rather than a single, dedicated one.
Why is data sent using numerous small “chunks” or packets?
Each of the data chunks/packets are forwarded via the fastest route, but if that route isn’t available, it will be re-routed. If one of those small data chunks gets lost or damaged during transmission, the host sends the missing packets instead of resending the whole thing.
The major benefit in utilizing tcp/ip is the wide support for the protocol. What three things use this protocol?
- It’s the primary protocol of the Internet.
- It’s the primary protocol of the World Wide Web.
- It’s the primary protocol for many private internets, which are networks that connect LANs together.
The TCP/IP model consists of four layers. What are they?
- application
- transport
- internet
- link/network interface
TCP/IP has four layers. Each layer has protocols. What are the 12 protocols for the “application layer?
- DHCP
- BOOTP
- DNS
- FTP
- HTTP
- URL
- IMAP
- SMTP
- Telnet
- SNMP
- SSL
- TLS
TCP/IP has four layers. Each layer has protocols. What are the 2 protocols for the TRANSPORT layer?
- TCP
- UDP
TCP/IP has four layers. Each layer has 2 protocols. What are the protocols for the INTERNET layer?
- ICMP
- IP
TCP/IP has four layers. Each layer has protocols. What IS the protocols for the LINK/NETWORK INTERFACE layer?
Ethernet Wi-Fi.
What tcp/ip layer is responsible for putting frames onto the physical network. This layer does not contain TCP/IP protocols as such. At this layer, different networking products and media can be used, such as Ethernet or Wi-Fi. Communications on this layer take place only on a local network segment and not between different networks.
Link/Network Interface Layer
Data at the link layer is packaged in a unit called what?
frame
What tcp/ip layer encapsulates packets into Internet datagrams and deals with routing between different networks. Three key protocols are used at this layer: What are they?
Internet Layer
1. IP (Internet Protocol)
2. ARP (Address Resolution Protocol)
3. ICMP (Internet Control Message Protocol)
What does IP stand for?
Internet Protocol
What does ARP stand for?
Addressed Resolution Protocol
What does ICMP stand for?
Internet Control Message Protocol
What is the main protocol in the TCP/IP suite is responsible for logical addressing and routing of packets between hosts and networks.
Internet Protocol (IP)
What is used for hardware address resolution. Each host has a link or network interface layer address, usually called the Media Access Control (MAC) address, to identify it on the local physical network. To deliver packets, this local MAC address must be resolved to a logical IP address using ARP.
ARP (Addrss Resolution Protocol)
What sends messages and reports on errors regarding packet delivery?
ICMP (Internet Control Message Protocol
Which for the four TCP/IP layers do these protocols provide communication sessions between computers. Each application protocol is identified at the transport layer by a port number. There are two transport protocols:
Transport layer
The Transport Layer is made up of two parts. Name them.
TCP
UDP
What does TCP stand for?
Transmission Control Protocol
What does UDP stand for?
User Datagram Protocol
Which potion of the Transport Layer provides connection-oriented delivery. This means that the delivery is reliable and that packets are delivered in the correct sequence?
TCP (Transmission Control Protocol)
Which part of the Transport Layer provides connectionless delivery – there is no guarantee that packets will arrive in the correct sequence. Any issues arising from the unreliable nature of UDP must be dealt with at the application layer. The advantage of UDP is that there is less overhead involved in processing and transmitting each packet and so it is faster than TCP.
UDP (User Datagram Protocol)
Which of the four TCP/IP layers is the top level of the architecture contains protocols that provide the communications formats for exchanging data between hosts, such as transmitting an email message or requesting a web page?
Application Layer
What is the primary protocol responsible for the forwarding function.
IP (Internet Protocol)
Tell me three things that IP is responsible for.
- For forwarding functions.
- Providing packet delivery for all highest-level protocols within the suite.
- Providing best effort delivery between hosts on a local network or within an internetwork of an unreliable and connectionless nature.
What layer does the IP layer receive information from?
Transport layer
What do you call a self-contained, independent unit of data transmitted across a network, including all necessary information (like source and destination addresses) for routing, without relying on prior connection establishment?
datagram
The transport layer datagram is the payload what is the roll of the IP layer?
It adds a number of fields in a header to describe the payload and how to deliver it.
IP PACKET STRUCTURE
What field identifies the sender of the diagram by IP address?
Source IP address
IP PACKET STRUCTURE
What field identifies the destination of the datagram by IP address?
Destination IP address
IP PACKET STRUCTURE
What field indicates whether the data should be passed to UDP or TCP at the destination host?
Protocol
IP PACKET STRUCTURE
Which field verifies the packet’s integrity upon arrival at the destination?
Checksum
IP PACKET STRUCTURE
Which field is the number of seconds a datagram is allowed to stay on the network before being discarded, otherwise packets could endlessly loop around a network. A router will decrease the TTL by at least one second when it handles the packet, and is required to decrement the TTL by a least the time spent in the router/
Time to Live
IP PACKET STRUCTURE
What happens to the IP datagrams once all the fields have been added?
The IP datagrams are packaged into a suitable frame format and delivered over the local network segment.
What is used to logically identify each device (host) on a given network.
IP address
What is the value of an IP version 4 address?
32-bit binary value
TO make the value of an IP address easier to enter in configuration dialogs, how is it expressed?
As four decimal numbers separated by periods.
What is 172.30.15.12 an instance of?
An IP address.
172.30.15.12 | This is an example of an IP address. What does each number represent? Give five different things.
- A byte value.
- The byte value is an eight-character binary value.
- Also called an octet .
- Decimal value between 0 and 255
- Referred to as dotted decimal notation.
How many bits does IPv6 have?
128
How are IPv6 addresses expressed?
In hexadecimal
An IP address encodes two pieces of information. What are they?
- The network number (network ID)
- The host number (host ID)
This number is common to all hosts on the same IP network.
The network number (network ID)
This unique number identifies a host on a particular network of logical subnetwork.
The host number (host ID)
In order to distinguish the network ID and host ID portions within an address, each host must also be configured with what two things?
- Network prefix length
- subnet mask.
What is an address that is used to determine if the host is on a local network or remote network.
Subnet Mask
How big is the network prefix number?
32-bits