Starting from:

$30

DCF255-Lab 1 Data Communications\Networking Solved

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:

Open a PowerShell console
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)

Write down your MAC address without the hyphens______________________________.


Copy the MAC address to Windows Calculator. Make sure the Calculator is set to Programmer View and the input format is set to HEX


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.

Click on the DEC radio button. What is the decimal conversion? ______________________ 


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).

 

Get the IP address of your neighbour’s computer and type ping < neighbour’s IP address>
Get the IP address of another neighbour’s computer and PING their computer
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:

 

Write down your IPv4 address? ___________________________________.


Navigate to http://www.subnetonline.com/pages/subnet-calculators/ip-subnet-calculator.php
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. 

What is the network portion of the address? ______________________________


What is the maximum number of hosts? __________________________________


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.

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)


_______________________________________________________________



_______________________________________________________________

 

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

________________________________________________________________


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


What is your download speed? _________________________________________


What is your upload speed? ____________________________________________




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”.

Type PING my.senecacollege.ca.  What is the IPv4 address returned? _____________________


Type PING Google.ca. What is the IPv4 address returned? _____________________________

What is the average round-trip time? _______________________________________


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.

What is the IP address of the first router? (2nd hop) _____________________________


How many hops (each hop is a server or a router) were taken? _____________________
 

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

______________________________________________________________

______________________________________________________________

______________________________________________________________

Notice the IPv6 address is not written in dotted decimal format.What format is it? ______________


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.

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)
_______________________________________________________

_______________________________________________________

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


________________________________________________________________________

________________________________________________________________________

________________________________________________________________________

________________________________________________________________________

What is the most popular local networking technology today? _________________________


What address does Ethernet use to forward frames MAC or IP? ___________________


The protocol TCP/IP is used to network single switched networks together.What does this protocol acronym mean? 

_____________________________________________________________


Which Internet pioneers invented TCP/IP and are generally regarded as the “Fathers of the Internet”.

More products