Search

'domain'에 해당되는 글 2건

  1. 2017.04.06 How do I add my domain name to my computers host file?
  2. 2016.03.07 Domain, WorkGroup ?
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
How do I add my domain name to my computers host file?
Posted by Support, Last modified by Support on 12 September 2013 01:44 PM

Windows

    • Open Notepad and then open the "Hosts" file on your computer. The location of the "Hosts" file is as follows:

      Windows 95/98/Me:  c:\windows\hosts 
      Windows NT/2000/XP Pro:  c:\winnt\system32\drivers\etc\hosts
      Windows XP Home: c:\windows\system32\drivers\etc\hosts
      Windows Vista/7/8: c:\windows\system32\drivers\etc\hosts

      You may need administrator access for Windows NT/2000/XP/Vista/7/8, you can gain this by logging in as an Administrator or by right clicking on Notepad in the start menu and then clicking on Run As Administrator. Then open the file listed above.

      NOTE: Hosts is the name of the hosts file and not another directory name. It does not have an file extension (extensions are the .exe, .txt, .doc, etc. endings to filenames) and so appears to be another directory in the example above.

      This file should be edited with a text editor, such as Notepad, and not a word processor, such as Microsoft Word.

    • Add this line to the Hosts file at the bottom where 0.0.0.0 is the IP address and your-domain-name.com is the domain name.
      0.0.0.0     your-domain-name.com

 

  • Save your changes.
  • Once you are done with this entry you can delete the line from your Hosts file and save it.

    NOTE: Windows users should verify that they are showing extensions for all file types. This will help verify that the Hosts file is named correctly. To reset Windows to show all file extensions, double click on My Computer. Go to View Menu (Win95/98/ME) or Tools Menu (Win2000/XP), and select Folder Options. Click the View tab. In the Files and Folders section, DESELECT (uncheck) the item named "Hide file extensions for known file types". Click Apply, and then click OK.



https://support.aiso.net/index.php?/Knowledgebase/Article/View/240/2/how-do-i-add-my-domain-name-to-my-computers-host-file

'Programming > C,CPP,CS' 카테고리의 다른 글

[CPP] Windows Service 간단하게 만들기  (0) 2017.10.17
WaitForMultipleObjects  (0) 2017.04.19
[VS2013] 힙이 손상되었습니다.  (0) 2017.04.05
Visual Studio 2013 갑자기 느려질때  (0) 2017.04.04
AES Block cipher modes  (0) 2017.03.29

Domain, WorkGroup ?

CiscoNetwork 2016. 3. 7. 17:57 Posted by TanSanC
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

Domain, WorkGroup ?


What is the difference between a domain and a workgroup?


Computers on a network can be part of a workgroup or a domain. The main difference between workgroups and domains is how resources on the network are managed. Computers on home networks are usually part of a workgroup, and computers on workplace networks are usually part of a domain.

In a workgroup:

  • All computers are peers; no computer has control over another computer.

  • Each computer has a set of user accounts. To use any computer in the workgroup, you must have an account on that computer.

  • There are typically no more than ten to twenty computers.

  • All computers must be on the same local network or subnet.

  • 모든 컴퓨터들이 피어이며 다른 컴퓨터를 조정하는 컴퓨터는 없다. 다 동등한 등급이다.

  • 각각의 컴퓨터는 사용자 계정을 가져야 한다. 작업그룹에 포함되려면 반드시 사용자계정을 가져야 한다.

  • 10~20개

  • 모든 컴퓨터는 동일 로컬 네트워크나 서브넷에 있어야 한다.

  • In a domain:

    • One or more computers are servers. Network administrators use servers to control the security and permissions for all computers on the domain. This makes it easy to make changes because the changes are automatically made to all computers.

    • If you have a user account on the domain, you can log on to any computer on the domain without needing an account on that computer.

    • There can be hundreds or thousands of computers.

    • The computers can be on different local networks.

      • 하나 이상의 서버가 필요하다. 네트워크 관리자는 보안을 위해 모든 컴퓨터를 동일 도메인에 둔다. 왜냐하면 동일 도메인에 있는 컴퓨터 모두의 보안 설정을 자동으로 바꿀수 있기 때문이다.

      • 동일 도메인의 모든 컴퓨터에 추가적인 정보 없이 접근이 가능하다.

      • 100~1000개.

      • 모든 컴퓨터는 동일 로컬 네트워크나 서브넷에 있지 않아도 된다.