Content Analysis Assignment ITECH1102 Networking and Security Content Analysis Assignment Overview This assignment has three major aims: · To help students gain good understanding of all ITECH1102...

1 answer below »
I want this assignment plagiarism free


Content Analysis Assignment ITECH1102 Networking and Security Content Analysis Assignment Overview This assignment has three major aims: · To help students gain good understanding of all ITECH1102 theoretical and practical material. · To encourage students to use content analysis summaries to prepare for tests, examinations and to help their understanding of theoretical concepts. · To encourage students to conduct independent investigation into networking related topics from books, the Internet and through practical investigation. Engagement with this assignment should help students to prepare for the laboratory test (10%) in week 7, the theory test (0%) in week 8 and the end of semester examination (60%). Timelines and Expectations Students are required to analyse three topics based on students’ surname from the weekly lecture material of topics 1 to 8 and create concise content analysis summaries of the theoretical concepts contained in the course lecture slides. The content analysis for each topic should not exceed approximately five (5) A4 sides of paper if that topics content were printed. Where the lab content or information contained in technical articles from the Internet or books helps to fully describe the lecture slide content, discussion of such theoretical articles or discussion of the lab material should be included in the content analysis. Suggestions as to possible inclusions in your content analysis will appear in weekly Work Plan documents on Moodle. The ultimate aim of this assessment task is to help ITECH1102 students to fully comprehend the course material and hence help them to pass tests and the examination. By the start of week 10 all students should have completed their content analysis for three topics based on the surname. Learning Outcomes Assessed The following course learning outcomes are assessed by completing this assessment: · K1. Describe and explain the role and function of network connectivity in current computing. · K2. Describe and explain the principles of communication in networks. · K3. Describe the role and functionality of hardware and software entities that contribute to network communications. · K4. Describe and explain the protocols and interactions that implement network communications. · K6. Describe fundamental aspects of cloud computing. · A1. Apply networking architecture knowledge to analyze the networking needs for business. Assessment Details At the start of week 10 details will be available in the assessment section of Moodle as to the specific topics each student must submit. All work submitted must be authored by the student submitting the work or where material from other sources is included it must be referenced using APA referencing. Students found to have plagiarised will be dealt with according to university regulations. The specific topics depends on your surname: · Surnames starting with A - G     Topics 4,5 & 6 · Surnames starting with H - Z     Topics 4,6 & 8 Submission Students are required to submit a Microsoft word or pdf file to Moodle by 11.55pm on Sunday 27th Jan 2019. Marking and Marking Guidelines Marks will be available in Moodle and in FDLMarks by the end of week 12 of semester. Students required working on three topics marking guide for each topic is as follows: Content precisely presented based on references 10 Marks Presentation (Layout, no grammatical errors, reads well, etc.) 3 Marks Cited references 2 Marks Total marks for each topic 15 Marks Total marks for three topics 45 Marks Total mark for this assignment 15 Marks CRICOS Provider No. 00103D Content Analysis Assignment.docx Page 1 of 2 CRICOS Provider No. 00103D Content Analysis Assignment.docx Page 2 of 2 PowerPoint Presentation ITECH1102 Networking and Security Topic 4 – The Data Link Layer (Layer 2) [Network Interface] 1 ITECH1102 Networking & Security 2 Last week Last week we looked at: The Application Layer Application layer programs are able to interact by virtue of computer networks. Examples: Web Browser (client application) can communicate with a Web Server (Server program) FTP client (user application) downloading/uploading files from/to an FTP Server (Server program) Email client accessing Email from an Email server. Phone App accessing Domino’s Pizza online. We saw many other categories of Client (user applications) communicating with other application layer programs, including: BitTorrent NTP POP & others. 2 ITECH1102 Networking & Security 3 Application to Application communications Client Application Transport Network Data Link Physical Server Application Transport Network Data Link Physical Actual communications proceeds down through each layer, across the network then up through each server layer. ITECH1102 Networking & Security 4 Last week (continued) Last week we also saw: There are many Application protocols used for data exchange Examples: HTTP is used for web traffic FTP for FTP file transfers POP for access to email Protocols define the rules by which communications can take place, for example: How data is formatted Who speaks first, then next etc. etc. ITECH1102 Networking & Security 5 Visualization of client HTTP request from Firefox. Application Transport Network Data Link User Program (Firefox) Physical Step 1: User opens browser and enters URL to a web site. HTTP request is created at the Application layer. Step 2: HTTP request is passed to the Transport layer. Transport layer information (TCP) is added. Step 3: The process continues. IP information is added at the Network layer. Step 4: Ethernet information is added at the Data Link Layer. Then the resulting frame that is sent to the network media. The reverse process occurs at the server end. Headers are removed at each layer as the data moves up through the network layers to the application layer. This is how layers on the source device communicates with its peer layer on the destination device. The process of adding headers at each Layer is called encapsulation. Each layer encapsulates the Protocol Data Unit (PDU) from the previous layer with a header. Headers pass Addressing and other information between peer layers ITECH1102 Networking & Security 6 This week – Overview of content The Data Link: The role of the Data Link Data Link in the Internet Model of networking The two parts of the Data Link The role of the Network Interface Card (NIC) Identification of NIC’s (MAC addresses) Network cards are smart devices Media Access Methods Local Address Resolution (using ARP) ITECH1102 Networking & Security 7 Role of the Data Link Layer The Data Layer only communicates with devices on its local network. Example: Another PC on your home network A Printer on your local network The Router on your local network This is often described as Hop to Hop communication. Question. Wide Area Networks often involve significant distances through fibre optic or satellite connections. Would communication between two satellite interfaces be considered local networking ? Yes!!! Why? Because the two interfaces are on the same Network. This applies to other Wide area network links for instance between Melbourne & Sydney. The Data Link is only responsible for communication between two machines that are connected to the same network. This network could be your home WiFi network, it could be a section of the university network (for instance all computers in labs 1 & 2), or it could be two machines that are connected at each end of a long fibre optic or satellite link. Hence the idea of local when discussing networks at the data link has more to do with the connection to a single network than it does to distance. Two computers connected at each end of a 1 metre cable are considered local as is two routers connected at each end of a geostationary satellite link. 7 ITECH1102 Networking & Security 8 Data Link Layer in the Internet Model The Internet Model Application (Layer 5) Transport (Layer 4) Internet (Network) (Layer 3) Network Interface (Data Link) (Layer 2) Physical (Layer 1) Data from Application programs passes down through the Transport and Internet layers. The Data Link Layer is the Interface between the Network layer and the Physical network (Cable, Fibre, WiFi, Satellite etc.) Data from the Network media passes up through the network layers to the Application on the receiving host ITECH1102 Networking & Security 9 The two parts of the Data Link layer Logical Link Layer (LLC) Media Access Control (MAC) The LLC is the interface with the upper layer. It allows IPv4, IPv6, IPX and other protocol transactions concurrently. (More on this next week) The Media Access Control layer sends traffic to the network media and receives traffic from the network media. This is the Data Link Layer ITECH1102 Networking & Security 10 The role of the Network Interface Card (NIC) The Network Interface Card is the connection to the Network. Notebooks and other devices often have multiple connections: Ethernet connection (via blue Cat 5 or Cat 6 cable) WiFi connection Bluetooth connection Network interfaces are also built into Printers, Network scanners Routers and other network devices. Routers have one NIC connected to the local network and one or more connected to other networks. ITECH1102 Networking & Security 11 Network Cards have a unique MAC (Media Access Control) address. All Network Interface cards have a unique 48 bit MAC address. The MAC address is built into each interface by the manufacturer. All Data Link data exchanges use the source and destination MAC addresses for any communication. MAC addresses consist of two parts: OUI (Organisation unique Identifier) [ first 24 bits ] Unique 24 bit number [ last 24 bits ] Hence MAC address are globally unique! ITECH1102 Networking & Security 12 How to determine your MAC address On a Windows system running the command ipconfig /all will display network setting such as: IPv4 address IPv6 address MAC address (Also called the Physical Address) ITECH1102 Networking & Security 13 Determining the MAC address on a Linux System The Linux command to determine network settings is ifconfig The output displays: MAC address (HWaddr) IPv4 address (inet addr) IPv6 address inet6 addr ITECH1102 Networking & Security 14 Network cards (NICs) are smart devices Network cards filter traffic Networks cards inspect every packet they see on the local network. Packets that are for other machines are discarded. Packets for the host device (PC, Router etc) are delivered to the host device. (To do this the NIC Interrupts the host and passes the network packet to it.) Benefits: The host machine only deals with important network traffic, not packets that other devices must process. Hence the filtering of traffic by the NIC reduces processing by the host machine and hence does not impede host performance. ITECH1102 Networking & Security 15 The NIC also checks for errors How the Cyclic Redundancy Check (CRC) works Prior to sending a network packet a NIC performs a 32 bit CRC calculation that characterises the contents of the network packet. The 32 bit CRC is appended to the end of the packet then sent to the destination. When the packet arrives at the destination its NIC does the same CRC calculation on the received data. If the two CRC values are different then the destination knows the packet is corrupt and so discards it. This type of error checking is common in networking. ITECH1102 Networking & Security 16 Ethernet Frame Format There is a strict format for Ethernet Frames. A Ethernet frame
Answered Same DayJan 26, 2021ITECH1102

