DCF255-Lab 1 Data Communications\Networking Solved

30.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You'll get a download link with a: zip solution files instantly, after Payment

Securely Powered by: Secure Checkout

Description

5/5 - (2 votes)

It is common for users, to use these terms synonymously; however, in this course we will me more technical and treat them differently.  Data Communications involves transmitting signals which represent “0s” and “1s” between two hosts over a point-to-point circuit.  Data communication uses the data link and physical layers of the TCP/IP protocol stack to provide framing, error checking, encoding\decoding and the type of transmission, synchronous or asynchronous.  Networking is built on top of data communications and involves the logical connection of point-to-point circuits for the exchange and sharing of information among networked applications.  Networking uses the application, transport and Internet layers of the TCP/IP protocol stack. This lab will introduce you to the concepts of data communications and networking.

Instructions:

  • Open this file in MSWord and write your answers in the space provided.

A            Data Communications:

  1. Open a PowerShell console
  2. Type ipconfig  /all

You should see a screen like the one above. Notice you have two addresses: Physical Address and an IPv4 address. There is also a Link-local IPv6 address. (Note: you will only see an IPv6 addresses if you are connected via WiFi)

  1. Write down your MAC address without the hyphens______________________________.
  2. Copy the MAC address to Windows Calculator. Make sure the Calculator is set to Programmer View and the input format is set to HEX

  3. Click the BIN radio button. How many bits is the MAC address _________________________?

The MAC (Media Access Control) address is used by all LANs and most WANs to forward frames on a single switched network.  A switched network consists of many point-to-point connections connecting hosts.

  1. Click on the DEC radio button. What is the decimal conversion? ______________________
  2. Open a command line window as administrator, type netsh interface ip delete arpcache

The arp cache is a special area of memory used by the Internet layer to map IP addresses (which are used for routing) to Ethernet or MAC addresses (which are used for switching).

 

  1. Get the IP address of your neighbour’s computer and type ping < neighbour’s IP address>
  2. Get the IP address of another neighbour’s computer and PING their computer
  3. View the arp cache, type arp -a
    Notice that the arp cache is a dynamic listing of all IP addresses  you connect with and their associated Ethernet or MAC addresses. On a local area network only the MAC address is used to forward frames across a single switched network.

B             Networking:

 

  1. Write down your IPv4 address? ___________________________________.
  2. Navigate to http://www.subnetonline.com/pages/subnet-calculators/ip-subnet-calculator.php
  3. Type in the IP address and subnet mask. The purpose of the subnet mask is to place a binary “1” under the network portion of the address.
    1. What is the network portion of the address? ______________________________
    2. What is the maximum number of hosts? __________________________________
    3. How many bits is the IPv4 address? _____________________________________

The IPv4 address is used to connect different single switched networks together so that packets can be routed to the destination network.  Thus, the IP address is clearly a “networking” device while the MAC address is a data communications device.

  1. Conduct a Google search and identify 2 devices used in data communications. (Note: data communication devices deal with sending “signals” and forward frames based on the MAC or physical address)

_______________________________________________________________

_______________________________________________________________

 

  1. Who is the Father of” Data Communications” or the “Information Age” of today?

    ________________________________________________________________

  2. Test you download speed.
  3. Navigate to http://www.speedtest.net
  4. Click the Go button. This web site will automatically download and upload a file and measure the speed of the connection.
    1. What is the PING value (latency or delay)? ________________________________
    2. What is your download speed? _________________________________________
    3. What is your upload speed? ____________________________________________

 

  1. In the PowerShell console. Clear the screen. Type CLS and press enter

We will use the PING command to test if a networked host is “alive”.

  1. Type PING my.senecacollege.ca.  What is the IPv4 address returned? _____________________
  2. Type PING Google.ca. What is the IPv4 address returned? _____________________________
    1. What is the average round-trip time? _______________________________________
  3. Type TRACERT Google.ca. This command records the pathway taken when packets are routed from your computer to Google.ca web site. The first hop is your IP address.
    1. What is the IP address of the first router? (2nd hop) _____________________________
    2. How many hops (each hop is a server or a router) were taken? _____________________

 

  1. Name 4 applications, based on a client\server architecture, you use everyday?

______________________________________________________________

______________________________________________________________

______________________________________________________________

______________________________________________________________

  1. Notice the IPv6 address is not written in dotted decimal format.
    1. What format is it? ______________
    2. How many bits long is it? ________________

The local-link address is a specific address used by hosts which can not get an IP address from the network. On Windows machines this block will have the address 169.254.0.0/16 .  We will discuss IP addressing in week 5.

  1. Conduct a Google search and identify 2 devices used in networking? Note: networking devices deal with routing packets by IP address and the interoperability of information\sharing of resources)

_______________________________________________________

_______________________________________________________

  1. In one sentence explain the following acronyms PAN, LAN, MAN, and WAN

________________________________________________________________________

________________________________________________________________________

________________________________________________________________________

________________________________________________________________________

  1. What is the most popular local networking technology today? _________________________
  2. What address does Ethernet use to forward frames MAC or IP? ___________________
  3. The protocol TCP/IP is used to network single switched networks together.
    1. What does this protocol acronym mean?

      _____________________________________________________________

  4. Which Internet pioneers invented TCP/IP and are generally regarded as the “Fathers of the Internet”.
  • 01-Data-Comm-Networing-Overview-ljwk2q.zip