Answer To: Content Analysis Assignment ITECH1102 Networking and Security Content Analysis Assignment Overview...

Sanjib answered on Jan 27 2021
141 Votes
Running head: NETWORKING
NETWORKING
14
NETWORKING
Table of Contents
Topic 4: Data link layer    3
References    7
Topic 5: Networking and security    8
References    11
Topic 6: The Transport layer    12
References    14
Topic 4: Data link layer
The role of data link layer
In the seven layer of the OSI model, the data link layer is the second layer. The main function,
which can be linked to the peripheral of the layer, is the error identification and correction. This functionality helps the network to be kept safe which deals with the authentication of the data, which would be prevailing, in the network. On the other hand, it also deals with the regulation of the flow of the data within the different networking layer, which is present in the OSI model.
Figure 1: (DATA LINK LAYER)
(SOURCE: Popovic, 2018)
Data link in the internet model of networking
The data link layer in the domain of the internet model of networking deals with the requirement linked to procedure and providing functional infrastructure with the access of data from the various layer of the network.
There can be various example, which can be considered in the context of data link layer, which are the HDLC, PPP (point-to-point protocol), etc. the domain of execution of the activity of the data link layer is very much similar of the context of the link layer. Encapsulation of the data in the packets is another functionality, which drives the execution of the different task in the network.
The two parts of the data link layer
Based on the functionality the data link layer can be broadly be divided into two which are stated below:
· Media access control (MAC) and
· Logical link layer (LLC)
The parts which are stated above has an enhanced service area in the network and it gives the provision of the IEE 802.2 LLC protocol with all the features which is linked ot the IEEE 802 MAC layer. Example in the context is the IEEE 802.11 and the token ring.
The role of the network interface card (NIC)
Communication is one of the most information functionality, which can be referred to the network interface card. In the context there are majorly two types of connection, which are the connectionless (wireless), and the connection oriented (wired). Example of both of the sector are stated below:
· Connection oriented: Ethernet
· Connectionless: Wi-Fi.
Figure 2: (NETWORK INTERFACE CARD)
(SOURCE: Popovic, 2018)
Identification of the NIC (MAC addresses)
There are various procedures, which can be followed in the aspect of the identification of the NIC. Each of the process has a different functionality and process linked to the execution of an particular activity.
Platform: Cisco Router
Method: s hint command
Platform: Linux/some Unix
Method: Run the ifconfig – a command
Platform: Windows 95/98/Me
Method: winipcfg untility
Platform: Windows NT/2000
Method: ipconfig/ all command
Platform: Novell NetWare
Method: Run the config command.
Network card are smart devices
The network card is considered as a smart device due to the factor that it communicates and enhances the communication sector between various devices, which can be connection in the sequence of the network (Popovic, 2018). It directly supports both of these features, which are the wireless, and the wired connection oriented protocol. The network card can be inserted in the USB panel of most of the system but in recent times most of the devices have in build network card, which reduces the external amenities being added to the working of the system
Media access control
In the context of the OSI model, the media access control is one of the sub layer...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here